LyX ⇒ Customized Page Number
Customized Page Number
L-1<page 1>
L-2<page 2>
L-3<page 3>
L-n<page n>
thanx for help
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
Customized Page Number
\thepage
Code: Select all
\documentclass{article}
\renewcommand*\thepage{L\arabic{page}\textless page \arabic{page}\textgreater}
\begin{document}
bla
\newpage
blub
\end{document}