LyX ⇒ How to make the first page almost blank with some text
How to make the first page almost blank with some text
I wrote an article, but I need to make the first page almost plank: I only need to put some text somewhere in the middle left of the page and somewhere lower right of the page. What is the best way to make this happen in Lyx?
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
How to make the first page almost blank with some text
- 1. Insert a vertical space using VFill in "Spacing" drop-down list, with "Protect" checked (without "Protect", vertical spacing without any chars before it is getting ignored at the beginning of a page).
2. Type the middle text. Right click > Paragraph Settings for fine-tuning the text. And if you don't want that page number, press Ctrl+L and type in:3. Insert another vertical space (VFill).Code: Select all
\thispagestyle{empty}
4. Type the bottom text.
5. Insert a page break (or double-page break), also from Insert > Formatting menu ("Clear page" or "Clear double page" commands).