Page LayoutFooter line with text below it

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
reyaz
Posts: 12
Joined: Sun Apr 22, 2018 6:05 am

Footer line with text below it

Post by reyaz »

Hi I am using Master/Doctors thesis template and I want to add a footer line in all chapters and some text below this footer like please suggest me how to do this

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Footer line with text below it

Post by Johannes_B »

footsepline as global option

Code: Select all

\ifoot{Alpaca}\offot[Wombat}
in the preamble

https://github.com/johannesbottcher/MDT ... wn-further
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
reyaz
Posts: 12
Joined: Sun Apr 22, 2018 6:05 am

Footer line with text below it

Post by reyaz »

this code worked but only text is printed in footer. I want a line also
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Footer line with text below it

Post by Johannes_B »

footsepline as global option
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

Footer line with text below it

Post by Stefan Kottwitz »

Just in case ... add what Johannes said (footsepline) in main.tex to the parameter list of the \documentclass command.

Stefan
LaTeX.org admin
reyaz
Posts: 12
Joined: Sun Apr 22, 2018 6:05 am

Footer line with text below it

Post by reyaz »

thank you it worked
Post Reply