Figures and captions with a left shift in twoside documents using floatsetuptwopagepicture package refiningfitting side by side figures with floatrowOrganizing tables and figures with captions horizontally and verticallyCaptions at right/left side in beamerHow to align captions in twoside documents?Vertical subfigures with captions on leftFigures misalignment when using 'floatrow'Modular LaTeX Documents: Multiple documents with book class using subfiles?Figures Side by Side with floatrow, Captions above the FiguresHow to hang floats in outer margins with floatrow in twoside documents
Making a sword in the stone, in a medieval world without magic
Fill color and outline color with the same value
Did CPM support custom hardware using device drivers?
Citation at the bottom for subfigures in beamer frame
Cultural lunch issues
Check this translation of Amores 1.3.26
How to get the name of the database a stored procedure is executed in within that stored procedure while it's executing?
Why did it take so long to abandon sail after steamships were demonstrated?
Bash replace string at multiple places in a file from command line
Have researchers managed to "reverse time"? If so, what does that mean for physics?
Official degrees of earth’s rotation per day
Why is "das Weib" grammatically neuter?
Professor being mistaken for a grad student
What are the possible solutions of the given equation?
Where is the 1/8 CR apprentice in Volo's Guide to Monsters?
Does splitting a potentially monolithic application into several smaller ones help prevent bugs?
How to simplify this time periods definition interface?
I need to drive a 7/16" nut but am unsure how to use the socket I bought for my screwdriver
Instead of Universal Basic Income, why not Universal Basic NEEDS?
What options are left, if Britain cannot decide?
Russian cases: A few examples, I'm really confused
Does the statement `int val = (++i > ++j) ? ++i : ++j;` invoke undefined behavior?
Why does Deadpool say "You're welcome, Canada," after shooting Ryan Reynolds in the end credits?
How to deal with a cynical class?
Figures and captions with a left shift in twoside documents using floatsetup
twopagepicture package refiningfitting side by side figures with floatrowOrganizing tables and figures with captions horizontally and verticallyCaptions at right/left side in beamerHow to align captions in twoside documents?Vertical subfigures with captions on leftFigures misalignment when using 'floatrow'Modular LaTeX Documents: Multiple documents with book class using subfiles?Figures Side by Side with floatrow, Captions above the FiguresHow to hang floats in outer margins with floatrow in twoside documents
I'm using scrbook class and configure floats by the floatrow package. In twoside documents it produces a left shift of 2pt for floats on odd pages.
How can align floats as on even pages?
Example:
documentclass[a4paper, twoside, 10pt]scrbook
usepackageshowframe
usepackagefloatrow,graphicx
floatsetup[figure]
margins=hangoutside,
capposition=beside,
capbesideposition=top,outside,
floatwidth=textwidth,
capbesidewidth=marginparwidth,
facing=yes,
objectset=centering
begindocument
beginfigure[h!]
includegraphics[draft]file.pdf
captionmy shifted caption (left)
endfigure
newpage
beginfigure[h!]
includegraphics[draft]file.pdf
captionmy caption (right)
endfigure
enddocument
floats scrbook floatrow
bumped to the homepage by Community♦ 12 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I'm using scrbook class and configure floats by the floatrow package. In twoside documents it produces a left shift of 2pt for floats on odd pages.
How can align floats as on even pages?
Example:
documentclass[a4paper, twoside, 10pt]scrbook
usepackageshowframe
usepackagefloatrow,graphicx
floatsetup[figure]
margins=hangoutside,
capposition=beside,
capbesideposition=top,outside,
floatwidth=textwidth,
capbesidewidth=marginparwidth,
facing=yes,
objectset=centering
begindocument
beginfigure[h!]
includegraphics[draft]file.pdf
captionmy shifted caption (left)
endfigure
newpage
beginfigure[h!]
includegraphics[draft]file.pdf
captionmy caption (right)
endfigure
enddocument
floats scrbook floatrow
bumped to the homepage by Community♦ 12 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Welcome! A tip: If you indent lines by 4 spaces or enclose words in backticks (`…`), they'll be marked as code ( just did this for you). You can do this by selecting these lines and clicking the "" button at the top or pressing ctrl-K (Windows/Linux) or cmd-K (Mac).
– Circumscribe
Dec 20 '18 at 9:28
add a comment |
I'm using scrbook class and configure floats by the floatrow package. In twoside documents it produces a left shift of 2pt for floats on odd pages.
How can align floats as on even pages?
Example:
documentclass[a4paper, twoside, 10pt]scrbook
usepackageshowframe
usepackagefloatrow,graphicx
floatsetup[figure]
margins=hangoutside,
capposition=beside,
capbesideposition=top,outside,
floatwidth=textwidth,
capbesidewidth=marginparwidth,
facing=yes,
objectset=centering
begindocument
beginfigure[h!]
includegraphics[draft]file.pdf
captionmy shifted caption (left)
endfigure
newpage
beginfigure[h!]
includegraphics[draft]file.pdf
captionmy caption (right)
endfigure
enddocument
floats scrbook floatrow
I'm using scrbook class and configure floats by the floatrow package. In twoside documents it produces a left shift of 2pt for floats on odd pages.
How can align floats as on even pages?
Example:
documentclass[a4paper, twoside, 10pt]scrbook
usepackageshowframe
usepackagefloatrow,graphicx
floatsetup[figure]
margins=hangoutside,
capposition=beside,
capbesideposition=top,outside,
floatwidth=textwidth,
capbesidewidth=marginparwidth,
facing=yes,
objectset=centering
begindocument
beginfigure[h!]
includegraphics[draft]file.pdf
captionmy shifted caption (left)
endfigure
newpage
beginfigure[h!]
includegraphics[draft]file.pdf
captionmy caption (right)
endfigure
enddocument
floats scrbook floatrow
floats scrbook floatrow
edited Dec 20 '18 at 9:26
Circumscribe
7,28121541
7,28121541
asked Dec 20 '18 at 9:15
lealea
62
62
bumped to the homepage by Community♦ 12 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 12 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Welcome! A tip: If you indent lines by 4 spaces or enclose words in backticks (`…`), they'll be marked as code ( just did this for you). You can do this by selecting these lines and clicking the "" button at the top or pressing ctrl-K (Windows/Linux) or cmd-K (Mac).
– Circumscribe
Dec 20 '18 at 9:28
add a comment |
Welcome! A tip: If you indent lines by 4 spaces or enclose words in backticks (`…`), they'll be marked as code ( just did this for you). You can do this by selecting these lines and clicking the "" button at the top or pressing ctrl-K (Windows/Linux) or cmd-K (Mac).
– Circumscribe
Dec 20 '18 at 9:28
Welcome! A tip: If you indent lines by 4 spaces or enclose words in backticks (
`…`), they'll be marked as code ( just did this for you). You can do this by selecting these lines and clicking the "" button at the top or pressing ctrl-K (Windows/Linux) or cmd-K (Mac).– Circumscribe
Dec 20 '18 at 9:28
Welcome! A tip: If you indent lines by 4 spaces or enclose words in backticks (
`…`), they'll be marked as code ( just did this for you). You can do this by selecting these lines and clicking the "" button at the top or pressing ctrl-K (Windows/Linux) or cmd-K (Mac).– Circumscribe
Dec 20 '18 at 9:28
add a comment |
1 Answer
1
active
oldest
votes
The distance separating the figure and its caption has to be set equal to marginparsep. The default value being columnsep
documentclass[a4paper, twoside, 10pt]scrbook
usepackageshowframe
usepackagefloatrow,graphicx
DeclareFloatSeparatorsmarginparsephskipmarginparsep % <--------------
floatsetup[figure]
margins=hangoutside,
capposition=beside,
capbesideposition=top,outside,
floatwidth=textwidth,
capbesidewidth=marginparwidth,
facing=yes,
objectset=centering,
capbesidesep = marginparsep % <------------------
begindocument
beginfigure[h!]
includegraphics[draft]file.pdf
captionmy shifted caption (left)
endfigure
newpage
beginfigure[h!]
includegraphics[draft]file.pdf
captionmy caption (right)
endfigure
enddocument
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%2f466656%2ffigures-and-captions-with-a-left-shift-in-twoside-documents-using-floatsetup%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
The distance separating the figure and its caption has to be set equal to marginparsep. The default value being columnsep
documentclass[a4paper, twoside, 10pt]scrbook
usepackageshowframe
usepackagefloatrow,graphicx
DeclareFloatSeparatorsmarginparsephskipmarginparsep % <--------------
floatsetup[figure]
margins=hangoutside,
capposition=beside,
capbesideposition=top,outside,
floatwidth=textwidth,
capbesidewidth=marginparwidth,
facing=yes,
objectset=centering,
capbesidesep = marginparsep % <------------------
begindocument
beginfigure[h!]
includegraphics[draft]file.pdf
captionmy shifted caption (left)
endfigure
newpage
beginfigure[h!]
includegraphics[draft]file.pdf
captionmy caption (right)
endfigure
enddocument
add a comment |
The distance separating the figure and its caption has to be set equal to marginparsep. The default value being columnsep
documentclass[a4paper, twoside, 10pt]scrbook
usepackageshowframe
usepackagefloatrow,graphicx
DeclareFloatSeparatorsmarginparsephskipmarginparsep % <--------------
floatsetup[figure]
margins=hangoutside,
capposition=beside,
capbesideposition=top,outside,
floatwidth=textwidth,
capbesidewidth=marginparwidth,
facing=yes,
objectset=centering,
capbesidesep = marginparsep % <------------------
begindocument
beginfigure[h!]
includegraphics[draft]file.pdf
captionmy shifted caption (left)
endfigure
newpage
beginfigure[h!]
includegraphics[draft]file.pdf
captionmy caption (right)
endfigure
enddocument
add a comment |
The distance separating the figure and its caption has to be set equal to marginparsep. The default value being columnsep
documentclass[a4paper, twoside, 10pt]scrbook
usepackageshowframe
usepackagefloatrow,graphicx
DeclareFloatSeparatorsmarginparsephskipmarginparsep % <--------------
floatsetup[figure]
margins=hangoutside,
capposition=beside,
capbesideposition=top,outside,
floatwidth=textwidth,
capbesidewidth=marginparwidth,
facing=yes,
objectset=centering,
capbesidesep = marginparsep % <------------------
begindocument
beginfigure[h!]
includegraphics[draft]file.pdf
captionmy shifted caption (left)
endfigure
newpage
beginfigure[h!]
includegraphics[draft]file.pdf
captionmy caption (right)
endfigure
enddocument
The distance separating the figure and its caption has to be set equal to marginparsep. The default value being columnsep
documentclass[a4paper, twoside, 10pt]scrbook
usepackageshowframe
usepackagefloatrow,graphicx
DeclareFloatSeparatorsmarginparsephskipmarginparsep % <--------------
floatsetup[figure]
margins=hangoutside,
capposition=beside,
capbesideposition=top,outside,
floatwidth=textwidth,
capbesidewidth=marginparwidth,
facing=yes,
objectset=centering,
capbesidesep = marginparsep % <------------------
begindocument
beginfigure[h!]
includegraphics[draft]file.pdf
captionmy shifted caption (left)
endfigure
newpage
beginfigure[h!]
includegraphics[draft]file.pdf
captionmy caption (right)
endfigure
enddocument
answered Feb 12 at 21:40
Hafid BoukhouldaHafid Boukhoulda
4,5741625
4,5741625
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%2f466656%2ffigures-and-captions-with-a-left-shift-in-twoside-documents-using-floatsetup%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
Welcome! A tip: If you indent lines by 4 spaces or enclose words in backticks (
`…`), they'll be marked as code ( just did this for you). You can do this by selecting these lines and clicking the "" button at the top or pressing ctrl-K (Windows/Linux) or cmd-K (Mac).– Circumscribe
Dec 20 '18 at 9:28