LyXCustomized Page Number

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
kentank
Posts: 1
Joined: Thu Feb 16, 2012 6:38 am

Customized Page Number

Post by kentank »

hi i want to ask, i am newbe on lyx, i have a paper to create, i want to ask, how can i create page number costumize like

L-1<page 1>
L-2<page 2>
L-3<page 3>
L-n<page n>

thanx for help

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

cgnieder
Site Moderator
Posts: 2000
Joined: Sat Apr 16, 2011 7:27 pm

Customized Page Number

Post by cgnieder »

Though I don't understand, how exactly you want it to look like: you can redefine \thepage

Code: Select all

\documentclass{article}
\renewcommand*\thepage{L\arabic{page}\textless page \arabic{page}\textgreater}
\begin{document}
bla
\newpage
blub
\end{document}
site moderator & package author
Post Reply