Text Formatting ⇒ line under the page
-
- Posts: 7
- Joined: Wed Feb 21, 2018 10:31 pm
line under the page
The last line, then newpage.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
line under the page
Code: Select all
\vfill
\hrule
\newpage
-
- Posts: 7
- Joined: Wed Feb 21, 2018 10:31 pm
line under the page
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
line under the page
welcome to the forum!
In that case just replace \hrule by the text layout \LaTeX.
Code: Select all
\vfill
layout \LaTeX
\newpage
Btw.
\vfill
inserts stretchable space that fills as much as possible, so the stuff afterwards (that text) is pushed down to the end of the page.Stefan
-
- Posts: 7
- Joined: Wed Feb 21, 2018 10:31 pm
line under the page
Code: Select all
\begin{figure}[!b]
\begin{center}
Opmaak LaTeX
\end{center}
\end{figure}
-
- Posts: 7
- Joined: Wed Feb 21, 2018 10:31 pm
line under the page
Code: Select all
\vfill
\begin{center}
layout \LaTeX
\end{center}