Fonts & Character Setsminitoc Font, And, Width In multicols

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
Post Reply
kurttodoroff
Posts: 27
Joined: Thu Feb 07, 2019 4:25 pm

minitoc Font, And, Width In multicols

Post by kurttodoroff »

I am using the minitoc package inside a multicolumn environment.

Code: Select all

\usepackage{minitoc}
\dominitoc[l]
\mtcsettitle{minitoc}{}
\mtcsetrules{*}{off}
\mtcsetoffset{minitoc}{-4.0em}

\chapter{NORMAL PROCEDURES}\label{NORMAL-PROCEDURES}
\begin{multicols}{2}
\section*{TABLE OF CONTENTS}
\minitoc
\section*{PREPARATION FOR FLIGHT}
\addcontentsline{toc}{section}{Preparation For Flight}
\subsection*{FLIGHT PLANNING}
.
.
.
\end{multicols}
Screen Shot 2019-03-24 at 10.12.38.jpg
Screen Shot 2019-03-24 at 10.12.38.jpg (121.93 KiB) Viewed 6211 times
1: I would like to use the document font (Helvetica, phv) in the minitoc.

2: I would like to increase the width of the minitoc so as to reduce the occurrence of line wraps, such as the one that appears in the fourth minitoc entry.

I could not find these answers in the minitoc documentation.

Thank you.

Kurt

Recommended reading 2024:

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

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

User avatar
Stefan Kottwitz
Site Admin
Posts: 10319
Joined: Mon Mar 10, 2008 9:44 pm

minitoc Font, And, Width In multicols

Post by Stefan Kottwitz »

Hi Kurt,

if I add this to your code, everything is in Helvetica (phv):

\renewcommand{\familydefault}{phv}

Thanks for posting code! I and every reader who likes to make a suggestion that works, has to add by himself:

Code: Select all

\documentclass{book}
\usepackage{multicol}
\usepackage{minitoc}
\usepackage{helvet}
\begin{document}
...
\end{document}
It would be easier for readers to post a compilable code (complete, small), it improves the chance to get a working answer.

Thanks!

Stefan
LaTeX.org admin
kurttodoroff
Posts: 27
Joined: Thu Feb 07, 2019 4:25 pm

minitoc Font, And, Width In multicols

Post by kurttodoroff »

Hi, Stefan.

The document included the command \renewcommand{\familydefault}{phv}, before I posted my message, yet, minitoc did not use this font.

I added the command \usepackage{helvet}. This did not remedy the situation. I have removed it, for now.

The document contains over 3,300 lines, and, is growing rapidly. I will attempt to abbreviate it for posting in this thread. In the mean time, do you have other suggestions? Also, what are your thoughts on widening the minitoc width?

Regards,

Kurt
User avatar
Stefan Kottwitz
Site Admin
Posts: 10319
Joined: Mon Mar 10, 2008 9:44 pm

minitoc Font, And, Width In multicols

Post by Stefan Kottwitz »

Hi Kurt,

it should not be hard to cut down a copy of the document, removing like 95% of actual text to just keep preamble, structure, dummy filler text, as long as it is compilable and produces the wrong output. Otherwise it's hard to guess what in the document causes it. I posted 9336 answers here with solutions, that's only possible when I can test code quickly to propose a fix. ;-)

Stefan
LaTeX.org admin
kurttodoroff
Posts: 27
Joined: Thu Feb 07, 2019 4:25 pm

minitoc Font, And, Width In multicols

Post by kurttodoroff »

Hi, Stefan.

I am providing an abbreviated version of my document.

Thank you.

Kurt

Code: Select all

%&LaTeX (tells OzTeX to use LaTeX.fmt)

% Source file for "FLIGHT MANUAL".

\documentclass[11pt]{report}

% \input{Kurts-Commands}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%% START KURT'S GLOBAL COMMANDS                     %%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\usepackage{verbatim}              % KRT 1997-12-27 for using \begin-end{comment}
\usepackage{multicol}              % KRT 1999-01-12 for using multicolumn environment
\usepackage{lscape}                % KRT 1999-03-19
\usepackage{fancyhdr}              % KRT 1999-10-03
\usepackage{textcomp}              % KRT 2001-07-22
\usepackage{latexsym}              % KRT 2001-08-18
\usepackage{amsmath}               % KRT 2011-06-23
\usepackage{amssymb}               % KRT 2001-08-18
\usepackage{marvosym}              % KRT 2010-12-15
\usepackage{wasysym}               % KRT 2010-12-15
\usepackage{eurosym}               % KRT 2010-12-15
\usepackage{lastpage}              % KRT 2003-09-10
\usepackage{graphicx}              % KRT 2004-07-31
\usepackage{xr}                    % KRT 1997-08-04
\usepackage{makeidx}               % KRT 2007-09-26
\usepackage[normalem]{ulem}        % KRT 2009-11-28
\usepackage{color}                 % KRT 2011-01-18
\usepackage{tikz}                  % KRT 2011-05-03
\usepackage{calc}                  % KRT 2011-05-03
\usepackage{slantsc}               % KRT 2011-05-03
\usepackage[sc]{mathpazo}          % KRT 2011-05-03
\usepackage{framed}                % KRT 2011-05-18
\usepackage{datenumber}            % KRT 2011-06-04
\usepackage{fp}                    % KRT 2011-06-04
\usepackage{datetime}              % KRT 2011-06-20
\usepackage{lineno}                % KRT 2012-06-03
\usepackage{dcolumn}               % KRT 2012-06-03
\usepackage{siunitx}               % KRT 2012-06-04
\usepackage{cancel}                % KRT 2012-06-08
\usepackage{spreadtab}             % KRT 2013-05-27
\usepackage{numprint}              % KRT 2013-05-27
\usepackage{tabularx}              % KRT 2013-05-27
\usepackage{hyperxmp}              % KRT 2013-10-13
\usepackage{changebar}             % KRT 2013-12-18
\usepackage{textcase}              % KRT 2014-04-23
\usepackage{ifpdf}                 % KRT 2015-02-10
\usepackage{clipboard}             % KRT 2019-02-08
\usepackage{titlesec}              % KRT 2019-03-16
\usepackage{minitoc}               % KRT 2019-03-16
\let\Cross\relax                   % KRT 2019-03-22
\let\Square\relax                  % KRT 2019-03-22
\usepackage{bbding}                % KRT 2019-03-16
\usepackage{enumitem}              % KRT 2019-03-23
\usepackage{bookmark,hyperref}     % add HyperTeX links

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%% START KURT GLOBAL COMMANDS                       %%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

% \renewcommand{\familydefault}{pag}                % KRT 1997-06-20
\renewcommand{\familydefault}{phv}                % KRT 2011-01-21

\renewcommand{\contentsname}{TABLE OF CONTENTS}   % KRT 1998-12-30
\renewcommand{\listfigurename}{LIST OF FIGURES}   % KRT 1998-12-30
\renewcommand{\listtablename}{LIST OF TABLES}     % KRT 1998-12-30
\renewcommand{\bibname}{BIBLIOGRAPHY}             % KRT 1998-12-30
\renewcommand{\indexname}{INDEX}                  % KRT 1998-12-30
\renewcommand{\figurename}{FIGURE}                % KRT 1998-12-30
\renewcommand{\tablename}{TABLE}                  % KRT 1998-12-30
\renewcommand{\partname}{PART}                    % KRT 1998-12-30
\renewcommand{\chaptername}{CHAPTER}              % KRT 1998-12-30
\renewcommand{\appendixname}{APPENDIX}            % KRT 1998-12-30
\renewcommand{\abstractname}{ABSTRACT}            % KRT 1998-12-30

\renewcommand\linenumberfont{\normalfont\small}   % KRT 2012-06-06

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%% EDITING                                          %%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\copyrightpage}{
\textbf{\textsc{
\documentdate \\ [3mm]
\vspace{.5in}
\copyrightnotice \\ [3mm]
\vspace{.5in}
Typeset in 11 point Helvetica. \\ [3mm]
\vspace{.5in}
This work was prepared with \LaTeX.}}}

\newcommand{\copyrightnotice}{
Copyright \copyright\ \copyrightstartyear--\copyrightendyear\ by \copyrightholdername\ \\ [3mm]
\vspace{.5in}
The moral right of the author has been asserted. \\ [3mm]
All rights reserved. \\ [3mm]
No part of this publication may be reproduced, stored in or introduced \\ [3mm]
into a retrieval system, or transmitted, in any form, or by any means \\ [3mm]
(electronic, mechanical, photocopying, recording, or otherwise), \\ [3mm]
without the prior written permission of \\ [3mm]
\copyrightholdername
}

\newcommand{\tbdplain}{\fbox{TBD}\index{\textcolor{red}{TBD}}}
\newcommand{\tbd}{\colorbox{red}{\textcolor{yellow}{TBD}}\index{\textcolor{red}{TBD}}}

\newcommand{\ibnlt}{including, but not limited to}

\newcommand{\loremipsum}{Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\index{\textcolor{red}{Lorem Ipsum Text}}}
\newcommand{\loremipsumenglish}{On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain. These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammelled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing to the claims of duty or the obligations of business it will frequently occur that pleasures have to be repudiated and annoyances accepted. The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains.\index{\textcolor{red}{Lorem Ipsum English Text}}}



%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%% TWO COLUMN LIST ENVIRONMENTS                     %%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newenvironment{itemize2}{
  \begin{multicols}{2}
  \begin{itemize}
  }{
  \end{itemize}
  \end{multicols}
  }

\newenvironment{description2}{
  \begin{multicols}{2}
  \begin{description}
  }{
  \end{description}
  \end{multicols}
  }

\newenvironment{enumerate2}{
  \begin{multicols}{2}
  \begin{enumerate}
  }{
  \end{enumerate}
  \end{multicols}
  }


  
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%% COMMENTING SPECIFIC TEXT                         %%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begingroup
    \catcode `\@ = 11
    \catcode `\~ = 13
    \catcode `\% = 12
    \protected\long\gdef\cmt@remove#1%~{\endgroup}
    \ifdefined~
        \global\let\cmt@old~
    \else
        \global\let\cmt@old\relax
    \fi
    \protected\gdef~{\begingroup\catcode`%=12
        \futurelet\next\cmt@}
    \protected\gdef\cmt@
      {\ifx%\next
           \expandafter\cmt@remove
       \else
           \endgroup\expandafter\cmt@old
       \fi}
\endgroup



% \setcounter{tocdepth}{0}
% \setcounter{secnumdepth}{6}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%% END KURT'S GLOBAL COMMANDS                       %%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%% START KURT'S COMMANDS                            %%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%% MAKE INDEX                                       %%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\makeindex

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%% PDF METADATA                                     %%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\hypersetup{%backref,
%
% %%%%%%%%%% HYPERREF METADATA COMMANDS %%%%%%%%%%Q
%
pdftitle={test},
pdfauthor={test},
pdfsubject={test},
pdfcreator={TeXShop},
pdfproducer={AlphaX LaTeX with hyperref},
pdfkeywords={test,} 
{test,} 
{test,} {test},
pdfcenterwindow={true},       % Position the document window in the center of the screen.
pdffitwindow={true},          % Resize document window to fit document size.
pdfstartview={Fit},           % Set the startup page view.
pdfpagelayout={SinglePage},   % Set layout of PDF pages.
pdfdisplaydoctitle={true},    % Display document title name instead of file name in title bar.
pdflang={en-US},              % PDF language identifier (RFC 3066).
baseurl={http://www.test.com}, % Set base URL for document.
% breaklinks={false true},      % Allow links to break over lines.
% citebordercolor={magenta},    % Color of border around citations.
% citecolor={blue},             % Color of links to bibliography citations.
% colorlinks=true,              % False: boxed links; true: colored links.
% linkbordercolor={magenta},    % Color of internal links borders.
% linkcolor={blue},             % Color of internal links.
% urlbordercolor={magenta}      % Color of external links borders.
% urlcolor={blue}               % Color of external links.
%
% %%%%%%%%%% HYPERXMP METADATA COMMANDS %%%%%%%%%%
%
pdfauthortitle={test},
pdfcaptionwriter={test},
pdfcontactaddress={test},
pdfcontactcity={test},
pdfcontactregion={test},
pdfcontactpostcode={test},
pdfcontactcountry={test},
pdfcontactphone={test},
pdfcontactemail={test},
pdfcontacturl={%
http://www.test.com,
http://www.test.com/test
},
pdfcopyright={Copyright © 2019 by test.  All rights reserved.},
% pdfdate={2006-09-02T06:59:43.21-04:00}, % Specifies the document date.
  % pdfdate={YYYY-MM-DDThh:mm:ss.ff-04:00},
  % YYYY-MM-DDThh:mm:ss.ff-04:00
  % Hyperref / HyperXMP insert this value into CreateDate, ModifyDate, MetadataDate.
  % \pdfinfo{} does not overwrite the CreateDate and ModifyDate values.
pdflicenseurl={http://www.test.com/license}, % Identifies a URL that points to the document's license agreement.
pdfmetalang={en-US}
}

% \ifpdf
% \pdfinfo{
%  /Title (title of the document)(test)
%  /Author (author of the document)(test)
%  /Creator (PDF creator)(TeXShop)
%  /Producer (PDF producer)(AlphaX LaTeX with hyperref)
%  /CreationDate (creation date)(D:20060902065900)(D:\pdfdate)
%  /ModDate (modification date)(D:20570111065900)(D:\pdfdate)
%  /Subject (subject of the document)(test)
%  /Keywords (keywords, separated by a semicolon (;))(test;test;test)
%}
% \fi

% THE FOLLOWING ERROR CHECKING CODE CAUSES AN ERROR, DURING COMPILATION
% \textcolor{red}{This is
% \ifpdf
% a PDF
% \else
% not a PDF
% \fi
% document.}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%% NEWCOMMANDS                                      %%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\newcommand{\documenttitleA}{test}
\newcommand{\documenttitleB}{test}
\newcommand{\documentdate}{2019-01-11}
\newcommand{\documentversion}{\documenttitleA -1.0}

\newcommand{\copyrightstartyear}{2016}
\newcommand{\copyrightendyear}{2019}    % \the\year
\newcommand{\copyrightholdername}{test.}

\newcommand{\WARNING}[1]{
\begin{center}
{
\setlength\arrayrulewidth{4pt}
\renewcommand{\arraystretch}{2.1}
\begin{tabular}{|ccc|}
\hline
\hspace{.01in} & \textbf{{\Large WARNING}} & \hspace{.01in} \\
\hline
\end{tabular}
}

\medskip

\begin{tabular}{p{2.5in}}
{#1}
\end{tabular}
\end{center}
}

\newcommand{\CAUTION}[1]{
\begin{center}
{
\setlength\arrayrulewidth{2pt}
\renewcommand{\arraystretch}{1.5}
\begin{tabular}{|c|}
\hline
\textbf{{\large CAUTION}} \\
\hline
\end{tabular}
}

\medskip

\begin{tabular}{p{2.5in}}
{#1}
\end{tabular}
\end{center}
}

\newcommand{\NOTE}[1]{
\begin{center}
\textbf{NOTE}

\medskip

\begin{tabular}{p{2.5in}}
{#1}
\end{tabular}
\end{center}
}

\newcommand{\aZZZ}{aZZZ\index{aZZZ}}
\newcommand{\bZZZ}{bZZZ\index{bZZZ}}
\newcommand{\cZZZ}{cZZZ\index{cZZZ}}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%% PAGE SIZING                                      %%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\oddsidemargin=0in
\evensidemargin=0in
\textwidth=6.3in

\topmargin=-0.4in
\headheight=0.2in
\headsep=0.5in
\textheight=8.4in             % better for US Letter paper
% \textheight=9.2in             % better for US Letter paper
% \textheight=9.4in             % better for US Letter paper

\raggedbottom

\setlength{\parindent}{0pt}
\arrayrulewidth=.8pt
\raggedright

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%% HEADERS FOOTERS                                  %%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\lhead{\textsc{\documenttitleA}}
\chead{}
\rhead{\textsc{\documentdate}}    % \yyyymmdddate\today
\lfoot{~\\ \textbf{CONFIDENTIAL INFORMATION}}
\cfoot{\textsc{~}}%\thepage~of~\protect\pageref{pagenumber-endofintroduction}}}
\rfoot{~\\ \textbf{DO NOT REPRODUCE THIS PAGE}}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%% DEPTH OF TOC / LOF / LOT / SECTION NUMBERING     %%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\makeatletter
\renewcommand*{\numberline}[1]{\hb@xt@3em{#1\hfil}}
\makeatother

\setcounter{tocdepth}{2}
\setcounter{secnumdepth}{6}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%% test FLIGHT MANUAL ADDITIONS                   %%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\renewcommand{\chaptername}{SECTION}      %
\renewcommand{\thesection}{}            % Supress the section numbering
\renewcommand{\thesubsection}{}         % Supress the subsection numbering

\renewcommand{\thechapter}{\Roman{chapter}}
% **********2019-03-16********** ADDED FOR test FLIGHT MANUAL
\titleformat{\chapter}[display]%
{\normalfont\filcenter%
    \LARGE% %change this size to your needs for the first line
    \bfseries}{\chaptertitlename\ \thechapter}{10pt}{%
    \LARGE %change this size to your needs for the second line
    }
% **********2019-03-16********** ADDED FOR test FLIGHT MANUAL
\titleformat*{\section}{\large\bfseries}% DEFAULT {\Large\bfseries}
\titleformat*{\subsection}{\normalsize\bfseries}% DEFAULT {\large\bfseries}
\titlespacing*{\chapter}{0pt}{-20pt}{10pt}% DEFAULT {0}{50pt}{40pt}
% **********2019-03-16********** ADDED FOR test FLIGHT MANUAL

\dominitoc[l]
\mtcsettitle{minitoc}{}% sets an empty title (i.e. no title)
\mtcsetrules{*}{off}%, all rules in the various ToCs are disabled then.
\mtcsetoffset{minitoc}{-4.0em}%If the minitoc is too much to the right margin, use 
% \mtcsetfont{minitoc}{chapter}{phvfamily}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%% END KURT'S COMMANDS                              %%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\begin{document}

\begin{flushright}
\begin{huge}
\textbf{\textsc{
\documenttitleA \\ [10mm]
}}
\end{huge}
\begin{Huge}
\textbf{\textsc{
\documenttitleB \\ [10mm]
}}
\end{Huge}
\end{flushright}

\vfill% ADDED FOR test FLIGHT MANUAL

\begin{quote}
\begin{footnotesize}
test

\end{footnotesize}
\end{quote}

\medskip

\begin{LARGE}
\textbf{\textsc{
\documentdate
}}
\end{LARGE}

\thispagestyle{empty}

\pagenumbering{roman}


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


\begin{center}
\copyrightpage
\end{center}

\pagestyle{fancy}


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% test FLIGHT MANUAL - LIST OF EFFECTIVE PAGES
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


\pagenumbering{Alph}
\cfoot{\textsc{\thepage~of~\protect\pageref{pagenumber-endoflistofeffectivepages}}}

\begin{center}
\begin{footnotesize}
\textbf{INSERT LATEST CHANGED PAGES.  DESTROY SUPERSEDED PAGES.}
\end{footnotesize}

\bigskip

\begin{tabular}{|p{2in}p{2in}p{2in}|}
\hline
\multicolumn{2}{|l|}{\ } & \\
\multicolumn{2}{|p{2.5in}|}{{\large \textbf{LIST OF EFFECTIVE PAGES}}} & \\
\multicolumn{2}{|l|}{\ } & \\
\cline{1-2}
& & \\
\multicolumn{3}{|l|}{{\footnotesize NOTE:  The portion of the text affected by the changes is indicated by a vertical line in the outer margins of}} \\
\multicolumn{3}{|l|}{{\footnotesize the page.  Changes to illustrations are indicated by a miniature star ($^\ast$).}} \\
& & \\
\multicolumn{3}{|l|}{{\footnotesize\textbf{Dates of issue for original and changed pages are:}}} \\
& & \\
\multicolumn{3}{|l|}{{\footnotesize Original $\ldots$ 0 $\ldots$ \documentdate}} \\
& & \\
\multicolumn{3}{|c|}{{\footnotesize\textbf{TOTAL NUMBER OF PAGES IN THIS PUBLICATION IS 562, CONSISTING OF THE FOLLOWING:}}} \\
& & \\
Page \hfill\ $^\ast$ ~~Change & Page \hfill\ $^\ast$ ~~Change & Page \hfill\ $^\ast$ ~~Change \\
No. \hfill No.    & No. \hfill No.                          & No. \hfill No. \\
& & \\
Title \dotfill 0  & & \\
A \dotfill 0      & & \\
B Blank Added \dotfill 0 & & \\
i - xv \dotfill 0   & & \\
1-1 - 1-x \dotfill 0 & & \\
2-1 - 2-x \dotfill 0 & & \\
3-1 - 3-x \dotfill 0 & & \\
4-1 - 4-x \dotfill 0 & & \\
5-1 - 5-x \dotfill 0 & & \\
6-1 - 6-x \dotfill 0 & & \\
7-1 - 7-x \dotfill 0 & & \\
A-1 - A-x \dotfill 0 & & \\
B-1 - B-x \dotfill 0 & & \\
C-1 - C-x \dotfill 0 & & \\
D-1 - D-x \dotfill 0 & & \\
Index-1 - Index-x \dotfill 0 & & \\
& & \\
& & \\
& & \\
& & \\
\multicolumn{3}{|c|}{{\normalsize\textbf{CURRENT}}} \\
\multicolumn{3}{|c|}{{\normalsize\textbf{FLIGHT CREW CHECKLIST}}} \\
\multicolumn{3}{|c|}{{\normalsize\textbf{test}}} \\
\multicolumn{3}{|c|}{{\normalsize\textbf{\documentdate}}} \\
\multicolumn{3}{|c|}{{\footnotesize\textbf{$^\ast$ Zero in this column indicates an original page.}}} \\
\hline
\end{tabular}
\end{center}

\label{pagenumber-endoflistofeffectivepages}


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% test FLIGHT MANUAL - TABLE OF CONTENTS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


\pagenumbering{roman}
\cfoot{\thepage~of~\protect\pageref{pagenumber-endofintroduction}}

\begin{center}
%{\LARGE\bf TABLE OF CONTENTS}\\% ADDED FOR test FLIGHT MANUAL
{\LARGE\bf FLIGHT MANUAL ORGANIZATION}\\% ADDED FOR test FLIGHT MANUAL

\medskip

\begin{tabular}{p{1.5in}p{4in}p{1in}}
                  &                                           &           \\
{\bf SECTION I}   & \textsc{{\bf Description And Operation}}  & {\bf 1-1} \\
                  &                                           &           \\
{\bf SECTION II}  & \textsc{{\bf Normal Procedures}}          & {\bf 2-1} \\
                  &                                           &           \\
{\bf SECTION III} & \textsc{{\bf Emergency Procedures}}       & {\bf 3-1} \\
                  &                                           &           \\
{\bf SECTION IV}  & \textsc{{\bf Crew Duties}}                & {\bf 4-1} \\
                  &                                           &           \\
{\bf SECTION V}   & \textsc{{\bf Operating Limitations}}      & {\bf 5-1} \\
                  &                                           &           \\
{\bf SECTION VI}  & \textsc{{\bf Flight Characteristics}}     & {\bf 6-1} \\
                  &                                           &           \\
{\bf SECTION VII} & \textsc{{\bf All Weather Operation}}      & {\bf 7-1} \\
                  &                                           &           \\
{\bf APPENDIX A}  & \textsc{{\bf Performance Data}}           & {\bf A-1} \\
                  &                                           &           \\
{\bf APPENDIX B}  & \textsc{{\bf Avionic System Operation}}   & {\bf B-1} \\
                  &                                           &           \\
{\bf INDEX}       & \textsc{{\bf Alphabetical Index}}         & {\bf Index-1}
\end{tabular}
\end{center}

\tableofcontents                % STARTS A NEW PAGE% ORIGINAL - CHANGED 2019-03-18
% \faketableofcontents          % STARTS A NEW PAGE% ORIGINAL - CHANGED 2019-03-18

\listoffigures                % STARTS A NEW PAGE

\listoftables                 % STARTS A NEW PAGE


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% \newpage  % \newpage OR \clearpage IS NEEDED AFTER FINAL TOC / LOF / LOT COMMAND
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% test FLIGHT MANUAL INTRODUCTION - SCOPE THROUGH TAIL NUMBERS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


\begin{multicols}{2}

\section*{SCOPE}
\loremipsum

\section*{PERMISSIBLE OPERATIONS}
\loremipsum

\section*{AIRCRAFT DESIGNATION CODES}
Major differences in aircraft covered in this manual are designated by number symbols which appear in the text or on illustrations.  Symbol designations for individual aircraft, and groups of aircraft are as follows:

\end{multicols}

\begin{flushright}
\scalebox{1.5}[0.7]\ArrowBoldRightShort\ ``through'' or ``and on''
\end{flushright}

\usetikzlibrary{shapes}
{
\newcommand*\rect[1]{\tikz[baseline=(char.base)]{
            \node[shape=rectangle, draw, inner sep=3pt, minimum width=2.5em,% originally sep=4pt
            fill=black, text=white, font=\bfseries, rounded corners = 4] (char) {#1};}}
\newcommand*\rectitem{%
   \stepcounter{enumi}\item[\rect{\theenumi}]}
\begin{multicols}{6}
\begin{scriptsize}
\begin{enumerate}
\rectitem 66-0011
\rectitem 66-0012
\rectitem 66-0013
\rectitem 66-0014
\rectitem 66-0015
\rectitem 66-0016
\rectitem 66-0017
\rectitem 66-0018
\rectitem 66-0019
\rectitem 66-0020
\rectitem 66-0021
\rectitem 66-0022
\rectitem 66-0023
\rectitem 66-0024
\rectitem 66-0025
\rectitem 66-0026
\rectitem 66-0027
\rectitem 66-0028
\rectitem 66-0029
\rectitem 66-0030
\rectitem 66-0031
\rectitem 66-0032
\rectitem 66-0033
\rectitem 66-0034
\end{enumerate}
\end{scriptsize}
\end{multicols}
}


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% test FLIGHT MANUAL INTRODUCTION - LIST OF ABBREVIATIONS AND ACRONYMS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


\begin{center}
{\LARGE\bf LIST OF TERMS AND SYMBOLS}\\% ADDED FOR test FLIGHT MANUAL
\end{center}

\begin{description2}
\item [a] Speed Of Sound
\item [$\alpha$] Angle Of Attack
\item [$\beta$] Angle Of Sideslip
\item [h] Altitude
\item [M] Mach
\item [n] Load Factor
\item [N2] Engine High Pressure Compressor RPM
\item [N$_x$] Longitudinal Acceleration
\item [N$_y$] Lateral Acceleration
\item [N$_z$] Normal Acceleration
\item [p] Ambient Air Pressure
\item [P$_d$] Dynamic Air Pressure
\item [P$_s$] Specific Excess Power
\item [P$_s$] Static Air Pressure
\item [P$_t$] Total Air Pressure
\item [p] Roll Rate
\item [q] Dynamic Pressure (P$_t$ - P$_s$)
\item [q] Pitch Rate
\item [r] Yaw Rate
\item [$\phi$] Roll Angle
\item [$\psi$] Yaw Angle
\item [$\rho$] Ambient Air Density
\item [$\theta$] Pitch Angle
\item [T$_d$] Dynamic Air Temperature
\item [T$_s$] Static Air Temperature
\item [T$_t$] Total Air Temperature
\item [V$_c$] Calibrated Airspeed
\item [V$_t$] True Airspeed
\end{description2}


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% test FLIGHT MANUAL INTRODUCTION - LIST OF ABBREVIATIONS AND ACRONYMS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


\begin{center}
{\LARGE\bf LIST OF AVIONIC SYSTEMS NOMENCLATURE}\\% ADDED FOR test FLIGHT MANUAL
\end{center}

\begin{table}[htb]
\begin{center}
\caption{\textsc{Avionic Systems Nomenclature}}
\label{avionic-systems-nomenclature}
\begin{tabular}{|p{6in}|}
\hline
\\
test \dotfill\ test \\
test \dotfill\ test \\
test \dotfill\ test \\
test \dotfill\ test \\
test \dotfill\ test \\
\hline
\end{tabular}
\end{center}
\end{table}

\label{pagenumber-endofintroduction}

\clearpage


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage% ADDED FOR test FLIGHT MANUAL
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


\pagenumbering{arabic}




%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%% CHAPTER --> DESCRIPTION AND OPERATION            %%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\cfoot{\textsc{\thepage~of~\protect\pageref{pagenumber-endofsection1}}}
\setcounter{page}{1}
\renewcommand{\thepage}{1-\arabic{page}}
\chapter{DESCRIPTION AND OPERATION}\label{DESCRIPTION-AND-OPERATION}     % DESCRIPTION AND OPERATION

\begin{multicols}{2}
\section*{TABLE OF CONTENTS}

\minitoc

\medskip

Fix minitoc font

\medskip

Fix minitoc width

\section*{THE AIRCRAFT}
\addcontentsline{toc}{section}{The Aircraft}
\loremipsum

\subsection*{AIRCRAFT DIMENSIONS}
Text

\subsection*{AIRCRAFT WEIGHT}
Text

\NOTE{Text}

\section*{ENGINES}
\addcontentsline{toc}{section}{Engines}
Text

\subsection*{FULL AUTHORITY DIGITAL ENGINE CONTROL}
Text

\subsection*{FAN INLET GUIDE VANES}
Text

\section*{FUEL SYSTEM}
\addcontentsline{toc}{section}{Fuel System}
Text

\section*{ELECTRIC POWER SYSTEM}
\addcontentsline{toc}{section}{Electric Power System}
Text

\section*{HYDRAULIC POWER SYSTEM}
\addcontentsline{toc}{section}{Hydraulic Power System}
Text

\section*{PNEUMATIC POWER SYSTEM}
\addcontentsline{toc}{section}{Pneumatic Power System}
Text

\section*{ENVIRONMENTAL CONTROL SYSTEM}
\addcontentsline{toc}{section}{Environment Control System}
Text

\section*{LANDING GEAR SYSTEM}
\addcontentsline{toc}{section}{Landing Gear System}
Text

\section*{NOSE WHEEL STEERING SYSTEM}
\addcontentsline{toc}{section}{Nose Wheel Steering System}
Text

\section*{WHEEL BRAKE SYSTEM}
\addcontentsline{toc}{section}{Wheel Brake System}
Text

\section*{AERODYNAMIC DECELERATION EQUIPMENT}
\addcontentsline{toc}{section}{Aerodynamic Deceleration Equipment}
Text

\section*{WING SLATS AND FLAPS}
\addcontentsline{toc}{section}{Wing Slats And Flaps}
Text

\section*{AIR DATA SYSTEM}
\addcontentsline{toc}{section}{Air Data System}
Text

\section*{ANTI-ICING SYSTEMS}\label{anti-icing-systems}
\addcontentsline{toc}{section}{Anti-Icing Systems}
Text

\section*{THROTTLE/STICK CONTROLS}
\addcontentsline{toc}{section}{Throttle/Stick Controls}
Text

\section*{AVIONIC CONTROL HANDLE}
\addcontentsline{toc}{section}{Avionic Control Handle}
Text

\section*{DISPLAY SYSTEM}
\addcontentsline{toc}{section}{Display System}
Text

\section*{NAVIGATION/WEAPON SYSTEM}
\addcontentsline{toc}{section}{Navigation/Weapon System}
Text

\section*{MISSION COMPUTER SYSTEM}
\addcontentsline{toc}{section}{Mission Computer System}
Text

\section*{AIRFRAME SYSTEMS BUS INTERFACE COMPUTER}
\addcontentsline{toc}{section}{Airframe Systems Bus Interface Computer}
Text

\section*{CRASH SURVIVABLE MEMORY UNIT}
\addcontentsline{toc}{section}{Crash Survivable Memory Unit}
Text

\section*{MULTI-FUNCTION DISPLAY}
\addcontentsline{toc}{section}{Multi-Function Display}
Text

\section*{HEAD UP DISPLAY}
\addcontentsline{toc}{section}{Head Up Display}
Text

\section*{STANDALONE BACKUP ELECTRONIC FLIGHT INSTRUMENT SYSTEM}
\addcontentsline{toc}{section}{Standalone Backup Electronic Flight Instrument System}
Text

\section*{INERTIAL NAVIGATION SYSTEM}
\addcontentsline{toc}{section}{Inertial Navigation System}
Text

\section*{GLOBAL POSITIONING SYSTEM}
\addcontentsline{toc}{section}{Global Positioning System}
Text

\section*{COMBINED ALTITUDE RADAR ALTIMETER}
\addcontentsline{toc}{section}{Combined Altitude Radar Altimeter}
Text

\section*{INTERPHONE CONTROL SYSTEM}
\addcontentsline{toc}{section}{Interphone Control System}
Text

\section*{COMMUNICATION NAVIGATION CONTROL DISPLAY UNIT}
\addcontentsline{toc}{section}{Communication Navigation Control Display Unit}
Text

\section*{COMMUNICATION RADIOS}
\addcontentsline{toc}{section}{Communication Radios}
Text

\section*{NAVIGATION RADIOS}
\addcontentsline{toc}{section}{Navigation Radios}
Text

\end{multicols}

\bigskip

\begin{center}
This is the last page of Section I.
\end{center}

\label{pagenumber-endofsection1}
\newpage




%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%% CHAPTER --> NORMAL PROCEDURES                    %%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\cfoot{\textsc{\thepage~of~\protect\pageref{pagenumber-endofsection2}}}
\setcounter{page}{1}
\renewcommand{\thepage}{2-\arabic{page}}
\chapter{NORMAL PROCEDURES}\label{NORMAL-PROCEDURES}       % NORMAL PROCEDURES
% \addcontentsline{toc}{chapter}{NORMAL PROCEDURES}

\begin{multicols}{2}

\section*{TABLE OF CONTENTS}

\minitoc

\section*{PREPARATION FOR FLIGHT}
\addcontentsline{toc}{section}{Preparation For Flight}

\subsection*{FLIGHT RESTRICTIONS}
\loremipsum

\subsection*{FLIGHT PLANNING}
Text

\section*{CHECKLISTS}
\addcontentsline{toc}{section}{Checklists}
Text

\section*{PREFLIGHT CHECK (AC)}
\addcontentsline{toc}{section}{Flight Check (AC)}

\subsection*{BEFORE EXTERIOR INSPECTION (AC)}
Text

\subsection*{EXTERIOR INSPECTION (AC)}
Text

\subsection*{INTERIOR INSPECTION (AC)}

\subsubsection*{Power Off (AC)}
Text

\subsubsection*{Power On (AC)}
Text

\section*{ENGINE STARTING MALFUNCTIONS}
\addcontentsline{toc}{section}{Engine Starting Malfunctions}

\subsection*{DEFINITIONS}
Text

\subsection*{ENGINE CLEARING}
Text

\section*{STARTING ENGINES (AC)}
\addcontentsline{toc}{section}{Starting Engines (AC)}
Text

\section*{AFTER ENGINE START (AC)}
\addcontentsline{toc}{section}{After Engine Start (AC)}
Text

\end{multicols}

\bigskip

\begin{center}
This is the last page of Section II.
\end{center}

\label{pagenumber-endofsection2}
\newpage




%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%% CHAPTER --> EMERGENCY PROCEDURES                 %%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\cfoot{\textsc{\thepage~of~\protect\pageref{pagenumber-endofsection3}}}
\setcounter{page}{1}
\renewcommand{\thepage}{3-\arabic{page}}
\chapter{EMERGENCY PROCEDURES}\label{EMERGENCY-PROCEDURES}       % EMERGENCY PROCEDURES
% \addcontentsline{toc}{chapter}{EMERGENCY PROCEDURES}

\begin{multicols}{2}

MINITOC goes here.

\medskip

\section*{PREPARATION FOR FLIGHT}

\subsection*{FLIGHT RESTRICTIONS}
\loremipsum

\subsection*{FLIGHT PLANNING}
\loremipsum

\end{multicols}

\bigskip

\begin{center}
This is the last page of Section III.
\end{center}

\label{pagenumber-endofsection3}
\newpage




\label{pagenumber-endofbook}


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%




%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%% APPENDICES                                       %%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\appendix




%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%% APPENDIX CHAPTER --> PERFORMANCE DATA MANUAL APPENDIX %%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\cfoot{\textsc{\thepage~of~\protect\pageref{pagenumber-endofappendix-performance-data-manual}}}
\setcounter{page}{1}
\renewcommand{\thepage}{A-\arabic{page}}
\chapter{PERFORMANCE DATA MANUAL}\label{PERFORMANCE-DATA-MANUAL-APPENDIX}


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


\bigskip

\begin{center}
Performance data is contained in\\ ~ \\
supplement test.
\end{center}

\bigskip

\begin{center}
This is the last page of Appendix A.
\end{center}
\label{pagenumber-endofappendix-performance-data-manual}


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%




%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%% APPENDIX CHAPTER --> AVIONIC SYSTEM OPERATION MANUAL APPENDIX %%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\cfoot{\textsc{\thepage~of~\protect\pageref{pagenumber-endofappendix-avionic-system-operation-manual}}}
\setcounter{page}{1}
\renewcommand{\thepage}{B-\arabic{page}}
\chapter{AVIONIC SYSTEM OPERATION MANUAL}\label{AVIONIC-SYSTEM-OPERATION-MANUAL-APPENDIX}


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


\bigskip

\begin{center}
Avionic system operation is contained in\\ ~ \\
supplement test.
\end{center}

\bigskip

\begin{center}
This is the last page of Appendix B.
\end{center}
\label{pagenumber-endofappendix-avionic-system-operation-manual}


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%




%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%% PART --> INDEX                                   %%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\cleardoublepage
\phantomsection

\cfoot{\textsc{\thepage~of~\protect\pageref{LastPage}}}
\setcounter{page}{1}
\renewcommand{\thepage}{Index-\arabic{page}}

\addcontentsline{toc}{chapter}{INDEX}
\printindex\label{index}




\end{document}
Post Reply