Cline does not work with TemplateTemplate for American Journal of PsychiatryBuilding TeX file from knitr Rnw...
can i play a electric guitar through a bass amp?
Writing rule which states that two causes for the same superpower is bad writing
The Two and the One
Is it legal for company to use my work email to pretend I still work there?
How is the claim "I am in New York only if I am in America" the same as "If I am in New York, then I am in America?
What's the point of deactivating Num Lock on login screens?
Service Entrance Breakers Rain Shield
How to write a macro that is braces sensitive?
Email Account under attack (really) - anything I can do?
Why can't I see bouncing of a switch on an oscilloscope?
Smoothness of finite-dimensional functional calculus
Why don't electron-positron collisions release infinite energy?
Test if tikzmark exists on same page
What do you call a Matrix-like slowdown and camera movement effect?
Is it important to consider tone, melody, and musical form while writing a song?
What would happen to a modern skyscraper if it rains micro blackholes?
Can divisibility rules for digits be generalized to sum of digits
strToHex ( string to its hex representation as string)
Show that if two triangles built on parallel lines, with equal bases have the same perimeter only if they are congruent.
What does "Puller Prush Person" mean?
In Japanese, what’s the difference between “Tonari ni” (となりに) and “Tsugi” (つぎ)? When would you use one over the other?
What do the dots in this tr command do: tr .............A-Z A-ZA-Z <<< "JVPQBOV" (with 13 dots)
The use of multiple foreign keys on same column in SQL Server
The magic money tree problem
Cline does not work with Template
Template for American Journal of PsychiatryBuilding TeX file from knitr Rnw as child of larger parent TeX file to use R objects and outputtabu package - gaps in vertical linesHow can I call cline with a non-literal argument?Cline multi-page tableDecrease space between rows with cline?Cline wrong width in tableExtra,unwanted, row set by clinecline does not completely work in presence of multirow! Extra alignment tab has been changed to cr. <template> endtemplate - cline
Any advise on this would be appreciated. I have to use a template to write up my paper but I cannot use cline to merge cells in a table. A simple code is below:
documentclass{cta-author}%%%%where cta-author is the template name
begin{document}
begin{tabular}{|c|c|c|c|c|}
hline
multirow{2}{*}{A $wedge$ B} & multicolumn{4}{c|}{B} \
cline{2-5}
& textbf{P} & textbf{O} & textbf{X} & textbf{N} \
hline
end{tabular}
end{document}
The template can be found here: https://github.com/jubaitca/latex
tables templates cline
add a comment |
Any advise on this would be appreciated. I have to use a template to write up my paper but I cannot use cline to merge cells in a table. A simple code is below:
documentclass{cta-author}%%%%where cta-author is the template name
begin{document}
begin{tabular}{|c|c|c|c|c|}
hline
multirow{2}{*}{A $wedge$ B} & multicolumn{4}{c|}{B} \
cline{2-5}
& textbf{P} & textbf{O} & textbf{X} & textbf{N} \
hline
end{tabular}
end{document}
The template can be found here: https://github.com/jubaitca/latex
tables templates cline
add a comment |
Any advise on this would be appreciated. I have to use a template to write up my paper but I cannot use cline to merge cells in a table. A simple code is below:
documentclass{cta-author}%%%%where cta-author is the template name
begin{document}
begin{tabular}{|c|c|c|c|c|}
hline
multirow{2}{*}{A $wedge$ B} & multicolumn{4}{c|}{B} \
cline{2-5}
& textbf{P} & textbf{O} & textbf{X} & textbf{N} \
hline
end{tabular}
end{document}
The template can be found here: https://github.com/jubaitca/latex
tables templates cline
Any advise on this would be appreciated. I have to use a template to write up my paper but I cannot use cline to merge cells in a table. A simple code is below:
documentclass{cta-author}%%%%where cta-author is the template name
begin{document}
begin{tabular}{|c|c|c|c|c|}
hline
multirow{2}{*}{A $wedge$ B} & multicolumn{4}{c|}{B} \
cline{2-5}
& textbf{P} & textbf{O} & textbf{X} & textbf{N} \
hline
end{tabular}
end{document}
The template can be found here: https://github.com/jubaitca/latex
tables templates cline
tables templates cline
asked 4 hours ago
sayansayan
212
212
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
try the following:
documentclass{cta-author}%%%%where cta-author is the template name
usepackage{hhline,multirow} % <---
begin{document}
{
setlengthextrarowheight{2pt} % <--- (for better looking table
begin{tabular}{|c|c| c|c|c|}
hhline{|-----|} % <--- (instead of hline
multirow{2}{*}{A $wedge$ B} & multicolumn{4}{c|}{B} \
hhline{|~|----|} % <--- (instead of cline
& textbf{P} & textbf{O} & textbf{X} & textbf{N} \
hhline{|-----|}
end{tabular}
}
end{document}
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f483606%2fcline-does-not-work-with-template%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
try the following:
documentclass{cta-author}%%%%where cta-author is the template name
usepackage{hhline,multirow} % <---
begin{document}
{
setlengthextrarowheight{2pt} % <--- (for better looking table
begin{tabular}{|c|c| c|c|c|}
hhline{|-----|} % <--- (instead of hline
multirow{2}{*}{A $wedge$ B} & multicolumn{4}{c|}{B} \
hhline{|~|----|} % <--- (instead of cline
& textbf{P} & textbf{O} & textbf{X} & textbf{N} \
hhline{|-----|}
end{tabular}
}
end{document}
add a comment |
try the following:
documentclass{cta-author}%%%%where cta-author is the template name
usepackage{hhline,multirow} % <---
begin{document}
{
setlengthextrarowheight{2pt} % <--- (for better looking table
begin{tabular}{|c|c| c|c|c|}
hhline{|-----|} % <--- (instead of hline
multirow{2}{*}{A $wedge$ B} & multicolumn{4}{c|}{B} \
hhline{|~|----|} % <--- (instead of cline
& textbf{P} & textbf{O} & textbf{X} & textbf{N} \
hhline{|-----|}
end{tabular}
}
end{document}
add a comment |
try the following:
documentclass{cta-author}%%%%where cta-author is the template name
usepackage{hhline,multirow} % <---
begin{document}
{
setlengthextrarowheight{2pt} % <--- (for better looking table
begin{tabular}{|c|c| c|c|c|}
hhline{|-----|} % <--- (instead of hline
multirow{2}{*}{A $wedge$ B} & multicolumn{4}{c|}{B} \
hhline{|~|----|} % <--- (instead of cline
& textbf{P} & textbf{O} & textbf{X} & textbf{N} \
hhline{|-----|}
end{tabular}
}
end{document}
try the following:
documentclass{cta-author}%%%%where cta-author is the template name
usepackage{hhline,multirow} % <---
begin{document}
{
setlengthextrarowheight{2pt} % <--- (for better looking table
begin{tabular}{|c|c| c|c|c|}
hhline{|-----|} % <--- (instead of hline
multirow{2}{*}{A $wedge$ B} & multicolumn{4}{c|}{B} \
hhline{|~|----|} % <--- (instead of cline
& textbf{P} & textbf{O} & textbf{X} & textbf{N} \
hhline{|-----|}
end{tabular}
}
end{document}
answered 2 hours ago
ZarkoZarko
129k868169
129k868169
add a comment |
add a comment |
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f483606%2fcline-does-not-work-with-template%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown