Page LayoutHeader showing section name in memoir

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
shivam
Posts: 1
Joined: Fri Jul 11, 2014 1:46 pm

Header showing section name in memoir

Post by shivam »

I am struggling with this since last 3 days. I want to know how to decrease size of text in header. Following is the program

Code: Select all

\documentclass[a4paper,14pt]{memoir}
\linespread{1.5}
\usepackage{float}
\setsecnumdepth{none}
\usepackage{color}
\usepackage{caption}
\usepackage{graphicx}
\addtopsmarks{headings}{}{
\createmark{section}{both}{shownumber}{}{. \ }
}
\pagestyle{headings}
\begin{document}
\section{\textcolor{red}{GNDTP - A coal based Plant}}
Electricity is not just a convenience; its a necessity. It helps us live comfortably in our homes year-round, regardless of the weather. A safe, reliable and adequate supply of electricity is essential for businesses, farms, factories, hospitals and homes. Electricity travels at the speed of light, arriving at its destination at almost the same moment it is produced. When you flip a switch, the e

\end{document}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Post Reply