LyX reverses the order of geometry and fancyhdr packages

2024-12-01 Thread fcanatay
On 11/30/24 06:41, parubin73 at gmail.com wrote: > There is a workaround, although it is a mild PITA. Go to Document > > Settings > Page Layout and set "Page style" to "Default". Next, > go to Document > Settings > Local Layout and add "Provides fancyhdr 1" > (without the quotation marks). Then

Re: LyX reverses the order of geometry and fancyhdr packages

2024-11-30 Thread Paul Rubin
On 11/30/24 06:41, fcana...@gmail.com wrote: Greetings, I am trying to produce the following header structure: This is easy to do in LaTeX: \documentclass{article} \usepackage{geometry} \usepackage{fancyhdr} \pagestyle{fancy} \begin{document} \lhead{left} \chead{center} \rhead{right}

LyX reverses the order of geometry and fancyhdr packages

2024-11-30 Thread fcanatay
Greetings, I am trying to produce the following header structure: This is easy to do in LaTeX: \documentclass{article} \usepackage{geometry} \usepackage{fancyhdr} \pagestyle{fancy} \begin{document} \lhead{left} \chead{center} \rhead{right} Some text some text some text some text some text