Caption alignment in tabularx












0














I want to take the caption of the table to right from left. Is it possible?



documentclass[a4paper]{article}

begin{document}

begin{tabularx}{textwidth}
{>{hsize=1.3hsize}X>{hsize=0.7hsize}X}

textbf{Caption} \ midrule endfirsthead

textbf{Caption} \ midrule endhead bottomrule endfoot

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

textbf{Title} & \hline

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

TextTextTextTextTextTextText&TextTextTextTextTextTextText\myhdashline
TextTextTextTextTextTextText & TextTextTextTextTextTextText
\myhdashline TextTextTextTextTextTextText &
TextTextTextTextTextTextText

end{tabularx}

end{document}









share|improve this question
























  • You seem to be mixing longtable notation with your use of tabularx...
    – Werner
    11 mins ago






  • 1




    caption had not to be inside tabularx environment. exception is when you use ltablex package, but this is not evident from your document example.
    – Zarko
    11 mins ago












  • sorry I forget to add packages I used. Yes, I installed ltablex.
    – nebtune
    3 mins ago












  • @nebtune, please edit your question and add missing packages and explain your problem better. is your table with tabularx environment really so long that had to be broken over two or more pages?
    – Zarko
    41 secs ago
















0














I want to take the caption of the table to right from left. Is it possible?



documentclass[a4paper]{article}

begin{document}

begin{tabularx}{textwidth}
{>{hsize=1.3hsize}X>{hsize=0.7hsize}X}

textbf{Caption} \ midrule endfirsthead

textbf{Caption} \ midrule endhead bottomrule endfoot

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

textbf{Title} & \hline

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

TextTextTextTextTextTextText&TextTextTextTextTextTextText\myhdashline
TextTextTextTextTextTextText & TextTextTextTextTextTextText
\myhdashline TextTextTextTextTextTextText &
TextTextTextTextTextTextText

end{tabularx}

end{document}









share|improve this question
























  • You seem to be mixing longtable notation with your use of tabularx...
    – Werner
    11 mins ago






  • 1




    caption had not to be inside tabularx environment. exception is when you use ltablex package, but this is not evident from your document example.
    – Zarko
    11 mins ago












  • sorry I forget to add packages I used. Yes, I installed ltablex.
    – nebtune
    3 mins ago












  • @nebtune, please edit your question and add missing packages and explain your problem better. is your table with tabularx environment really so long that had to be broken over two or more pages?
    – Zarko
    41 secs ago














0












0








0


1





I want to take the caption of the table to right from left. Is it possible?



documentclass[a4paper]{article}

begin{document}

begin{tabularx}{textwidth}
{>{hsize=1.3hsize}X>{hsize=0.7hsize}X}

textbf{Caption} \ midrule endfirsthead

textbf{Caption} \ midrule endhead bottomrule endfoot

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

textbf{Title} & \hline

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

TextTextTextTextTextTextText&TextTextTextTextTextTextText\myhdashline
TextTextTextTextTextTextText & TextTextTextTextTextTextText
\myhdashline TextTextTextTextTextTextText &
TextTextTextTextTextTextText

end{tabularx}

end{document}









share|improve this question















I want to take the caption of the table to right from left. Is it possible?



documentclass[a4paper]{article}

begin{document}

begin{tabularx}{textwidth}
{>{hsize=1.3hsize}X>{hsize=0.7hsize}X}

textbf{Caption} \ midrule endfirsthead

textbf{Caption} \ midrule endhead bottomrule endfoot

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

textbf{Title} & \hline

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

TextTextTextTextTextTextText&TextTextTextTextTextTextText\myhdashline
TextTextTextTextTextTextText & TextTextTextTextTextTextText
\myhdashline TextTextTextTextTextTextText &
TextTextTextTextTextTextText

end{tabularx}

end{document}






horizontal-alignment captions tabularx






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 4 mins ago









CarLaTeX

29.4k447125




29.4k447125










asked 13 mins ago









nebtune

132




132












  • You seem to be mixing longtable notation with your use of tabularx...
    – Werner
    11 mins ago






  • 1




    caption had not to be inside tabularx environment. exception is when you use ltablex package, but this is not evident from your document example.
    – Zarko
    11 mins ago












  • sorry I forget to add packages I used. Yes, I installed ltablex.
    – nebtune
    3 mins ago












  • @nebtune, please edit your question and add missing packages and explain your problem better. is your table with tabularx environment really so long that had to be broken over two or more pages?
    – Zarko
    41 secs ago


















  • You seem to be mixing longtable notation with your use of tabularx...
    – Werner
    11 mins ago






  • 1




    caption had not to be inside tabularx environment. exception is when you use ltablex package, but this is not evident from your document example.
    – Zarko
    11 mins ago












  • sorry I forget to add packages I used. Yes, I installed ltablex.
    – nebtune
    3 mins ago












  • @nebtune, please edit your question and add missing packages and explain your problem better. is your table with tabularx environment really so long that had to be broken over two or more pages?
    – Zarko
    41 secs ago
















You seem to be mixing longtable notation with your use of tabularx...
– Werner
11 mins ago




You seem to be mixing longtable notation with your use of tabularx...
– Werner
11 mins ago




1




1




caption had not to be inside tabularx environment. exception is when you use ltablex package, but this is not evident from your document example.
– Zarko
11 mins ago






caption had not to be inside tabularx environment. exception is when you use ltablex package, but this is not evident from your document example.
– Zarko
11 mins ago














sorry I forget to add packages I used. Yes, I installed ltablex.
– nebtune
3 mins ago






sorry I forget to add packages I used. Yes, I installed ltablex.
– nebtune
3 mins ago














@nebtune, please edit your question and add missing packages and explain your problem better. is your table with tabularx environment really so long that had to be broken over two or more pages?
– Zarko
41 secs ago




@nebtune, please edit your question and add missing packages and explain your problem better. is your table with tabularx environment really so long that had to be broken over two or more pages?
– Zarko
41 secs ago















active

oldest

votes











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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f467698%2fcaption-alignment-in-tabularx%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































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.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • 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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f467698%2fcaption-alignment-in-tabularx%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

サソリ

広島県道265号伴広島線

Setup Asymptote in Texstudio