Tagged Questions
2
votes
1answer
61 views
Paragraph Spacing within a Tikz Environment
I am looking to replicate the look of paragraphs within a tikz environment (actually a minipage).
\documentclass[letterpaper,12pt]{book}
\usepackage{tikz}
...
1
vote
1answer
109 views
Subsection, subsubsection, etc. title outside (left of) the subsection, subsubsection, etc. content block
How could I get subsections, subsubsections, paragraphs, and subparagraphs (which I'll call "sections" from now on) that look like the one in this PDF file ?
In this PDF example, the indentation ...
5
votes
1answer
131 views
Getting the interlinear spacing correct within a paragraph when using minipages
Let me start by saying that this is very similar to a previously posted question, How to keep a constant baselineskip when using minipages (or \parboxes)?, for which egreg gave a very nice solution. ...
15
votes
1answer
362 views
Why is \parskip zero inside a minipage?
This question was originally entitled "inconsistent paragraph spacing with \parskip inside minipage" as the MWE below shows. But I found the answer at How to preserve the same parskip in minipage, ...
2
votes
1answer
402 views
Multiple footnotes in minipage - how to typeset as paragraph ?
I have a table in a minipage with multiple, short footnotes. These are typeset one per line. However, I would like to have these in 'paragraph' mode to save space. I have tried ...
