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.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
-
- 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: 10335
- 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}