The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
55 views

hyphenation and justifying in \epigraph

Is it possible to justify and hyphenate quotes typeset within an \epigraph? An MWE and its output are shown below: \documentclass{article} \usepackage[english]{babel} \usepackage{blindtext} ...
4
votes
1answer
102 views

How to prevent a page break between paragraphs

I would like to typeset something like a "quote plus attribution", e.g. at the beginning of a book chapter. It should look like this: CHAPTER TITLE This is an introductory quote. ...
0
votes
0answers
122 views

\epigraph and book paragraph spacing [closed]

When using \epigraph, an entire line is added between paragraphs on following right-hand pages. Text on the page the epigraph is used is unaffected. How do I remove the extra line between paragraphs? ...
3
votes
2answers
152 views

Right aligning a quote with extra indentation

I want to insert a quote into a document, have it aligned to the right, italic, with some extra indentation from the right margin, this is what i've managed so far: \documentclass{book} ...
1
vote
1answer
130 views

Changing properties of epigraphs using “epigraph” package

Please help me to figure out how to produce with that: I have the following code: \epigraph{«Теперь нам ясно, что вся структура теории чисел держится на одном основании, а именно, на алгоритме для ...
9
votes
3answers
269 views

Width of epigraphs

How can I set the width of an epigraph for automatic fitting of text inside epigraph? I would like that the line between text and source have the same width of the above text. This in every epigraph! ...
2
votes
1answer
44 views

Renewenvironement error

I'm using the epigraphs package, but try to redefine the epigraphs environment (to later on add something to it, e.g. a page break before). So I thought I do it like this: ...
1
vote
2answers
193 views

epigraph using \textit

I have created epigraph in my book using the latex command \epigraph. I would use \textit style but I got an epigraph that not follow the margin. when I use \textit it became squeezer This is what I ...
2
votes
1answer
322 views

Putting a famous quote in LyX

EDIT: By a comment below, I learned that what I'm asking is: How do I add an epigraph in the beginning of a section? EDIT: I managed to use the epigraph package. I'm importing it in the LaTeX preable ...
10
votes
1answer
249 views

Proper way to quote verses before a section

I'm typesetting a book which — sometimes — has quoted verses in the beginning of sections. My first idea was to use something like epigraph to quote them, but then there's some very long quotes (up to ...
5
votes
1answer
84 views

Insert a list into an epigraph environment

I would like to produce the following with a list: \epigraph{There are only four systems that bridge all linguistic barriers:\\ --The complete set of mathematical symbols,\\ --The International ...
1
vote
3answers
883 views

Align Quote to right

I want to align \begin{quote} Text Author (\cite{Source}) \end{quote} to the right side of the paper. How can I do this?
3
votes
1answer
232 views

Numbering problem with footnotes in epigraph

I am having some difficulty with the numbering of a couple of footnotes in an epigraph. Using \footnotemark and \footnotetext, both the footnotes are given the same number although the contents are ...
2
votes
1answer
402 views

Epigraph in the end of the page

How could I position the epigraph in the end of the page, instead of at the beginning? I'm using this preamble: \documentclass[pdftex,11pt,a4paper,openany]{memoir} \usepackage[brazil]{babel} ...
4
votes
3answers
2k views

Style individual epigraphs or leave default?

I am writing a doctoral thesis and I have a fair few epigraphs after each of my chapter titles. I can't decide whether it is better to style each of the individual epigraphs, or have a generic styling ...
3
votes
1answer
193 views

Add vertical spacing between epigraphs

I am writing a thesis and would like to add some vertical spacing between epigraphs inside a \begin{epigraphs} environment at the start of my chapters. MWE: \documentclass{report} ...
10
votes
1answer
4k views

Relative padding of a minipage's paragraph

Background Created a custom command for rendering quotations (epigraphs). Problem The text in the following image has no space at the border: The word "and" is flush with the right-margin. Code ...
1
vote
1answer
810 views

How can I eliminate the epigraph rule?

I use the epigraph package to define the following declaration that looks as follows: \epigraph{This work has appeared in:}{Max Mustermann, How the Euro will crash.} That looks then as follows This ...
2
votes
1answer
415 views

Publication details below chapter title

I would like to add some publication details below the title of the chapter. I got here already some useful comments, but I decided now to go with the epigraph environment. At the moment, the code ...