Special layout for first linesChanging the style of the first *typeset* line of a paragraphHow to continuously change the font size line by line?Environment to get degressive text size like optic’s chat-like textHow to let lines in MusixTex & MTX auto-breaking?Fit few lines on last pageOverride All Header and Footer Styles for All Chapter Title and Content Pages?Restore default page layout in memoirMark/select pages for later extractionMarkers in document for custom TOCHow to force text block on first page of chapter to line up with other pages?enlargethispage but for double page in twoside modeThe structure for mathstyle in even and odd pages
Is there a RAID 0 Equivalent for RAM?
Can a College of Swords bard use a Blade Flourish option on an opportunity attack provoked by their own Dissonant Whispers spell?
Angel of Condemnation - Exile creature with second ability
How to explain what's wrong with this application of the chain rule?
How do you respond to a colleague from another team when they're wrongly expecting that you'll help them?
Extract more than nine arguments that occur periodically in a sentence to use in macros in order to typset
Mimic lecturing on blackboard, facing audience
Electoral considerations aside, what are potential benefits, for the US, of policy changes proposed by the tweet recognizing Golan annexation?
How to cover method return statement in Apex Class?
Fear of getting stuck on one programming language / technology that is not used in my country
How could a planet have erratic days?
When were female captains banned from Starfleet?
What are some good ways to treat frozen vegetables such that they behave like fresh vegetables when stir frying them?
Biological Blimps: Propulsion
Does an advisor owe his/her student anything? Will an advisor keep a PhD student only out of pity?
It grows, but water kills it
Limits and Infinite Integration by Parts
Why did the EU agree to delay the Brexit deadline?
How much character growth crosses the line into breaking the character
Hero deduces identity of a killer
Keeping a ball lost forever
creating a ":KeepCursor" command
Using substitution ciphers to generate new alphabets in a novel
Redundant comparison & "if" before assignment
Special layout for first lines
Changing the style of the first *typeset* line of a paragraphHow to continuously change the font size line by line?Environment to get degressive text size like optic’s chat-like textHow to let lines in MusixTex & MTX auto-breaking?Fit few lines on last pageOverride All Header and Footer Styles for All Chapter Title and Content Pages?Restore default page layout in memoirMark/select pages for later extractionMarkers in document for custom TOCHow to force text block on first page of chapter to line up with other pages?enlargethispage but for double page in twoside modeThe structure for mathstyle in even and odd pages
Some publishers (at least some French ones) use the following layout at the beginning of each chapter of a book.
The first line of the first paragraph appears in large font (say Large
) with no indentation. The second line is in smaller but still large font (say large
) the third line uses the normal font size but blackface. The special layout ends with line 4 (I assume here that the paragraph has at least four lines).
I have tried to devise how this could be achieved but I have only found (nice) things about lettrines.
I do not include a MWE since I have no clue where to begin and my MWE would be useless.
I am including an example of the layout taken from a book publised in 2012.
documentclass[12pt,a5paper,french]book
usepackage[T1]fontenc
usepackage[utf8]inputenc
usepackagebabel,microtype
UseMicrotypeSet[expansion]alltext
frenchbsetupStandardLayout=true,og= «,fg= »
pdfpagewidth=paperwidth
pdfpageheight=paperheight
begindocument
chapterLe sang des terrassiers
bfseriesLarge Métro, canaux, voies ferrées, tun-large nels, les
chantiers se multipliaient dans la France de la Belle Époque, en
milieu urbain comme en pleine nature, faisant partout surgir les
terrassier ou «taupiers». Souvent fils de ruraux sans terre, ceux-ci
entraient dans le métier vers l’âge de seize ans. La Bretagne et
l’Auvergne fournissaient les plus gros contingents mais ils étaient
nombreux aussi à venir d’Italie. Les apprentis les plus jeunes, qu’on
appelait «les mousses», n’avaient pas plus de quatorze ans.
enddocument
page
|
show 5 more comments
Some publishers (at least some French ones) use the following layout at the beginning of each chapter of a book.
The first line of the first paragraph appears in large font (say Large
) with no indentation. The second line is in smaller but still large font (say large
) the third line uses the normal font size but blackface. The special layout ends with line 4 (I assume here that the paragraph has at least four lines).
I have tried to devise how this could be achieved but I have only found (nice) things about lettrines.
I do not include a MWE since I have no clue where to begin and my MWE would be useless.
I am including an example of the layout taken from a book publised in 2012.
documentclass[12pt,a5paper,french]book
usepackage[T1]fontenc
usepackage[utf8]inputenc
usepackagebabel,microtype
UseMicrotypeSet[expansion]alltext
frenchbsetupStandardLayout=true,og= «,fg= »
pdfpagewidth=paperwidth
pdfpageheight=paperheight
begindocument
chapterLe sang des terrassiers
bfseriesLarge Métro, canaux, voies ferrées, tun-large nels, les
chantiers se multipliaient dans la France de la Belle Époque, en
milieu urbain comme en pleine nature, faisant partout surgir les
terrassier ou «taupiers». Souvent fils de ruraux sans terre, ceux-ci
entraient dans le métier vers l’âge de seize ans. La Bretagne et
l’Auvergne fournissaient les plus gros contingents mais ils étaient
nombreux aussi à venir d’Italie. Les apprentis les plus jeunes, qu’on
appelait «les mousses», n’avaient pas plus de quatorze ans.
enddocument
page
1
this answer deals with the first line only. the documention for themagaz
package that it mentions says that "maybe" special formatting might be addressed for the first n lines (but the package is dated 2011). however, the author is still active, and it might be worth asking him.
– barbara beeton
Mar 26 '18 at 15:25
@barbarabeeton Thanks indeed for the pointer. I'll have a look.
– Denis
Mar 27 '18 at 13:14
@barbarabeetonmagaz
works well for the first line. I have no clue on what to do for the second or third lines. Does the "maybe" in the documentation means "not for now".
– Denis
Mar 27 '18 at 14:45
I have a pretty large collection of French books but I’ve never seen this. Do you have an image you could share, or can you point to a particular publisher’s catalog?
– Thérèse
Mar 27 '18 at 14:48
@Thérèse I'll dig in my library. But I have not invented the layout.
– Denis
Mar 27 '18 at 15:18
|
show 5 more comments
Some publishers (at least some French ones) use the following layout at the beginning of each chapter of a book.
The first line of the first paragraph appears in large font (say Large
) with no indentation. The second line is in smaller but still large font (say large
) the third line uses the normal font size but blackface. The special layout ends with line 4 (I assume here that the paragraph has at least four lines).
I have tried to devise how this could be achieved but I have only found (nice) things about lettrines.
I do not include a MWE since I have no clue where to begin and my MWE would be useless.
I am including an example of the layout taken from a book publised in 2012.
documentclass[12pt,a5paper,french]book
usepackage[T1]fontenc
usepackage[utf8]inputenc
usepackagebabel,microtype
UseMicrotypeSet[expansion]alltext
frenchbsetupStandardLayout=true,og= «,fg= »
pdfpagewidth=paperwidth
pdfpageheight=paperheight
begindocument
chapterLe sang des terrassiers
bfseriesLarge Métro, canaux, voies ferrées, tun-large nels, les
chantiers se multipliaient dans la France de la Belle Époque, en
milieu urbain comme en pleine nature, faisant partout surgir les
terrassier ou «taupiers». Souvent fils de ruraux sans terre, ceux-ci
entraient dans le métier vers l’âge de seize ans. La Bretagne et
l’Auvergne fournissaient les plus gros contingents mais ils étaient
nombreux aussi à venir d’Italie. Les apprentis les plus jeunes, qu’on
appelait «les mousses», n’avaient pas plus de quatorze ans.
enddocument
page
Some publishers (at least some French ones) use the following layout at the beginning of each chapter of a book.
The first line of the first paragraph appears in large font (say Large
) with no indentation. The second line is in smaller but still large font (say large
) the third line uses the normal font size but blackface. The special layout ends with line 4 (I assume here that the paragraph has at least four lines).
I have tried to devise how this could be achieved but I have only found (nice) things about lettrines.
I do not include a MWE since I have no clue where to begin and my MWE would be useless.
I am including an example of the layout taken from a book publised in 2012.
documentclass[12pt,a5paper,french]book
usepackage[T1]fontenc
usepackage[utf8]inputenc
usepackagebabel,microtype
UseMicrotypeSet[expansion]alltext
frenchbsetupStandardLayout=true,og= «,fg= »
pdfpagewidth=paperwidth
pdfpageheight=paperheight
begindocument
chapterLe sang des terrassiers
bfseriesLarge Métro, canaux, voies ferrées, tun-large nels, les
chantiers se multipliaient dans la France de la Belle Époque, en
milieu urbain comme en pleine nature, faisant partout surgir les
terrassier ou «taupiers». Souvent fils de ruraux sans terre, ceux-ci
entraient dans le métier vers l’âge de seize ans. La Bretagne et
l’Auvergne fournissaient les plus gros contingents mais ils étaient
nombreux aussi à venir d’Italie. Les apprentis les plus jeunes, qu’on
appelait «les mousses», n’avaient pas plus de quatorze ans.
enddocument
page
page
edited Mar 29 '18 at 18:14
Thérèse
9,53232242
9,53232242
asked Mar 26 '18 at 10:26
DenisDenis
2,638520
2,638520
1
this answer deals with the first line only. the documention for themagaz
package that it mentions says that "maybe" special formatting might be addressed for the first n lines (but the package is dated 2011). however, the author is still active, and it might be worth asking him.
– barbara beeton
Mar 26 '18 at 15:25
@barbarabeeton Thanks indeed for the pointer. I'll have a look.
– Denis
Mar 27 '18 at 13:14
@barbarabeetonmagaz
works well for the first line. I have no clue on what to do for the second or third lines. Does the "maybe" in the documentation means "not for now".
– Denis
Mar 27 '18 at 14:45
I have a pretty large collection of French books but I’ve never seen this. Do you have an image you could share, or can you point to a particular publisher’s catalog?
– Thérèse
Mar 27 '18 at 14:48
@Thérèse I'll dig in my library. But I have not invented the layout.
– Denis
Mar 27 '18 at 15:18
|
show 5 more comments
1
this answer deals with the first line only. the documention for themagaz
package that it mentions says that "maybe" special formatting might be addressed for the first n lines (but the package is dated 2011). however, the author is still active, and it might be worth asking him.
– barbara beeton
Mar 26 '18 at 15:25
@barbarabeeton Thanks indeed for the pointer. I'll have a look.
– Denis
Mar 27 '18 at 13:14
@barbarabeetonmagaz
works well for the first line. I have no clue on what to do for the second or third lines. Does the "maybe" in the documentation means "not for now".
– Denis
Mar 27 '18 at 14:45
I have a pretty large collection of French books but I’ve never seen this. Do you have an image you could share, or can you point to a particular publisher’s catalog?
– Thérèse
Mar 27 '18 at 14:48
@Thérèse I'll dig in my library. But I have not invented the layout.
– Denis
Mar 27 '18 at 15:18
1
1
this answer deals with the first line only. the documention for the
magaz
package that it mentions says that "maybe" special formatting might be addressed for the first n lines (but the package is dated 2011). however, the author is still active, and it might be worth asking him.– barbara beeton
Mar 26 '18 at 15:25
this answer deals with the first line only. the documention for the
magaz
package that it mentions says that "maybe" special formatting might be addressed for the first n lines (but the package is dated 2011). however, the author is still active, and it might be worth asking him.– barbara beeton
Mar 26 '18 at 15:25
@barbarabeeton Thanks indeed for the pointer. I'll have a look.
– Denis
Mar 27 '18 at 13:14
@barbarabeeton Thanks indeed for the pointer. I'll have a look.
– Denis
Mar 27 '18 at 13:14
@barbarabeeton
magaz
works well for the first line. I have no clue on what to do for the second or third lines. Does the "maybe" in the documentation means "not for now".– Denis
Mar 27 '18 at 14:45
@barbarabeeton
magaz
works well for the first line. I have no clue on what to do for the second or third lines. Does the "maybe" in the documentation means "not for now".– Denis
Mar 27 '18 at 14:45
I have a pretty large collection of French books but I’ve never seen this. Do you have an image you could share, or can you point to a particular publisher’s catalog?
– Thérèse
Mar 27 '18 at 14:48
I have a pretty large collection of French books but I’ve never seen this. Do you have an image you could share, or can you point to a particular publisher’s catalog?
– Thérèse
Mar 27 '18 at 14:48
@Thérèse I'll dig in my library. But I have not invented the layout.
– Denis
Mar 27 '18 at 15:18
@Thérèse I'll dig in my library. But I have not invented the layout.
– Denis
Mar 27 '18 at 15:18
|
show 5 more comments
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%2f423200%2fspecial-layout-for-first-lines%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%2f423200%2fspecial-layout-for-first-lines%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
1
this answer deals with the first line only. the documention for the
magaz
package that it mentions says that "maybe" special formatting might be addressed for the first n lines (but the package is dated 2011). however, the author is still active, and it might be worth asking him.– barbara beeton
Mar 26 '18 at 15:25
@barbarabeeton Thanks indeed for the pointer. I'll have a look.
– Denis
Mar 27 '18 at 13:14
@barbarabeeton
magaz
works well for the first line. I have no clue on what to do for the second or third lines. Does the "maybe" in the documentation means "not for now".– Denis
Mar 27 '18 at 14:45
I have a pretty large collection of French books but I’ve never seen this. Do you have an image you could share, or can you point to a particular publisher’s catalog?
– Thérèse
Mar 27 '18 at 14:48
@Thérèse I'll dig in my library. But I have not invented the layout.
– Denis
Mar 27 '18 at 15:18