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?
Why does standard notation not preserve intervals (visually)
Why here is plural "We went to the movies last night."
Opposite of a diet
Is it safe to use c_str() on a temporary string?
What happens if you roll doubles 3 times then land on "Go to jail?"
Can the Reverse Gravity spell affect the Meteor Swarm spell?
How to make a variable always equal to the result of some calculations?
Error when running sfdx update to 7.1.3 then sfdx push errors
How to count occurrences of text in a file?
Customer Requests (Sometimes) Drive Me Bonkers!
How to use tikz in fbox?
Fastest way to shutdown Ubuntu Mate 18.10
How can I open an app using Terminal?
Text adventure game code
How do we know the LHC results are robust?
Putting a 2D region plot under a 3D plot
Why doesn't a table tennis ball float on the surface? How do we calculate buoyancy here?
What is the point of a new vote on May's deal when the indicative votes suggest she will not win?
MAZDA 3 2006 (UK) - poor acceleration then takes off at 3250 revs
% symbol leads to superlong (forever?) compilations
How to write the block matrix in LaTex?
Science fiction (dystopian) short story set after WWIII
When did Lisp start using symbols for arithmetic?
Example of a Mathematician/Physicist whose Other Publications during their PhD eclipsed their PhD Thesis
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
usepackagetcolorbox
usepackagecolor
usepackagelistings
usepackagetitlesec
usepackageragged2e
usepackagefancyhdr
usepackagegraphicx
usepackagebooktabs, ltablex, makecell
usepackagesiunitx[input-decimal-markers=.]
usepackagelipsum
usepackagethreeparttable
usepackagepdflscape
usepackage[strict]changepage
usepackageenumitem
usepackagemakecell
usepackagearray
usepackage[sort, numbers, compress]natbib
usepackageamsmath
usepackagemathabx
usepackagemakebox
usepackage[font=footnotesize,labelfont=bf,labelsep=space ]caption
usepackage[title]appendix
usepackage[export]adjustbox
usepackage[hidelinks]hyperref
renewcommandleqvarleq
renewcommandgeqvargeq
interfootnotelinepenalty=10000
addtolengthskipfootins10pt
captionsetup[table]singlelinecheck=false,justification=raggedright
%
%newcolumntypeL>raggedrightarraybackslashX
%newcolumntypeb>hsize=0.75hsizeX
%newcolumntypeB>hsize=1.25hsize raggedrightarraybackslashX
renewcommandtheadfontfootnotesizebfseries
renewcommandtheadgape
usepackageshowframe
begindocument
beginadjustwidth-1in-1cm
footnotesize
% renewcommandtheadalignlbc
renewcommandarraystretch1.4
begintabularxlinewidthlXXXXX
captioncaptionlabelresultstable\
toprule
thead[l]footnotesize vspace-6mm variables & theadfootnotesize \ 1 \ & theadfootnotesize Cluster \ 2 \(n=111) & theadfootnotesize \ 3 \(n=111) &
theadfootnotesize \4\() & theadfootnotesize \5\() \
midrule
endfirsthead
captionContinued.\
toprule
thead[l]footnotesize vspace-6mm 1 & theadfootnotesize 1 \ & theadfootnotesize 2 & theadfootnotesize 3 &
theadfootnotesize 4 & theadfootnotesize 5 \
midrule
endhead
textitVery very very very Long variable name&\
hspace1mmvar2\
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&\
hspace1mmvarrqe&\
qquad var&\
qquad var&\
qquad var&\
qquad var&\
qquad var&\
hspace1mmvar)&\
bottomrule
endtabularx
endadjustwidth
enddocument
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
usepackagetcolorbox
usepackagecolor
usepackagelistings
usepackagetitlesec
usepackageragged2e
usepackagefancyhdr
usepackagegraphicx
usepackagebooktabs, ltablex, makecell
usepackagesiunitx[input-decimal-markers=.]
usepackagelipsum
usepackagethreeparttable
usepackagepdflscape
usepackage[strict]changepage
usepackageenumitem
usepackagemakecell
usepackagearray
usepackage[sort, numbers, compress]natbib
usepackageamsmath
usepackagemathabx
usepackagemakebox
usepackage[font=footnotesize,labelfont=bf,labelsep=space ]caption
usepackage[title]appendix
usepackage[export]adjustbox
usepackage[hidelinks]hyperref
renewcommandleqvarleq
renewcommandgeqvargeq
interfootnotelinepenalty=10000
addtolengthskipfootins10pt
captionsetup[table]singlelinecheck=false,justification=raggedright
%
%newcolumntypeL>raggedrightarraybackslashX
%newcolumntypeb>hsize=0.75hsizeX
%newcolumntypeB>hsize=1.25hsize raggedrightarraybackslashX
renewcommandtheadfontfootnotesizebfseries
renewcommandtheadgape
usepackageshowframe
begindocument
beginadjustwidth-1in-1cm
footnotesize
% renewcommandtheadalignlbc
renewcommandarraystretch1.4
begintabularxlinewidthlXXXXX
captioncaptionlabelresultstable\
toprule
thead[l]footnotesize vspace-6mm variables & theadfootnotesize \ 1 \ & theadfootnotesize Cluster \ 2 \(n=111) & theadfootnotesize \ 3 \(n=111) &
theadfootnotesize \4\() & theadfootnotesize \5\() \
midrule
endfirsthead
captionContinued.\
toprule
thead[l]footnotesize vspace-6mm 1 & theadfootnotesize 1 \ & theadfootnotesize 2 & theadfootnotesize 3 &
theadfootnotesize 4 & theadfootnotesize 5 \
midrule
endhead
textitVery very very very Long variable name&\
hspace1mmvar2\
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&\
hspace1mmvarrqe&\
qquad var&\
qquad var&\
qquad var&\
qquad var&\
qquad var&\
hspace1mmvar)&\
bottomrule
endtabularx
endadjustwidth
enddocument
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
usepackagetcolorbox
usepackagecolor
usepackagelistings
usepackagetitlesec
usepackageragged2e
usepackagefancyhdr
usepackagegraphicx
usepackagebooktabs, ltablex, makecell
usepackagesiunitx[input-decimal-markers=.]
usepackagelipsum
usepackagethreeparttable
usepackagepdflscape
usepackage[strict]changepage
usepackageenumitem
usepackagemakecell
usepackagearray
usepackage[sort, numbers, compress]natbib
usepackageamsmath
usepackagemathabx
usepackagemakebox
usepackage[font=footnotesize,labelfont=bf,labelsep=space ]caption
usepackage[title]appendix
usepackage[export]adjustbox
usepackage[hidelinks]hyperref
renewcommandleqvarleq
renewcommandgeqvargeq
interfootnotelinepenalty=10000
addtolengthskipfootins10pt
captionsetup[table]singlelinecheck=false,justification=raggedright
%
%newcolumntypeL>raggedrightarraybackslashX
%newcolumntypeb>hsize=0.75hsizeX
%newcolumntypeB>hsize=1.25hsize raggedrightarraybackslashX
renewcommandtheadfontfootnotesizebfseries
renewcommandtheadgape
usepackageshowframe
begindocument
beginadjustwidth-1in-1cm
footnotesize
% renewcommandtheadalignlbc
renewcommandarraystretch1.4
begintabularxlinewidthlXXXXX
captioncaptionlabelresultstable\
toprule
thead[l]footnotesize vspace-6mm variables & theadfootnotesize \ 1 \ & theadfootnotesize Cluster \ 2 \(n=111) & theadfootnotesize \ 3 \(n=111) &
theadfootnotesize \4\() & theadfootnotesize \5\() \
midrule
endfirsthead
captionContinued.\
toprule
thead[l]footnotesize vspace-6mm 1 & theadfootnotesize 1 \ & theadfootnotesize 2 & theadfootnotesize 3 &
theadfootnotesize 4 & theadfootnotesize 5 \
midrule
endhead
textitVery very very very Long variable name&\
hspace1mmvar2\
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&\
hspace1mmvarrqe&\
qquad var&\
qquad var&\
qquad var&\
qquad var&\
qquad var&\
hspace1mmvar)&\
bottomrule
endtabularx
endadjustwidth
enddocument
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
usepackagetcolorbox
usepackagecolor
usepackagelistings
usepackagetitlesec
usepackageragged2e
usepackagefancyhdr
usepackagegraphicx
usepackagebooktabs, ltablex, makecell
usepackagesiunitx[input-decimal-markers=.]
usepackagelipsum
usepackagethreeparttable
usepackagepdflscape
usepackage[strict]changepage
usepackageenumitem
usepackagemakecell
usepackagearray
usepackage[sort, numbers, compress]natbib
usepackageamsmath
usepackagemathabx
usepackagemakebox
usepackage[font=footnotesize,labelfont=bf,labelsep=space ]caption
usepackage[title]appendix
usepackage[export]adjustbox
usepackage[hidelinks]hyperref
renewcommandleqvarleq
renewcommandgeqvargeq
interfootnotelinepenalty=10000
addtolengthskipfootins10pt
captionsetup[table]singlelinecheck=false,justification=raggedright
%
%newcolumntypeL>raggedrightarraybackslashX
%newcolumntypeb>hsize=0.75hsizeX
%newcolumntypeB>hsize=1.25hsize raggedrightarraybackslashX
renewcommandtheadfontfootnotesizebfseries
renewcommandtheadgape
usepackageshowframe
begindocument
beginadjustwidth-1in-1cm
footnotesize
% renewcommandtheadalignlbc
renewcommandarraystretch1.4
begintabularxlinewidthlXXXXX
captioncaptionlabelresultstable\
toprule
thead[l]footnotesize vspace-6mm variables & theadfootnotesize \ 1 \ & theadfootnotesize Cluster \ 2 \(n=111) & theadfootnotesize \ 3 \(n=111) &
theadfootnotesize \4\() & theadfootnotesize \5\() \
midrule
endfirsthead
captionContinued.\
toprule
thead[l]footnotesize vspace-6mm 1 & theadfootnotesize 1 \ & theadfootnotesize 2 & theadfootnotesize 3 &
theadfootnotesize 4 & theadfootnotesize 5 \
midrule
endhead
textitVery very very very Long variable name&\
hspace1mmvar2\
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&\
hspace1mmvarrqe&\
qquad var&\
qquad var&\
qquad var&\
qquad var&\
qquad var&\
hspace1mmvar)&\
bottomrule
endtabularx
endadjustwidth
enddocument
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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