Search found 2 matches

by rocket2008
Tue Feb 28, 2023 4:26 pm
Forum: Page Layout
Topic: Issues with fancyhdr & newcommand for chapters
Replies: 2
Views: 11409

Issues with fancyhdr & newcommand for chapters

Thank you very much, MjK. I hadn't thought of that. And your solution works perfectly. As for aligning the text and the image, I finally figured it out with \raisebox:

{
\cfoot{ Page \thepage \ \ \rule[-0.2cm]{.05cm}{.8cm} \ \raisebox{-.2\height}{\includegraphics[scale=0.1]{example-image-a ...
by rocket2008
Tue Feb 28, 2023 3:01 pm
Forum: Page Layout
Topic: Issues with fancyhdr & newcommand for chapters
Replies: 2
Views: 11409

Issues with fancyhdr & newcommand for chapters

Hi, everyone!

I am using a newcommand to define how the chapters show up on the manuscript and ToC. That worked fine. Then, I wanted to place an image (logo) next to the page number in each page. It works, but I get the Missing $ inserted error for the lines where I make use of the newcommand ...