Memoir : text on recto, figures on verso : Pages numbering and figures positioning almost done The Next CEO of Stack OverflowFigures on left pages, text on right ones with class book, numbering only on right pagesTwo column trouble - positioning of figures and textFigures in odd pages, text in even pages; if no figures, then odd=even pages (i.e., no blank pages w/ numbering and headers…)Figures on left pages, text on right pagesInitial page numbers wrongDocument on recto page but numeration on both recto and versoPrevent positioning of figures before mentioned in the textText and FiguresWrong page numbers for figures/tables with “Figures on left pages, text on right ones with class book, numbering only on right pages”Continuous Figures Numbering in Memoir
How can I get through very long and very dry, but also very useful technical documents when learning a new tool?
Science fiction (dystopian) short story set after WWIII
Natural language into sentence logic
Why were Madagascar and New Zealand discovered so late?
Implement the Thanos sorting algorithm
What do "high sea" and "carry" mean in this sentence?
What's the point of interval inversion?
Unreliable Magic - Is it worth it?
Go Pregnant or Go Home
How to get regions to plot as graphics
Horror movie/show or scene where a horse creature opens its mouth really wide and devours a man in a stables
Example of a Mathematician/Physicist whose Other Publications during their PhD eclipsed their PhD Thesis
How to count occurrences of text in a file?
How do we know the LHC results are robust?
How to start emacs in "nothing" mode (`fundamental-mode`)
If the heap is initialized for security, then why is the stack uninitialized?
Why does C# sound extremely flat when saxophone is tuned to G?
How do I go from 300 unfinished/half written blog posts, to published posts?
When airplanes disconnect from a tanker during air to air refueling, why do they bank so sharply to the right?
What makes a siege story/plot interesting?
How long to clear the 'suck zone' of a turbofan after start is initiated?
Rotate a column
How did people program for Consoles with multiple CPUs?
Can a caster that cast Polymorph on themselves stop concentrating at any point even if their Int is low?
Memoir : text on recto, figures on verso : Pages numbering and figures positioning almost done
The Next CEO of Stack OverflowFigures on left pages, text on right ones with class book, numbering only on right pagesTwo column trouble - positioning of figures and textFigures in odd pages, text in even pages; if no figures, then odd=even pages (i.e., no blank pages w/ numbering and headers…)Figures on left pages, text on right pagesInitial page numbers wrongDocument on recto page but numeration on both recto and versoPrevent positioning of figures before mentioned in the textText and FiguresWrong page numbers for figures/tables with “Figures on left pages, text on right ones with class book, numbering only on right pages”Continuous Figures Numbering in Memoir
If you have the slightest idea...
What I have already done in the formatting of my report :
- Text on recto pages only
- Figures and tables on verso pages only
- Numbering only recto pages continuously (1, 2, 3...)
I have troubles when I want to :
Insert title page/abstract/table of contents/list of figures etc... I would like to keep the blank verso page/text recto pages formatting but without numbering and start the numbering only at the first chapter
Put 2 figures on one verso page, one at the top and the other at the bottom without scaling out until it fits (for the image a and b)
Here is my example code, if you have any tips or whatever ! Thanks in advance !
documentclass[12pt,a4paper,oneside]memoir
usepackage[top=2.5cm, bottom=2.5cm, left=2.5cm, right=2.5cm]geometry
usepackagegraphicx
usepackagesetspace
usepackage[utf8]inputenc
usepackagetextcomp
usepackagefloat
usepackagelipsum,mwe
usepackageafterpage
usepackagefancyhdr
fancypagestylemonstylefancyhfrfootthepage
DoubleSpacing
setcountersecnumdepth3
makeatletter
renewcommandchapter%if@openrightcleardoublepageelseclearpagefi To remove the blank page after the chapter
thispagestyleempty%
global@topnumz@
@afterindentfalse
secdef@chapter@schapter
makeatother
makeatletter
newcommand@addfigrelax
newcommandaddfig[1]globallongdef@addfig#1
newcommand@putfig@addfigaddfigrelax
newcommandblankpage%
null
vfill
@putfig%
vfill
thispagestyleempty
clearpage%
addtocounterpage-1
afterpageblankpage
makeatother
makeatletter
def@captypefigure
makeatother
begindocument
pagestylemonstyle
titlemyTitle
maketitle
beginabstract LOL endabstract
tableofcontents
listoffigures
afterpageblankpage
chapterLOL 1
sectionROFL 1
subsectionGOOSE 1
lipsum
addfig%
beginfigure[t]
begincenter
includegraphics[scale=1]image-a
captionCaption
endcenter
endfigure
addfig%
beginfigure[b]
begincenter
includegraphics[scale=1]image-b
captionCaption
endcenter
endfigure
lipsum
subsectionGOOSE 2
lipsum
sectionROFL 2
lipsum
addfig%
centering
includegraphics[scale=1]image-c
captionCaption
chapterLOL 2
lipsum
enddocument
floats formatting positioning page-numbering blank-page
New contributor
add a comment |
If you have the slightest idea...
What I have already done in the formatting of my report :
- Text on recto pages only
- Figures and tables on verso pages only
- Numbering only recto pages continuously (1, 2, 3...)
I have troubles when I want to :
Insert title page/abstract/table of contents/list of figures etc... I would like to keep the blank verso page/text recto pages formatting but without numbering and start the numbering only at the first chapter
Put 2 figures on one verso page, one at the top and the other at the bottom without scaling out until it fits (for the image a and b)
Here is my example code, if you have any tips or whatever ! Thanks in advance !
documentclass[12pt,a4paper,oneside]memoir
usepackage[top=2.5cm, bottom=2.5cm, left=2.5cm, right=2.5cm]geometry
usepackagegraphicx
usepackagesetspace
usepackage[utf8]inputenc
usepackagetextcomp
usepackagefloat
usepackagelipsum,mwe
usepackageafterpage
usepackagefancyhdr
fancypagestylemonstylefancyhfrfootthepage
DoubleSpacing
setcountersecnumdepth3
makeatletter
renewcommandchapter%if@openrightcleardoublepageelseclearpagefi To remove the blank page after the chapter
thispagestyleempty%
global@topnumz@
@afterindentfalse
secdef@chapter@schapter
makeatother
makeatletter
newcommand@addfigrelax
newcommandaddfig[1]globallongdef@addfig#1
newcommand@putfig@addfigaddfigrelax
newcommandblankpage%
null
vfill
@putfig%
vfill
thispagestyleempty
clearpage%
addtocounterpage-1
afterpageblankpage
makeatother
makeatletter
def@captypefigure
makeatother
begindocument
pagestylemonstyle
titlemyTitle
maketitle
beginabstract LOL endabstract
tableofcontents
listoffigures
afterpageblankpage
chapterLOL 1
sectionROFL 1
subsectionGOOSE 1
lipsum
addfig%
beginfigure[t]
begincenter
includegraphics[scale=1]image-a
captionCaption
endcenter
endfigure
addfig%
beginfigure[b]
begincenter
includegraphics[scale=1]image-b
captionCaption
endcenter
endfigure
lipsum
subsectionGOOSE 2
lipsum
sectionROFL 2
lipsum
addfig%
centering
includegraphics[scale=1]image-c
captionCaption
chapterLOL 2
lipsum
enddocument
floats formatting positioning page-numbering blank-page
New contributor
Do you have any links or tips or whatever?
– Azerth anis
12 hours ago
add a comment |
If you have the slightest idea...
What I have already done in the formatting of my report :
- Text on recto pages only
- Figures and tables on verso pages only
- Numbering only recto pages continuously (1, 2, 3...)
I have troubles when I want to :
Insert title page/abstract/table of contents/list of figures etc... I would like to keep the blank verso page/text recto pages formatting but without numbering and start the numbering only at the first chapter
Put 2 figures on one verso page, one at the top and the other at the bottom without scaling out until it fits (for the image a and b)
Here is my example code, if you have any tips or whatever ! Thanks in advance !
documentclass[12pt,a4paper,oneside]memoir
usepackage[top=2.5cm, bottom=2.5cm, left=2.5cm, right=2.5cm]geometry
usepackagegraphicx
usepackagesetspace
usepackage[utf8]inputenc
usepackagetextcomp
usepackagefloat
usepackagelipsum,mwe
usepackageafterpage
usepackagefancyhdr
fancypagestylemonstylefancyhfrfootthepage
DoubleSpacing
setcountersecnumdepth3
makeatletter
renewcommandchapter%if@openrightcleardoublepageelseclearpagefi To remove the blank page after the chapter
thispagestyleempty%
global@topnumz@
@afterindentfalse
secdef@chapter@schapter
makeatother
makeatletter
newcommand@addfigrelax
newcommandaddfig[1]globallongdef@addfig#1
newcommand@putfig@addfigaddfigrelax
newcommandblankpage%
null
vfill
@putfig%
vfill
thispagestyleempty
clearpage%
addtocounterpage-1
afterpageblankpage
makeatother
makeatletter
def@captypefigure
makeatother
begindocument
pagestylemonstyle
titlemyTitle
maketitle
beginabstract LOL endabstract
tableofcontents
listoffigures
afterpageblankpage
chapterLOL 1
sectionROFL 1
subsectionGOOSE 1
lipsum
addfig%
beginfigure[t]
begincenter
includegraphics[scale=1]image-a
captionCaption
endcenter
endfigure
addfig%
beginfigure[b]
begincenter
includegraphics[scale=1]image-b
captionCaption
endcenter
endfigure
lipsum
subsectionGOOSE 2
lipsum
sectionROFL 2
lipsum
addfig%
centering
includegraphics[scale=1]image-c
captionCaption
chapterLOL 2
lipsum
enddocument
floats formatting positioning page-numbering blank-page
New contributor
If you have the slightest idea...
What I have already done in the formatting of my report :
- Text on recto pages only
- Figures and tables on verso pages only
- Numbering only recto pages continuously (1, 2, 3...)
I have troubles when I want to :
Insert title page/abstract/table of contents/list of figures etc... I would like to keep the blank verso page/text recto pages formatting but without numbering and start the numbering only at the first chapter
Put 2 figures on one verso page, one at the top and the other at the bottom without scaling out until it fits (for the image a and b)
Here is my example code, if you have any tips or whatever ! Thanks in advance !
documentclass[12pt,a4paper,oneside]memoir
usepackage[top=2.5cm, bottom=2.5cm, left=2.5cm, right=2.5cm]geometry
usepackagegraphicx
usepackagesetspace
usepackage[utf8]inputenc
usepackagetextcomp
usepackagefloat
usepackagelipsum,mwe
usepackageafterpage
usepackagefancyhdr
fancypagestylemonstylefancyhfrfootthepage
DoubleSpacing
setcountersecnumdepth3
makeatletter
renewcommandchapter%if@openrightcleardoublepageelseclearpagefi To remove the blank page after the chapter
thispagestyleempty%
global@topnumz@
@afterindentfalse
secdef@chapter@schapter
makeatother
makeatletter
newcommand@addfigrelax
newcommandaddfig[1]globallongdef@addfig#1
newcommand@putfig@addfigaddfigrelax
newcommandblankpage%
null
vfill
@putfig%
vfill
thispagestyleempty
clearpage%
addtocounterpage-1
afterpageblankpage
makeatother
makeatletter
def@captypefigure
makeatother
begindocument
pagestylemonstyle
titlemyTitle
maketitle
beginabstract LOL endabstract
tableofcontents
listoffigures
afterpageblankpage
chapterLOL 1
sectionROFL 1
subsectionGOOSE 1
lipsum
addfig%
beginfigure[t]
begincenter
includegraphics[scale=1]image-a
captionCaption
endcenter
endfigure
addfig%
beginfigure[b]
begincenter
includegraphics[scale=1]image-b
captionCaption
endcenter
endfigure
lipsum
subsectionGOOSE 2
lipsum
sectionROFL 2
lipsum
addfig%
centering
includegraphics[scale=1]image-c
captionCaption
chapterLOL 2
lipsum
enddocument
floats formatting positioning page-numbering blank-page
floats formatting positioning page-numbering blank-page
New contributor
New contributor
edited 12 hours ago
Azerth anis
New contributor
asked yesterday
Azerth anisAzerth anis
62
62
New contributor
New contributor
Do you have any links or tips or whatever?
– Azerth anis
12 hours ago
add a comment |
Do you have any links or tips or whatever?
– Azerth anis
12 hours ago
Do you have any links or tips or whatever?
– Azerth anis
12 hours ago
Do you have any links or tips or whatever?
– Azerth anis
12 hours ago
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
);
);
Azerth anis is a new contributor. Be nice, and check out our Code of Conduct.
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%2f481653%2fmemoir-text-on-recto-figures-on-verso-pages-numbering-and-figures-positioni%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
Azerth anis is a new contributor. Be nice, and check out our Code of Conduct.
Azerth anis is a new contributor. Be nice, and check out our Code of Conduct.
Azerth anis is a new contributor. Be nice, and check out our Code of Conduct.
Azerth anis is a new contributor. Be nice, and check out our Code of Conduct.
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%2f481653%2fmemoir-text-on-recto-figures-on-verso-pages-numbering-and-figures-positioni%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
Do you have any links or tips or whatever?
– Azerth anis
12 hours ago