Skip to content
Snippets Groups Projects
Commit 48723fdc authored by Jan Wille's avatar Jan Wille
Browse files

added enlagethispage tipp

parent e7d59fe7
No related branches found
No related tags found
No related merge requests found
No preview for this file type
...@@ -248,6 +248,11 @@ ...@@ -248,6 +248,11 @@
should redesign your document. But if you absolutely want to print it that way, you can use \lstinline|\clearpage| to force all should redesign your document. But if you absolutely want to print it that way, you can use \lstinline|\clearpage| to force all
figures/tables to be put onto the page and then start a new page. figures/tables to be put onto the page and then start a new page.
\medskip
You might also need just a little more space only a page to just fit one more sentences. For that you can use the command
\lstinline|\enlargethispage{N\baselineskip}| with $N$ being the number of lines you need. Use this sparingly however, as the bottom margin is
there for a reason and you shouldn't intrude on the footer too much.
\section{Text styling} \label{sec: styling} \section{Text styling} \label{sec: styling}
When writing text, you will need to \emph{emphasize} certain parts of the text. The easiest way is to use the \lstinline|\emph{}| command When writing text, you will need to \emph{emphasize} certain parts of the text. The easiest way is to use the \lstinline|\emph{}| command
around you text. You can also nest it \emph{to \emph{emphasize} even more}. around you text. You can also nest it \emph{to \emph{emphasize} even more}.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment