Cline does not work with TemplateTemplate for American Journal of PsychiatryBuilding TeX file from knitr Rnw...
Can a German sentence have two subjects?
What do you call something that goes against the spirit of the law, but is legal when interpreting the law to the letter?
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?
I probably found a bug with the sudo apt install function
Theorems that impeded progress
A newer friend of my brother's gave him a load of baseball cards that are supposedly extremely valuable. Is this a scam?
Symplectic equivalent of commuting matrices
Download, install and reboot computer at night if needed
Why doesn't Newton's third law mean a person bounces back to where they started when they hit the ground?
Is there really no realistic way for a skeleton monster to move around without magic?
How can bays and straits be determined in a procedurally generated map?
The use of multiple foreign keys on same column in SQL Server
Set-theoretical foundations of Mathematics with only bounded quantifiers
Why are 150k or 200k jobs considered good when there are 300k+ births a month?
Copenhagen passport control - US citizen
GPS Rollover on Android Smartphones
Do any Labour MPs support no-deal?
How to make payment on the internet without leaving a money trail?
Why did the Germans forbid the possession of pet pigeons in Rostov-on-Don in 1941?
Email Account under attack (really) - anything I can do?
Is it possible to do 50 km distance without any previous training?
XeLaTeX and pdfLaTeX ignore hyphenation
Compute hash value according to multiplication method
How can I hide my bitcoin transactions to protect anonymity from others?
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 20 hours ago
sayansayan
233
233
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 18 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