make index single column

This commit is contained in:
Axel Kohlmeyer
2024-08-14 12:18:26 -04:00
parent 9b97e37f72
commit f36f3ca26b

View File

@ -297,6 +297,7 @@ latex_elements = {
\setcounter{tocdepth}{2} \setcounter{tocdepth}{2}
\renewcommand{\sfdefault}{ptm} % Use Times New Roman font for \textrm \renewcommand{\sfdefault}{ptm} % Use Times New Roman font for \textrm
\renewcommand{\sfdefault}{phv} % Use Helvetica font for \textsf \renewcommand{\sfdefault}{phv} % Use Helvetica font for \textsf
\usepackage[columns=1]{idxlayout} % create index with only one column
% Set up math fonts to match text fonts % Set up math fonts to match text fonts
\DeclareSymbolFont{operators} {OT1}{ptm}{m}{n} \DeclareSymbolFont{operators} {OT1}{ptm}{m}{n}
\DeclareSymbolFont{bold} {OT1}{ptm}{bx}{n} \DeclareSymbolFont{bold} {OT1}{ptm}{bx}{n}