Adjustwidth not working for shifting tabularx table to the left The Next CEO of Stack...
Why did we only see the N-1 starfighters in one film?
Customer Requests (Sometimes) Drive Me Bonkers!
Whats the best way to handle refactoring a big file?
Is it a good idea to use COLUMN AS (left([Another_Column],(4)) instead of LEFT in the select?
WOW air has ceased operation, can I get my tickets refunded?
Is the concept of a "numerable" fiber bundle really useful or an empty generalization?
How to write the block matrix in LaTex?
Text adventure game code
Unreliable Magic - Is it worth it?
Inappropriate reference requests from Journal reviewers
What's the point of interval inversion?
Why were Madagascar and New Zealand discovered so late?
Return the Closest Prime Number
Does the Brexit deal have to be agreed by both Houses?
What is the purpose of the Evocation wizard's Potent Cantrip feature?
Are there languages with no euphemisms?
How can I open an app using Terminal?
Why didn't Theresa May consult with Parliament before negotiating a deal with the EU?
Why here is plural "We went to the movies last night."
When did Lisp start using symbols for arithmetic?
Describing a person. What needs to be mentioned?
Increase performance creating Mandelbrot set in python
Putting a 2D region plot under a 3D plot
How to make a variable always equal to the result of some calculations?
Adjustwidth not working for shifting tabularx table to the left
The Next CEO of Stack OverflowWhole page table with tabularxTable not looking good tabularxTable issues — off page, newline not workingNeed help for tabularx tablePositioning of a table (tabularx)Table formatting with tabularxadjustwidth not always working with lstinputlistingTable number not right after using tabularxmulticolumn not working with pgfplotstabletypeset and tabularxAutomatically equal width for multiple columns in tabularx table?
I want to shift my table slightly to the left of the page (exceeding left textwidth boundary). After many googles I however keep having trouble and can't manage to get adjustwidth to work:
documentclass[a4paper, 12pt]{article}
usepackage[margin=1.1in]{geometry}
usepackage{tcolorbox}
usepackage{color}
usepackage{listings}
usepackage{titlesec}
usepackage{ragged2e}
usepackage{fancyhdr}
usepackage{graphicx}
usepackage{booktabs, ltablex, makecell}
usepackage{siunitx}[input-decimal-markers=.]
usepackage{lipsum}
usepackage{threeparttable}
usepackage{pdflscape}
usepackage[strict]{changepage}
usepackage{enumitem}
usepackage{makecell}
usepackage{array}
usepackage[sort, numbers, compress]{natbib}
usepackage{amsmath}
usepackage{mathabx}
usepackage{makebox}
usepackage[font=footnotesize,labelfont=bf,labelsep=space ]{caption}
usepackage[title]{appendix}
usepackage[export]{adjustbox}
usepackage[hidelinks]{hyperref}
renewcommandleqvarleq
renewcommandgeqvargeq
interfootnotelinepenalty=10000
addtolength{skipfootins}{10pt}
captionsetup[table]{singlelinecheck=false,justification=raggedright}
%
%newcolumntype{L}{>{raggedrightarraybackslash}X}
%newcolumntype{b}{>{hsize=0.75hsize}X}
%newcolumntype{B}{>{hsize=1.25hsize raggedrightarraybackslash}X}
renewcommandtheadfont{footnotesizebfseries}
renewcommandtheadgape{}
usepackage{showframe}
begin{document}
begin{adjustwidth}{-1in}{-1cm}
footnotesize
% renewcommand{theadalign}{lbc}
renewcommand{arraystretch}{1.4}
begin{tabularx}{linewidth}{lXXXXX}
caption{caption}label{resultstable}\
toprule
thead[l]{footnotesize vspace{-6mm} variables} & thead{footnotesize \ 1 \ } & thead{footnotesize Cluster \ 2 \(n=111)} & thead{footnotesize \ 3 \(n=111)} &
thead{footnotesize \4\()} & thead{footnotesize \5\()} \
midrule
endfirsthead
caption{Continued.}\
toprule
thead[l]{footnotesize vspace{-6mm} 1} & thead{footnotesize 1 \ } & thead{footnotesize 2} & thead{footnotesize 3} &
thead{footnotesize 4} & thead{footnotesize 5} \
midrule
endhead
textit{Very very very very Long variable name}&\
hspace{1mm}var2\
qquad varx& 0.92 (0.13)& 0.65 (0.26) & 0.65 (0.19)& 0.49 (0.23)&
0.44 (0.23)\
qquad vary& 0.93 (0.12)& 0.52 (0.28) & 0.53 (0.21) & 0.23 (0.22)&0.02 (0.07)\
qquad varz&\
qquad varu&\
qquad varrn&\
hspace{1mm}varrqe&\
qquad var&\
qquad var&\
qquad var&\
qquad var&\
qquad var&\
hspace{1mm}var)&\
bottomrule
end{tabularx}
end{adjustwidth}
end{document}
It perfectly extends the table to the right, but will not do so for the left side. It does however extend the caption to the left, but not the whole table? Does anybody know why this is? Is it perhaps because of the multitude of used packages?
tables tabularx adjustwidth
add a comment |
I want to shift my table slightly to the left of the page (exceeding left textwidth boundary). After many googles I however keep having trouble and can't manage to get adjustwidth to work:
documentclass[a4paper, 12pt]{article}
usepackage[margin=1.1in]{geometry}
usepackage{tcolorbox}
usepackage{color}
usepackage{listings}
usepackage{titlesec}
usepackage{ragged2e}
usepackage{fancyhdr}
usepackage{graphicx}
usepackage{booktabs, ltablex, makecell}
usepackage{siunitx}[input-decimal-markers=.]
usepackage{lipsum}
usepackage{threeparttable}
usepackage{pdflscape}
usepackage[strict]{changepage}
usepackage{enumitem}
usepackage{makecell}
usepackage{array}
usepackage[sort, numbers, compress]{natbib}
usepackage{amsmath}
usepackage{mathabx}
usepackage{makebox}
usepackage[font=footnotesize,labelfont=bf,labelsep=space ]{caption}
usepackage[title]{appendix}
usepackage[export]{adjustbox}
usepackage[hidelinks]{hyperref}
renewcommandleqvarleq
renewcommandgeqvargeq
interfootnotelinepenalty=10000
addtolength{skipfootins}{10pt}
captionsetup[table]{singlelinecheck=false,justification=raggedright}
%
%newcolumntype{L}{>{raggedrightarraybackslash}X}
%newcolumntype{b}{>{hsize=0.75hsize}X}
%newcolumntype{B}{>{hsize=1.25hsize raggedrightarraybackslash}X}
renewcommandtheadfont{footnotesizebfseries}
renewcommandtheadgape{}
usepackage{showframe}
begin{document}
begin{adjustwidth}{-1in}{-1cm}
footnotesize
% renewcommand{theadalign}{lbc}
renewcommand{arraystretch}{1.4}
begin{tabularx}{linewidth}{lXXXXX}
caption{caption}label{resultstable}\
toprule
thead[l]{footnotesize vspace{-6mm} variables} & thead{footnotesize \ 1 \ } & thead{footnotesize Cluster \ 2 \(n=111)} & thead{footnotesize \ 3 \(n=111)} &
thead{footnotesize \4\()} & thead{footnotesize \5\()} \
midrule
endfirsthead
caption{Continued.}\
toprule
thead[l]{footnotesize vspace{-6mm} 1} & thead{footnotesize 1 \ } & thead{footnotesize 2} & thead{footnotesize 3} &
thead{footnotesize 4} & thead{footnotesize 5} \
midrule
endhead
textit{Very very very very Long variable name}&\
hspace{1mm}var2\
qquad varx& 0.92 (0.13)& 0.65 (0.26) & 0.65 (0.19)& 0.49 (0.23)&
0.44 (0.23)\
qquad vary& 0.93 (0.12)& 0.52 (0.28) & 0.53 (0.21) & 0.23 (0.22)&0.02 (0.07)\
qquad varz&\
qquad varu&\
qquad varrn&\
hspace{1mm}varrqe&\
qquad var&\
qquad var&\
qquad var&\
qquad var&\
qquad var&\
hspace{1mm}var)&\
bottomrule
end{tabularx}
end{adjustwidth}
end{document}
It perfectly extends the table to the right, but will not do so for the left side. It does however extend the caption to the left, but not the whole table? Does anybody know why this is? Is it perhaps because of the multitude of used packages?
tables tabularx adjustwidth
add a comment |
I want to shift my table slightly to the left of the page (exceeding left textwidth boundary). After many googles I however keep having trouble and can't manage to get adjustwidth to work:
documentclass[a4paper, 12pt]{article}
usepackage[margin=1.1in]{geometry}
usepackage{tcolorbox}
usepackage{color}
usepackage{listings}
usepackage{titlesec}
usepackage{ragged2e}
usepackage{fancyhdr}
usepackage{graphicx}
usepackage{booktabs, ltablex, makecell}
usepackage{siunitx}[input-decimal-markers=.]
usepackage{lipsum}
usepackage{threeparttable}
usepackage{pdflscape}
usepackage[strict]{changepage}
usepackage{enumitem}
usepackage{makecell}
usepackage{array}
usepackage[sort, numbers, compress]{natbib}
usepackage{amsmath}
usepackage{mathabx}
usepackage{makebox}
usepackage[font=footnotesize,labelfont=bf,labelsep=space ]{caption}
usepackage[title]{appendix}
usepackage[export]{adjustbox}
usepackage[hidelinks]{hyperref}
renewcommandleqvarleq
renewcommandgeqvargeq
interfootnotelinepenalty=10000
addtolength{skipfootins}{10pt}
captionsetup[table]{singlelinecheck=false,justification=raggedright}
%
%newcolumntype{L}{>{raggedrightarraybackslash}X}
%newcolumntype{b}{>{hsize=0.75hsize}X}
%newcolumntype{B}{>{hsize=1.25hsize raggedrightarraybackslash}X}
renewcommandtheadfont{footnotesizebfseries}
renewcommandtheadgape{}
usepackage{showframe}
begin{document}
begin{adjustwidth}{-1in}{-1cm}
footnotesize
% renewcommand{theadalign}{lbc}
renewcommand{arraystretch}{1.4}
begin{tabularx}{linewidth}{lXXXXX}
caption{caption}label{resultstable}\
toprule
thead[l]{footnotesize vspace{-6mm} variables} & thead{footnotesize \ 1 \ } & thead{footnotesize Cluster \ 2 \(n=111)} & thead{footnotesize \ 3 \(n=111)} &
thead{footnotesize \4\()} & thead{footnotesize \5\()} \
midrule
endfirsthead
caption{Continued.}\
toprule
thead[l]{footnotesize vspace{-6mm} 1} & thead{footnotesize 1 \ } & thead{footnotesize 2} & thead{footnotesize 3} &
thead{footnotesize 4} & thead{footnotesize 5} \
midrule
endhead
textit{Very very very very Long variable name}&\
hspace{1mm}var2\
qquad varx& 0.92 (0.13)& 0.65 (0.26) & 0.65 (0.19)& 0.49 (0.23)&
0.44 (0.23)\
qquad vary& 0.93 (0.12)& 0.52 (0.28) & 0.53 (0.21) & 0.23 (0.22)&0.02 (0.07)\
qquad varz&\
qquad varu&\
qquad varrn&\
hspace{1mm}varrqe&\
qquad var&\
qquad var&\
qquad var&\
qquad var&\
qquad var&\
hspace{1mm}var)&\
bottomrule
end{tabularx}
end{adjustwidth}
end{document}
It perfectly extends the table to the right, but will not do so for the left side. It does however extend the caption to the left, but not the whole table? Does anybody know why this is? Is it perhaps because of the multitude of used packages?
tables tabularx adjustwidth
I want to shift my table slightly to the left of the page (exceeding left textwidth boundary). After many googles I however keep having trouble and can't manage to get adjustwidth to work:
documentclass[a4paper, 12pt]{article}
usepackage[margin=1.1in]{geometry}
usepackage{tcolorbox}
usepackage{color}
usepackage{listings}
usepackage{titlesec}
usepackage{ragged2e}
usepackage{fancyhdr}
usepackage{graphicx}
usepackage{booktabs, ltablex, makecell}
usepackage{siunitx}[input-decimal-markers=.]
usepackage{lipsum}
usepackage{threeparttable}
usepackage{pdflscape}
usepackage[strict]{changepage}
usepackage{enumitem}
usepackage{makecell}
usepackage{array}
usepackage[sort, numbers, compress]{natbib}
usepackage{amsmath}
usepackage{mathabx}
usepackage{makebox}
usepackage[font=footnotesize,labelfont=bf,labelsep=space ]{caption}
usepackage[title]{appendix}
usepackage[export]{adjustbox}
usepackage[hidelinks]{hyperref}
renewcommandleqvarleq
renewcommandgeqvargeq
interfootnotelinepenalty=10000
addtolength{skipfootins}{10pt}
captionsetup[table]{singlelinecheck=false,justification=raggedright}
%
%newcolumntype{L}{>{raggedrightarraybackslash}X}
%newcolumntype{b}{>{hsize=0.75hsize}X}
%newcolumntype{B}{>{hsize=1.25hsize raggedrightarraybackslash}X}
renewcommandtheadfont{footnotesizebfseries}
renewcommandtheadgape{}
usepackage{showframe}
begin{document}
begin{adjustwidth}{-1in}{-1cm}
footnotesize
% renewcommand{theadalign}{lbc}
renewcommand{arraystretch}{1.4}
begin{tabularx}{linewidth}{lXXXXX}
caption{caption}label{resultstable}\
toprule
thead[l]{footnotesize vspace{-6mm} variables} & thead{footnotesize \ 1 \ } & thead{footnotesize Cluster \ 2 \(n=111)} & thead{footnotesize \ 3 \(n=111)} &
thead{footnotesize \4\()} & thead{footnotesize \5\()} \
midrule
endfirsthead
caption{Continued.}\
toprule
thead[l]{footnotesize vspace{-6mm} 1} & thead{footnotesize 1 \ } & thead{footnotesize 2} & thead{footnotesize 3} &
thead{footnotesize 4} & thead{footnotesize 5} \
midrule
endhead
textit{Very very very very Long variable name}&\
hspace{1mm}var2\
qquad varx& 0.92 (0.13)& 0.65 (0.26) & 0.65 (0.19)& 0.49 (0.23)&
0.44 (0.23)\
qquad vary& 0.93 (0.12)& 0.52 (0.28) & 0.53 (0.21) & 0.23 (0.22)&0.02 (0.07)\
qquad varz&\
qquad varu&\
qquad varrn&\
hspace{1mm}varrqe&\
qquad var&\
qquad var&\
qquad var&\
qquad var&\
qquad var&\
hspace{1mm}var)&\
bottomrule
end{tabularx}
end{adjustwidth}
end{document}
It perfectly extends the table to the right, but will not do so for the left side. It does however extend the caption to the left, but not the whole table? Does anybody know why this is? Is it perhaps because of the multitude of used packages?
tables tabularx adjustwidth
tables tabularx adjustwidth
asked 4 mins ago
user21398user21398
274
274
add a comment |
add a comment |
0
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
});
}
});
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%2f482029%2fadjustwidth-not-working-for-shifting-tabularx-table-to-the-left%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f482029%2fadjustwidth-not-working-for-shifting-tabularx-table-to-the-left%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