Is there support for 21 cm x 11 in paper?
I have noticed that a few (online) academic journals use 21 cm x 11 in (21 centimeters high, 11 inches wide) as their "paper" size. I suppose this serves to fit the manuscript on either letter or A4 paper without rescaling. Here is one example: https://ejnmmiphys.springeropen.com/articles
Is there a name for this kind of paper format so that I can easily use it without the geometry package, for instance?
paper-size
|
show 4 more comments
I have noticed that a few (online) academic journals use 21 cm x 11 in (21 centimeters high, 11 inches wide) as their "paper" size. I suppose this serves to fit the manuscript on either letter or A4 paper without rescaling. Here is one example: https://ejnmmiphys.springeropen.com/articles
Is there a name for this kind of paper format so that I can easily use it without the geometry package, for instance?
paper-size
Is11 cm, too?
– manooooh
2 days ago
2
@manooooh no, that's inches. I clarified the formatting of the question.
– bers
2 days ago
1
With geometry package, you can set any size you want (within TeX limits)
– Johannes_B
2 days ago
If a journal accepts submissions typed in TeX, then it has directions for authors on its website as to how submissions should be formatted, often with its own style file. Journals in most disciplines do not accept anything other than Microsoft Word documents. Check first with any journal that you might submit to.
– Benjamin McKay
2 days ago
2
I checked the first article at the link you gave ejnmmiphys.springeropen.com/track/pdf/10.1186/s40658-018-0239-2 and it does not have the page size you say, the document properties state: a page size:210 × 280 mm (portrait)
– David Carlisle
2 days ago
|
show 4 more comments
I have noticed that a few (online) academic journals use 21 cm x 11 in (21 centimeters high, 11 inches wide) as their "paper" size. I suppose this serves to fit the manuscript on either letter or A4 paper without rescaling. Here is one example: https://ejnmmiphys.springeropen.com/articles
Is there a name for this kind of paper format so that I can easily use it without the geometry package, for instance?
paper-size
I have noticed that a few (online) academic journals use 21 cm x 11 in (21 centimeters high, 11 inches wide) as their "paper" size. I suppose this serves to fit the manuscript on either letter or A4 paper without rescaling. Here is one example: https://ejnmmiphys.springeropen.com/articles
Is there a name for this kind of paper format so that I can easily use it without the geometry package, for instance?
paper-size
paper-size
edited 2 days ago
bers
asked 2 days ago
bersbers
2,37511437
2,37511437
Is11 cm, too?
– manooooh
2 days ago
2
@manooooh no, that's inches. I clarified the formatting of the question.
– bers
2 days ago
1
With geometry package, you can set any size you want (within TeX limits)
– Johannes_B
2 days ago
If a journal accepts submissions typed in TeX, then it has directions for authors on its website as to how submissions should be formatted, often with its own style file. Journals in most disciplines do not accept anything other than Microsoft Word documents. Check first with any journal that you might submit to.
– Benjamin McKay
2 days ago
2
I checked the first article at the link you gave ejnmmiphys.springeropen.com/track/pdf/10.1186/s40658-018-0239-2 and it does not have the page size you say, the document properties state: a page size:210 × 280 mm (portrait)
– David Carlisle
2 days ago
|
show 4 more comments
Is11 cm, too?
– manooooh
2 days ago
2
@manooooh no, that's inches. I clarified the formatting of the question.
– bers
2 days ago
1
With geometry package, you can set any size you want (within TeX limits)
– Johannes_B
2 days ago
If a journal accepts submissions typed in TeX, then it has directions for authors on its website as to how submissions should be formatted, often with its own style file. Journals in most disciplines do not accept anything other than Microsoft Word documents. Check first with any journal that you might submit to.
– Benjamin McKay
2 days ago
2
I checked the first article at the link you gave ejnmmiphys.springeropen.com/track/pdf/10.1186/s40658-018-0239-2 and it does not have the page size you say, the document properties state: a page size:210 × 280 mm (portrait)
– David Carlisle
2 days ago
Is
11 cm, too?– manooooh
2 days ago
Is
11 cm, too?– manooooh
2 days ago
2
2
@manooooh no, that's inches. I clarified the formatting of the question.
– bers
2 days ago
@manooooh no, that's inches. I clarified the formatting of the question.
– bers
2 days ago
1
1
With geometry package, you can set any size you want (within TeX limits)
– Johannes_B
2 days ago
With geometry package, you can set any size you want (within TeX limits)
– Johannes_B
2 days ago
If a journal accepts submissions typed in TeX, then it has directions for authors on its website as to how submissions should be formatted, often with its own style file. Journals in most disciplines do not accept anything other than Microsoft Word documents. Check first with any journal that you might submit to.
– Benjamin McKay
2 days ago
If a journal accepts submissions typed in TeX, then it has directions for authors on its website as to how submissions should be formatted, often with its own style file. Journals in most disciplines do not accept anything other than Microsoft Word documents. Check first with any journal that you might submit to.
– Benjamin McKay
2 days ago
2
2
I checked the first article at the link you gave ejnmmiphys.springeropen.com/track/pdf/10.1186/s40658-018-0239-2 and it does not have the page size you say, the document properties state: a page size:
210 × 280 mm (portrait)– David Carlisle
2 days ago
I checked the first article at the link you gave ejnmmiphys.springeropen.com/track/pdf/10.1186/s40658-018-0239-2 and it does not have the page size you say, the document properties state: a page size:
210 × 280 mm (portrait)– David Carlisle
2 days ago
|
show 4 more comments
2 Answers
2
active
oldest
votes
I am not seeing that journals actually require documents to be published in the 21cmx11in format.
Looking at the submission guidelines for articles, it provides two preferred styles to download:
BioMedCentral_article (ZIP format) - preferred template
Springer article svjour3 (ZIP format) - preferred template
I downloaded the svjour3 one since the first one is specific to BioMed.
Looking at the svjour3.cls that comes with the zip, the relevant lines seem to be
DeclareOption{a4paper}
{setlengthpaperheight {297mm}%
setlengthpaperwidth {210mm}}
DeclareOption{10pt}{renewcommand@ptsize{0}}
DeclareOption{twoside}{@twosidetrue @mparswitchtrue}
DeclareOption{draft}{setlengthoverfullrule{5pt}}
DeclareOption{final}{setlengthoverfullrule{0pt}}
Their fallback code is
ExecuteOptions{a4paper,twoside,10pt,instindent}
As a side note, I have published with Springer (and with Online-only journals) and they, in my experience, prefer standard A4 format because even online-only journals want to generate .pdf files for download. Springer does list the standard TeX article class as a template download, too.
So not using the geometry package, one could set custom lengths and sizes using the built-in commands.
add a comment |
The memoir class provides for some 33 paper sizes but not the one you state which is between A4 and letterpaper. The class does provide means of specifying your exact paper size. See the manual (> texdoc memoir) for how to do this.
Maybe, though, the journals will accept text on A4 that will print on letterpaper or text on letterpaper that will print on A4.
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%2f472350%2fis-there-support-for-21-cm-x-11-in-paper%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I am not seeing that journals actually require documents to be published in the 21cmx11in format.
Looking at the submission guidelines for articles, it provides two preferred styles to download:
BioMedCentral_article (ZIP format) - preferred template
Springer article svjour3 (ZIP format) - preferred template
I downloaded the svjour3 one since the first one is specific to BioMed.
Looking at the svjour3.cls that comes with the zip, the relevant lines seem to be
DeclareOption{a4paper}
{setlengthpaperheight {297mm}%
setlengthpaperwidth {210mm}}
DeclareOption{10pt}{renewcommand@ptsize{0}}
DeclareOption{twoside}{@twosidetrue @mparswitchtrue}
DeclareOption{draft}{setlengthoverfullrule{5pt}}
DeclareOption{final}{setlengthoverfullrule{0pt}}
Their fallback code is
ExecuteOptions{a4paper,twoside,10pt,instindent}
As a side note, I have published with Springer (and with Online-only journals) and they, in my experience, prefer standard A4 format because even online-only journals want to generate .pdf files for download. Springer does list the standard TeX article class as a template download, too.
So not using the geometry package, one could set custom lengths and sizes using the built-in commands.
add a comment |
I am not seeing that journals actually require documents to be published in the 21cmx11in format.
Looking at the submission guidelines for articles, it provides two preferred styles to download:
BioMedCentral_article (ZIP format) - preferred template
Springer article svjour3 (ZIP format) - preferred template
I downloaded the svjour3 one since the first one is specific to BioMed.
Looking at the svjour3.cls that comes with the zip, the relevant lines seem to be
DeclareOption{a4paper}
{setlengthpaperheight {297mm}%
setlengthpaperwidth {210mm}}
DeclareOption{10pt}{renewcommand@ptsize{0}}
DeclareOption{twoside}{@twosidetrue @mparswitchtrue}
DeclareOption{draft}{setlengthoverfullrule{5pt}}
DeclareOption{final}{setlengthoverfullrule{0pt}}
Their fallback code is
ExecuteOptions{a4paper,twoside,10pt,instindent}
As a side note, I have published with Springer (and with Online-only journals) and they, in my experience, prefer standard A4 format because even online-only journals want to generate .pdf files for download. Springer does list the standard TeX article class as a template download, too.
So not using the geometry package, one could set custom lengths and sizes using the built-in commands.
add a comment |
I am not seeing that journals actually require documents to be published in the 21cmx11in format.
Looking at the submission guidelines for articles, it provides two preferred styles to download:
BioMedCentral_article (ZIP format) - preferred template
Springer article svjour3 (ZIP format) - preferred template
I downloaded the svjour3 one since the first one is specific to BioMed.
Looking at the svjour3.cls that comes with the zip, the relevant lines seem to be
DeclareOption{a4paper}
{setlengthpaperheight {297mm}%
setlengthpaperwidth {210mm}}
DeclareOption{10pt}{renewcommand@ptsize{0}}
DeclareOption{twoside}{@twosidetrue @mparswitchtrue}
DeclareOption{draft}{setlengthoverfullrule{5pt}}
DeclareOption{final}{setlengthoverfullrule{0pt}}
Their fallback code is
ExecuteOptions{a4paper,twoside,10pt,instindent}
As a side note, I have published with Springer (and with Online-only journals) and they, in my experience, prefer standard A4 format because even online-only journals want to generate .pdf files for download. Springer does list the standard TeX article class as a template download, too.
So not using the geometry package, one could set custom lengths and sizes using the built-in commands.
I am not seeing that journals actually require documents to be published in the 21cmx11in format.
Looking at the submission guidelines for articles, it provides two preferred styles to download:
BioMedCentral_article (ZIP format) - preferred template
Springer article svjour3 (ZIP format) - preferred template
I downloaded the svjour3 one since the first one is specific to BioMed.
Looking at the svjour3.cls that comes with the zip, the relevant lines seem to be
DeclareOption{a4paper}
{setlengthpaperheight {297mm}%
setlengthpaperwidth {210mm}}
DeclareOption{10pt}{renewcommand@ptsize{0}}
DeclareOption{twoside}{@twosidetrue @mparswitchtrue}
DeclareOption{draft}{setlengthoverfullrule{5pt}}
DeclareOption{final}{setlengthoverfullrule{0pt}}
Their fallback code is
ExecuteOptions{a4paper,twoside,10pt,instindent}
As a side note, I have published with Springer (and with Online-only journals) and they, in my experience, prefer standard A4 format because even online-only journals want to generate .pdf files for download. Springer does list the standard TeX article class as a template download, too.
So not using the geometry package, one could set custom lengths and sizes using the built-in commands.
answered 2 days ago
FLonLonFLonLon
30711
30711
add a comment |
add a comment |
The memoir class provides for some 33 paper sizes but not the one you state which is between A4 and letterpaper. The class does provide means of specifying your exact paper size. See the manual (> texdoc memoir) for how to do this.
Maybe, though, the journals will accept text on A4 that will print on letterpaper or text on letterpaper that will print on A4.
add a comment |
The memoir class provides for some 33 paper sizes but not the one you state which is between A4 and letterpaper. The class does provide means of specifying your exact paper size. See the manual (> texdoc memoir) for how to do this.
Maybe, though, the journals will accept text on A4 that will print on letterpaper or text on letterpaper that will print on A4.
add a comment |
The memoir class provides for some 33 paper sizes but not the one you state which is between A4 and letterpaper. The class does provide means of specifying your exact paper size. See the manual (> texdoc memoir) for how to do this.
Maybe, though, the journals will accept text on A4 that will print on letterpaper or text on letterpaper that will print on A4.
The memoir class provides for some 33 paper sizes but not the one you state which is between A4 and letterpaper. The class does provide means of specifying your exact paper size. See the manual (> texdoc memoir) for how to do this.
Maybe, though, the journals will accept text on A4 that will print on letterpaper or text on letterpaper that will print on A4.
answered 2 days ago
Peter WilsonPeter Wilson
8,37711432
8,37711432
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%2f472350%2fis-there-support-for-21-cm-x-11-in-paper%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
Is
11 cm, too?– manooooh
2 days ago
2
@manooooh no, that's inches. I clarified the formatting of the question.
– bers
2 days ago
1
With geometry package, you can set any size you want (within TeX limits)
– Johannes_B
2 days ago
If a journal accepts submissions typed in TeX, then it has directions for authors on its website as to how submissions should be formatted, often with its own style file. Journals in most disciplines do not accept anything other than Microsoft Word documents. Check first with any journal that you might submit to.
– Benjamin McKay
2 days ago
2
I checked the first article at the link you gave ejnmmiphys.springeropen.com/track/pdf/10.1186/s40658-018-0239-2 and it does not have the page size you say, the document properties state: a page size:
210 × 280 mm (portrait)– David Carlisle
2 days ago