Special layout for first linesChanging the style of the first *typeset* line of a paragraphHow to...
How much character growth crosses the line into breaking the character
On a tidally locked planet, would time be quantized?
How to explain what's wrong with this application of the chain rule?
Can I say "fingers" when referring to toes?
Why is this estimator biased?
Temporarily disable WLAN internet access for children, but allow it for adults
How do you make your own symbol when Detexify fails?
Does an advisor owe his/her student anything? Will an advisor keep a PhD student only out of pity?
Pre-mixing cryogenic fuels and using only one fuel tank
Extract more than nine arguments that occur periodically in a sentence to use in macros in order to typset
Is there a way to get `mathscr' with lower case letters in pdfLaTeX?
How to say when an application is taking the half of your screen on a computer
What is Cash Advance APR?
Probability that THHT occurs in a sequence of 10 coin tosses
Quoting Keynes in a lecture
Why Shazam when there is already Superman?
Open a doc from terminal, but not by its name
Yosemite Fire Rings - What to Expect?
Does Doodling or Improvising on the Piano Have Any Benefits?
Can a Canadian Travel to the USA twice, less than 180 days each time?
Hero deduces identity of a killer
What should you do when eye contact makes your subordinate uncomfortable?
How to cover method return statement in Apex Class?
Is there a RAID 0 Equivalent for RAM?
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}
usepackage{babel,microtype}
UseMicrotypeSet[expansion]{alltext}
frenchbsetup{StandardLayout=true,og= «,fg= »}
pdfpagewidth=paperwidth
pdfpageheight=paperheight
begin{document}
chapter{Le sang des terrassiers}
{bfseries{Large 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.
end{document}
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}
usepackage{babel,microtype}
UseMicrotypeSet[expansion]{alltext}
frenchbsetup{StandardLayout=true,og= «,fg= »}
pdfpagewidth=paperwidth
pdfpageheight=paperheight
begin{document}
chapter{Le sang des terrassiers}
{bfseries{Large 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.
end{document}
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}
usepackage{babel,microtype}
UseMicrotypeSet[expansion]{alltext}
frenchbsetup{StandardLayout=true,og= «,fg= »}
pdfpagewidth=paperwidth
pdfpageheight=paperheight
begin{document}
chapter{Le sang des terrassiers}
{bfseries{Large 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.
end{document}
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}
usepackage{babel,microtype}
UseMicrotypeSet[expansion]{alltext}
frenchbsetup{StandardLayout=true,og= «,fg= »}
pdfpagewidth=paperwidth
pdfpageheight=paperheight
begin{document}
chapter{Le sang des terrassiers}
{bfseries{Large 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.
end{document}
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