I use w2l to convert some word file to latex, it create this page style
Code: Select all
% Pages styles
\makeatletter
\newcommand\ps@Standard{
\renewcommand\@oddhead{}
\renewcommand\@evenhead{}
\renewcommand\@oddfoot{\textstylePageNumber{\thepage{}}}
\renewcommand\@evenfoot{\@oddfoot}
\renewcommand\thepage{\arabic{page}}
}
Code: Select all
Undefined control sequence. {\thepage {}} \textbf{Price: \ HKD 5,000} }
regards,