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
LyX ⇒ Customized Page Number
NEW: TikZ book now 40% off at Amazon.com for a short time.

Customized Page Number
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