No OneTemporary

File Metadata

Created
Thu, May 23, 4:00 AM
This file is larger than 256 KB, so syntax highlighting was skipped.
diff --git a/src/data/help/CMakeLists.txt b/src/data/help/CMakeLists.txt
index 5bdafdb1..a83c9b25 100644
--- a/src/data/help/CMakeLists.txt
+++ b/src/data/help/CMakeLists.txt
@@ -1,4 +1,5 @@
########### install files ###############
-file(GLOB kile_lst *.lst)
-install(FILES ${kile_lst} latexhelp.html latex2e-texlive.html DESTINATION ${KDE_INSTALL_DATAROOTDIR}/kile/help)
+file(GLOB kile_index *.index)
+install(FILES ${kile_index} latexhelp.html DESTINATION ${KDE_INSTALL_DATAROOTDIR}/kile/help)
+install(DIRECTORY "unofficial-latex2e-reference-manual" DESTINATION ${KDE_INSTALL_DATAROOTDIR}/kile/help)
diff --git a/src/data/help/HOWTO-update-latex-doc.txt b/src/data/help/HOWTO-update-latex-doc.txt
new file mode 100644
index 00000000..1c876f37
--- /dev/null
+++ b/src/data/help/HOWTO-update-latex-doc.txt
@@ -0,0 +1,31 @@
+The source file for the "LaTeX2e unofficial reference manual" can downloaded via:
+
+svn checkout http://svn.gnu.org.ua/sources/latexrefman/trunk
+
+The Texinfo source file "latex2e.texi" is converted into multiple HTML files with:
+
+texi2any --html ../trunk/latex2e.texi --internal-links=internal-links.txt
+
+Don't forget to copy over the css files.
+
+The next step is to create an .index file for Kile, given pointers for LaTeX commands and environments into the reference manual:
+
+cat internal-links.txt | grep "environment" > env.txt
+cat internal-links.txt | grep "\\\\" > commands.txt
+
+Extract the necessary columns:
+
+awk ' { print $3 "\t" $1 } ' env.txt > env-curated.txt
+awk ' { print $3 "\t" $1 } ' commands.txt > commands-curated.txt
+
+and the filter the -curated files manually to exclude unwanted entries.
+
+As a last step, rename the Index.file (to avoid having a file named 'index.html' and 'Index.html' in one directory):
+
+mv Index.html IndexDocument.html
+sed -i 's/Index.html/IndexDocument.html/g' *
+
+
+(To remove all symbolic links:
+
+find . -maxdepth 1 -type l -print0 | xargs -0 rm)
diff --git a/src/data/help/latex-kile.index b/src/data/help/latex-kile.index
new file mode 100644
index 00000000..a43348e2
--- /dev/null
+++ b/src/data/help/latex-kile.index
@@ -0,0 +1,236 @@
+# Keys for LaTeX help (from Kile)
+# v0.1
+# dani/2003
+#
+\a IDX139
+\addcontentsline SEC173
+\address SEC92
+\addtocontents SEC174
+\addtocounter SEC4
+\addtolength SEC86
+\addvspace SEC148
+\alph SEC5
+\Alph SEC5
+\appendix IDX314
+\arabic SEC6
+array SEC31
+\author SEC133
+\backslash IDX346
+\begin SEC30
+\bfseries IDX380
+\bibitem SEC70
+\bibliography SEC73
+\bibliographystyle SEC73
+\bigskip SEC149
+\caption IDX80
+\cc SEC93
+\cdots IDX275
+center SEC32
+\centering SEC33
+\chapter SEC142
+\circle SEC48
+\cite SEC71
+\cleardoublepage SEC108
+\clearpage SEC109
+\cline SEC65
+\closing SEC94
+\dashbox SEC49
+\date SEC134
+\ddots IDX276
+\depth IDX193
+description SEC34
+\documentclass SEC24
+\dotfill SEC144
+\emph IDX376
+\encl SEC95
+\end SEC30
+\enlargethispage SEC110
+enumerate SEC35
+eqnarray SEC36
+equation SEC37
+\fbox SEC154
+figure SEC38
+\flushbottom SEC26
+flushleft SEC39
+flushright SEC41
+\fnsymbol SEC7
+\fontencoding IDX416
+\fontfamily IDX417
+\fontseries IDX418
+\fontshape IDX419
+\fontsize IDX420
+\footnote SEC80
+\footnotemark SEC81
+\footnotesize IDX406
+\footnotetext SEC82
+\frac IDX277
+\frame SEC50
+\framebox SEC51
+\fussy SEC111
+\height IDX192
+\hfill SEC145
+\hline SEC66
+\hrulefill SEC146
+\hspace SEC147
+\Huge IDX413
+\huge IDX412
+\hyphenation SEC112
+\include SEC168
+\includeonly SEC169
+\indent SEC121
+\input SEC170
+\item SEC43
+itemize SEC43
+\itshape IDX375
+\kill IDX136
+\label SEC16
+\large IDX409
+\LARGE IDX411
+\Large IDX410
+\ldots IDX278
+\lefteqn IDX74
+letter SEC44
+\line SEC52
+\linebreak SEC113
+\linethickness SEC53
+list SEC45
+\listoffigures IDX358
+\listoftables IDX359
+\location IDX204
+lrbox SEC156
+\makebox SEC157
+\makebox SEC54
+\makelabels SEC97
+\maketitle SEC132
+\markboth SEC139
+\markright SEC140
+\mathbf IDX394
+\mathcal IDX399
+\mathit IDX397
+\mathnormal IDX398
+\mathrm IDX393
+\mathsf IDX395
+\mathtt IDX396
+\mathversion IDX400
+\mbox SEC158
+\mdseries IDX378
+\medskip SEC150
+minipage SEC46
+\multicolumn SEC67
+\multiput SEC55
+\name SEC98
+\newcommand SEC20
+\newcounter SEC8
+\newenvironment SEC21
+\newfont SEC23
+\newlength SEC84
+\newline SEC114
+\newpage SEC115
+\newsavebox SEC159
+\newtheorem SEC22
+\nocite SEC72
+\nofiles IDX360
+\noindent SEC122
+\nolinebreak SEC116
+\nopagebreak SEC117
+\normalfont IDX392
+\normalsize IDX408
+\onecolumn SEC27
+\opening SEC99
+\oval SEC56
+\overbrace IDX279
+\overline IDX280
+\pagebreak SEC118
+\pagenumbering SEC137
+\pageref SEC17
+\pagestyle SEC138
+\par SEC123
+\paragraph SEC142
+\parbox SEC160
+picture SEC47
+\ps SEC100
+\pushtabs IDX137
+\put SEC57
+quotation SEC60
+quote SEC61
+\raggedbottom SEC28
+\raggedleft SEC42
+\raggedright SEC40
+\raisebox SEC161
+\ref SEC18
+\refstepcounter SEC9
+\rmfamily IDX373
+\roman SEC10
+\Roman SEC10
+\rule SEC162
+\savebox SEC163
+\sbox SEC164
+\scriptsize IDX405
+\scshape IDX388
+\section SEC142
+\selectfont IDX421
+\setcounter SEC12
+\setlength SEC85
+\settodepth SEC87
+\settoheight SEC88
+\settowidth SEC89
+\sffamily IDX386
+\shortstack SEC58
+\signature SEC101
+\sloppy SEC119
+\slshape IDX384
+\small IDX407
+\smallskip SEC151
+\sqrt IDX281
+\startbreaks SEC102
+\stepcounter SEC11
+\stopbreaks SEC103
+\subparagraph SEC142
+\subsection SEC142
+\subsubsection SEC142
+\symbol IDX347
+tabbing SEC62
+table SEC63
+\tableofcontents IDX357
+tabular SEC64
+\telephone SEC104
+\textbf IDX380
+\textit IDX375
+\textmd IDX378
+\textnormal IDX392
+\textrm IDX373
+\textsc IDX388
+\textsf IDX386
+\textsl IDX384
+\texttt IDX389
+\textup IDX381
+\thanks SEC135
+thebibliography SEC69
+theorem SEC74
+\thispagestyle SEC141
+\tiny IDX404
+\title SEC136
+titlepage SEC75
+\today IDX165
+\totalheight IDX194
+\ttfamily IDX389
+\twocolumn SEC29
+\typein SEC176
+\typeout SEC177
+\underbrace IDX282
+\underline IDX283
+\upshape IDX381
+\usebox SEC165
+\usecounter SEC13
+\usefont IDX422
+\usepackage IDX46
+\value SEC14
+\vdots IDX284
+\vector SEC59
+\verb SEC77
+verbatim SEC76
+verse SEC78
+\vfill SEC152
+\vline SEC68
+\vspace SEC153
+\width SEC90
diff --git a/src/data/help/latex-kile.lst b/src/data/help/latex-kile.lst
deleted file mode 100644
index 986f7a63..00000000
--- a/src/data/help/latex-kile.lst
+++ /dev/null
@@ -1,236 +0,0 @@
-# Keys for LaTeX help (from Kile)
-# v0.1
-# dani/2003
-#
-\a => IDX139
-\addcontentsline => SEC173
-\address => SEC92
-\addtocontents => SEC174
-\addtocounter => SEC4
-\addtolength => SEC86
-\addvspace => SEC148
-\alph => SEC5
-\Alph => SEC5
-\appendix => IDX314
-\arabic => SEC6
-array => SEC31
-\author => SEC133
-\backslash => IDX346
-\begin => SEC30
-\bfseries => IDX380
-\bibitem => SEC70
-\bibliography => SEC73
-\bibliographystyle => SEC73
-\bigskip => SEC149
-\caption => IDX80
-\cc => SEC93
-\cdots => IDX275
-center => SEC32
-\centering => SEC33
-\chapter => SEC142
-\circle => SEC48
-\cite => SEC71
-\cleardoublepage => SEC108
-\clearpage => SEC109
-\cline => SEC65
-\closing => SEC94
-\dashbox => SEC49
-\date => SEC134
-\ddots => IDX276
-\depth => IDX193
-description => SEC34
-\documentclass => SEC24
-\dotfill => SEC144
-\emph => IDX376
-\encl => SEC95
-\end => SEC30
-\enlargethispage => SEC110
-enumerate => SEC35
-eqnarray => SEC36
-equation => SEC37
-\fbox => SEC154
-figure => SEC38
-\flushbottom => SEC26
-flushleft => SEC39
-flushright => SEC41
-\fnsymbol => SEC7
-\fontencoding => IDX416
-\fontfamily => IDX417
-\fontseries => IDX418
-\fontshape => IDX419
-\fontsize => IDX420
-\footnote => SEC80
-\footnotemark => SEC81
-\footnotesize => IDX406
-\footnotetext => SEC82
-\frac => IDX277
-\frame => SEC50
-\framebox => SEC51
-\fussy => SEC111
-\height => IDX192
-\hfill => SEC145
-\hline => SEC66
-\hrulefill => SEC146
-\hspace => SEC147
-\Huge => IDX413
-\huge => IDX412
-\hyphenation => SEC112
-\include => SEC168
-\includeonly => SEC169
-\indent => SEC121
-\input => SEC170
-\item => SEC43
-itemize => SEC43
-\itshape => IDX375
-\kill => IDX136
-\label => SEC16
-\large => IDX409
-\LARGE => IDX411
-\Large => IDX410
-\ldots => IDX278
-\lefteqn => IDX74
-letter => SEC44
-\line => SEC52
-\linebreak => SEC113
-\linethickness => SEC53
-list => SEC45
-\listoffigures => IDX358
-\listoftables => IDX359
-\location => IDX204
-lrbox => SEC156
-\makebox => SEC157
-\makebox => SEC54
-\makelabels => SEC97
-\maketitle => SEC132
-\markboth => SEC139
-\markright => SEC140
-\mathbf => IDX394
-\mathcal => IDX399
-\mathit => IDX397
-\mathnormal => IDX398
-\mathrm => IDX393
-\mathsf => IDX395
-\mathtt => IDX396
-\mathversion => IDX400
-\mbox => SEC158
-\mdseries => IDX378
-\medskip => SEC150
-minipage => SEC46
-\multicolumn => SEC67
-\multiput => SEC55
-\name => SEC98
-\newcommand => SEC20
-\newcounter => SEC8
-\newenvironment => SEC21
-\newfont => SEC23
-\newlength => SEC84
-\newline => SEC114
-\newpage => SEC115
-\newsavebox => SEC159
-\newtheorem => SEC22
-\nocite => SEC72
-\nofiles => IDX360
-\noindent => SEC122
-\nolinebreak => SEC116
-\nopagebreak => SEC117
-\normalfont => IDX392
-\normalsize => IDX408
-\onecolumn => SEC27
-\opening => SEC99
-\oval => SEC56
-\overbrace => IDX279
-\overline => IDX280
-\pagebreak => SEC118
-\pagenumbering => SEC137
-\pageref => SEC17
-\pagestyle => SEC138
-\par => SEC123
-\paragraph => SEC142
-\parbox => SEC160
-picture => SEC47
-\ps => SEC100
-\pushtabs => IDX137
-\put => SEC57
-quotation => SEC60
-quote => SEC61
-\raggedbottom => SEC28
-\raggedleft => SEC42
-\raggedright => SEC40
-\raisebox => SEC161
-\ref => SEC18
-\refstepcounter => SEC9
-\rmfamily => IDX373
-\roman => SEC10
-\Roman => SEC10
-\rule => SEC162
-\savebox => SEC163
-\sbox => SEC164
-\scriptsize => IDX405
-\scshape => IDX388
-\section => SEC142
-\selectfont => IDX421
-\setcounter => SEC12
-\setlength => SEC85
-\settodepth => SEC87
-\settoheight => SEC88
-\settowidth => SEC89
-\sffamily => IDX386
-\shortstack => SEC58
-\signature => SEC101
-\sloppy => SEC119
-\slshape => IDX384
-\small => IDX407
-\smallskip => SEC151
-\sqrt => IDX281
-\startbreaks => SEC102
-\stepcounter => SEC11
-\stopbreaks => SEC103
-\subparagraph => SEC142
-\subsection => SEC142
-\subsubsection => SEC142
-\symbol => IDX347
-tabbing => SEC62
-table => SEC63
-\tableofcontents => IDX357
-tabular => SEC64
-\telephone => SEC104
-\textbf => IDX380
-\textit => IDX375
-\textmd => IDX378
-\textnormal => IDX392
-\textrm => IDX373
-\textsc => IDX388
-\textsf => IDX386
-\textsl => IDX384
-\texttt => IDX389
-\textup => IDX381
-\thanks => SEC135
-thebibliography => SEC69
-theorem => SEC74
-\thispagestyle => SEC141
-\tiny => IDX404
-\title => SEC136
-titlepage => SEC75
-\today => IDX165
-\totalheight => IDX194
-\ttfamily => IDX389
-\twocolumn => SEC29
-\typein => SEC176
-\typeout => SEC177
-\underbrace => IDX282
-\underline => IDX283
-\upshape => IDX381
-\usebox => SEC165
-\usecounter => SEC13
-\usefont => IDX422
-\usepackage => IDX46
-\value => SEC14
-\vdots => IDX284
-\vector => SEC59
-\verb => SEC77
-verbatim => SEC76
-verse => SEC78
-\vfill => SEC152
-\vline => SEC68
-\vspace => SEC153
-\width => SEC90
diff --git a/src/data/help/latex-tetex.lst b/src/data/help/latex-tetex.lst
deleted file mode 100644
index 2b060732..00000000
--- a/src/data/help/latex-tetex.lst
+++ /dev/null
@@ -1,204 +0,0 @@
-# Keys for LaTeX help (from TeTeX)
-# v0.2
-# dani/2003
-# jeroen/2005
-\part
-\chapter => ltx-141.html
-\section => ltx-141.html
-\subsection => ltx-141.html
-\subsubsection => ltx-141.html
-\paragraph => ltx-141.html
-\subparagraph => ltx-141.html
-\subsubparagraph => ltx-141.html
-\subsubsubparagraph => ltx-141.html
-\documentclass => ltx-22.html
-\documentstyle => ltx-22.html
-\addcontentsline => ltx-171.html
-\addtocontents => ltx-172.html
-\addtocounter => ltx-195.html
-\address => ltx-93.html
-\addtolength => ltx-89.html
-\addvspace => ltx-198.html
-\alph => ltx-199.html
-\appendix => ltx-200.html
-\arabic => ltx-201.html
-\author => ltx-203.html
-\backslash => ltx-164.html
-\baselineskip => baselineskip.html
-\baselinestretch => baselineskip.html
-\bf => ltx-204.html
-\bibitem => ltx-205.html
-\bigskip => ltx-206.html
-\boldmath => boldmath.html
-\cal => ltx-407.html
-\caption => caption.html
-\cdots => ltx-207.html
-\centering => ltx-30.html
-\circle => ltx-210.html
-\cite => ltx-211.html
-\cleardoublepage => ltx-212.html
-\clearpage => ltx-213.html
-\cline => ltx-214.html
-\closing => ltx-98.html
-\dashbox => ltx-216.html
-\date => ltx-217.html
-\ddots => ltx-218.html
-\dotfill => ltx-220.html
-\em => ltx-221.html
-\ensuremath => ensuremath.html
-\fbox => ltx-226.html
-\flushbottom => ltx-227.html
-\fnsymbol => ltx-230.html
-\footnote => ltx-231.html
-\footnotemark => ltx-232.html
-\footnotesize => ltx-233.html
-\footnotetext => ltx-234.html
-\frac => ltx-235.html
-\frame => ltx-236.html
-\framebox => ltx-237.html
-\frenchspacing => frenchsp.html
-\hfill => ltx-238.html
-\hline => ltx-239.html
-\hrulefill => ltx-240.html
-\hspace => ltx-241.html
-\huge => ltx-242.html
-\Huge => ltx-243.html
-\hyphenation => ltx-244.html
-\include => ltx-245.html
-\includeonly => ltx-246.html
-\indent => ltx-247.html
-\input => ltx-248.html
-\it => ltx-249.html
-\item => item.html
-\kill => ltx-251.html
-\label => ltx-252.html
-\large => ltx-253.html
-\Large => ltx-254.html
-\LARGE => ltx-255.html
-\ldots => ltx-256.html
-\left => ltx-403.html#big
-\lefteqn => lefteqn.html
-\line => ltx-257.html
-\linebreak => ltx-258.html
-\linethickness => ltx-259.html
-\linewidth => textwidth.html
-\location => ltx-261.html
-\makebox => ltx-262.html
-\maketitle => ltx-263.html
-\markboth => ltx-264.html
-\markright => ltx-264.html
-\mathcal => ltx-407.html
-\mathop => stackrel.html#mathop
-\mbox => ltx-265.html
-\medskip => ltx-266.html
-\multicolumn => ltx-268.html
-\multiput => ltx-269.html
-\newcommand => ltx-18.html
-\newcounter => ltx-271.html
-\newenvironment => ltx-19.html
-\newfont => ltx-21.html
-\newlength => ltx-87.html
-\newline => ltx-275.html
-\newpage => ltx-276.html
-\newsavebox => ltx-277.html
-\newtheorem => ltx-20.html
-\nocite => ltx-279.html
-\noindent => ltx-280.html
-\nolinebreak => ltx-281.html
-\normalsize => ltx-282.html
-\nopagebreak => ltx-283.html
-\not => ltx-404.html#not
-\onecolumn => ltx-284.html
-\opening => ltx-97.html
-\oval => ltx-286.html
-\overbrace => ltx-287.html
-\overline => ltx-288.html
-\pagebreak => ltx-289.html
-\pagenumbering => ltx-137.html
-\pageref => ltx-291.html
-\pagestyle => ltx-138.html
-\par => ltx-293.html
-\parbox => ltx-294.html
-\parindent => ltx-86.html#lencmd
-\parskip => parskip.html
-\protect => fragile.html
-\providecommand => ltx-18.html
-\put => ltx-296.html
-\raggedbottom => ltx-299.html
-\raggedleft => ltx-300.html
-\raggedright => ltx-301.html
-\raisebox => ltx-302.html
-\ref => ltx-303.html
-\renewcommand => ltx-18.html
-\right => ltx-403.html#big
-\rm => ltx-304.html
-\roman => ltx-305.html
-\rule => ltx-306.html
-\savebox => ltx-307.html
-\sbox => ltx-307.html
-\sc => ltx-308.html
-\scriptsize => ltx-309.html
-\setcounter => ltx-310.html
-\setlength => ltx-88.html
-\settowidth => ltx-90.html
-\sf => ltx-313.html
-\shortstack => ltx-314.html
-\signature => ltx-315.html
-\sl => ltx-316.html
-\small => ltx-317.html
-\smallskip => ltx-318.html
-\sqrt => ltx-319.html
-\stackrel => stackrel.html
-\tableofcontents => toc.html
-\telephone => ltx-323.html
-\textwidth => textwidth.html
-\textheight => ltx-86.html#lencmd
-\thanks => ltx-324.html
-\thispagestyle => ltx-140.html
-\tiny => ltx-328.html
-\title => ltx-329.html
-\today => ltx-330.html
-\tt => ltx-331.html
-\twocolumn => ltx-332.html
-\typeout => ltx-174.html
-\typein => ltx-175.html
-\underbrace => ltx-335.html
-\underline => ltx-336.html
-\unitlength => unitlength.html
-\usebox => ltx-337.html
-\usecounter => ltx-338.html
-\value => ltx-339.html
-\vdots => ltx-340.html
-\vector => ltx-341.html
-\verb => ltx-342.html
-\vfill => ltx-345.html
-\vline => ltx-346.html
-\vphantom => ltx-403.html#big
-\vspace => ltx-347.html
-abstract => ltx-420.html
-array => ltx-202.html
-center => ltx-29.html
-description => ltx-31.html
-displaymath => ltx-421.html
-enumerate => ltx-222.html
-eqnarray => ltx-223.html
-equation => ltx-224.html
-figure => ltx-225.html
-flushleft => ltx-228.html
-flushright => ltx-229.html
-itemize => ltx-250.html
-list => ltx-260.html
-math => ltx-115.html#math
-minipage => ltx-267.html
-picture => ltx-43.html
-quotation => ltx-297.html
-quote => ltx-298.html
-tabbing => ltx-58.html
-table => ltx-67.html
-tabular => ltx-68.html
-thebibliography => ltx-73.html
-theorem => ltx-77.html
-titlepage => ltx-78.html
-trivlist => trivlist.html
-verbatim => ltx-79.html
-verse => ltx-81.html
diff --git a/src/data/help/latex-tetex3.lst b/src/data/help/latex-tetex3.lst
deleted file mode 100644
index 5796f0e9..00000000
--- a/src/data/help/latex-tetex3.lst
+++ /dev/null
@@ -1,340 +0,0 @@
-# Keys for LaTeX help (for TeTeX v3.x)
-# v0.1
-# dani/2005
-#
-\acute => latex.html#accents-chars-math
-\addcontentsline => latex.html#bslash-addcontentsline-title
-\address => latex.html#bslash-address-title
-\addtocontents => latex.html#bslash-addtocontents-title
-\addtocounter => latex.html#bslash-addtocounter-title
-\addtolength => latex.html#bslash-addtolength-title
-\addvspace => latex.html#bslash-addvspace-title
-\aleph => latex.html#misc-symbols-title
-\alph => latex.html#bslash-alph-title
-\angle => latex.html#misc-symbols-title
-\appendix => latex.html#sectioning
-\approx => latex.html#binary-and-relational-ops-title
-\arabic => latex.html#bslash-arabic-title
-\ast => latex.html#binary-and-relational-ops-title
-\author => latex.html#bslash-author-title
-\backslash => latex.html#delimiters-title
-\bar => latex.html#accents-chars-math
-\bfseries => latex.html#typefaces
-\bibitem => latex.html#bslash-bibitem-title
-\bibliographystyle => latex.html#using-bibtex-title
-\bibliography => latex.html#using-bibtex-title
-\bigcap => latex.html#variable-math-size-symbols-title
-\bigcup => latex.html#variable-math-size-symbols-title
-\bigodot => latex.html#variable-math-size-symbols-title
-\bigoplus => latex.html#variable-math-size-symbols-title
-\bigotimes => latex.html#variable-math-size-symbols-title
-\bigskip => latex.html#bslash-bigskip-title
-\biguplus => latex.html#variable-math-size-symbols-title
-\bigvee => latex.html#variable-math-size-symbols-title
-\bigwedge => latex.html#variable-math-size-symbols-title
-\Box => latex.html#misc-symbols-title
-\breve => latex.html#accents-chars-math
-\bullet => latex.html#binary-and-relational-ops-title
-\caption => latex.html#figure-title
-\cc => latex.html#bslash-cc-title
-\cdot => latex.html#binary-and-relational-ops-title
-\cdots => latex.html#math-miscellany-title
-\centering => latex.html#bslash-centering-title
-\chapter => latex.html#sectioning
-\check => latex.html#accents-chars-math
-\circ => latex.html#binary-and-relational-ops-title
-\circle => latex.html#bslash-circle-title
-\cite => latex.html#bslash-cite-title
-\cleardoublepage => latex.html#bslash-cleardoublepage-title
-\clearpage => latex.html#bslash-clearpage-title
-\cline => latex.html#bslash-cline-title
-\closing => latex.html#bslash-closing-title
-\clubsuit => latex.html#misc-symbols-title
-\coprod => latex.html#variable-math-size-symbols-title
-\dashbox => latex.html#bslash-dashbox-title
-\date => latex.html#bslash-date-title
-\ddot => latex.html#accents-chars-math
-\ddots => latex.html#math-miscellany-title
-\depth => latex.html#predefined-lengths-title
-\Diamond => latex.html#misc-symbols-title
-\diamondsuit => latex.html#misc-symbols-title
-\div => latex.html#binary-and-relational-ops-title
-\documentclass => latex.html#document-classes
-\dot => latex.html#accents-chars-math
-\dotfill => latex.html#bslash-dotfill-title
-\downarrow => latex.html#arrows-title
-\downarrow => latex.html#delimiters-title
-\ell => latex.html#misc-symbols-title
-\emph => latex.html#typefaces
-\encl => latex.html#bslash-encl-title
-\enlargethispage => latex.html#bslash-enlargethispage-title
-\ensuremath => latex.html#math-miscellany-title
-\equiv => latex.html#binary-and-relational-ops-title
-\exists => latex.html#misc-symbols-title
-\fbox => latex.html#bslash-fbox-title
-\fboxrule => latex.html#bslash-framebox-op-picture-cp-title
-\fboxsep => latex.html#bslash-framebox-op-picture-cp-title
-\flat => latex.html#misc-symbols-title
-\flushbottom => latex.html#bslash-flushbottom-title
-\fnsymbol => latex.html#bslash-fnsymbol-title
-\fontencoding => latex.html#low-dash-level-font-commands-title
-\fontfamily => latex.html#low-dash-level-font-commands-title
-\fontseries => latex.html#low-dash-level-font-commands-title
-\fontshape => latex.html#low-dash-level-font-commands-title
-\fontsize => latex.html#low-dash-level-font-commands-title
-\footnote => latex.html#bslash-footnote-title
-\footnotemark => latex.html#bslash-footnotemark-title
-\footnotesize => latex.html#sizes-title
-\footnotetext => latex.html#bslash-footnotetext-title
-\forall => latex.html#misc-symbols-title
-\frac => latex.html#math-miscellany-title
-\framebox => latex.html#bslash-framebox-op-picture-cp-title
-\frame => latex.html#bslash-frame-title
-\fussy => latex.html#bslash-fussy-title
-\geq => latex.html#binary-and-relational-ops-title
-\gg => latex.html#binary-and-relational-ops-title
-\graphicspath => latex-packages.html#graphicspath
-\grave => latex.html#accents-chars-math
-\hat => latex.html#accents-chars-math
-\hbar => latex.html#misc-symbols-title
-\heartsuit => latex.html#misc-symbols-title
-\height => latex.html#predefined-lengths-title
-\hfill => latex.html#bslash-hfill-title
-\hline => latex.html#bslash-hline-title
-\hrulefill => latex.html#bslash-hrulefill-title
-\hspace => latex.html#bslash-hspace-title
-\huge => latex.html#sizes-title
-\Huge => latex.html#sizes-title
-\hypersetup => latex-packages.html#hyperref
-\hyphenation => latex.html#bslash-hyphenation-title
-\imath => latex.html#misc-symbols-title
-\Im => latex.html#misc-symbols-title
-\include => latex.html#bslash-include-title
-\includegraphics => latex-packages.html#includegraphics
-\includeonly => latex.html#bslash-includeonly-title
-\indent => latex.html#bslash-indent-title
-\infty => latex.html#misc-symbols-title
-\input => latex.html#bslash-input-title
-\int => latex.html#variable-math-size-symbols-title
-\item => latex.html#enumerate-title
-\itshape => latex.html#typefaces
-\jmath => latex.html#misc-symbols-title
-\label => latex.html#bslash-label-title
-\langle => latex.html#delimiters-title
-\large => latex.html#sizes-title
-\Large => latex.html#sizes-title
-\LARGE => latex.html#sizes-title
-\ldots => latex.html#math-miscellany-title
-\leftarrow => latex.html#arrows-title
-\Leftarrow => latex.html#arrows-title
-\lefteqn => latex.html#eqnarray-title
-\leftrightarrow => latex.html#arrows-title
-\Leftrightarrow => latex.html#arrows-title
-\leq => latex.html#binary-and-relational-ops-title
-\linebreak => latex.html#bslash-linebreak-title
-\line => latex.html#bslash-line-title
-\linethickness => latex.html#bslash-linethickness-title
-\listoffigures => latex.html#table-of-contents
-\listoftables => latex.html#table-of-contents
-\ll => latex.html#binary-and-relational-ops-title
-\location => latex.html#bslash-location-title
-\longleftarrow => latex.html#arrows-title
-\Longleftarrow => latex.html#arrows-title
-\longleftrightarrow => latex.html#arrows-title
-\longrightarrow => latex.html#arrows-title
-\Longrightarrow => latex.html#arrows-title
-\makebox => latex.html#bslash-makebox-title
-\makelabels => latex.html#bslash-makelabels-title
-\maketitle => latex.html#bslash-maketitle-title
-\marginpar => latex.html#margin-notes
-\markboth => latex.html#bslash-markboth-title
-\markright => latex.html#bslash-markright-title
-\mathbf => latex.html#typefaces
-\mathcal => latex.html#typefaces
-\mathit => latex.html#typefaces
-\mathnormal => latex.html#typefaces
-\mathrm => latex.html#typefaces
-\mathsf => latex.html#typefaces
-\mathtt => latex.html#typefaces
-\mathversion => latex.html#typefaces
-\mbox => latex.html#bslash-mbox-title
-\mdseries => latex.html#typefaces
-\medskip => latex.html#bslash-medskip-title
-\mp => latex.html#binary-and-relational-ops-title
-\multicolumn => latex.html#bslash-multicolumn-title
-\multiput => latex.html#bslash-multiput-title
-\nabla => latex.html#misc-symbols-title
-\name => latex.html#bslash-name-title
-\natural => latex.html#misc-symbols-title
-\nearrow => latex.html#arrows-title
-\neq => latex.html#binary-and-relational-ops-title
-\newcommand => latex.html#bslash-newcommand-title
-\newcounter => latex.html#bslash-newcounter-title
-\newenvironment => latex.html#bslash-newenvironment-title
-\newfont => latex.html#bslash-newfont-title
-\newlength => latex.html#bslash-newlength-title
-\newline => latex.html#bslash-newline-title
-\newpage => latex.html#bslash-newpage-title
-\newsavebox => latex.html#bslash-newsavebox-title
-\newtheorem => latex.html#bslash-newtheorem-title
-\nocite => latex.html#bslash-nocite-title
-\noindent => latex.html#bslash-noindent-title
-\nolinebreak => latex.html#bslash-nolinebreak-title
-\nopagebreak => latex.html#bslash-nopagebreak-title
-\normalsize => latex.html#sizes-title
-\nwarrow => latex.html#arrows-title
-\oint => latex.html#variable-math-size-symbols-title
-\onecolumn => latex.html#bslash-onecolumn-title
-\opening => latex.html#bslash-opening-title
-\oval => latex.html#bslash-oval-title
-\overbrace => latex.html#math-miscellany-title
-\overline => latex.html#math-miscellany-title
-\pagebreak => latex.html#bslash-pagebreak-title
-\pagenumbering => latex.html#bslash-pagenumbering-title
-\pageref => latex.html#bslash-pageref-title
-\pagestyle => latex.html#bslash-pagestyle-title
-\paragraph => latex.html#sectioning
-\parbox => latex.html#bslash-parbox-title
-\par => latex.html#bslash-par-title
-\partial => latex.html#misc-symbols-title
-\part => latex.html#sectioning
-\per => latex.html#binary-and-relational-ops-title
-\pm => latex.html#binary-and-relational-ops-title
-\prime => latex.html#misc-symbols-title
-\prod => latex.html#variable-math-size-symbols-title
-\propto => latex.html#binary-and-relational-ops-title
-\ps => latex.html#bslash-ps-title
-\put => latex.html#bslash-put-title
-\put => latex.html#picture-title
-\raggedbottom => latex.html#bslash-raggedbottom-title
-\raggedleft => latex.html#bslash-raggedleft-title
-\raggedright => latex.html#bslash-raggedright-title
-\raisebox => latex.html#bslash-raisebox-title
-\rangle => latex.html#delimiters-title
-\ref => latex.html#bslash-ref-title
-\refstepcounter => latex.html#bslash-refstepcounter-title
-\Re => latex.html#misc-symbols-title
-\renewcommand => latex.html#bslash-newcommand-title
-\renewenvironment => latex.html#bslash-newenvironment-title
-\rightarrow => latex.html#arrows-title
-\Rightarrow => latex.html#arrows-title
-\rmfamily => latex.html#typefaces
-\roman => latex.html#bslash-roman-title
-\rule => latex.html#bslash-rule-title
-\samepage => latex.html#bslash-samepage-title
-\savebox => latex.html#bslash-savebox-title
-\sbox => latex.html#bslash-sbox-title
-\scriptsize => latex.html#sizes-title
-\scshape => latex.html#typefaces
-\searrow => latex.html#arrows-title
-\section => latex.html#sectioning
-\selectfont => latex.html#low-dash-level-font-commands-title
-\setcounter => latex.html#bslash-setcounter-title
-\setlength => latex.html#bslash-setlength-title
-\settodepth => latex.html#bslash-settodepth-title
-\settoheight => latex.html#bslash-settoheight-title
-\settowidth => latex.html#bslash-settowidth-title
-\sffamily => latex.html#typefaces
-\shortstack => latex.html#bslash-shortstack-title
-\signature => latex.html#bslash-signature-title
-\sim => latex.html#binary-and-relational-ops-title
-\simeq => latex.html#binary-and-relational-ops-title
-\sloppy => latex.html#bslash-sloppy-title
-\slshape => latex.html#typefaces
-\small => latex.html#sizes-title
-\smallskip => latex.html#bslash-smallskip-title
-\spadesuit => latex.html#misc-symbols-title
-\sqrt => latex.html#math-miscellany-title
-\stackrel => latex.html#arrows-title
-\star => latex.html#binary-and-relational-ops-title
-\startbreaks => latex.html#bslash-startbreaks-title
-\stepcounter => latex.html#bslash-stepcounter-title
-\stopbreaks => latex.html#bslash-stopbreaks-title
-\subparagraph => latex.html#sectioning
-\subsection => latex.html#sectioning
-\subset => latex.html#binary-and-relational-ops-title
-\subsubsection => latex.html#sectioning
-\sum => latex.html#variable-math-size-symbols-title
-\surd => latex.html#misc-symbols-title
-\swarrow => latex.html#arrows-title
-\tableofcontents => latex.html#table-of-contents
-\telephone => latex.html#bslash-telephone-title
-\textbf => latex.html#typefaces
-\textit => latex.html#typefaces
-\textmd => latex.html#typefaces
-\textnormal => latex.html#typefaces
-\textrm => latex.html#typefaces
-\textsc => latex.html#typefaces
-\textsf => latex.html#typefaces
-\textsl => latex.html#typefaces
-\texttt => latex.html#typefaces
-\textup => latex.html#typefaces
-\thanks => latex.html#bslash-thanks-title
-\thispagestyle => latex.html#bslash-thispagestyle-title
-\tilde => latex.html#accents-chars-math
-\times => latex.html#binary-and-relational-ops-title
-\tiny => latex.html#sizes-title
-\title => latex.html#bslash-title-title
-\totalheight => latex.html#predefined-lengths-title
-\triangle => latex.html#misc-symbols-title
-\ttfamily => latex.html#typefaces
-\twocolumn => latex.html#bslash-twocolumn-title
-\typein => latex.html#bslash-typein-title
-\typeout => latex.html#bslash-typeout-title
-\underbrace => latex.html#math-miscellany-title
-\underline => latex.html#math-miscellany-title
-\unitlength => latex.html#picture-title
-\uparrow => latex.html#arrows-title
-\Uparrow => latex.html#arrows-title
-\uparrow => latex.html#delimiters-title
-\updownarrow => latex.html#delimiters-title
-\upshape => latex.html#typefaces
-\usebox => latex.html#bslash-usebox-title
-\usecounter => latex.html#bslash-usecounter-title
-\usefont => latex.html#low-dash-level-font-commands-title
-\usepackage => latex.html#document-classes
-\value => latex.html#bslash-value-title
-\vdots => latex.html#math-miscellany-title
-\vec => latex.html#accents-chars-math
-\vector => latex.html#bslash-vector-title
-\verb => latex.html#bslash-verb-title
-\vert => latex.html#delimiters-title
-\Vert => latex.html#delimiters-title
-\vfill => latex.html#bslash-vfill-title
-\vline => latex.html#bslash-vline-title
-\vpageref => latex-packages.html#varioref
-\vpagerefrange => latex-packages.html#varioref
-\vref => latex-packages.html#varioref
-\vrefrange => latex-packages.html#varioref
-\vspace => latex.html#bslash-vspace-title
-\widehat => latex.html#accents-chars-math
-\widetilde => latex.html#accents-chars-math
-\width => latex.html#predefined-lengths-title
-\wp => latex.html#misc-symbols-title
-array => latex.html#array-title
-center => latex.html#center-title
-description => latex.html#description-title
-displaymath => latex.html#math-formulae
-enumerate => latex.html#enumerate-title
-eqnarray => latex.html#eqnarray-title
-equation => latex.html#equation-title
-figure => latex.html#figure-title
-flushleft => latex.html#flushleft-title
-flushright => latex.html#flushright-title
-itemize => latex.html#itemize-title
-letter => latex.html#letter-title
-list => latex.html#list-title
-lrbox => latex.html#lrbox-title
-math => latex.html#math-formulae
-minipage => latex.html#minipage-title
-picture => latex.html#picture-title
-quotation => latex.html#quotation-title
-quote => latex.html#quote-title
-tabbing => latex.html#tabbing-title
-table => latex.html#table-title
-tabular => latex.html#tabular-title
-thebibliography => latex.html#thebibliography-title
-theorem => latex.html#theorem-title
-titlepage => latex.html#titlepage-title
-verbatim => latex.html#verbatim-title
-verse => latex.html#verse-title
diff --git a/src/data/help/latex-texlive-3.9.lst b/src/data/help/latex-texlive-3.9.lst
deleted file mode 100644
index 91f14da8..00000000
--- a/src/data/help/latex-texlive-3.9.lst
+++ /dev/null
@@ -1,559 +0,0 @@
-# Keys for LaTeX help (for TexLive with TeX-Refs v3.9)
-# v0.2
-# dani/2007
-#
-\acute => tex-refs.html#accents-chars-math
-\addcontentsline => tex-refs.html#cmd-addcontentsline-title
-\address => tex-refs.html#cmd-address
-\addtocontents => tex-refs.html#cmd-addtocontents-title
-\addtocounter => tex-refs.html#cmd-addtocounter
-\addtolength => tex-refs.html#cmd-addtolength
-\addvspace => tex-refs.html#cmd-addvspace
-\aleph => tex-refs.html#cmd-misc-symbol-aleph
-\alpha => tex-refs.html#greek-letters-title
-\alph => tex-refs.html#cmd-alph-title
-\angle => tex-refs.html#cmd-misc-symbol-angle
-\appendix => tex-refs.html#cmd-sectioning-appendix
-\approx => tex-refs.html#binary-and-relational-ops-title
-\aput => tex-refs.html#pstricks-attaching
-\Aput => tex-refs.html#pstricks-attaching
-\arabic => tex-refs.html#cmd-arabic-title
-\arccos => tex-refs.html#cmd-math-func-arccos
-\arcsin => tex-refs.html#cmd-math-func-arcsin
-\arctan => tex-refs.html#cmd-math-func-arctan
-array => tex-refs.html#env-array
-\arrows => tex-refs.html#hackers
-\ast => tex-refs.html#binary-and-relational-ops-title
-\author => tex-refs.html#cmd-author
-\autoref => tex-refs.html#hyperref
-\backslash => tex-refs.html#delimiters-title
-\beta => tex-refs.html#greek-letters-title
-\bibitem => tex-refs.html#cmd-bibitem
-\bibliographystyle => tex-refs.html#using-bibtex
-\bibliography => tex-refs.html#using-bibtex
-\bigcap => tex-refs.html#cmd-math-symbol-bigcap
-\bigcup => tex-refs.html#cmd-math-symbol-bigcup
-\bigodot => tex-refs.html#cmd-math-symbol-bigodot
-\bigoplus => tex-refs.html#cmd-math-symbol-bigoplus
-\bigotimes => tex-refs.html#cmd-math-symbol-bigotimes
-\bigskip => tex-refs.html#cmd-bigskip
-\biguplus => tex-refs.html#cmd-math-symbol-biguplus
-\bigvee => tex-refs.html#cmd-math-symbol-bigvee
-\bigwedge => tex-refs.html#cmd-math-symbol-bigwedge
-\bmod => tex-refs.html#cmd-math-func-bmod
-\bm => tex-refs.html#cmd-bm
-\boldsymbol => tex-refs.html#amsmath
-\Box => tex-refs.html#cmd-misc-symbol-box
-\bput => tex-refs.html#pstricks-attaching
-\Bput => tex-refs.html#pstricks-attaching
-\breve => tex-refs.html#accents-chars-math
-\bullet => tex-refs.html#binary-and-relational-ops-title
-\cc => tex-refs.html#cmd-cc
-\cdots => tex-refs.html#cmd-math-misc-cdots
-\cdots => tex-refs.html#ellipsis-title
-\cdot => tex-refs.html#binary-and-relational-ops-title
-\centering => tex-refs.html#cmd-centering
-center => tex-refs.html#env-center
-\chapter => tex-refs.html#cmd-sectioning-chapter
-\check => tex-refs.html#accents-chars-math
-\chi => tex-refs.html#greek-letters-title
-\circlenode => tex-refs.html#pstricks-nodes
-\circle => tex-refs.html#cmd-circle
-\circ => tex-refs.html#binary-and-relational-ops-title
-\cite => tex-refs.html#cmd-cite
-\cleardoublepage => tex-refs.html#cmd-cleardoublepage
-\clearpage => tex-refs.html#cmd-clearpage
-\cline => tex-refs.html#cmd-cline
-\clipbox => tex-refs.html#pstricks-clipping
-\closedshadow => tex-refs.html#safe-tricks
-\closepath => tex-refs.html#safe-tricks
-\closing => tex-refs.html#cmd-closing
-\clubsuit => tex-refs.html#cmd-misc-symbol-clubsuit
-\cnodeput => tex-refs.html#pstricks-nodes
-\cnode => tex-refs.html#pstricks-nodes
-\code => tex-refs.html#hackers
-\coor => tex-refs.html#hackers
-\coprod => tex-refs.html#cmd-math-symbol-coprod
-\cosh => tex-refs.html#cmd-math-func-cosh
-\cos => tex-refs.html#cmd-math-func-cos
-\coth => tex-refs.html#cmd-math-func-coth
-\cot => tex-refs.html#cmd-math-func-cot
-\cput => tex-refs.html#pstricks-framed
-\csc => tex-refs.html#cmd-math-func-csc
-\curveto => tex-refs.html#pretty-safe-tricks
-\dag => tex-refs.html#cmd-other-symbol-dag
-\dashbox => tex-refs.html#cmd-dashbox
-\dataplot => tex-refs.html#pstricks-plots
-\date => tex-refs.html#cmd-date
-\ddots => tex-refs.html#cmd-math-misc-ddots
-\ddots => tex-refs.html#ellipsis-title
-\ddot => tex-refs.html#accents-chars-math
-\degrees => tex-refs.html#pstricks-dimensions
-\deg => tex-refs.html#cmd-math-func-deg
-\delta => tex-refs.html#greek-letters-title
-\Delta => tex-refs.html#greek-letters-title
-\depth => tex-refs.html#cmd-length-pre-depth
-description => tex-refs.html#env-description
-\det => tex-refs.html#cmd-math-func-det
-\diamondsuit => tex-refs.html#cmd-misc-symbol-diamondsuit
-\Diamond => tex-refs.html#cmd-misc-symbol-diamond
-\dim => tex-refs.html#cmd-math-func-dim
-\dim => tex-refs.html#hackers
-\div => tex-refs.html#binary-and-relational-ops-title
-\documentclass => tex-refs.html#starting-and-ending
-\dotfill => tex-refs.html#cmd-dotfill
-\dot => tex-refs.html#accents-chars-math
-\downarrow => tex-refs.html#arrows-title
-\downarrow => tex-refs.html#delimiters-title
-\ell => tex-refs.html#cmd-misc-symbol-ell
-\emph => tex-refs.html#styles-title
-\encl => tex-refs.html#cmd-encl
-\endoverlaybox => tex-refs.html#pstricks-overlays
-\endpscharclip => tex-refs.html#pstricks-stroking
-\endpsclip => tex-refs.html#pstricks-clipping
-\endpspicture => tex-refs.html#pictures
-\endTeXtoEPS => tex-refs.html#pstricks-exporting
-\enlargethispage => tex-refs.html#cmd-enlargethispage
-\ensuremath => tex-refs.html#cmd-math-misc-ensuremath
-enumerate => tex-refs.html#env-enumerate
-\epsilon => tex-refs.html#greek-letters-title
-eqnarray => tex-refs.html#env-eqnarray
-equation => tex-refs.html#env-equation
-\equiv => tex-refs.html#binary-and-relational-ops-title
-\eta => tex-refs.html#greek-letters-title
-\everypsbox => tex-refs.html#pstricks-boxes
-\exists => tex-refs.html#cmd-misc-symbol-exists
-\exp => tex-refs.html#cmd-math-func-exp
-\fbox => tex-refs.html#cmd-fbox
-figure => tex-refs.html#env-figure
-\fileplot => tex-refs.html#pstricks-plots
-\file => tex-refs.html#hackers
-\fill => tex-refs.html#safe-tricks
-\flat => tex-refs.html#cmd-misc-symbol-flat
-\floatname => tex-refs.html#float
-\floatplacement => tex-refs.html#float
-\floatstyle => tex-refs.html#float
-\flqq => tex-refs.html#german
-\flq => tex-refs.html#german
-\flushbottom => tex-refs.html#cmd-flushbottom-title
-flushleft => tex-refs.html#env-flushleft
-flushright => tex-refs.html#env-flushright
-\fnsymbol => tex-refs.html#cmd-fnsymbol-title
-\fontencoding => tex-refs.html#low-dash-level-font-commands-title
-\fontfamily => tex-refs.html#low-dash-level-font-commands-title
-\fontseries => tex-refs.html#low-dash-level-font-commands-title
-\fontshape => tex-refs.html#low-dash-level-font-commands-title
-\fontsizep => tex-refs.html#low-dash-level-font-commands-title
-\footnotemark => tex-refs.html#cmd-footnotemark
-\footnotesize => tex-refs.html#sizes-title
-\footnote => tex-refs.html#cmd-cmd-footnote
-\footnotetext => tex-refs.html#cmd-footnotetext
-\forall => tex-refs.html#cmd-misc-symbol-forall
-\frac => tex-refs.html#cmd-math-misc-frac
-\framebox => tex-refs.html#cmd-framebox
-\framebox => tex-refs.html#cmd-framebox-op-picture-cp
-\frame => tex-refs.html#cmd-frame
-\frqq => tex-refs.html#german
-\frq => tex-refs.html#german
-\fussy => tex-refs.html#cmd-fussy
-\gamma => tex-refs.html#greek-letters-title
-\Gamma => tex-refs.html#greek-letters-title
-\gcd => tex-refs.html#cmd-math-func-gcd
-\geq => tex-refs.html#binary-and-relational-ops-title
-\gg => tex-refs.html#binary-and-relational-ops-title
-\glqq => tex-refs.html#german
-\glq => tex-refs.html#german
-\graphicspath => tex-refs.html#graphicspath
-\grave => tex-refs.html#accents-chars-math
-\grestore => tex-refs.html#safe-tricks
-\grqq => tex-refs.html#german
-\gsave => tex-refs.html#safe-tricks
-\hat => tex-refs.html#accents-chars-math
-\hbar => tex-refs.html#cmd-misc-symbol-hbar
-\heartsuit => tex-refs.html#cmd-misc-symbol-heartsuit
-\height => tex-refs.html#cmd-length-pre-height
-\hfill => tex-refs.html#cmd-hfill
-\hline => tex-refs.html#cmd-hline
-\hom => tex-refs.html#cmd-math-func-hom
-\href => tex-refs.html#hyperref
-\hrulefill => tex-refs.html#cmd-hrulefill
-\hspace => tex-refs.html#cmd-hspace
-\huge => tex-refs.html#sizes-title
-\Huge => tex-refs.html#sizes-title
-\hyertarget => tex-refs.html#hyperref
-\hyperbaseurl => tex-refs.html#hyperref
-\hyperimage => tex-refs.html#hyperref
-\hyperlink => tex-refs.html#hyperref
-\hyperref => tex-refs.html#hyperref
-\hyphenation => tex-refs.html#cmd-hyphenation
-\imath => tex-refs.html#cmd-misc-symbol-imath
-\Im => tex-refs.html#cmd-misc-symbol-im
-\includegraphics => tex-refs.html#includegraphics
-\includeonly => tex-refs.html#cmd-includeonly-title
-\include => tex-refs.html#cmd-include-title
-\indent => tex-refs.html#cmd-indent
-\inf => tex-refs.html#cmd-math-func-inf
-\infty => tex-refs.html#cmd-misc-symbol-infty
-\input => tex-refs.html#cmd-input-title
-\int => tex-refs.html#cmd-math-symbol-int
-\iota => tex-refs.html#greek-letters-title
-itemize => tex-refs.html#env-itemize
-\jmath => tex-refs.html#cmd-misc-symbol-jmath
-\kappa => tex-refs.html#greek-letters-title
-\ker => tex-refs.html#cmd-math-func-ker
-\kill => tex-refs.html#env-tabbing
-\label => tex-refs.html#cmd-label-title
-\lambda => tex-refs.html#greek-letters-title
-\Lambda => tex-refs.html#greek-letters-title
-\langle => tex-refs.html#delimiters-title
-\large => tex-refs.html#sizes-title
-\Large => tex-refs.html#sizes-title
-\LARGE => tex-refs.html#sizes-title
-\ldots => tex-refs.html#cmd-math-misc-ldots
-\ldots => tex-refs.html#ellipsis-title
-\leftarrow => tex-refs.html#arrows-title
-\Leftarrow => tex-refs.html#arrows-title
-\leftrightarrow => tex-refs.html#arrows-title
-\Leftrightarrow => tex-refs.html#arrows-title
-\leq => tex-refs.html#binary-and-relational-ops-title
-letter => tex-refs.html#env-letter
-\lg => tex-refs.html#cmd-math-func-lg
-\liminf => tex-refs.html#cmd-math-func-liminf
-\limsup => tex-refs.html#cmd-math-func-limsup
-\lim => tex-refs.html#cmd-math-func-lim
-\linebreak => tex-refs.html#cmd-linebreak
-\line => tex-refs.html#cmd-line
-\linethickness => tex-refs.html#cmd-linethickness
-\lineto => tex-refs.html#pretty-safe-tricks
-\listof => tex-refs.html#float
-\listplot => tex-refs.html#pstricks-plots
-list => tex-refs.html#env-list
-\ll => tex-refs.html#binary-and-relational-ops-title
-\ln => tex-refs.html#cmd-math-func-ln
-\location => tex-refs.html#cmd-location
-\log => tex-refs.html#cmd-math-func-log
-\longleftarrow => tex-refs.html#arrows-title
-\Longleftarrow => tex-refs.html#arrows-title
-\longleftrightarrow => tex-refs.html#arrows-title
-\longrightarrow => tex-refs.html#arrows-title
-\Longrightarrow => tex-refs.html#arrows-title
-\lput => tex-refs.html#pstricks-attaching
-lrbox => tex-refs.html#env-lrbox
-\makebox => tex-refs.html#cmd-makebox
-\makelabels => tex-refs.html#cmd-makelabels
-\maketitle => tex-refs.html#cmd-maketitle
-\markboth => tex-refs.html#cmd-markboth
-\markright => tex-refs.html#cmd-markright
-\mathbf => tex-refs.html#styles-title
-\mathcal => tex-refs.html#styles-title
-\mathit => tex-refs.html#styles-title
-\mathnormal => tex-refs.html#styles-title
-\mathrm => tex-refs.html#styles-title
-\mathtt => tex-refs.html#styles-title
-\max => tex-refs.html#cmd-math-func-max
-\mbox => tex-refs.html#cmd-mbox
-\medskip => tex-refs.html#cmd-medskip
-minipage => tex-refs.html#env-minipage
-\min => tex-refs.html#cmd-math-func-min
-\movepath => tex-refs.html#safe-tricks
-\moveto => tex-refs.html#safe-tricks
-\mp => tex-refs.html#binary-and-relational-ops-title
-\mput => tex-refs.html#pstricks-attaching
-\mrestore => tex-refs.html#safe-tricks
-\msave => tex-refs.html#safe-tricks
-\multicolumn => tex-refs.html#cmd-multicolumn
-\multips => tex-refs.html#pstricks-repetition
-\multiput => tex-refs.html#cmd-multiput
-\multirput => tex-refs.html#pstricks-repetition
-\mu => tex-refs.html#greek-letters-title
-\nabla => tex-refs.html#cmd-misc-symbol-nabla
-\name => tex-refs.html#cmd-name
-\natural => tex-refs.html#cmd-misc-symbol-natural
-\ncangles => tex-refs.html#pstricks-connections
-\ncangle => tex-refs.html#pstricks-connections
-\ncarc => tex-refs.html#pstricks-connections
-\ncbar => tex-refs.html#pstricks-connections
-\nccircle => tex-refs.html#pstricks-connections
-\nccoil => tex-refs.html#pstricks-coils
-\nccurve => tex-refs.html#pstricks-connections
-\ncdiagg => tex-refs.html#pstricks-connections
-\ncdiag => tex-refs.html#pstricks-connections
-\ncline => tex-refs.html#pstricks-connections
-\ncLine => tex-refs.html#pstricks-connections
-\ncloop => tex-refs.html#pstricks-connections
-\nczigzag => tex-refs.html#pstricks-coils
-\nearrow => tex-refs.html#arrows-title
-\neq => tex-refs.html#binary-and-relational-ops-title
-\newcmykcolor => tex-refs.html#pstricks-color
-\newcommand => tex-refs.html#cmd-newcommand-title
-\newcounter => tex-refs.html#cmd-newcounter-title
-\newenvironment => tex-refs.html#cmd-newenvironment-title
-\newfloat => tex-refs.html#float
-\newfont => tex-refs.html#cmd-newfont-title
-\newgray => tex-refs.html#pstricks-color
-\newhsbcolor => tex-refs.html#pstricks-color
-\newlength => tex-refs.html#cmd-newlength
-\newline => tex-refs.html#cmd-newline
-\newpage => tex-refs.html#cmd-newpage
-\newpath => tex-refs.html#safe-tricks
-\newpsobject => tex-refs.html#pstricks-custom
-newpsstyle => tex-refs.html#pstricks-custom
-\newrgbcolor => tex-refs.html#pstricks-color
-\newsavebox => tex-refs.html#cmd-newsavebox
-\newtheorem => tex-refs.html#cmd-newtheorem-title
-\nocite => tex-refs.html#cmd-nocite
-\noindent => tex-refs.html#cmd-noindent
-\nolinebreak => tex-refs.html#cmd-nolinebreak
-\nolinkurl => tex-refs.html#cmd-nolinkurl
-\nopagebreak => tex-refs.html#cmd-nopagebreak
-\NormalCoor => tex-refs.html#pstricks-coordinates
-\normalsize => tex-refs.html#sizes-title
-\nu => tex-refs.html#greek-letters-title
-\nwarrow => tex-refs.html#arrows-title
-\oint => tex-refs.html#cmd-math-symbol-oint
-\omega => tex-refs.html#greek-letters-title
-\Omega => tex-refs.html#greek-letters-title
-\onecolumn => tex-refs.html#cmd-onecolumn-title
-\opening => tex-refs.html#cmd-opening
-\openshadow => tex-refs.html#safe-tricks
-\ovalnode => tex-refs.html#pstricks-nodes
-\oval => tex-refs.html#cmd-oval
-\overbrace => tex-refs.html#cmd-math-misc-overbrace
-\overlaybox => tex-refs.html#pstricks-overlays
-\overline => tex-refs.html#cmd-math-misc-overline
-\pagebreak => tex-refs.html#cmd-pagebreak
-\pagenumbering => tex-refs.html#cmd-pagenumbering
-\pageref => tex-refs.html#cmd-pageref
-\pagestyle => tex-refs.html#cmd-pagestyle
-\parabola => tex-refs.html#pstricks-curves
-\paragraph => tex-refs.html#cmd-sectioning-paragraph
-\parametricplot => tex-refs.html#pstricks-plots
-\parbox => tex-refs.html#cmd-parbox
-\par => tex-refs.html#cmd-par
-\partial => tex-refs.html#cmd-misc-symbol-partial
-\part => tex-refs.html#cmd-sectioning-part
-\pcangle => tex-refs.html#pstricks-connections
-\pcarc => tex-refs.html#pstricks-connections
-\pcbar => tex-refs.html#pstricks-connections
-\pccoil => tex-refs.html#pstricks-coils
-\pccurve => tex-refs.html#pstricks-connections
-\pcdiag => tex-refs.html#pstricks-connections
-\pcline => tex-refs.html#pstricks-connections
-\pcloop => tex-refs.html#pstricks-connections
-\pczigzag => tex-refs.html#pstricks-coils
-\per => tex-refs.html#binary-and-relational-ops-title
-\phi => tex-refs.html#greek-letters-title
-\Phi => tex-refs.html#greek-letters-title
-picture => tex-refs.html#env-picture
-\pi => tex-refs.html#greek-letters-title
-\Pi => tex-refs.html#greek-letters-title
-\pmb => tex-refs.html#amsmath
-\pmod => tex-refs.html#cmd-math-func-pmod
-\pm => tex-refs.html#binary-and-relational-ops-title
-\pnode => tex-refs.html#pstricks-nodes
-\poptabs => tex-refs.html#env-tabbing
-\prime => tex-refs.html#cmd-misc-symbol-prime
-\prod => tex-refs.html#cmd-math-symbol-prod
-\propto => tex-refs.html#binary-and-relational-ops-title
-\psarcn => tex-refs.html#pstricks-arcs
-\psarc => tex-refs.html#pstricks-arcs
-\psaxes => tex-refs.html#pstricks-axes
-\psbezier => tex-refs.html#pstricks-curves
-\psccurve => tex-refs.html#pstricks-curves
-\pscharclip => tex-refs.html#pstricks-stroking
-\pscharpath => tex-refs.html#pstricks-stroking
-\pscirclebox => tex-refs.html#pstricks-framed
-\pscircle => tex-refs.html#pstricks-arcs
-\psclip => tex-refs.html#pstricks-clipping
-\pscoil => tex-refs.html#pstricks-coils
-\psCoil => tex-refs.html#pstricks-coils
-\pscurve => tex-refs.html#pstricks-curves
-\pscustom => tex-refs.html#pstricks-basics
-\psdblframebox => tex-refs.html#pstricks-framed
-\psdots => tex-refs.html#pstricks-dots
-\psecurve => tex-refs.html#pstricks-curves
-\psellipse => tex-refs.html#pstricks-arcs
-\psframebox => tex-refs.html#pstricks-framed
-\psframe => tex-refs.html#pstricks-lines
-\psgrid => tex-refs.html#pstricks-grids
-\psi => tex-refs.html#greek-letters-title
-\Psi => tex-refs.html#greek-letters-title
-\pslabelsep => tex-refs.html#placing
-\pslbrace => tex-refs.html#pstricks-tricks
-\psline => tex-refs.html#pstricks-lines
-\pslongbox => tex-refs.html#pstricks-boxes
-\psmathboxfalse => tex-refs.html#pstricks-boxes
-\psmathboxtrue => tex-refs.html#pstricks-boxes
-\psovalbox => tex-refs.html#pstricks-framed
-\psoverlay => tex-refs.html#pstricks-overlays
-\pspicture => tex-refs.html#pictures
-\psplot => tex-refs.html#pstricks-plots
-\pspolygon => tex-refs.html#pstricks-lines
-\psrbrace => tex-refs.html#pstricks-tricks
-\pssetlength => tex-refs.html#pstricks-dimensions
-\psset => tex-refs.html#pstricks-setting
-\psshadowbox => tex-refs.html#pstricks-framed
-\ps => tex-refs.html#cmd-ps
-\pstextpath => tex-refs.html#pstricks-path
-\PSTtoEPS => tex-refs.html#pstricks-exporting
-\psverbboxfalse => tex-refs.html#pstricks-boxes
-\psverbboxtrue => tex-refs.html#pstricks-boxes
-\pswedge => tex-refs.html#pstricks-arcs
-\pszigzag => tex-refs.html#pstricks-coils
-\pushtabs => tex-refs.html#env-tabbing
-\putoverlaybox => tex-refs.html#pstricks-overlays
-\put => tex-refs.html#cmd-put
-\qdisk => tex-refs.html#pstricks-arcs
-\qline => tex-refs.html#pstricks-lines
-quotation => tex-refs.html#env-quotation
-quote => tex-refs.html#env-quote
-\radians => tex-refs.html#pstricks-dimensions
-\raggedbottom => tex-refs.html#cmd-raggedbottom-title
-\raggedleft => tex-refs.html#cmd-raggedleft
-\raggedright => tex-refs.html#cmd-raggedright
-\raisebox => tex-refs.html#cmd-raisebox
-\rangle => tex-refs.html#delimiters-title
-\rcoor => tex-refs.html#hackers
-\rcurveto => tex-refs.html#pretty-safe-tricks
-\readdata => tex-refs.html#pstricks-plots
-\refstepcounter => tex-refs.html#cmd-refstepcounter-title
-\ref => tex-refs.html#cmd-ref-title
-\restylefloat => tex-refs.html#float
-\Re => tex-refs.html#cmd-misc-symbol-re
-\rho => tex-refs.html#greek-letters-title
-\rightarrow => tex-refs.html#arrows-title
-\Rightarrow => tex-refs.html#arrows-title
-\rlineto => tex-refs.html#pretty-safe-tricks
-\RnodeRef => tex-refs.html#pstricks-nodes
-\rnode => tex-refs.html#pstricks-nodes
-\Rnode => tex-refs.html#pstricks-nodes
-\rotatedown => tex-refs.html#pstricks-rotation
-\rotateleft => tex-refs.html#pstricks-rotation
-\rotateright => tex-refs.html#pstricks-rotation
-\rotate => tex-refs.html#safe-tricks
-\rput => tex-refs.html#placing
-\rule => tex-refs.html#cmd-rule
-\samepage => tex-refs.html#cmd-samepage
-\savebox => tex-refs.html#cmd-savebox
-\savedata => tex-refs.html#pstricks-plots
-\sbox => tex-refs.html#cmd-sbox
-\scalebox => tex-refs.html#pstricks-rotation
-\scaleboxto => tex-refs.html#pstricks-rotation
-\scale => tex-refs.html#safe-tricks
-\scriptsize => tex-refs.html#sizes-title
-\searrow => tex-refs.html#arrows-title
-\sec => tex-refs.html#cmd-math-func-sec
-\section => tex-refs.html#cmd-sectioning-section
-\selectfont => tex-refs.html#low-dash-level-font-commands-title
-\setcolor => tex-refs.html#hackers
-\setcounter => tex-refs.html#cmd-setcounter-title
-\setlength => tex-refs.html#cmd-setlength
-\settodepth => tex-refs.html#cmd-settodepth
-\settoheight => tex-refs.html#cmd-settoheight
-\settowidth => tex-refs.html#cmd-settowidth
-\shortstack => tex-refs.html#cmd-shortstack
-\sigma => tex-refs.html#greek-letters-title
-\Sigma => tex-refs.html#greek-letters-title
-\signature => tex-refs.html#cmd-signature
-\simeq => tex-refs.html#binary-and-relational-ops-title
-\sim => tex-refs.html#binary-and-relational-ops-title
-\sinh => tex-refs.html#cmd-math-func-sinh
-\sin => tex-refs.html#cmd-math-func-sin
-\sloppy => tex-refs.html#cmd-sloppy
-\smallskip => tex-refs.html#cmd-smallskip
-\small => tex-refs.html#sizes-title
-\spadesuit => tex-refs.html#cmd-misc-symbol-spadsuit
-\SpecialCoor => tex-refs.html#pstricks-coordinates
-\sqrt => tex-refs.html#cmd-math-misc-sqrt
-\startbreaks => tex-refs.html#cmd-startbreaks
-\star => tex-refs.html#binary-and-relational-ops-title
-\stepcounter => tex-refs.html#cmd-stepcounter-title
-\stopbreaks => tex-refs.html#cmd-stopbreaks
-\stroke => tex-refs.html#safe-tricks
-\subparagraph => tex-refs.html#cmd-sectioning-subparagraph
-\subsection => tex-refs.html#cmd-sectioning-subsection
-\subset => tex-refs.html#binary-and-relational-ops-title
-\subsubsection => tex-refs.html#cmd-sectioning-subsubsection
-\sum => tex-refs.html#cmd-math-symbol-sum
-\sup => tex-refs.html#cmd-math-func-sup
-\surd => tex-refs.html#cmd-misc-symbol-surd
-\swapaxes => tex-refs.html#safe-tricks
-\swarrow => tex-refs.html#arrows-title
-tabbing => tex-refs.html#env-tabbing
-table => tex-refs.html#env-table
-tabular => tex-refs.html#env-tabular
-\tanh => tex-refs.html#cmd-math-func-tanh
-\tan => tex-refs.html#cmd-math-func-tan
-\tau => tex-refs.html#greek-letters-title
-\telephone => tex-refs.html#cmd-telephone
-\texorpdfstring => tex-refs.html#hyperref
-\textbf => tex-refs.html#styles-title
-\textit => tex-refs.html#styles-title
-\textmd => tex-refs.html#styles-title
-\textnormal => tex-refs.html#styles-title
-\TeXtoEPS => tex-refs.html#pstricks-exporting
-\textrm => tex-refs.html#styles-title
-\textsc => tex-refs.html#styles-title
-\textsf => tex-refs.html#styles-title
-\textsl => tex-refs.html#styles-title
-\texttt => tex-refs.html#styles-title
-\textup => tex-refs.html#styles-title
-\thanks => tex-refs.html#cmd-thanks
-thebibliography => tex-refs.html#env-thebibliography
-theorem => tex-refs.html#env-theorem
-\theta => tex-refs.html#greek-letters-title
-\Theta => tex-refs.html#greek-letters-title
-\thispagestyle => tex-refs.html#cmd-thispagestyle
-\tilde => tex-refs.html#accents-chars-math
-\times => tex-refs.html#binary-and-relational-ops-title
-\tiny => tex-refs.html#sizes-title
-titlepage => tex-refs.html#env-titlepage
-\title => tex-refs.html#cmd-title
-\totalheight => tex-refs.html#cmd-length-pre-totalheight
-\translate => tex-refs.html#safe-tricks
-\triangle => tex-refs.html#cmd-misc-symbol-triangle
-\twocolumn => tex-refs.html#cmd-twocolumn-title
-\typein => tex-refs.html#cmd-typein-title
-\typeout => tex-refs.html#cmd-typeout-title
-\underbrace => tex-refs.html#cmd-math-misc-underbrace
-\underline => tex-refs.html#cmd-math-misc-underline
-\uparrow => tex-refs.html#arrows-title
-\Uparrow => tex-refs.html#arrows-title
-\uparrow => tex-refs.html#delimiters-title
-\updownarrow => tex-refs.html#delimiters-title
-\upsilon => tex-refs.html#greek-letters-title
-\Upsilon => tex-refs.html#greek-letters-title
-\uput => tex-refs.html#placing
-\usebox => tex-refs.html#cmd-usebox
-\usecounter => tex-refs.html#cmd-usecounter-title
-\usepackage => tex-refs.html#usepackage-linkend
-\value => tex-refs.html#cmd-value-title
-\varepsilon => tex-refs.html#greek-letters-title
-\varphi => tex-refs.html#greek-letters-title
-\varpi => tex-refs.html#greek-letters-title
-\varrho => tex-refs.html#greek-letters-title
-\varsigma => tex-refs.html#greek-letters-title
-\vartheta => tex-refs.html#greek-letters-title
-\vdots => tex-refs.html#cmd-math-misc-vdots
-\vdots => tex-refs.html#ellipsis-title
-\vec => tex-refs.html#accents-chars-math
-\vector => tex-refs.html#cmd-vector
-verbatim => tex-refs.html#env-verbatim
-\verb => tex-refs.html#cmd-verb
-verse => tex-refs.html#env-verse
-\vert => tex-refs.html#delimiters-title
-\Vert => tex-refs.html#delimiters-title
-\vfill => tex-refs.html#cmd-vfill
-\vline => tex-refs.html#cmd-vline
-\vpagerefrange => tex-refs.html#varioref
-\vpageref => tex-refs.html#cmd-vpageref
-\vrefrange => tex-refs.html#varioref
-\vref => tex-refs.html#cmd-vref
-\vspace => tex-refs.html#cmd-vspace
-\widehat => tex-refs.html#accents-chars-math
-\widetilde => tex-refs.html#accents-chars-math
-\width => tex-refs.html#cmd-length-pre-width
-\wp => tex-refs.html#cmd-misc-symbol-wp
-\xi => tex-refs.html#greek-letters-title
-\Xi => tex-refs.html#greek-letters-title
-\zeta => tex-refs.html#greek-letters-title
diff --git a/src/data/help/latex2e-texlive.html b/src/data/help/latex2e-texlive.html
deleted file mode 100644
index 2ce2f296..00000000
--- a/src/data/help/latex2e-texlive.html
+++ /dev/null
@@ -1,11579 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<!-- This document is an unofficial reference manual for LaTeX, a
-document preparation system, version of May 2011.
-
-This was originally translated from LATEX.HLP v1.0a in the VMS
-Help Library. The pre-translation version was written by
-George D. Greenwade of Sam Houston State University. The
-LaTeX 2.09 version was written by Stephen Gilmore. The
-LaTeX2e version was adapted from this by Torsten Martinsen. Karl
-Berry made further updates and additions, and gratefully acknowledges
-using Hypertext Help with LaTeX, by Sheldon Green, and the
-LaTeX Command Summary (for LaTeX 2.09) by L. Botway
-and C. Biemesderfer (published by the TeX Users Group as
-TeXniques number 10), as reference material (no text was
-directly copied).
-
-Copyright (C) 2007, 2008, 2009, 2010, 2011 Karl Berry.
-
-Copyright (C) 1988, 1994, 2007 Stephen Gilmore.
-
-Copyright (C) 1994, 1995, 1996 Torsten Martinsen.
-
-Permission is granted to make and distribute verbatim copies of
-this manual provided the copyright notice and this permission notice
-are preserved on all copies.
-
-
-Permission is granted to copy and distribute modified versions of this
-manual under the conditions for verbatim copying, provided that the entire
-resulting derived work is distributed under the terms of a permission
-notice identical to this one.
-
-Permission is granted to copy and distribute translations of this manual
-into another language, under the above conditions for modified versions.
- -->
-<!-- Created by @PACKAGE_NAME@ @PACKAGE_VERSION@, http://www.gnu.org/software/texinfo/ -->
-<head>
-<title>LaTeX2e reference manual (May 2011)</title>
-
-<meta name="description" content="LaTeX2e reference manual (May 2011)">
-<meta name="keywords" content="LaTeX2e reference manual (May 2011)">
-<meta name="resource-type" content="document">
-<meta name="distribution" content="global">
-<meta name="Generator" content="@PACKAGE_NAME@">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link href="#Top" rel="start" title="LaTeX2e reference manual (May 2011)">
-<link href="#Concept-Index" rel="index" title="Concept Index">
-<link href="#SEC_Contents" rel="contents" title="Table of Contents">
-<link href="dir.html#Top" rel="up" title="(dir)">
-<style type="text/css">
-<!--
-a.summary-letter {text-decoration: none}
-blockquote.smallquotation {font-size: smaller}
-div.display {margin-left: 3.2em}
-div.example {margin-left: 3.2em}
-div.lisp {margin-left: 3.2em}
-div.smalldisplay {margin-left: 3.2em}
-div.smallexample {margin-left: 3.2em}
-div.smalllisp {margin-left: 3.2em}
-pre.display {font-family: serif}
-pre.format {font-family: serif}
-pre.menu-comment {font-family: serif}
-pre.menu-preformatted {font-family: serif}
-pre.smalldisplay {font-family: serif; font-size: smaller}
-pre.smallexample {font-size: smaller}
-pre.smallformat {font-family: serif; font-size: smaller}
-pre.smalllisp {font-size: smaller}
-span.nocodebreak {white-space:pre}
-span.nolinebreak {white-space:pre}
-span.roman {font-family:serif; font-weight:normal}
-span.sansserif {font-family:sans-serif; font-weight:normal}
-ul.no-bullet {list-style: none}
--->
-</style>
-
-
-</head>
-
-<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
-
-<h1 class="settitle" align="center">LaTeX2e reference manual (May 2011)</h1>
-
-<a name="SEC_Overview"></a>
-<h1>Short Table of Contents</h1>
-
-<div class="shortcontents">
-<ul class="no-bullet">
-<li><a name="stoc-Overview-of-LaTeX-1" href="#toc-Overview-of-LaTeX-1">1 Overview of LaTeX</a></li>
-<li><a name="stoc-Overview-of-LaTeX" href="#toc-Overview-of-LaTeX">2 Overview of LaTeX</a></li>
-<li><a name="stoc-Starting-_0026-ending-1" href="#toc-Starting-_0026-ending-1">3 Starting &amp; ending</a></li>
-<li><a name="stoc-Document-classes-1" href="#toc-Document-classes-1">4 Document classes</a></li>
-<li><a name="stoc-Typefaces-1" href="#toc-Typefaces-1">5 Typefaces</a></li>
-<li><a name="stoc-Layout-1" href="#toc-Layout-1">6 Layout</a></li>
-<li><a name="stoc-Sectioning-1" href="#toc-Sectioning-1">7 Sectioning</a></li>
-<li><a name="stoc-Cross-references-1" href="#toc-Cross-references-1">8 Cross references</a></li>
-<li><a name="stoc-Environments-1" href="#toc-Environments-1">9 Environments</a></li>
-<li><a name="stoc-Line-breaking-1" href="#toc-Line-breaking-1">10 Line breaking</a></li>
-<li><a name="stoc-Page-breaking-1" href="#toc-Page-breaking-1">11 Page breaking</a></li>
-<li><a name="stoc-Footnotes-1" href="#toc-Footnotes-1">12 Footnotes</a></li>
-<li><a name="stoc-Definitions-1" href="#toc-Definitions-1">13 Definitions</a></li>
-<li><a name="stoc-Counters-1" href="#toc-Counters-1">14 Counters</a></li>
-<li><a name="stoc-Lengths-1" href="#toc-Lengths-1">15 Lengths</a></li>
-<li><a name="stoc-Making-paragraphs-1" href="#toc-Making-paragraphs-1">16 Making paragraphs</a></li>
-<li><a name="stoc-Math-formulas-1" href="#toc-Math-formulas-1">17 Math formulas</a></li>
-<li><a name="stoc-Modes-1" href="#toc-Modes-1">18 Modes</a></li>
-<li><a name="stoc-Page-styles-1" href="#toc-Page-styles-1">19 Page styles</a></li>
-<li><a name="stoc-Spaces-1" href="#toc-Spaces-1">20 Spaces</a></li>
-<li><a name="stoc-Boxes-1" href="#toc-Boxes-1">21 Boxes</a></li>
-<li><a name="stoc-Special-insertions-1" href="#toc-Special-insertions-1">22 Special insertions</a></li>
-<li><a name="stoc-Splitting-the-input-1" href="#toc-Splitting-the-input-1">23 Splitting the input</a></li>
-<li><a name="stoc-Front_002fback-matter-1" href="#toc-Front_002fback-matter-1">24 Front/back matter</a></li>
-<li><a name="stoc-Letters-1" href="#toc-Letters-1">25 Letters</a></li>
-<li><a name="stoc-Terminal-input_002foutput-1" href="#toc-Terminal-input_002foutput-1">26 Terminal input/output</a></li>
-<li><a name="stoc-Command-line-1" href="#toc-Command-line-1">27 Command line</a></li>
-<li><a name="stoc-Document-templates-1" href="#toc-Document-templates-1">Appendix A Document templates</a></li>
-<li><a name="stoc-Concept-Index-1" href="#toc-Concept-Index-1">Concept Index</a></li>
-<li><a name="stoc-Command-Index-1" href="#toc-Command-Index-1">Command Index</a></li>
-</ul>
-</div>
-
-<a name="SEC_Contents"></a>
-<h1>Table of Contents</h1>
-
-<div class="contents">
-
-<ul class="no-bullet">
- <li><a name="toc-Overview-of-LaTeX-1" href="#About-this-document">1 Overview of LaTeX</a></li>
- <li><a name="toc-Overview-of-LaTeX" href="#Overview">2 Overview of LaTeX</a></li>
- <li><a name="toc-Starting-_0026-ending-1" href="#Starting-_0026-ending">3 Starting &amp; ending</a></li>
- <li><a name="toc-Document-classes-1" href="#Document-classes">4 Document classes</a>
- <ul class="no-bullet">
- <li><a name="toc-Document-class-options-1" href="#Document-class-options">4.1 Document class options</a></li>
- </ul></li>
- <li><a name="toc-Typefaces-1" href="#Typefaces">5 Typefaces</a>
- <ul class="no-bullet">
- <li><a name="toc-Font-styles-1" href="#Font-styles">5.1 Font styles</a></li>
- <li><a name="toc-Font-sizes-1" href="#Font-sizes">5.2 Font sizes</a></li>
- <li><a name="toc-Low_002dlevel-font-commands-1" href="#Low_002dlevel-font-commands">5.3 Low-level font commands</a></li>
- </ul></li>
- <li><a name="toc-Layout-1" href="#Layout">6 Layout</a>
- <ul class="no-bullet">
- <li><a name="toc-_005conecolumn-1" href="#g_t_005conecolumn">6.1 <code>\onecolumn</code></a></li>
- <li><a name="toc-_005ctwocolumn-1" href="#g_t_005ctwocolumn">6.2 <code>\twocolumn</code></a></li>
- <li><a name="toc-_005cflushbottom-1" href="#g_t_005cflushbottom">6.3 <code>\flushbottom</code></a></li>
- <li><a name="toc-_005craggedbottom-1" href="#g_t_005craggedbottom">6.4 <code>\raggedbottom</code></a></li>
- <li><a name="toc-Page-layout-parameters-1" href="#Page-layout-parameters">6.5 Page layout parameters</a></li>
- </ul></li>
- <li><a name="toc-Sectioning-1" href="#Sectioning">7 Sectioning</a></li>
- <li><a name="toc-Cross-references-1" href="#Cross-references">8 Cross references</a>
- <ul class="no-bullet">
- <li><a name="toc-_005clabel-1" href="#g_t_005clabel">8.1 <code>\label</code></a></li>
- <li><a name="toc-_005cpageref_007bkey_007d" href="#g_t_005cpageref">8.2 <code>\pageref{<var>key</var>}</code></a></li>
- <li><a name="toc-_005cref_007bkey_007d" href="#g_t_005cref">8.3 <code>\ref{<var>key</var>}</code></a></li>
- </ul></li>
- <li><a name="toc-Environments-1" href="#Environments">9 Environments</a>
- <ul class="no-bullet">
- <li><a name="toc-abstract-1" href="#abstract">9.1 <code>abstract</code></a></li>
- <li><a name="toc-array-1" href="#array">9.2 <code>array</code></a></li>
- <li><a name="toc-center-1" href="#center">9.3 <code>center</code></a>
- <ul class="no-bullet">
- <li><a name="toc-_005ccentering-1" href="#g_t_005ccentering">9.3.1 <code>\centering</code></a></li>
- </ul></li>
- <li><a name="toc-description-1" href="#description">9.4 <code>description</code></a></li>
- <li><a name="toc-displaymath-1" href="#displaymath">9.5 <code>displaymath</code></a></li>
- <li><a name="toc-document-1" href="#document">9.6 <code>document</code></a></li>
- <li><a name="toc-enumerate-1" href="#enumerate">9.7 <code>enumerate</code></a></li>
- <li><a name="toc-eqnarray-1" href="#eqnarray">9.8 <code>eqnarray</code></a></li>
- <li><a name="toc-equation-1" href="#equation">9.9 <code>equation</code></a></li>
- <li><a name="toc-figure-1" href="#figure">9.10 <code>figure</code></a></li>
- <li><a name="toc-flushleft-1" href="#flushleft">9.11 <code>flushleft</code></a>
- <ul class="no-bullet">
- <li><a name="toc-_005craggedright-1" href="#g_t_005craggedright">9.11.1 <code>\raggedright</code></a></li>
- </ul></li>
- <li><a name="toc-flushright-1" href="#flushright">9.12 <code>flushright</code></a>
- <ul class="no-bullet">
- <li><a name="toc-_005craggedleft-1" href="#g_t_005craggedleft">9.12.1 <code>\raggedleft</code></a></li>
- </ul></li>
- <li><a name="toc-itemize-1" href="#itemize">9.13 <code>itemize</code></a></li>
- <li><a name="toc-letter-environment_003a-writing-letters" href="#letter">9.14 <code>letter</code> environment: writing letters</a></li>
- <li><a name="toc-list-1" href="#list">9.15 <code>list</code></a></li>
- <li><a name="toc-math-1" href="#math">9.16 <code>math</code></a></li>
- <li><a name="toc-minipage-1" href="#minipage">9.17 <code>minipage</code></a></li>
- <li><a name="toc-picture-1" href="#picture">9.18 <code>picture</code></a>
- <ul class="no-bullet">
- <li><a name="toc-_005ccircle-1" href="#g_t_005ccircle">9.18.1 <code>\circle</code></a></li>
- <li><a name="toc-_005cmakebox-1" href="#g_t_005cmakebox-_0028picture_0029">9.18.2 <code>\makebox</code></a></li>
- <li><a name="toc-_005cframebox" href="#g_t_005cframebox-_0028picture_0029">9.18.3 <code>\framebox</code></a></li>
- <li><a name="toc-_005cdashbox-1" href="#g_t_005cdashbox">9.18.4 <code>\dashbox</code></a></li>
- <li><a name="toc-_005cframe-1" href="#g_t_005cframe">9.18.5 <code>\frame</code></a></li>
- <li><a name="toc-_005cline-1" href="#g_t_005cline">9.18.6 <code>\line</code></a></li>
- <li><a name="toc-_005clinethickness-1" href="#g_t_005clinethickness">9.18.7 <code>\linethickness</code></a></li>
- <li><a name="toc-_005cthicklines-1" href="#g_t_005cthicklines">9.18.8 <code>\thicklines</code></a></li>
- <li><a name="toc-_005cthinlines-1" href="#g_t_005cthinlines">9.18.9 <code>\thinlines</code></a></li>
- <li><a name="toc-_005cmultiput-1" href="#g_t_005cmultiput">9.18.10 <code>\multiput</code></a></li>
- <li><a name="toc-_005coval-1" href="#g_t_005coval">9.18.11 <code>\oval</code></a></li>
- <li><a name="toc-_005cput-1" href="#g_t_005cput">9.18.12 <code>\put</code></a></li>
- <li><a name="toc-_005cshortstack-1" href="#g_t_005cshortstack">9.18.13 <code>\shortstack</code></a></li>
- <li><a name="toc-_005cvector-1" href="#g_t_005cvector">9.18.14 <code>\vector</code></a></li>
- </ul></li>
- <li><a name="toc-quotation-1" href="#quotation">9.19 <code>quotation</code></a></li>
- <li><a name="toc-quote-1" href="#quote">9.20 <code>quote</code></a></li>
- <li><a name="toc-tabbing-1" href="#tabbing">9.21 <code>tabbing</code></a></li>
- <li><a name="toc-table-1" href="#table">9.22 <code>table</code></a></li>
- <li><a name="toc-tabular-1" href="#tabular">9.23 <code>tabular</code></a>
- <ul class="no-bullet">
- <li><a name="toc-_005cmulticolumn-1" href="#g_t_005cmulticolumn">9.23.1 <code>\multicolumn</code></a></li>
- <li><a name="toc-_005ccline-1" href="#g_t_005ccline">9.23.2 <code>\cline</code></a></li>
- <li><a name="toc-_005chline-1" href="#g_t_005chline">9.23.3 <code>\hline</code></a></li>
- <li><a name="toc-_005cvline-1" href="#g_t_005cvline">9.23.4 <code>\vline</code></a></li>
- </ul></li>
- <li><a name="toc-thebibliography-1" href="#thebibliography">9.24 <code>thebibliography</code></a>
- <ul class="no-bullet">
- <li><a name="toc-_005cbibitem-1" href="#g_t_005cbibitem">9.24.1 <code>\bibitem</code></a></li>
- <li><a name="toc-_005ccite-1" href="#g_t_005ccite">9.24.2 <code>\cite</code></a></li>
- <li><a name="toc-_005cnocite-1" href="#g_t_005cnocite">9.24.3 <code>\nocite</code></a></li>
- <li><a name="toc-Using-BibTeX-1" href="#Using-BibTeX">9.24.4 Using BibTeX</a></li>
- </ul></li>
- <li><a name="toc-theorem-1" href="#theorem">9.25 <code>theorem</code></a></li>
- <li><a name="toc-titlepage-1" href="#titlepage">9.26 <code>titlepage</code></a></li>
- <li><a name="toc-verbatim-1" href="#verbatim">9.27 <code>verbatim</code></a>
- <ul class="no-bullet">
- <li><a name="toc-_005cverb-1" href="#g_t_005cverb">9.27.1 <code>\verb</code></a></li>
- </ul></li>
- <li><a name="toc-verse-1" href="#verse">9.28 <code>verse</code></a></li>
- </ul></li>
- <li><a name="toc-Line-breaking-1" href="#Line-breaking">10 Line breaking</a>
- <ul class="no-bullet">
- <li><a name="toc-_005c_005c_005b_002a_005d_005bmorespace_005d" href="#g_t_005c_005c">10.1 <code>\\</code>[*][<var>morespace</var>]</a></li>
- <li><a name="toc-_005cobeycr-_0026-_005crestorecr-1" href="#g_t_005cobeycr-_0026-_005crestorecr">10.2 <code>\obeycr</code> &amp; <code>\restorecr</code></a></li>
- <li><a name="toc-_005cnewline-1" href="#g_t_005cnewline">10.3 <code>\newline</code></a></li>
- <li><a name="toc-_005c_002d-_0028discretionary-hyphen_0029" href="#g_t_005c_002d-_0028hyphenation_0029">10.4 <code>\-</code> (discretionary hyphen)</a></li>
- <li><a name="toc-_005cfussy-1" href="#g_t_005cfussy">10.5 <code>\fussy</code></a></li>
- <li><a name="toc-_005csloppy-1" href="#g_t_005csloppy">10.6 <code>\sloppy</code></a></li>
- <li><a name="toc-_005chyphenation-1" href="#g_t_005chyphenation">10.7 <code>\hyphenation</code></a></li>
- <li><a name="toc-_005clinebreak-_0026-_005cnolinebreak-1" href="#g_t_005clinebreak-_0026-_005cnolinebreak">10.8 <code>\linebreak</code> &amp; <code>\nolinebreak</code></a></li>
- </ul></li>
- <li><a name="toc-Page-breaking-1" href="#Page-breaking">11 Page breaking</a>
- <ul class="no-bullet">
- <li><a name="toc-_005ccleardoublepage-1" href="#g_t_005ccleardoublepage">11.1 <code>\cleardoublepage</code></a></li>
- <li><a name="toc-_005cclearpage-1" href="#g_t_005cclearpage">11.2 <code>\clearpage</code></a></li>
- <li><a name="toc-_005cnewpage-1" href="#g_t_005cnewpage">11.3 <code>\newpage</code></a></li>
- <li><a name="toc-_005cenlargethispage-1" href="#g_t_005cenlargethispage">11.4 <code>\enlargethispage</code></a></li>
- <li><a name="toc-_005cpagebreak-_0026-_005cnopagebreak-1" href="#g_t_005cpagebreak-_0026-_005cnopagebreak">11.5 <code>\pagebreak</code> &amp; <code>\nopagebreak</code></a></li>
- </ul></li>
- <li><a name="toc-Footnotes-1" href="#Footnotes">12 Footnotes</a>
- <ul class="no-bullet">
- <li><a name="toc-_005cfootnote-1" href="#g_t_005cfootnote">12.1 <code>\footnote</code></a></li>
- <li><a name="toc-_005cfootnotemark-1" href="#g_t_005cfootnotemark">12.2 <code>\footnotemark</code></a></li>
- <li><a name="toc-_005cfootnotetext-1" href="#g_t_005cfootnotetext">12.3 <code>\footnotetext</code></a></li>
- <li><a name="toc-Symbolic-footnotes-1" href="#Symbolic-footnotes">12.4 Symbolic footnotes</a></li>
- <li><a name="toc-Footnote-parameters-1" href="#Footnote-parameters">12.5 Footnote parameters</a></li>
- </ul></li>
- <li><a name="toc-Definitions-1" href="#Definitions">13 Definitions</a>
- <ul class="no-bullet">
- <li><a name="toc-_005cnewcommand-_0026-_005crenewcommand-1" href="#g_t_005cnewcommand-_0026-_005crenewcommand">13.1 <code>\newcommand</code> &amp; <code>\renewcommand</code></a></li>
- <li><a name="toc-_005cnewcounter-1" href="#g_t_005cnewcounter">13.2 <code>\newcounter</code></a></li>
- <li><a name="toc-_005cnewlength-1" href="#g_t_005cnewlength">13.3 <code>\newlength</code></a></li>
- <li><a name="toc-_005cnewsavebox-1" href="#g_t_005cnewsavebox">13.4 <code>\newsavebox</code></a></li>
- <li><a name="toc-_005cnewenvironment-_0026-_005crenewenvironment-1" href="#g_t_005cnewenvironment-_0026-_005crenewenvironment">13.5 <code>\newenvironment</code> &amp; <code>\renewenvironment</code></a></li>
- <li><a name="toc-_005cnewtheorem-1" href="#g_t_005cnewtheorem">13.6 <code>\newtheorem</code></a></li>
- <li><a name="toc-_005cnewfont-1" href="#g_t_005cnewfont">13.7 <code>\newfont</code></a></li>
- <li><a name="toc-_005cprotect-1" href="#g_t_005cprotect">13.8 <code>\protect</code></a></li>
- </ul></li>
- <li><a name="toc-Counters-1" href="#Counters">14 Counters</a>
- <ul class="no-bullet">
- <li><a name="toc-_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol_003a-Printing-counters" href="#g_t_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol">14.1 <code>\alph \Alph \arabic \roman \Roman \fnsymbol</code>: Printing counters</a></li>
- <li><a name="toc-_005cusecounter_007bcounter_007d" href="#g_t_005cusecounter">14.2 <code>\usecounter{<var>counter</var>}</code></a></li>
- <li><a name="toc-_005cvalue_007bcounter_007d" href="#g_t_005cvalue">14.3 <code>\value{<var>counter</var>}</code></a></li>
- <li><a name="toc-_005csetcounter_007bcounter_007d_007bvalue_007d" href="#g_t_005csetcounter">14.4 <code>\setcounter{<var>counter</var>}{<var>value</var>}</code></a></li>
- <li><a name="toc-_005caddtocounter_007bcounter_007d_007bvalue_007d" href="#g_t_005caddtocounter">14.5 <code>\addtocounter{<var>counter</var>}{<var>value</var>}</code></a></li>
- <li><a name="toc-_005crefstepcounter_007bcounter_007d" href="#g_t_005crefstepcounter">14.6 <code>\refstepcounter{<var>counter</var>}</code></a></li>
- <li><a name="toc-_005cstepcounter_007bcounter_007d" href="#g_t_005cstepcounter">14.7 <code>\stepcounter{<var>counter</var>}</code></a></li>
- <li><a name="toc-_005cday-_005cmonth-_005cyear_003a-Predefined-counters" href="#g_t_005cday-_005cmonth-_005cyear">14.8 <code>\day \month \year</code>: Predefined counters</a></li>
- </ul></li>
- <li><a name="toc-Lengths-1" href="#Lengths">15 Lengths</a>
- <ul class="no-bullet">
- <li><a name="toc-_005csetlength_007b_005clen_007d_007bvalue_007d" href="#g_t_005csetlength">15.1 <code>\setlength{\<var>len</var>}{<var>value</var>}</code></a></li>
- <li><a name="toc-_005caddtolength_007b_005clen_007d_007bamount_007d" href="#g_t_005caddtolength">15.2 \addtolength{<var>\len</var>}{<var>amount</var>}</a></li>
- <li><a name="toc-_005csettodepth-1" href="#g_t_005csettodepth">15.3 <code>\settodepth</code></a></li>
- <li><a name="toc-_005csettoheight-1" href="#g_t_005csettoheight">15.4 <code>\settoheight</code></a></li>
- <li><a name="toc-_005csettowidth_007b_005clen_007d_007btext_007d" href="#g_t_005csettowidth">15.5 <code>\settowidth{\<var>len</var>}{<var>text</var>}</code></a></li>
- <li><a name="toc-Predefined-lengths-1" href="#Predefined-lengths">15.6 Predefined lengths</a></li>
- </ul></li>
- <li><a name="toc-Making-paragraphs-1" href="#Making-paragraphs">16 Making paragraphs</a>
- <ul class="no-bullet">
- <li><a name="toc-_005cindent-1" href="#g_t_005cindent">16.1 <code>\indent</code></a></li>
- <li><a name="toc-_005cnoindent-1" href="#g_t_005cnoindent">16.2 <code>\noindent</code></a></li>
- <li><a name="toc-_005cparskip-1" href="#g_t_005cparskip">16.3 <code>\parskip</code></a></li>
- <li><a name="toc-Marginal-notes-1" href="#Marginal-notes">16.4 Marginal notes</a></li>
- </ul></li>
- <li><a name="toc-Math-formulas-1" href="#Math-formulas">17 Math formulas</a>
- <ul class="no-bullet">
- <li><a name="toc-Subscripts-_0026-superscripts-1" href="#Subscripts-_0026-superscripts">17.1 Subscripts &amp; superscripts</a></li>
- <li><a name="toc-Math-symbols-1" href="#Math-symbols">17.2 Math symbols</a></li>
- <li><a name="toc-Math-functions-1" href="#Math-functions">17.3 Math functions</a></li>
- <li><a name="toc-Math-accents-1" href="#Math-accents">17.4 Math accents</a></li>
- <li><a name="toc-Spacing-in-math-mode-1" href="#Spacing-in-math-mode">17.5 Spacing in math mode</a></li>
- <li><a name="toc-Math-miscellany-1" href="#Math-miscellany">17.6 Math miscellany</a></li>
- </ul></li>
- <li><a name="toc-Modes-1" href="#Modes">18 Modes</a></li>
- <li><a name="toc-Page-styles-1" href="#Page-styles">19 Page styles</a>
- <ul class="no-bullet">
- <li><a name="toc-_005cmaketitle-1" href="#g_t_005cmaketitle">19.1 <code>\maketitle</code></a></li>
- <li><a name="toc-_005cpagenumbering-1" href="#g_t_005cpagenumbering">19.2 <code>\pagenumbering</code></a></li>
- <li><a name="toc-_005cpagestyle-1" href="#g_t_005cpagestyle">19.3 <code>\pagestyle</code></a></li>
- <li><a name="toc-_005cthispagestyle_007bstyle_007d" href="#g_t_005cthispagestyle">19.4 <code>\thispagestyle{<var>style</var>}</code></a></li>
- </ul></li>
- <li><a name="toc-Spaces-1" href="#Spaces">20 Spaces</a>
- <ul class="no-bullet">
- <li><a name="toc-_005chspace-1" href="#g_t_005chspace">20.1 <code>\hspace</code></a></li>
- <li><a name="toc-_005chfill-1" href="#g_t_005chfill">20.2 <code>\hfill</code></a></li>
- <li><a name="toc-_005cSPACE-1" href="#g_t_005cSPACE">20.3 <code>\SPACE</code></a></li>
- <li><a name="toc-_005c_0040" href="#g_t_005cAT">20.4 <code>\@</code></a></li>
- <li><a name="toc-_005cthinspace-1" href="#g_t_005cthinspace">20.5 <code>\thinspace</code></a></li>
- <li><a name="toc-_005c_002f-1" href="#g_t_005c_002f">20.6 <code>\/</code></a></li>
- <li><a name="toc-_005chrulefill-1" href="#g_t_005chrulefill">20.7 <code>\hrulefill</code></a></li>
- <li><a name="toc-_005cdotfill-1" href="#g_t_005cdotfill">20.8 <code>\dotfill</code></a></li>
- <li><a name="toc-_005caddvspace-1" href="#g_t_005caddvspace">20.9 <code>\addvspace</code></a></li>
- <li><a name="toc-_005cbigskip-_005cmedskip-_005csmallskip-1" href="#g_t_005cbigskip-_005cmedskip-_005csmallskip">20.10 <code>\bigskip \medskip \smallskip</code></a></li>
- <li><a name="toc-_005cvfill-1" href="#g_t_005cvfill">20.11 <code>\vfill</code></a></li>
- <li><a name="toc-_005cvspace_005b_002a_005d_007blength_007d" href="#g_t_005cvspace">20.12 <code>\vspace[*]{<var>length</var>}</code></a></li>
- </ul></li>
- <li><a name="toc-Boxes-1" href="#Boxes">21 Boxes</a>
- <ul class="no-bullet">
- <li><a name="toc-_005cmbox_007btext_007d" href="#g_t_005cmbox">21.1 <code>\mbox{<var>text}</var></code></a></li>
- <li><a name="toc-_005cfbox-and-_005cframebox-1" href="#g_t_005cfbox-and-_005cframebox">21.2 <code>\fbox</code> and <code>\framebox</code></a></li>
- <li><a name="toc-lrbox-1" href="#lrbox">21.3 <code>lrbox</code></a></li>
- <li><a name="toc-_005cmakebox-2" href="#g_t_005cmakebox">21.4 <code>\makebox</code></a></li>
- <li><a name="toc-_005cparbox-1" href="#g_t_005cparbox">21.5 <code>\parbox</code></a></li>
- <li><a name="toc-_005craisebox-1" href="#g_t_005craisebox">21.6 <code>\raisebox</code></a></li>
- <li><a name="toc-_005csavebox-1" href="#g_t_005csavebox">21.7 <code>\savebox</code></a></li>
- <li><a name="toc-_005csbox_007b_005cboxcmd_007d_007btext_007d" href="#g_t_005csbox">21.8 <code>\sbox{<var>\boxcmd</var>}{<var>text</var>}</code></a></li>
- <li><a name="toc-_005cusebox_007b_005cboxcmd" href="#g_t_005cusebox">21.9 <code>\usebox{<var>\boxcmd</var></code></a></li>
- </ul></li>
- <li><a name="toc-Special-insertions-1" href="#Special-insertions">22 Special insertions</a>
- <ul class="no-bullet">
- <li><a name="toc-Reserved-characters-1" href="#Reserved-characters">22.1 Reserved characters</a></li>
- <li><a name="toc-Text-symbols-1" href="#Text-symbols">22.2 Text symbols</a></li>
- <li><a name="toc-Accents-1" href="#Accents">22.3 Accents</a></li>
- <li><a name="toc-Non_002dEnglish-characters-1" href="#Non_002dEnglish-characters">22.4 Non-English characters</a></li>
- <li><a name="toc-_005crule-1" href="#g_t_005crule">22.5 <code>\rule</code></a></li>
- <li><a name="toc-_005ctoday-1" href="#g_t_005ctoday">22.6 <code>\today</code></a></li>
- </ul></li>
- <li><a name="toc-Splitting-the-input-1" href="#Splitting-the-input">23 Splitting the input</a>
- <ul class="no-bullet">
- <li><a name="toc-_005cinclude-1" href="#g_t_005cinclude">23.1 <code>\include</code></a></li>
- <li><a name="toc-_005cincludeonly-1" href="#g_t_005cincludeonly">23.2 \<code>includeonly</code></a></li>
- <li><a name="toc-_005cinput-1" href="#g_t_005cinput">23.3 \input</a></li>
- </ul></li>
- <li><a name="toc-Front_002fback-matter-1" href="#Front_002fback-matter">24 Front/back matter</a>
- <ul class="no-bullet">
- <li><a name="toc-Tables-of-contents-1" href="#Tables-of-contents">24.1 Tables of contents</a>
- <ul class="no-bullet">
- <li><a name="toc-_005caddcontentsline-1" href="#g_t_005caddcontentsline">24.1.1 \addcontentsline</a></li>
- <li><a name="toc-_005caddtocontents-1" href="#g_t_005caddtocontents">24.1.2 \addtocontents</a></li>
- </ul></li>
- <li><a name="toc-Glossaries-1" href="#Glossaries">24.2 Glossaries</a></li>
- <li><a name="toc-Indexes-1" href="#Indexes">24.3 Indexes</a></li>
- </ul></li>
- <li><a name="toc-Letters-1" href="#Letters">25 Letters</a>
- <ul class="no-bullet">
- <li><a name="toc-_005caddress_007breturn_002daddress_007d" href="#g_t_005caddress">25.1 \address{<var>return-address}</var></a></li>
- <li><a name="toc-_005ccc-1" href="#g_t_005ccc">25.2 <code>\cc</code></a></li>
- <li><a name="toc-_005cclosing-1" href="#g_t_005cclosing">25.3 <code>\closing</code></a></li>
- <li><a name="toc-_005cencl-1" href="#g_t_005cencl">25.4 <code>\encl</code></a></li>
- <li><a name="toc-_005clocation-1" href="#g_t_005clocation">25.5 <code>\location</code></a></li>
- <li><a name="toc-_005cmakelabels-1" href="#g_t_005cmakelabels">25.6 <code>\makelabels</code></a></li>
- <li><a name="toc-_005cname-1" href="#g_t_005cname">25.7 <code>\name</code></a></li>
- <li><a name="toc-_005copening_007btext_007d" href="#g_t_005copening">25.8 <code>\opening{<var>text</var>}</code></a></li>
- <li><a name="toc-_005cps-1" href="#g_t_005cps">25.9 <code>\ps</code></a></li>
- <li><a name="toc-_005csignature_007btext_007d" href="#g_t_005csignature">25.10 <code>\signature{<var>text</var>}</code></a></li>
- <li><a name="toc-_005cstartbreaks-1" href="#g_t_005cstartbreaks">25.11 <code>\startbreaks</code></a></li>
- <li><a name="toc-_005cstopbreaks-1" href="#g_t_005cstopbreaks">25.12 <code>\stopbreaks</code></a></li>
- <li><a name="toc-_005ctelephone-1" href="#g_t_005ctelephone">25.13 <code>\telephone</code></a></li>
- </ul></li>
- <li><a name="toc-Terminal-input_002foutput-1" href="#Terminal-input_002foutput">26 Terminal input/output</a>
- <ul class="no-bullet">
- <li><a name="toc-_005ctypein_005bcmd_005d_007bmsg_007d" href="#g_t_005ctypein">26.1 <code>\typein[<var>cmd</var>]{<var>msg</var>}</code></a></li>
- <li><a name="toc-_005ctypeout_007bmsg_007d" href="#g_t_005ctypeout">26.2 <code>\typeout{<var>msg</var>}</code></a></li>
- </ul></li>
- <li><a name="toc-Command-line-1" href="#Command-line">27 Command line</a></li>
- <li><a name="toc-Document-templates-1" href="#Document-templates">Appendix A Document templates</a>
- <ul class="no-bullet">
- <li><a name="toc-book-template-1" href="#book-template">A.1 <code>book</code> template</a></li>
- <li><a name="toc-beamer-template-1" href="#beamer-template">A.2 <code>beamer</code> template</a></li>
- <li><a name="toc-tugboat-template-1" href="#tugboat-template">A.3 <code>tugboat</code> template</a></li>
- </ul></li>
- <li><a name="toc-Concept-Index-1" href="#Concept-Index">Concept Index</a></li>
- <li><a name="toc-Command-Index-1" href="#Command-Index">Command Index</a></li>
-</ul>
-</div>
-
-
-<a name="Top"></a>
-<div class="header">
-<p>
-Next: <a href="#About-this-document" accesskey="n" rel="next">About this document</a>, Up: <a href="dir.html#Top" accesskey="u" rel="up">(dir)</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="LaTeX2e"></a>
-<h1 class="top">LaTeX2e</h1>
-
-<p>This document is an unofficial reference manual for LaTeX, a
-document preparation system, version as of May 2011. It is
-intended to cover LaTeX2e, which has been the standard version of
-LaTeX for many years.
-</p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="#About-this-document" accesskey="1">About this document</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Bug reporting, etc.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Overview" accesskey="2">Overview</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> What is LaTeX?
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Starting-_0026-ending" accesskey="3">Starting &amp; ending</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> The standard beginning and end of a document.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Document-classes" accesskey="4">Document classes</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Some of the various classes available.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Typefaces" accesskey="5">Typefaces</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> And fonts, such as bold, italics etc.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Layout" accesskey="6">Layout</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Controlling the page layout.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Sectioning" accesskey="7">Sectioning</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> How to section properly.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Cross-references" accesskey="8">Cross references</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Automatic referencing.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Environments" accesskey="9">Environments</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Such as enumerate &amp; itemize.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Line-breaking">Line breaking</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Influencing line breaks.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Page-breaking">Page breaking</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Influencing page breaks.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Footnotes">Footnotes</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> How to produce footnotes.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Definitions">Definitions</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Define your own commands etc.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Counters">Counters</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Internal counters used by LaTeX.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Lengths">Lengths</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> The length commands.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Making-paragraphs">Making paragraphs</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Paragraph commands.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Math-formulas">Math formulas</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> How to create mathematical formulas.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Modes">Modes</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Paragraph, Math or LR modes.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Page-styles">Page styles</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Various styles of page layout.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Spaces">Spaces</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Horizontal and vertical space.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Boxes">Boxes</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Making boxes.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Special-insertions">Special insertions</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Inserting reserved and special characters.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Splitting-the-input">Splitting the input</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Dealing with big files by splitting.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Front_002fback-matter">Front/back matter</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Tables of contents, glossaries, indexes.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Letters">Letters</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> The letter class.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Terminal-input_002foutput">Terminal input/output</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> User interaction.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Command-line">Command line</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> System-independent command-line behavior.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Document-templates">Document templates</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Starter templates for various document classes.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Concept-Index">Concept Index</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> General index.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Command-Index">Command Index</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Alphabetical list of LaTeX commands.
-</td></tr>
-</table>
-
-
-<a name="About-this-document"></a>
-<div class="header">
-<p>
-Next: <a href="#Overview" accesskey="n" rel="next">Overview</a>, Previous: <a href="#Top" accesskey="p" rel="previous">Top</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Overview-of-LaTeX-1"></a>
-<h1 class="chapter">1 Overview of LaTeX</h1>
-
-<a name="index-Knuth_002c-Donald-E_002e"></a>
-<a name="index-Lamport_002c-Leslie"></a>
-<a name="index-LaTeX-Project-team"></a>
-<p>The LaTeX document preparation system is implemented as a macro
-package for Donald&nbsp;E. Knuth&rsquo;s TeX typesetting program.
-LaTeX was originally created by Leslie Lamport; it is now
-maintained by a group of volunteers (<a href="http://latex-project.org">http://latex-project.org</a>).
-The official documentation written by the LaTeX project is
-available from their web site.
-</p>
-<a name="index-bug-reporting"></a>
-<a name="index-reporting-bugs"></a>
-<a name="index-latexrefman_002ddiscuss_0040gna_002eorg-email-address"></a>
-<p>The present document is completely unofficial and has not been
-reviewed by the LaTeX maintainers. Do not send bug reports or
-anything else about this document to them. Instead, please send all
-comments to <a href="mailto:latexrefman-discuss@gna.org">latexrefman-discuss@gna.org</a>.
-</p>
-<p>The home page for this document is
-<a href="http://home.gna.org/latexrefman">http://home.gna.org/latexrefman</a>. That page has links to the
-current output in various formats, sources, mailing lists, and other
-infrastructure.
-</p>
-
-<hr>
-<a name="Overview"></a>
-<div class="header">
-<p>
-Next: <a href="#Starting-_0026-ending" accesskey="n" rel="next">Starting &amp; ending</a>, Previous: <a href="#About-this-document" accesskey="p" rel="previous">About this document</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Overview-of-LaTeX"></a>
-<h1 class="chapter">2 Overview of LaTeX</h1>
-
-<p>What is LaTeX?
-</p>
-<a name="index-overview-of-LaTeX"></a>
-<a name="index-basics-of-LaTeX"></a>
-<a name="index-LaTeX-overview"></a>
-<p>LaTeX typesets a file of text using the TeX program and the
-LaTeX &ldquo;macro package&rdquo; for TeX. That is, it processes an input
-file containing the text of a document with interspersed commands that
-describe how the text should be formatted. LaTeX files are plain
-text that can be written in any reasonable editor. It produces at
-least three files as output:
-</p>
-<ol>
-<li>
-The main output file, which is one of:
-
-<dl compact="compact">
-<dt><code>.dvi</code></dt>
-<dd><a name="index-_002edvi-file"></a>
-<a name="index-latex-command"></a>
-<p>If invoked as <code>latex</code>, a &ldquo;Device Independent&rdquo; (&lsquo;<tt>.dvi</tt>&rsquo;)
-file is produced. This contains commands that can be translated into
-commands for virtually any output device. You can view such
-&lsquo;<tt>.dvi</tt>&rsquo; output of LaTeX by using a program such as
-<code>xdvi</code> (display directly), <code>dvips</code> (convert to
-PostScript), or <code>dvipdfmx</code> (convert to PDF).
-</p>
-</dd>
-<dt><code>.pdf</code></dt>
-<dd><a name="index-_002epdf-file"></a>
-<a name="index-pdfTeX"></a>
-<a name="index-pdflatex-command"></a>
-<p>If invoked as <code>pdflatex</code>, a &ldquo;Portable Document Format&rdquo;
-(&lsquo;<tt>.pdf</tt>&rsquo;) file. Typically, this is a self-contained file, with
-all fonts and images embedded. This can be very useful, but it does
-make the output much larger than the &lsquo;<tt>.dvi</tt>&rsquo; produced from the
-same document.
-</p>
-<a name="index-lualatex-command"></a>
-<a name="index-LuaTeX"></a>
-<p>If invoked as <code>lualatex</code>, a &lsquo;<tt>.pdf</tt>&rsquo; file is created using
-the LuaTeX engine (<a href="http://luatex.org">http://luatex.org</a>).
-</p>
-<a name="index-xelatex-command"></a>
-<a name="index-XeTeX"></a>
-<p>If invoked as <code>xelatex</code>, a &lsquo;<tt>.pdf</tt>&rsquo; file is created using
-the XeTeX engine (<a href="http://tug.org/xetex">http://tug.org/xetex</a>).
-</p>
-</dd>
-</dl>
-
-<p>Many other less-common variants of LaTeX (and TeX) exist, which
-can produce HTML, XML, and other things.
-</p>
-</li><li>
-<a name="index-transcript-file"></a>
-<a name="index-log-file"></a>
-<a name="index-_002elog-file"></a>
-The &ldquo;transcript&rdquo; or &lsquo;<tt>.log</tt>&rsquo; file that contains summary
-information and diagnostic messages for any errors discovered in the
-input file.
-
-</li><li>
-<a name="index-auxiliary-file"></a>
-<a name="index-_002eaux-file"></a>
-An &ldquo;auxiliary&rdquo; or &lsquo;<tt>.aux</tt>&rsquo; file. This is used by LaTeX itself,
-for things such as cross-references.
-</li></ol>
-
-<p>An open-ended list of other files might be created. We won&rsquo;t try to
-list them all. Xxx components?
-</p>
-<a name="index-_005c-character-starting-commands"></a>
-<a name="index-_005b_002e_002e_002e_005d-for-optional-arguments"></a>
-<a name="index-_007b_002e_002e_002e_007d-for-required-arguments"></a>
-<p>In the LaTeX input file, a command name starts with a <code>\</code>,
-followed by either (a)&nbsp;a string of letters or (b)&nbsp;a single
-non-letter. Arguments contained in square brackets, <code>[]</code>, are
-optional while arguments contained in braces, <code>{}</code>, are
-required.
-</p>
-<a name="index-case-sensitivity-of-LaTeX"></a>
-<p>LaTeX is case sensitive. Enter all commands in lower case unless
-explicitly directed to do otherwise.
-</p>
-
-<hr>
-<a name="Starting-_0026-ending"></a>
-<div class="header">
-<p>
-Next: <a href="#Document-classes" accesskey="n" rel="next">Document classes</a>, Previous: <a href="#Overview" accesskey="p" rel="previous">Overview</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Starting-_0026-ending-1"></a>
-<h1 class="chapter">3 Starting &amp; ending</h1>
-
-<a name="index-starting-_0026-ending"></a>
-<a name="index-ending-_0026-starting"></a>
-
-<p>A minimal input file looks like the following:
-</p>
-<div class="example">
-<pre class="example">\documentclass{<var>class</var>}
-\begin{document}
-<var>your text</var>
-\end{document}
-</pre></div>
-
-<p>where the <var>class</var> is a valid document class for LaTeX.
-See <a href="#Document-classes">Document classes</a>, for details of the various document classes
-available locally.
-</p>
-<a name="index-preamble_002c-defined"></a>
-<p>You may include other LaTeX commands between the <code>\documentclass</code>
-and the <code>\begin{document}</code> commands (this area is called the
-<em>preamble</em>).
-</p>
-
-<hr>
-<a name="Document-classes"></a>
-<div class="header">
-<p>
-Next: <a href="#Typefaces" accesskey="n" rel="next">Typefaces</a>, Previous: <a href="#Starting-_0026-ending" accesskey="p" rel="previous">Starting &amp; ending</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Document-classes-1"></a>
-<h1 class="chapter">4 Document classes</h1>
-
-<a name="index-document-classes"></a>
-<a name="index-classes-of-documents"></a>
-<a name="index-_005cdocumentclass"></a>
-
-<p>The class of a given document is defined with the command:
-</p>
-<div class="example">
-<pre class="example">\documentclass[<var>options</var>]{<var>class</var>}
-</pre></div>
-
-<p>The <code>\documentclass</code> command must be the first command in a
-LaTeX source file.
-</p>
-<a name="index-article-class"></a>
-<a name="index-report-class"></a>
-<a name="index-book-class"></a>
-<a name="index-letter-class"></a>
-<a name="index-slides-class"></a>
-<p>Built-in LaTeX document <var>class</var> names are (many other document
-classes are available as add-ons; see <a href="#Overview">Overview</a>):
-</p>
-<div class="example">
-<pre class="example">article report book letter slides
-</pre></div>
-
-
-<p>Standard <var>options</var> are described below.
-</p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="#Document-class-options" accesskey="1">Document class options</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Global options.
-</td></tr>
-</table>
-
-
-<hr>
-<a name="Document-class-options"></a>
-<div class="header">
-<p>
-Up: <a href="#Document-classes" accesskey="u" rel="up">Document classes</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Document-class-options-1"></a>
-<h2 class="section">4.1 Document class options</h2>
-
-<a name="index-document-class-options"></a>
-<a name="index-options_002c-document-class"></a>
-<a name="index-class-options"></a>
-<a name="index-global-options"></a>
-
-<p>You can specify so-called <em>global options</em> or <em>class options</em>
-to the <code>\documentclass</code> command by enclosing them in square
-brackets as usual. To specify more than one <var>option</var>, separate
-them with a comma:
-</p>
-<div class="example">
-<pre class="example">\documentclass[<var>option1</var>,<var>option2</var>,...]{<var>class</var>}
-</pre></div>
-
-<p>Here is the list of the standard class options.
-</p>
-<a name="index-10pt-option"></a>
-<a name="index-11pt-option"></a>
-<a name="index-12pt-option"></a>
-<p>All of the standard classes except <code>slides</code> accept the following
-options for selecting the typeface size (default is <code>10pt</code>):
-</p>
-<div class="example">
-<pre class="example">10pt 11pt 12pt
-</pre></div>
-
-<a name="index-a4paper-option"></a>
-<a name="index-a5paper-option"></a>
-<a name="index-b5paper-option"></a>
-<a name="index-executivepaper-option"></a>
-<a name="index-legalpaper-option"></a>
-<a name="index-letterpaper-option"></a>
-<p>All of the standard classes accept these options for selecting the paper
-size (default is <code>letterpaper</code>):
-</p>
-<div class="example">
-<pre class="example">a4paper a5paper b5paper executivepaper legalpaper letterpaper
-</pre></div>
-
-<a name="index-draft-option"></a>
-<a name="index-final-option"></a>
-<a name="index-fleqn-option"></a>
-<a name="index-landscape-option"></a>
-<a name="index-leqno-option"></a>
-<a name="index-openbib-option"></a>
-<a name="index-titlepage-option"></a>
-<a name="index-notitlepage-option"></a>
-<p>Miscellaneous other options:
-</p>
-<dl compact="compact">
-<dt><code>draft, final</code></dt>
-<dd><a name="index-black-boxes_002c-omitting"></a>
-<p>mark/do not mark overfull boxes with a big black box; default is <code>final</code>.
-</p></dd>
-<dt><code>fleqn</code></dt>
-<dd><p>Put displayed formulas flush left; default is centered.
-</p></dd>
-<dt><code>landscape</code></dt>
-<dd><p>Selects landscape format; default is portrait.
-</p></dd>
-<dt><code>leqno</code></dt>
-<dd><p>Put equation numbers on the left side of equations; default is the right side.
-</p></dd>
-<dt><code>openbib</code></dt>
-<dd><p>Use &ldquo;open&rdquo; bibliography format.
-</p></dd>
-<dt><code>titlepage, notitlepage</code></dt>
-<dd><p>Specifies whether the title page is separate; default depends on the class.
-</p></dd>
-</dl>
-
-<p>These options are not available with the slides class:
-</p>
-<a name="index-onecolumn-option"></a>
-<a name="index-twocolumn-option"></a>
-<a name="index-oneside-option"></a>
-<a name="index-twoside-option"></a>
-<a name="index-openright-option"></a>
-<a name="index-openany-option"></a>
-<dl compact="compact">
-<dt><code>onecolumn</code></dt>
-<dt><code>twocolumn</code></dt>
-<dd><p>Typeset in one or two columns; default is <code>onecolumn</code>.
-</p>
-</dd>
-<dt><code>oneside</code></dt>
-<dt><code>twoside</code></dt>
-<dd><a name="index-_005cevensidemargin"></a>
-<a name="index-_005coddsidemargin"></a>
-<p>Selects one- or two-sided layout; default is <code>oneside</code>, except
-for the <code>book</code> class.
-</p>
-<p>The <code>\evensidemargin</code> (<code>\oddsidemargin</code> parameter determines
-the distance on even (odd) numbered pages between the left side of the
-page and the text&rsquo;s left margin. The defaults vary with the paper
-size and whether one- or two-side layout is selected. For one-sided
-printing the text is centered, for two-sided, <code>\oddsidemargin</code> is
-40% of the difference between <code>\paperwidth</code> and <code>\textwidth</code>,
-with <code>\evensidemargin</code> the remainder.
-</p>
-</dd>
-<dt><code>openright</code></dt>
-<dt><code>openany</code></dt>
-<dd><p>Determines if a chapter should start on a
-right-hand page; default is <code>openright</code> for book.
-</p></dd>
-</dl>
-
-<p>The <code>slides</code> class offers the option <code>clock</code> for printing
-the time at the bottom of each note.
-</p>
-
-<a name="index-packages_002c-loading"></a>
-<a name="index-loading-additional-packages"></a>
-<a name="index-_005cusepackage"></a>
-<p>Additional packages are loaded like this:
-</p>
-<div class="example">
-<pre class="example">\usepackage[<var>options</var>]{<var>pkg</var>}
-</pre></div>
-
-<p>To specify more than one <var>pkg</var>, you can separate them with a
-comma, or use multiple <code>\usepackage</code> commands.
-</p>
-<a name="index-global-options-1"></a>
-<a name="index-options_002c-global"></a>
-<p>Any options given in the <code>\documentclass</code> command that are unknown
-by the selected document class are passed on to the packages loaded with
-<code>\usepackage</code>.
-</p>
-
-<hr>
-<a name="Typefaces"></a>
-<div class="header">
-<p>
-Next: <a href="#Layout" accesskey="n" rel="next">Layout</a>, Previous: <a href="#Document-classes" accesskey="p" rel="previous">Document classes</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Typefaces-1"></a>
-<h1 class="chapter">5 Typefaces</h1>
-
-<a name="index-typefaces"></a>
-<a name="index-fonts"></a>
-
-<p>Two important aspects of selecting a <em>font</em> are specifying a size
-and a style. The LaTeX commands for doing this are described here.
-</p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="#Font-styles" accesskey="1">Font styles</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Select roman, italics etc.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Font-sizes" accesskey="2">Font sizes</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Select point size.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Low_002dlevel-font-commands" accesskey="3">Low-level font commands</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Select encoding, family, series, shape.
-</td></tr>
-</table>
-
-
-<hr>
-<a name="Font-styles"></a>
-<div class="header">
-<p>
-Next: <a href="#Font-sizes" accesskey="n" rel="next">Font sizes</a>, Up: <a href="#Typefaces" accesskey="u" rel="up">Typefaces</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Font-styles-1"></a>
-<h2 class="section">5.1 Font styles</h2>
-
-<a name="index-font-styles"></a>
-<a name="index-typeface-styles"></a>
-<a name="index-styles-of-text"></a>
-
-<p>The following type style commands are supported by LaTeX.
-</p>
-<p>These commands are used like <code>\textit{italic text}</code>. The
-corresponding command in parenthesis is the &ldquo;declaration form&rdquo;, which
-takes no arguments. The scope of the declaration form lasts until the
-next type style command or the end of the current group.
-</p>
-<p>The declaration forms are cumulative; i.e., you can say either
-<code>\sffamily\bfseries</code> or <code>\bfseries\sffamily</code> to get bold
-sans serif.
-</p>
-<p>You can also use the environment form of the declaration forms; for instance,
-<code>\begin{ttfamily}...\end{ttfamily}</code>.
-</p>
-<dl compact="compact">
-<dt><code>\textrm (\rmfamily)</code></dt>
-<dd><a name="index-_005ctextrm"></a>
-<a name="index-_005crmfamily"></a>
-<p>Roman.
-</p>
-</dd>
-<dt><code>\textit (\itshape)</code></dt>
-<dd><a name="index-_005ctextit"></a>
-<a name="index-_005citshape"></a>
-<p>Italics.
-</p>
-</dd>
-<dt><code>\emph</code></dt>
-<dd><a name="index-_005cemph"></a>
-<a name="index-emphasis"></a>
-<p>Emphasis (switches between <code>\textit</code> and <code>\textrm</code>).
-</p>
-</dd>
-<dt><code>\textmd (\mdseries)</code></dt>
-<dd><a name="index-_005ctextmd"></a>
-<a name="index-_005cmdseries"></a>
-<p>Medium weight (default).
-</p>
-</dd>
-<dt><code>\textbf (\bfseries)</code></dt>
-<dd><a name="index-_005ctextbf"></a>
-<a name="index-_005cbfseries"></a>
-<p>Boldface.
-</p></dd>
-<dt><code>\textup (\upshape)</code></dt>
-<dd><a name="index-_005ctextup"></a>
-<a name="index-_005cupshape"></a>
-<p>Upright (default). The opposite of slanted.
-</p></dd>
-<dt><code>\textsl (\slshape)</code></dt>
-<dd><a name="index-_005ctextsl"></a>
-<a name="index-_005cslshape"></a>
-<p>Slanted.
-</p></dd>
-<dt><code>\textsf (\sffamily)</code></dt>
-<dd><a name="index-_005ctextsf"></a>
-<a name="index-_005csffamily"></a>
-<p>Sans serif.
-</p></dd>
-<dt><code>\textsc (\scshape)</code></dt>
-<dd><a name="index-_005ctextsc"></a>
-<a name="index-_005cscshape"></a>
-<p>Small caps.
-</p></dd>
-<dt><code>\texttt (\ttfamily)</code></dt>
-<dd><a name="index-_005ctexttt"></a>
-<a name="index-_005cttfamily"></a>
-<p>Typewriter.
-</p></dd>
-<dt><code>\textnormal (\normalfont)</code></dt>
-<dd><a name="index-_005ctextnormal"></a>
-<a name="index-_005cnormalfont"></a>
-<p>Main document font.
-</p></dd>
-<dt><code>\mathrm</code></dt>
-<dd><a name="index-_005cmathrm"></a>
-<p>Roman, for use in math mode.
-</p></dd>
-<dt><code>\mathbf</code></dt>
-<dd><a name="index-_005cmathbf"></a>
-<p>Boldface, for use in math mode.
-</p></dd>
-<dt><code>\mathsf</code></dt>
-<dd><a name="index-_005cmathsf"></a>
-<p>Sans serif, for use in math mode.
-</p></dd>
-<dt><code>\mathtt</code></dt>
-<dd><a name="index-_005cmathtt"></a>
-<p>Typewriter, for use in math mode.
-</p>
-</dd>
-<dt><code>\mathit</code></dt>
-<dt><code>(\mit)</code></dt>
-<dd><p>Italics, for use in math mode.
-</p>
-</dd>
-<dt><code>\mathnormal</code></dt>
-<dd><a name="index-_005cmathnormal"></a>
-<p>For use in math mode, e.g. inside another type style declaration.
-</p></dd>
-<dt><code>\mathcal</code></dt>
-<dd><a name="index-_005cmathcal"></a>
-<p>&lsquo;Calligraphic&rsquo; letters, for use in math mode.
-</p></dd>
-</dl>
-
-<p>In addition, the command
-<code>\mathversion{bold}</code>
-<a name="index-_005cmathversion"></a>
-can be used for switching to bold letters and symbols in
-formulas. <code>\mathversion{normal}</code> restores the default.
-</p>
-<p>LaTeX also provides these commands, which unconditionally switch to
-the given style, that is, are <em>not</em> cumulative. They are used
-differently than the above commands, too: <code>{\<var>cmd</var> ...}</code>
-instead of <code>\<var>cmd</var>{...}</code>. These are two very different
-things.
-</p>
-<dl compact="compact">
-<dt><code>\bf</code>
-<a name="index-_005cbf"></a>
-</dt>
-<dd><a name="index-bold-font"></a>
-<p>Switch to <b>bold face</b>.
-</p>
-</dd>
-<dt><code>\cal</code>
-<a name="index-_005ccal"></a>
-</dt>
-<dd><a name="index-script-letters-for-math"></a>
-<a name="index-calligraphic-letters-for-math"></a>
-<p>Switch to calligraphic letters for math.
-</p>
-</dd>
-<dt><code>\em</code>
-<a name="index-_005cem"></a>
-</dt>
-<dd><a name="index-emphasis-1"></a>
-<p>Emphasis (italics within roman, roman within italics).
-</p>
-</dd>
-<dt><code>\it</code>
-<a name="index-_005cit"></a>
-</dt>
-<dd><a name="index-italic-font"></a>
-<p>Italics.
-</p>
-</dd>
-<dt><code>\rm</code>
-<a name="index-_005crm"></a>
-</dt>
-<dd><a name="index-roman-font"></a>
-<p>Roman.
-</p>
-</dd>
-<dt><code>\sc</code>
-<a name="index-_005csc"></a>
-</dt>
-<dd><a name="index-small-caps-font"></a>
-<p>Small caps.
-</p>
-</dd>
-<dt><code>\sf</code>
-<a name="index-_005csf"></a>
-</dt>
-<dd><a name="index-sans-serif-font"></a>
-<p>Sans serif.
-</p>
-</dd>
-<dt><code>\sl</code>
-<a name="index-_005csl"></a>
-</dt>
-<dd><a name="index-slanted-font"></a>
-<a name="index-oblique-font"></a>
-<p>Slanted (oblique).
-</p>
-</dd>
-<dt><code>\tt</code>
-<a name="index-_005ctt"></a>
-</dt>
-<dd><a name="index-typewriter-font"></a>
-<a name="index-monospace-font"></a>
-<a name="index-fixed_002dwidth-font"></a>
-<p>Typewriter (monospace, fixed-width).
-</p>
-</dd>
-</dl>
-
-
-<hr>
-<a name="Font-sizes"></a>
-<div class="header">
-<p>
-Next: <a href="#Low_002dlevel-font-commands" accesskey="n" rel="next">Low-level font commands</a>, Previous: <a href="#Font-styles" accesskey="p" rel="previous">Font styles</a>, Up: <a href="#Typefaces" accesskey="u" rel="up">Typefaces</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Font-sizes-1"></a>
-<h2 class="section">5.2 Font sizes</h2>
-<a name="index-font-sizes"></a>
-<a name="index-typeface-sizes"></a>
-<a name="index-sizes-of-text"></a>
-
-<p>The following standard type size commands are supported by LaTeX.
-The table shows the command name and the corresponding actual font
-size used (in points) with the &lsquo;<samp>10pt</samp>&rsquo;, &lsquo;<samp>11pt</samp>&rsquo;, and
-&lsquo;<samp>12pt</samp>&rsquo; document size options, respectively (see <a href="#Document-class-options">Document class options</a>).
-</p>
-<a name="index-_005ctiny"></a>
-<a name="index-_005cscriptsize"></a>
-<a name="index-_005cfootnotesize"></a>
-<a name="index-_005csmall"></a>
-<a name="index-_005cnormalsize"></a>
-<a name="index-_005clarge"></a>
-<a name="index-_005cLarge"></a>
-<a name="index-_005cLARGE"></a>
-<a name="index-_005chuge"></a>
-<a name="index-_005cHuge"></a>
-
-<table>
-<thead><tr><th>Command</th><th><code>10pt</code></th><th><code>11pt</code></th><th><code>12pt</code></th></tr></thead>
-<tr><td><code>\tiny</code></td><td>5</td><td>6</td><td>6</td></tr>
-<tr><td><code>\scriptsize</code></td><td>7</td><td>8</td><td>8</td></tr>
-<tr><td><code>\footnotesize</code></td><td>8</td><td>9</td><td>10</td></tr>
-<tr><td><code>\small</code></td><td>9</td><td>10</td><td>10.95</td></tr>
-<tr><td><code>\normalsize</code> (default)</td><td>10</td><td>10.95</td><td>12</td></tr>
-<tr><td><code>\large</code></td><td>12</td><td>12</td><td>14.4</td></tr>
-<tr><td><code>\Large</code></td><td>14.4</td><td>14.4</td><td>17.28</td></tr>
-<tr><td><code>\LARGE</code></td><td>17.28</td><td>17.28</td><td>20.74</td></tr>
-<tr><td><code>\huge</code></td><td>20.74</td><td>20.74</td><td>24.88</td></tr>
-<tr><td><code>\Huge</code></td><td>24.88</td><td>24.88</td><td>24.88</td></tr>
-</table>
-
-<p>The commands as listed here are &ldquo;declaration forms&rdquo;. The scope of
-the declaration form lasts until the next type style command or the
-end of the current group. You can also use the environment form of
-these commands; for instance, <code>\begin{tiny}...\end{tiny}</code>.
-</p>
-
-<hr>
-<a name="Low_002dlevel-font-commands"></a>
-<div class="header">
-<p>
-Previous: <a href="#Font-sizes" accesskey="p" rel="previous">Font sizes</a>, Up: <a href="#Typefaces" accesskey="u" rel="up">Typefaces</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Low_002dlevel-font-commands-1"></a>
-<h2 class="section">5.3 Low-level font commands</h2>
-<a name="index-low_002dlevel-font-commands"></a>
-<a name="index-font-commands_002c-low_002dlevel"></a>
-
-<p>These commands are primarily intended for writers of macros and
-packages. The commands listed here are only a subset of the available
-ones.
-</p>
-<dl compact="compact">
-<dt><code>\fontencoding{enc}</code></dt>
-<dd><a name="index-_005cfontencoding"></a>
-<p>Select font encoding. Valid encodings include <code>OT1</code> and <code>T1</code>.
-</p>
-</dd>
-<dt><code>\fontfamily{family}</code></dt>
-<dd><a name="index-_005cfontfamily"></a>
-<p>Select font family. Valid families include:
-</p>
-<ul>
-<li> <code>cmr</code> for Computer Modern Roman
-</li><li> <code>cmss</code> for Computer Modern Sans Serif
-</li><li> <code>cmtt</code> for Computer Modern Typewriter
-</li></ul>
-
-<p>and numerous others.
-</p>
-</dd>
-<dt><code>\fontseries{series}</code></dt>
-<dd><a name="index-_005cfontseries"></a>
-<p>Select font series. Valid series include:
-</p>
-<ul>
-<li> <code>m</code> Medium (normal)
-</li><li> <code>b</code> Bold
-</li><li> <code>c</code> Condensed
-</li><li> <code>bc</code> Bold condensed
-</li><li> <code>bx</code> Bold extended
-</li></ul>
-
-<p>and various other combinations.
-</p>
-</dd>
-<dt><code>\fontshape{shape}</code></dt>
-<dd><a name="index-_005cfontshape"></a>
-<p>Select font shape. Valid shapes are:
-</p>
-<ul>
-<li> <code>n</code> Upright (normal)
-</li><li> <code>it</code> Italic
-</li><li> <code>sl</code> Slanted (oblique)
-</li><li> <code>sc</code> Small caps
-</li><li> <code>ui</code> Upright italics
-</li><li> <code>ol</code> Outline
-</li></ul>
-
-<p>The two last shapes are not available for most font families.
-</p>
-</dd>
-<dt><code>\fontsize{size}{skip}</code></dt>
-<dd><a name="index-_005cfontsize"></a>
-<a name="index-_005cbaselineskip"></a>
-<p>Set font size. The first parameter is the font size to switch to and
-the second is the line spacing to use; this is stored in a parameter
-named <code>\baselineskip</code>. The unit of both parameters defaults to
-pt. The default <code>\baselineskip</code> for the Computer Modern typeface
-is 1.2 times the <code>\fontsize</code>.
-</p>
-<a name="index-_005cbaselinestretch"></a>
-<a name="index-setspace-package"></a>
-<a name="index-double-spacing"></a>
-<p>The line spacing is also multiplied by the value of the
-<code>\baselinestretch</code> parameter when the type size changes; the
-default is 1. However, the best way to &ldquo;double space&rdquo; a document,
-if you should be unlucky enough to have to produce such, is to use the
-<code>setspace</code> package; see
-<a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=linespace">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=linespace</a>.
-</p>
-<a name="index-_005clinespread"></a>
-</dd>
-<dt><code>\linespread{<var>factor</var>}</code></dt>
-<dd><p>Equivalent to
-<code>\renewcommand{\baselinestretch}{<var>factor</var>}</code>, and
-therefore must be followed by <code>\selectfont</code> to have any effect.
-Best specified in the preamble, or use the <code>setspace</code> package, as
-described just above.
-</p>
-<a name="index-_005cselectfont"></a>
-<p>The changes made by calling the font commands described above do
-not come into effect until <code>\selectfont</code> is called.
-</p>
-</dd>
-<dt><code>\usefont{enc}{family}{series}{shape}</code></dt>
-<dd><a name="index-_005cusefont"></a>
-<p>The same as invoking <code>\fontencoding</code>, <code>\fontfamily</code>,
-<code>\fontseries</code> and <code>\fontshape</code> with the given parameters,
-followed by <code>\selectfont</code>.
-</p>
-</dd>
-</dl>
-
-
-<hr>
-<a name="Layout"></a>
-<div class="header">
-<p>
-Next: <a href="#Sectioning" accesskey="n" rel="next">Sectioning</a>, Previous: <a href="#Typefaces" accesskey="p" rel="previous">Typefaces</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Layout-1"></a>
-<h1 class="chapter">6 Layout</h1>
-<a name="index-layout-commands"></a>
-
-<p>Miscellaneous commands for controlling the general layout of the page.
-</p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005conecolumn" accesskey="1">\onecolumn</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Use one-column layout.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005ctwocolumn" accesskey="2">\twocolumn</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Use two-column layout.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cflushbottom" accesskey="3">\flushbottom</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Make all text pages the same height.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005craggedbottom" accesskey="4">\raggedbottom</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Allow text pages of differing height.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Page-layout-parameters" accesskey="5">Page layout parameters</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> \headheight \footskip.
-</td></tr>
-</table>
-
-
-<hr>
-<a name="g_t_005conecolumn"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005ctwocolumn" accesskey="n" rel="next">\twocolumn</a>, Up: <a href="#Layout" accesskey="u" rel="up">Layout</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005conecolumn-1"></a>
-<h2 class="section">6.1 <code>\onecolumn</code></h2>
-<a name="index-_005conecolumn"></a>
-<a name="index-one_002dcolumn-output"></a>
-
-<p>The <code>\onecolumn</code> declaration starts a new page and produces
-single-column output. This is the default.
-</p>
-
-<hr>
-<a name="g_t_005ctwocolumn"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cflushbottom" accesskey="n" rel="next">\flushbottom</a>, Previous: <a href="#g_t_005conecolumn" accesskey="p" rel="previous">\onecolumn</a>, Up: <a href="#Layout" accesskey="u" rel="up">Layout</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005ctwocolumn-1"></a>
-<h2 class="section">6.2 <code>\twocolumn</code></h2>
-<a name="index-_005ctwocolumn"></a>
-<a name="index-multicolumn-text"></a>
-<a name="index-two_002dcolumn-output"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\twocolumn[<var>text1col</var>]
-</pre></div>
-
-<p>The <code>\twocolumn</code> declaration starts a new page and produces
-two-column output. If the optional <var>text1col</var> argument is present,
-it is typeset in one-column mode before the two-column typesetting
-starts.
-</p>
-<p>These parameters control typesetting in two-column output:
-</p>
-<dl compact="compact">
-<dt><code>\columnsep</code>
-<a name="index-_005ccolumnsep"></a>
-</dt>
-<dd><p>The distance between columns (35pt by default).
-</p>
-</dd>
-<dt><code>\columnseprule</code>
-<a name="index-_005ccolumnseprule"></a>
-</dt>
-<dd><p>The width of the rule between columns; the default is 0pt, so there is no rule.
-</p>
-</dd>
-<dt><code>\columnwidth</code>
-<a name="index-_005ccolumnwidth"></a>
-</dt>
-<dd><p>The width of the current column; this is equal to <code>\textwidth</code> in
-single-column text.
-</p>
-</dd>
-</dl>
-
-<p>These parameters control float behavior in two-column output:
-</p>
-<dl compact="compact">
-<dt><code>\dbltopfraction</code>
-<a name="index-_005cdbltopfraction"></a>
-</dt>
-<dd><p>Maximum fraction at the top of a two-column page that may be occupied
-by floats. Default &lsquo;<samp>.7</samp>&rsquo;, can be usefully redefined to (say)
-&lsquo;<samp>.9</samp>&rsquo; to avoid going to float pages so soon.
-</p>
-</dd>
-<dt><code>\dblfloatpagefraction</code>
-<a name="index-_005cdblfloatpagefraction"></a>
-</dt>
-<dd><p>The minimum fraction of a float page that must be occupied by floats,
-for a two-column float page. Default &lsquo;<samp>.5</samp>&rsquo;.
-</p>
-</dd>
-<dt><code>\dblfloatsep</code>
-<a name="index-_005cdblfloatsep"></a>
-</dt>
-<dd><p>Distance between floats at the top or bottom of a two-column float
-page. Default &lsquo;<samp>12pt plus2pt minus2pt</samp>&rsquo; for &lsquo;<samp>10pt</samp>&rsquo; and
-&lsquo;<samp>11pt</samp>&rsquo; documents, &lsquo;<samp>14pt plus2pt minus4pt</samp>&rsquo; for &lsquo;<samp>12pt</samp>&rsquo;.
-</p>
-</dd>
-<dt><code>\dbltextfloatsep</code>
-<a name="index-_005cdbltextfloatsep"></a>
-</dt>
-<dd><p>Distance between a multi-column float at the top or bottom of a page
-and the main text. Default &lsquo;<samp>20pt plus2pt minus4pt</samp>&rsquo;.
-</p>
-</dd>
-</dl>
-
-
-<hr>
-<a name="g_t_005cflushbottom"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005craggedbottom" accesskey="n" rel="next">\raggedbottom</a>, Previous: <a href="#g_t_005ctwocolumn" accesskey="p" rel="previous">\twocolumn</a>, Up: <a href="#Layout" accesskey="u" rel="up">Layout</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cflushbottom-1"></a>
-<h2 class="section">6.3 <code>\flushbottom</code></h2>
-
-<a name="index-_005cflushbottom"></a>
-
-<p>The <code>\flushbottom</code> declaration makes all text pages the same
-height, adding extra vertical space where necessary to fill out the
-page.
-</p>
-<p>This is the default if <code>twocolumn</code> mode is selected
-(see <a href="#Document-class-options">Document class options</a>).
-</p>
-
-<hr>
-<a name="g_t_005craggedbottom"></a>
-<div class="header">
-<p>
-Next: <a href="#Page-layout-parameters" accesskey="n" rel="next">Page layout parameters</a>, Previous: <a href="#g_t_005cflushbottom" accesskey="p" rel="previous">\flushbottom</a>, Up: <a href="#Layout" accesskey="u" rel="up">Layout</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005craggedbottom-1"></a>
-<h2 class="section">6.4 <code>\raggedbottom</code></h2>
-<a name="index-_005craggedbottom"></a>
-<a name="index-stretch_002c-omitting-vertical"></a>
-
-<p>The <code>\raggedbottom</code> declaration makes all pages the natural
-height of the material on that page. No rubber lengths will be
-stretched.
-</p>
-
-<hr>
-<a name="Page-layout-parameters"></a>
-<div class="header">
-<p>
-Previous: <a href="#g_t_005craggedbottom" accesskey="p" rel="previous">\raggedbottom</a>, Up: <a href="#Layout" accesskey="u" rel="up">Layout</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Page-layout-parameters-1"></a>
-<h2 class="section">6.5 Page layout parameters</h2>
-
-<a name="index-page-layout-parameters"></a>
-<a name="index-parameters_002c-page-layout"></a>
-<a name="index-layout_002c-page-parameters-for"></a>
-<a name="index-header_002c-parameters-for"></a>
-<a name="index-footer_002c-parameters-for"></a>
-<a name="index-running-header-and-footer"></a>
-
-<dl compact="compact">
-<dt><code>\headheight</code>
-<a name="index-_005cheadheight"></a>
-</dt>
-<dd><p>Height of the box that contains the running head. Default is
-&lsquo;<samp>30pt</samp>&rsquo;, except in the <code>book</code> class, where it varies with the
-type size.
-</p>
-</dd>
-<dt><code>\headsep</code>
-<a name="index-_005cheadsep"></a>
-</dt>
-<dd><p>Vertical distance between the bottom of the header line and the top of
-the main text. Default is &lsquo;<samp>25pt</samp>&rsquo;, except in the <code>book</code>
-class, where it varies with the type size.
-</p>
-</dd>
-<dt><code>\footskip</code>
-<a name="index-_005cfootskip"></a>
-</dt>
-<dd><p>Distance from the baseline of the last line of text to the baseline of
-the page footer. Default is &lsquo;<samp>30pt</samp>&rsquo;, except in the <code>book</code>
-class, where it varies with the type size.
-</p>
-</dd>
-<dt><code>\linewidth</code>
-<a name="index-_005clinewidth"></a>
-</dt>
-<dd><p>Width of the current line, decreased for each nested <code>list</code>
-(see <a href="#list">list</a>). Specifically, it is smaller than <code>\textwidth</code> by
-the sum of <code>\leftmargin</code> and <code>\rightmargin</code>
-(see <a href="#itemize">itemize</a>). The default varies with the font size, paper
-width, two-column mode, etc. For an <code>article</code> document in
-&lsquo;<samp>10pt</samp>&rsquo;, it&rsquo;s set to &lsquo;<samp>345pt</samp>&rsquo;; in two-column mode, that
-becomes &lsquo;<samp>229.5pt</samp>&rsquo;.
-</p>
-</dd>
-<dt><code>\textheight</code>
-<a name="index-_005ctextheight"></a>
-</dt>
-<dd><p>The normal vertical height of the page body; the default varies with
-the font size, document class, etc. For an <code>article</code> or
-<code>report</code> document in &lsquo;<samp>10pt</samp>&rsquo;, it&rsquo;s set to
-&lsquo;<samp>43\baselineskip</samp>&rsquo;; for <code>book</code>, it&rsquo;s &lsquo;<samp>41\baselineskip</samp>&rsquo;.
-For &lsquo;<samp>11pt</samp>&rsquo;, it&rsquo;s &lsquo;<samp>38\baselineskip</samp>&rsquo; and for &lsquo;<samp>12pt</samp>&rsquo;,
-&lsquo;<samp>36\baselineskip</samp>&rsquo;.
-</p>
-</dd>
-<dt><code>\textwidth</code>
-<a name="index-_005ctextwidth"></a>
-</dt>
-<dd><p>The full horizontal width of the entire page body; the default varies
-as usual. For an <code>article</code> or <code>report</code> document, it&rsquo;s
-&lsquo;<samp>345pt</samp>&rsquo; at &lsquo;<samp>10pt</samp>&rsquo;, &lsquo;<samp>360pt</samp>&rsquo; at &lsquo;<samp>11pt</samp>&rsquo;, and
-&lsquo;<samp>390pt</samp>&rsquo; at &lsquo;<samp>12pt</samp>&rsquo;. For a <code>book</code> document, it&rsquo;s
-&lsquo;<samp>4.5in</samp>&rsquo; at &lsquo;<samp>10pt</samp>&rsquo;, and &lsquo;<samp>5in</samp>&rsquo; at &lsquo;<samp>11pt</samp>&rsquo; or
-&lsquo;<samp>12pt</samp>&rsquo;.
-</p>
-<p>In multi-column output, <code>\textwidth</code> remains the width of the
-entire page body, while <code>\columnwidth</code> is the width of one column
-(see <a href="#g_t_005ctwocolumn">\twocolumn</a>).
-</p>
-<p>In lists (see <a href="#list">list</a>), <code>\textwidth</code> remains the width of the
-entire page body (and <code>\columnwidth</code> the width of the entire
-column), while <code>\linewidth</code> may decrease for nested lists.
-</p>
-<p>Inside a minipage (see <a href="#minipage">minipage</a>) or <code>\parbox</code>
-(see <a href="#g_t_005cparbox">\parbox</a>), all the width-related parameters are set to the
-specified width, and revert to their normal values at the end of the
-<code>minipage</code> or <code>\parbox</code>.
-</p>
-<a name="index-_005chsize"></a>
-<p>For completeness: <code>\hsize</code> is the TeX primitive parameter used
-when text is broken into lines. It should not be used in normal
-LaTeX documents.
-</p>
-</dd>
-<dt><code>\topmargin</code>
-<a name="index-_005ctopmargin"></a>
-</dt>
-<dd><p>Space between the top of the TeX page (one inch from the top of the
-paper, by default) and the top of the header. The default is computed
-based on many other parameters: <code>\paperheight - 2in -
-\headheight - \headsep - \textheight - \footskip</code>, and
-then divided by two.
-</p>
-</dd>
-<dt><code>\topskip</code>
-<a name="index-_005ctopskip"></a>
-</dt>
-<dd><p>Minimum distance between the top of the page body and the baseline of
-the first line of text. For the standard clases, the default is the
-same as the font size, e.g., &lsquo;<samp>10pt</samp>&rsquo; at &lsquo;<samp>10pt</samp>&rsquo;.
-</p>
-</dd>
-</dl>
-
-
-<hr>
-<a name="Sectioning"></a>
-<div class="header">
-<p>
-Next: <a href="#Cross-references" accesskey="n" rel="next">Cross references</a>, Previous: <a href="#Layout" accesskey="p" rel="previous">Layout</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Sectioning-1"></a>
-<h1 class="chapter">7 Sectioning</h1>
-<a name="index-sectioning"></a>
-
-<p>Sectioning commands provide the means to structure your text into units:
-</p>
-<dl compact="compact">
-<dt><code>\part</code>
-<a name="index-_005cpart"></a>
-</dt>
-<dt><code>\chapter</code>
-<a name="index-_005cchapter"></a>
-</dt>
-<dd><p>(report and book class only)
-</p></dd>
-<dt><code>\section</code>
-<a name="index-_005csection"></a>
-</dt>
-<dt><code>\subsection</code>
-<a name="index-_005csubsection"></a>
-</dt>
-<dt><code>\subsubsection</code>
-<a name="index-_005csubsubsection"></a>
-</dt>
-<dt><code>\paragraph</code>
-<a name="index-_005cparagraph"></a>
-</dt>
-<dt><code>\subparagraph</code>
-<a name="index-_005csubparagraph"></a>
-</dt>
-</dl>
-
-<p>All sectioning commands take the same general form, e.g.,
-</p>
-<div class="example">
-<pre class="example">\chapter[<var>toctitle</var>]{<var>title</var>}
-</pre></div>
-
-<p>In addition to providing the heading <var>title</var> in the main text, the
-section title can appear in two other places:
-</p>
-<ol>
-<li>
-The table of contents.
-</li><li>
-The running head at the top of the page.
-</li></ol>
-
-<p>You may not want the same text in these places as in the main text.
-To handle this, the sectioning commands have an optional argument
-<var>toctitle</var> that, when given, specifies the text for these other
-places.
-</p>
-<a name="index-_002a_002dform-of-sectioning-commands"></a>
-<p>Also, all sectioning commands have <code>*</code>-forms that print
-<var>title</var> as usual, but do not include a number and do not make an
-entry in the table of contents. For instance:
-</p>
-<div class="example">
-<pre class="example">\section*{Preamble}
-</pre></div>
-
-<a name="index-_005cappendix"></a>
-<a name="index-appendix_002c-creating"></a>
-<p>The <code>\appendix</code> command changes the way following sectional units
-are numbered. The <code>\appendix</code> command itself generates no text
-and does not affect the numbering of parts. The normal use of this
-command is something like
-</p>
-<div class="example">
-<pre class="example">\chapter{A Chapter}
-&hellip;
-\appendix
-\chapter{The First Appendix}
-</pre></div>
-
-<a name="index-secnumdepth-counter"></a>
-<a name="index-section-numbers_002c-printing"></a>
-<p>The <code>secnumdepth</code> counter controls printing of section numbers.
-The setting
-</p>
-<div class="example">
-<pre class="example">\setcounter{secnumdepth}{<var>level</var>}
-</pre></div>
-
-<p>suppresses heading numbers at any depth <em>&gt; <var>level</var></em>, where
-<code>chapter</code> is level zero. (See <a href="#g_t_005csetcounter">\setcounter</a>.)
-</p>
-
-<hr>
-<a name="Cross-references"></a>
-<div class="header">
-<p>
-Next: <a href="#Environments" accesskey="n" rel="next">Environments</a>, Previous: <a href="#Sectioning" accesskey="p" rel="previous">Sectioning</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Cross-references-1"></a>
-<h1 class="chapter">8 Cross references</h1>
-<a name="index-cross-references"></a>
-
-<p>One reason for numbering things like figures and equations is to refer
-the reader to them, as in &ldquo;See Figure 3 for more details.&rdquo;
-</p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005clabel" accesskey="1">\label</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Assign a symbolic name to a piece of text.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cpageref" accesskey="2">\pageref</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Refer to a page number.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cref" accesskey="3">\ref</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Refer to a section, figure or similar.
-</td></tr>
-</table>
-
-
-<hr>
-<a name="g_t_005clabel"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cpageref" accesskey="n" rel="next">\pageref</a>, Up: <a href="#Cross-references" accesskey="u" rel="up">Cross references</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005clabel-1"></a>
-<h2 class="section">8.1 <code>\label</code></h2>
-<a name="index-_005clabel"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\label{<var>key</var>}
-</pre></div>
-
-<p>A <code>\label</code> command appearing in ordinary text assigns to
-<var>key</var> the number of the current sectional unit; one appearing
-inside a numbered environment assigns that number to <var>key</var>.
-</p>
-<p>A <var>key</var> name can consist of any sequence of letters, digits, or
-punctuation characters. Upper and lowercase letters are distinguished.
-</p>
-<p>To avoid accidentally creating two labels with the same name, it is
-common to use labels consisting of a prefix and a suffix separated by
-a colon or period. Some conventionally-used prefixes:
-</p>
-<dl compact="compact">
-<dt><code>ch</code></dt>
-<dd><p>for chapters
-</p></dd>
-<dt><code>sec</code></dt>
-<dd><p>for lower-level sectioning commands
-</p></dd>
-<dt><code>fig</code></dt>
-<dd><p>for figures
-</p></dd>
-<dt><code>tab</code></dt>
-<dd><p>for tables
-</p></dd>
-<dt><code>eq</code></dt>
-<dd><p>for equations
-</p></dd>
-</dl>
-
-<p>Thus, a label for a figure would look like <code>fig:snark</code> or
-<code>fig.snark</code>.
-</p>
-
-<hr>
-<a name="g_t_005cpageref"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cref" accesskey="n" rel="next">\ref</a>, Previous: <a href="#g_t_005clabel" accesskey="p" rel="previous">\label</a>, Up: <a href="#Cross-references" accesskey="u" rel="up">Cross references</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cpageref_007bkey_007d"></a>
-<h2 class="section">8.2 <code>\pageref{<var>key</var>}</code></h2>
-<a name="index-_005cpageref"></a>
-<a name="index-cross-referencing-with-page-number"></a>
-<a name="index-page-number_002c-cross-referencing"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\pageref{<var>key</var>}
-</pre></div>
-
-<p>The <code>\pageref</code>{<var>key</var>} command produces the page number of
-the place in the text where the corresponding
-<code>\label</code>{<var>key</var>} command appears.
-</p>
-
-<hr>
-<a name="g_t_005cref"></a>
-<div class="header">
-<p>
-Previous: <a href="#g_t_005cpageref" accesskey="p" rel="previous">\pageref</a>, Up: <a href="#Cross-references" accesskey="u" rel="up">Cross references</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cref_007bkey_007d"></a>
-<h2 class="section">8.3 <code>\ref{<var>key</var>}</code></h2>
-<a name="index-_005cref"></a>
-<a name="index-cross-referencing_002c-symbolic"></a>
-<a name="index-section-number_002c-cross-referencing"></a>
-<a name="index-equation-number_002c-cross-referencing"></a>
-<a name="index-figure-number_002c-cross-referencing"></a>
-<a name="index-footnote-number_002c-cross-referencing"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\ref{<var>key</var>}
-</pre></div>
-
-<p>The <code>\ref</code> command produces the number of the sectional unit,
-equation, footnote, figure, &hellip;, of the corresponding
-<code>\label</code> command (see <a href="#g_t_005clabel">\label</a>). It does not produce any text,
-such as the word &lsquo;Section&rsquo; or &lsquo;Figure&rsquo;, just the bare number itself.
-</p>
-
-<hr>
-<a name="Environments"></a>
-<div class="header">
-<p>
-Next: <a href="#Line-breaking" accesskey="n" rel="next">Line breaking</a>, Previous: <a href="#Cross-references" accesskey="p" rel="previous">Cross references</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Environments-1"></a>
-<h1 class="chapter">9 Environments</h1>
-<a name="index-environments"></a>
-
-<a name="index-_005cbegin"></a>
-<a name="index-_005cend"></a>
-
-<p>LaTeX provides many environments for marking off certain text.
-Each environment begins and ends in the same manner:
-</p>
-<div class="example">
-<pre class="example">\begin{<var>envname</var>}
-...
-\end{<var>envname</var>}
-</pre></div>
-
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="#abstract" accesskey="1">abstract</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Produce an abstract.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#array" accesskey="2">array</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Math arrays.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#center" accesskey="3">center</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Centered lines.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#description" accesskey="4">description</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Labelled lists.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#displaymath" accesskey="5">displaymath</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Formulas that appear on their own line.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#document" accesskey="6">document</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Enclose the whole document.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#enumerate" accesskey="7">enumerate</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Numbered lists.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#eqnarray" accesskey="8">eqnarray</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Sequences of aligned equations.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#equation" accesskey="9">equation</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Displayed equation.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#figure">figure</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Floating figures.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#flushleft">flushleft</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Flushed left lines.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#flushright">flushright</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Flushed right lines.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#itemize">itemize</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Bulleted lists.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#letter">letter</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Letters.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#list">list</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Generic list environment.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#math">math</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> In-line math.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#minipage">minipage</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Miniature page.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#picture">picture</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Picture with text, arrows, lines and circles.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#quotation">quotation</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Indented environment with paragraph indentation.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#quote">quote</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Indented environment with no paragraph indentation.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#tabbing">tabbing</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Align text arbitrarily.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#table">table</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Floating tables.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#tabular">tabular</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Align text in columns.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#thebibliography">thebibliography</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Bibliography or reference list.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#theorem">theorem</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Theorems, lemmas, etc.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#titlepage">titlepage</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> For hand crafted title pages.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#verbatim">verbatim</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Simulating typed input.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#verse">verse</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> For poetry and other things.
-</td></tr>
-</table>
-
-
-<hr>
-<a name="abstract"></a>
-<div class="header">
-<p>
-Next: <a href="#array" accesskey="n" rel="next">array</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="abstract-1"></a>
-<h2 class="section">9.1 <code>abstract</code></h2>
-
-<a name="index-abstract-environment"></a>
-<a name="index-abstracts"></a>
-
-<p>Synopsis:
-</p><div class="example">
-<pre class="example">\begin{abstract}
-...
-\end{abstract}
-</pre></div>
-
-<p>Environment for producing an abstract, possibly of multiple paragraphs.
-</p>
-
-<hr>
-<a name="array"></a>
-<div class="header">
-<p>
-Next: <a href="#center" accesskey="n" rel="next">center</a>, Previous: <a href="#abstract" accesskey="p" rel="previous">abstract</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="array-1"></a>
-<h2 class="section">9.2 <code>array</code></h2>
-<a name="index-array-environment"></a>
-<a name="index-arrays_002c-math"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\begin{array}{<var>template</var>}
-<var>col1 text</var>&amp;<var>col1 text</var>&amp;<var>coln</var>}\\
-...
-\end{array}
-</pre></div>
-
-<p>Math arrays are produced with the <code>array</code> environment, normally
-within an <code>equation</code> environment (see <a href="#equation">equation</a>). It has a
-single mandatory <var>template</var> argument describing the number of
-columns and the alignment within them. Each column <var>col</var> is
-specified by a single letter that tells how items in that row should
-be formatted, as follows:
-</p>
-<dl compact="compact">
-<dt><code>c</code></dt>
-<dd><p>centered
-</p></dd>
-<dt><code>l</code></dt>
-<dd><p>flush left
-</p></dd>
-<dt><code>r</code></dt>
-<dd><p>flush right
-</p></dd>
-</dl>
-
-<a name="index-_005c_005c-_0028for-array_0029"></a>
-<p>Column entries are separated by <code>&amp;</code>. Column entries may include
-other LaTeX commands. Each row of the array is terminated with
-<code>\\</code>.
-</p>
-<a name="index-_0040_007b_002e_002e_002e_007d"></a>
-<p>In the template, the construct <code>@{<var>text</var>}</code> puts <var>text</var>
-between columns in each row.
-</p>
-<p>Here&rsquo;s an example:
-</p>
-<div class="example">
-<pre class="example">\begin{equation}
- \begin{array}{lrc}
- left1 &amp; right1 &amp; centered1 \\
- left2 &amp; right2 &amp; centered2 \\
- \end{array}
-\end{equation}
-</pre></div>
-
-<a name="index-_005carraycolsep"></a>
-<p>The <code>\arraycolsep</code> parameter defines half the width of the space
-separating columns; the default is &lsquo;<samp>5pt</samp>&rsquo;. See <a href="#tabular">tabular</a>, for other
-parameters which affect formatting in <code>array</code> environments,
-namely <code>\arrayrulewidth</code> and <code>\arraystretch</code>.
-</p>
-<p>The <code>array</code> environment can only be used in math mode.
-</p>
-
-<hr>
-<a name="center"></a>
-<div class="header">
-<p>
-Next: <a href="#description" accesskey="n" rel="next">description</a>, Previous: <a href="#array" accesskey="p" rel="previous">array</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="center-1"></a>
-<h2 class="section">9.3 <code>center</code></h2>
-
-<a name="index-center-environment"></a>
-<a name="index-centering-text_002c-environment-for"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\begin{center}
-<var>line1</var> \\
-<var>line2</var> \\
-\end{center}
-</pre></div>
-
-<a name="index-_005c_005c-_0028for-center_0029"></a>
-<p>The <code>center</code> environment allows you to create a paragraph
-consisting of lines that are centered within the left and right
-margins on the current page. Each line is terminated with the
-string <code>\\</code>.
-</p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005ccentering" accesskey="1">\centering</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Declaration form of the <code>center</code> environment.
-</td></tr>
-</table>
-
-
-<hr>
-<a name="g_t_005ccentering"></a>
-<div class="header">
-<p>
-Up: <a href="#center" accesskey="u" rel="up">center</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005ccentering-1"></a>
-<h3 class="subsection">9.3.1 <code>\centering</code></h3>
-
-<a name="index-_005ccentering"></a>
-<a name="index-centering-text_002c-declaration-for"></a>
-
-<p>The <code>\centering</code> declaration corresponds to the <code>center</code>
-environment. This declaration can be used inside an environment such
-as <code>quote</code> or in a <code>parbox</code>. Thus, the text of a figure or
-table can be centered on the page by putting a <code>\centering</code>
-command at the beginning of the figure or table environment.
-</p>
-<p>Unlike the <code>center</code> environment, the <code>\centering</code> command
-does not start a new paragraph; it simply changes how LaTeX formats
-paragraph units. To affect a paragraph unit&rsquo;s format, the scope of
-the declaration must contain the blank line or <code>\end</code> command (of
-an environment such as quote) that ends the paragraph unit.
-</p>
-<p>Here&rsquo;s an example:
-</p>
-<div class="example">
-<pre class="example">\begin{quote}
-\centering
-first line \\
-second line \\
-\end{quote}
-</pre></div>
-
-
-<hr>
-<a name="description"></a>
-<div class="header">
-<p>
-Next: <a href="#displaymath" accesskey="n" rel="next">displaymath</a>, Previous: <a href="#center" accesskey="p" rel="previous">center</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="description-1"></a>
-<h2 class="section">9.4 <code>description</code></h2>
-
-<a name="index-description-environment"></a>
-<a name="index-labelled-lists_002c-creating"></a>
-<a name="index-description-lists_002c-creating"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\begin{description}
-\item [<var>label1</var>] <var>item1</var>
-\item [<var>label2</var>] <var>item2</var>
-...
-\end{description}
-</pre></div>
-
-<a name="index-_005citem"></a>
-<p>The <code>description</code> environment is used to make labelled lists. Each
-<var>label</var> is typeset in bold, flush right. The <var>item</var> text may
-contain multiple paragraphs.
-</p>
-<a name="index-bold-typewriter_002c-avoiding"></a>
-<a name="index-typewriter-labels-in-lists"></a>
-<p>Another variation: since the bold style is applied to the labels, if
-you typeset a label in typewriter using <code>\texttt</code>, you&rsquo;ll get
-bold typewriter: <code>\item[\texttt{bold and typewriter}]</code>. This
-may be too bold, among other issues. To get just typewriter, use
-<code>\tt</code>, which resets all other style variations: <code>\item[{\tt
-plain typewriter}]</code>.
-</p>
-<p>For details about list spacing, see <a href="#itemize">itemize</a>.
-</p>
-
-<hr>
-<a name="displaymath"></a>
-<div class="header">
-<p>
-Next: <a href="#document" accesskey="n" rel="next">document</a>, Previous: <a href="#description" accesskey="p" rel="previous">description</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="displaymath-1"></a>
-<h2 class="section">9.5 <code>displaymath</code></h2>
-
-<a name="index-displaymath-environment"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\begin{displaymath}
-<var>math</var>
-\end{displaymath}
-</pre></div>
-
-<p>or
-</p>
-<div class="example">
-<pre class="example">\[<var>math</var>\]
-</pre></div>
-
-<p>The <code>displaymath</code> environment (<code>\[...\]</code> is a synonym)
-typesets the <var>math</var> text on its own line, centered by default.
-The global <code>fleqn</code> option makes equations flush left; see
-<a href="#Document-class-options">Document class options</a>.
-</p>
-<p>No equation number is added to <code>displaymath</code> text; to get an
-equation number, use the <code>equation</code> environment (see <a href="#equation">equation</a>).
-</p>
-
-<hr>
-<a name="document"></a>
-<div class="header">
-<p>
-Next: <a href="#enumerate" accesskey="n" rel="next">enumerate</a>, Previous: <a href="#displaymath" accesskey="p" rel="previous">displaymath</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="document-1"></a>
-<h2 class="section">9.6 <code>document</code></h2>
-
-<a name="index-document-environment"></a>
-
-<p>The <code>document</code> environment encloses the body of a document.
-It is required in every LaTeX document. See <a href="#Starting-_0026-ending">Starting &amp; ending</a>.
-</p>
-
-<hr>
-<a name="enumerate"></a>
-<div class="header">
-<p>
-Next: <a href="#eqnarray" accesskey="n" rel="next">eqnarray</a>, Previous: <a href="#document" accesskey="p" rel="previous">document</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="enumerate-1"></a>
-<h2 class="section">9.7 <code>enumerate</code></h2>
-
-<a name="index-enumerate-environment"></a>
-<a name="index-lists-of-items_002c-numbered"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\begin{enumerate}
-\item <var>item1</var>
-\item <var>item2</var>
-...
-\end{enumerate}
-</pre></div>
-
-<p>The <code>enumerate</code> environment produces a numbered list. Enumerations
-can be nested within one another, up to four levels deep. They can also
-be nested within other paragraph-making environments, such as
-<code>itemize</code> (see <a href="#itemize">itemize</a>) and <code>description</code>
-(see <a href="#description">description</a>).
-</p>
-<a name="index-_005citem-1"></a>
-<p>Each item of an enumerated list begins with an <code>\item</code> command.
-There must be at least one <code>\item</code> command within the environment.
-</p>
-<p>By default, the numbering at each level is done like this:
-</p>
-<ol>
-<li> 1., 2., &hellip;
-</li><li> (a), (b), &hellip;
-</li><li> i., ii., &hellip;
-</li><li> A., B., &hellip;
-</li></ol>
-
-<a name="index-_005cenumi"></a>
-<a name="index-_005cenumii"></a>
-<a name="index-_005cenumiii"></a>
-<a name="index-_005cenumiv"></a>
-<p>The <code>enumerate</code> environment uses the counters <code>\enumi</code>
-through <code>\enumiv</code> counters (see <a href="#Counters">Counters</a>). If the optional
-argument to <code>\item</code> is given, the counter is not incremented for
-that item.
-</p>
-<a name="index-_005clabelenumi"></a>
-<a name="index-_005clabelenumii"></a>
-<a name="index-_005clabelenumiii"></a>
-<a name="index-_005clabelenumiv"></a>
-<p>The <code>enumerate</code> environment uses the commands <code>\labelenumi</code>
-through <code>\labelenumiv</code> to produce the default label. So, you can
-use <code>\renewcommand</code> to change the labels (see <a href="#g_t_005cnewcommand-_0026-_005crenewcommand">\newcommand &amp; \renewcommand</a>). For instance, to have the first level use uppercase
-letters:
-</p>
-<a name="index-_005cAlph-example"></a>
-<div class="example">
-<pre class="example">\renewcommand{\labelenumi}{\Alph{enumi}}
-</pre></div>
-
-
-
-<hr>
-<a name="eqnarray"></a>
-<div class="header">
-<p>
-Next: <a href="#equation" accesskey="n" rel="next">equation</a>, Previous: <a href="#enumerate" accesskey="p" rel="previous">enumerate</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="eqnarray-1"></a>
-<h2 class="section">9.8 <code>eqnarray</code></h2>
-
-<a name="index-eqnarray-environment"></a>
-<a name="index-equations_002c-aligning"></a>
-<a name="index-aligning-Equations"></a>
-
-<div class="example">
-<pre class="example">\begin{eqnarray} <span class="roman">(or <code>eqnarray*</code>)</span>
-<var>formula1</var> \\
-<var>formula2</var> \\
-...
-\end{eqnarray}
-</pre></div>
-
-<a name="index-_005c_005c-_0028for-eqnarray_0029"></a>
-<p>The <code>eqnarray</code> environment is used to display a sequence of
-equations or inequalities. It is very much like a three-column
-<code>array</code> environment, with consecutive rows separated by <code>\\</code>
-and consecutive items within a row separated by an <code>&amp;</code>.
-</p>
-<a name="index-_005c_005c_002a-_0028for-eqnarray_0029"></a>
-<p><code>\\*</code> can also be used to separate equations, with its normal
-meaning of not allowing a page break at that line.
-</p>
-<a name="index-_005cnonumber"></a>
-<a name="index-equation-numbers_002c-omitting"></a>
-<p>An equation number is placed on every line unless that line has a
-<code>\nonumber</code> command. Alternatively, The <code>*</code>-form of the
-environment (<code>\begin{eqnarray*} ... \end{eqnarray*}</code>) will
-omit equation numbering entirely, while otherwise being the same as
-<code>eqnarray</code>.
-</p>
-<a name="index-_005clefteqn"></a>
-<p>The command <code>\lefteqn</code> is used for splitting long formulas across
-lines. It typesets its argument in display style flush left in a box of
-zero width.
-</p>
-
-<hr>
-<a name="equation"></a>
-<div class="header">
-<p>
-Next: <a href="#figure" accesskey="n" rel="next">figure</a>, Previous: <a href="#eqnarray" accesskey="p" rel="previous">eqnarray</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="equation-1"></a>
-<h2 class="section">9.9 <code>equation</code></h2>
-
-<a name="index-equation-environment"></a>
-<a name="index-equations_002c-environment-for"></a>
-<a name="index-formulas_002c-environment-for"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\begin{equation}
-<var>math</var>
-\end{equation}
-</pre></div>
-
-<p>The <code>equation</code> environment starts a <code>displaymath</code>
-environment (see <a href="#displaymath">displaymath</a>), e.g., centering the <var>math</var> text
-on the page, and also places an equation number in the right margin.
-</p>
-
-<hr>
-<a name="figure"></a>
-<div class="header">
-<p>
-Next: <a href="#flushleft" accesskey="n" rel="next">flushleft</a>, Previous: <a href="#equation" accesskey="p" rel="previous">equation</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="figure-1"></a>
-<h2 class="section">9.10 <code>figure</code></h2>
-<a name="index-figure"></a>
-<a name="index-inserting-figures"></a>
-<a name="index-figures_002c-inserting"></a>
-
-<div class="example">
-<pre class="example">\begin{figure[*]}[<var>placement</var>]
-<var>figbody</var>
-\label{<var>label}</var>
-\caption[<var>loftitle</var>]{<var>text</var>}
-\end{figure}
-</pre></div>
-
-<p>Figures are objects that are not part of the normal text, and are
-instead &ldquo;floated&rdquo; to a convenient place, such as the top of a page.
-Figures will not be split between two pages.
-</p>
-<p>When typesetting in double-columns, the starred form produces a
-full-width figure (across both columns).
-</p>
-<p>The optional argument <code>[placement]</code> determines where LaTeX will try
-to place your figure. There are four places where LaTeX can possibly
-put a float:
-</p>
-<dl compact="compact">
-<dt><code>t</code></dt>
-<dd><p>(Top)&mdash;at the top of a text page.
-</p>
-</dd>
-<dt><code>b</code></dt>
-<dd><p>(Bottom)&mdash;at the bottom of a text page. However, <code>b</code> is not
-allowed for full-width floats (<code>figure*</code>) with double-column
-output. To ameliorate this, use the <code>stfloats</code> or
-<code>dblfloatfix</code> package, but see the discussion at caveats in the
-FAQ: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=2colfloat">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=2colfloat</a>.
-</p>
-</dd>
-<dt><code>h</code></dt>
-<dd><a name="index-float-package"></a>
-<p>(Here)&mdash;at the position in the text where the figure environment
-appears. However, this is not allowed by itself, <code>t</code> is
-automatically added. To absolutely force a figure to appear &ldquo;here&rdquo;,
-use the <code>float</code> and use its <code>H</code> placement letter. (That
-package also provides other options.)
-</p>
-</dd>
-<dt><code>p</code></dt>
-<dd><p>(Page of floats)&mdash;on a separate float page, which is a page
-containing no text, only floats.
-</p>
-</dd>
-</dl>
-
-<p>The standard report and article classes use the default placement
-<code>tbp</code>.
-</p>
-<p>The body of the figure is made up of whatever text, LaTeX commands, etc.
-you wish.
-</p>
-<a name="index-_005ccaption"></a>
-<p>The <code>\caption</code> command specifies caption <var>text</var> for the
-figure. The caption is numbered by default. If <var>loftitle</var> is
-present, it is used in the list of figures instead of <var>text</var>
-(see <a href="#Tables-of-contents">Tables of contents</a>).
-</p>
-<dl compact="compact">
-<dd><a name="index-_005cbottomfraction"></a>
-<p>The maximum fraction of the page allowed to be occuped by floats at
-the bottom; default &lsquo;<samp>.3</samp>&rsquo;.
-</p>
-</dd>
-<dt><code>\floatpagefraction</code>
-<a name="index-_005cfloatpagefraction"></a>
-</dt>
-<dd><p>The minimum fraction of a float page that must be occupied by floats;
-default &lsquo;<samp>.5</samp>&rsquo;.
-</p>
-</dd>
-<dt><code>\floatsep</code>
-<a name="index-_005cfloatsep"></a>
-</dt>
-<dd><p>Space between floats at the top or bottom of a page; default
-&lsquo;<samp>12pt plus2pt minus2pt</samp>&rsquo;.
-</p>
-</dd>
-<dt><code>\intextsep</code>
-<a name="index-_005cintextsep"></a>
-</dt>
-<dd><p>Space above and below a float in the middle of the main text; default
-&lsquo;<samp>12pt plus2pt minus2pt</samp>&rsquo; for &lsquo;<samp>10pt</samp>&rsquo; and &lsquo;<samp>11pt</samp>&rsquo; styles,
-&lsquo;<samp>14pt plus4pt minus4pt</samp>&rsquo; for &lsquo;<samp>12pt</samp>&rsquo;.
-</p>
-</dd>
-<dt><code>\textfloatsep</code>
-<a name="index-_005ctextfloatsep"></a>
-</dt>
-<dd><p>Space between the last (first) float at the top (bottom) of a page;
-default &lsquo;<samp>20pt plus2pt minus4pt</samp>&rsquo;.
-</p>
-</dd>
-<dt><code>\textfraction</code>
-<a name="index-_005ctextfraction"></a>
-</dt>
-<dd><p>Minimum fraction of a page that must be text; if floats take up too
-much space to preserve this much text, floats will be moved to a
-different page. The default is &lsquo;<samp>.2</samp>&rsquo;.
-</p>
-</dd>
-<dt><code>\topfraction</code>
-<a name="index-_005ctopfraction"></a>
-</dt>
-<dd><p>Maximum fraction at the top of a page that may be occupied before
-floats; default is &lsquo;<samp>.7</samp>&rsquo;.
-</p>
-</dd>
-</dl>
-
-
-<hr>
-<a name="flushleft"></a>
-<div class="header">
-<p>
-Next: <a href="#flushright" accesskey="n" rel="next">flushright</a>, Previous: <a href="#figure" accesskey="p" rel="previous">figure</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="flushleft-1"></a>
-<h2 class="section">9.11 <code>flushleft</code></h2>
-<a name="index-flushleft-environment"></a>
-<a name="index-left_002djustifying-text_002c-environment-for"></a>
-<a name="index-ragged-right-text_002c-environment-for"></a>
-
-<div class="example">
-<pre class="example">\begin{flushleft}
-<var>line1</var> \\
-<var>line2</var> \\
-...
-\end{flushleft}
-</pre></div>
-
-<a name="index-_005c_005c-for-flushleft"></a>
-<p>The <code>flushleft</code> environment allows you to create a paragraph
-consisting of lines that are flush to the left-hand margin and ragged
-right Each line must be terminated with the string <code>\\</code>.
-</p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005craggedright" accesskey="1">\raggedright</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Declaration form of the <code>flushleft</code> environment.
-</td></tr>
-</table>
-
-
-<hr>
-<a name="g_t_005craggedright"></a>
-<div class="header">
-<p>
-Up: <a href="#flushleft" accesskey="u" rel="up">flushleft</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005craggedright-1"></a>
-<h3 class="subsection">9.11.1 <code>\raggedright</code></h3>
-<a name="index-_005craggedright"></a>
-<a name="index-ragged-right-text"></a>
-<a name="index-left_002djustifying-text"></a>
-<a name="index-justification_002c-ragged-right"></a>
-
-<p>The <code>\raggedright</code> declaration corresponds to the
-<code>flushleft</code> environment. This declaration can be used inside an
-environment such as <code>quote</code> or in a <code>parbox</code>.
-</p>
-<p>Unlike the <code>flushleft</code> environment, the <code>\raggedright</code>
-command does not start a new paragraph; it only changes how LaTeX
-formats paragraph units. To affect a paragraph unit&rsquo;s format, the
-scope of the declaration must contain the blank line or <code>\end</code>
-command that ends the paragraph unit.
-</p>
-
-<hr>
-<a name="flushright"></a>
-<div class="header">
-<p>
-Next: <a href="#itemize" accesskey="n" rel="next">itemize</a>, Previous: <a href="#flushleft" accesskey="p" rel="previous">flushleft</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="flushright-1"></a>
-<h2 class="section">9.12 <code>flushright</code></h2>
-<a name="index-flushright-environment"></a>
-<a name="index-ragged-left-text_002c-environment-for"></a>
-<a name="index-right_002djustifying-text_002c-environment-for"></a>
-
-<div class="example">
-<pre class="example">\begin{flushright}
-<var>line1</var> \\
-<var>line2</var> \\
-...
-\end{flushright}
-</pre></div>
-
-<a name="index-_005c_005c-_0028for-flushright_0029"></a>
-<p>The <code>flushright</code> environment allows you to create a paragraph
-consisting of lines that are flush to the right-hand margin and ragged
-left. Each line must be terminated with the string <code>\\</code>.
-</p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005craggedleft" accesskey="1">\raggedleft</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Declaration form of the <code>flushright</code> environment.
-</td></tr>
-</table>
-
-
-<hr>
-<a name="g_t_005craggedleft"></a>
-<div class="header">
-<p>
-Up: <a href="#flushright" accesskey="u" rel="up">flushright</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005craggedleft-1"></a>
-<h3 class="subsection">9.12.1 <code>\raggedleft</code></h3>
-<a name="index-_005craggedleft"></a>
-<a name="index-ragged-left-text"></a>
-<a name="index-justification_002c-ragged-left"></a>
-<a name="index-right_002djustifying-text"></a>
-
-<p>The <code>\raggedleft</code> declaration corresponds to the
-<code>flushright</code> environment. This declaration can be used inside an
-environment such as <code>quote</code> or in a <code>parbox</code>.
-</p>
-<p>Unlike the <code>flushright</code> environment, the <code>\raggedleft</code>
-command does not start a new paragraph; it only changes how LaTeX
-formats paragraph units. To affect a paragraph unit&rsquo;s format, the
-scope of the declaration must contain the blank line or <code>\end</code>
-command that ends the paragraph unit.
-</p>
-
-<hr>
-<a name="itemize"></a>
-<div class="header">
-<p>
-Next: <a href="#letter" accesskey="n" rel="next">letter</a>, Previous: <a href="#flushright" accesskey="p" rel="previous">flushright</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="itemize-1"></a>
-<h2 class="section">9.13 <code>itemize</code></h2>
-<a name="index-itemize-environment"></a>
-<a name="index-_005citem-2"></a>
-<a name="index-lists-of-items"></a>
-<a name="index-unordered-lists"></a>
-<a name="index-bulleted-lists"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\begin{itemize}
-\item <var>item1</var>
-\item <var>item2</var>
-...
-\end{itemize}
-</pre></div>
-
-<p>The <code>itemize</code> environment produces an &ldquo;unordered&rdquo;, &ldquo;bulleted&rdquo;
-list. Itemizations can be nested within one another, up to four
-levels deep. They can also be nested within other paragraph-making
-environments, such as <code>enumerate</code> (see <a href="#enumerate">enumerate</a>).
-</p>
-<p>Each item of an <code>itemize</code> list begins with an <code>\item</code> command.
-There must be at least one <code>\item</code> command within the environment.
-</p>
-<p>By default, the marks at each level look like this:
-</p>
-<ol>
-<li> &bull; (bullet)
-</li><li> <b>-<span class="nolinebreak">-</span></b> (bold en-dash)
-</li><li> * (asterisk)
-</li><li> . (centered dot, rendered here as a period)
-</li></ol>
-
-<a name="index-_005clabelitemi"></a>
-<a name="index-_005clabelitemii"></a>
-<a name="index-_005clabelitemiii"></a>
-<a name="index-_005clabelitemiv"></a>
-<p>The <code>itemize</code> environment uses the commands <code>\labelitemi</code>
-through <code>\labelitemiv</code> to produce the default label. So, you can
-use <code>\renewcommand</code> to change the labels. For instance, to have
-the first level use diamonds:
-</p>
-<div class="example">
-<pre class="example">\renewcommand{\labelitemi}{$\diamond$}
-</pre></div>
-
-<a name="index-_005cleftmargin"></a>
-<a name="index-_005cleftmargini"></a>
-<a name="index-_005cleftmarginii"></a>
-<a name="index-_005cleftmarginiii"></a>
-<a name="index-_005cleftmarginiv"></a>
-<a name="index-_005cleftmarginv"></a>
-<a name="index-_005cleftmarginvi"></a>
-<p>The <code>\leftmargini</code> through <code>\leftmarginvi</code> parameters define
-the distance between the left margin of the enclosing environment and
-the left margin of the list. By convention, <code>\leftmargin</code> is set
-to the appropriate <code>\leftmargin<var>N</var></code> when a new level of
-nesting is entered.
-</p>
-<p>The defaults vary from &lsquo;<samp>.5em</samp>&rsquo; (highest levels of nesting) to
-&lsquo;<samp>2.5em</samp>&rsquo; (first level), and are a bit reduced in two-column mode.
-This example greatly reduces the margin space for outermost lists:
-</p>
-<div class="example">
-<pre class="example">\setlength{\leftmargini}{1.25em} % default 2.5em
-</pre></div>
-
-<p>Some parameters that affect list formatting:
-</p>
-<dl compact="compact">
-<dt><code>\itemindent</code>
-<a name="index-_005citemindent"></a>
-</dt>
-<dd><p>Extra indentation before each item in a list; default zero.
-</p>
-</dd>
-<dt><code>\labelsep</code>
-<a name="index-_005clabelsep"></a>
-</dt>
-<dd><p>Space between the label and text of an item; default &lsquo;<samp>.5em</samp>&rsquo;.
-</p>
-</dd>
-<dt><code>\labelwidth</code>
-<a name="index-_005clabelwidth"></a>
-</dt>
-<dd><p>Width of the label; default &lsquo;<samp>2em</samp>&rsquo;, or &lsquo;<samp>1.5em</samp>&rsquo; in two-column mode.
-</p>
-</dd>
-<dt><code>\listparindent</code>
-<a name="index-_005clistparindent"></a>
-</dt>
-<dd><p>Extra indentation added to second and subsequent paragraphs within a
-list item; default &lsquo;<samp>0pt</samp>&rsquo;.
-</p>
-</dd>
-<dt><code>\rightmargin</code>
-<a name="index-_005crightmargin"></a>
-</dt>
-<dd><p>Horizontal distance between the right margin of the list and the
-enclosing environment; default &lsquo;<samp>0pt</samp>&rsquo;, except in the <code>quote</code>,
-<code>quotation</code>, and <code>verse</code> environments, where it is set equal
-to <code>\leftmargin</code>.
-</p>
-</dd>
-</dl>
-
-<p>Parameters affecting vertical spacing between list items (rather
-loose, by default).
-</p>
-<dl compact="compact">
-<dt><code>\itemsep</code>
-<a name="index-_005citemsep"></a>
-</dt>
-<dd><p>Vertical space between items. The default is <code>2pt plus1pt
-minus1pt</code> for <code>10pt</code> documents, <code>3pt plus2pt minus1pt</code> for
-<code>11pt</code>, and <code>4.5pt plus2pt minus1pt</code> for <code>12pt</code>.
-</p>
-</dd>
-<dt><code>\parsep</code>
-<a name="index-_005cparsep"></a>
-</dt>
-<dd><p>Extra vertical space between paragraphs within a list item. Defaults
-are the same as <code>\itemsep</code>.
-</p>
-</dd>
-<dt><code>\topsep</code>
-<a name="index-_005ctopsep"></a>
-</dt>
-<dd><p>Vertical space between the first item and the preceding paragraph.
-For top-level lists, the default is <code>8pt plus2pt minus4pt</code> for
-<code>10pt</code> documents, <code>9pt plus3pt minus5pt</code> for <code>11pt</code>,
-and <code>10pt plus4pt minus6pt</code> for <code>12pt</code>. These are reduced
-for nested lists.
-</p>
-</dd>
-<dt><code>\partopsep</code>
-<a name="index-_005cpartopsep"></a>
-</dt>
-<dd><p>Extra space added to <code>\topsep</code> when the list environment starts a
-paragraph. The default is <code>2pt plus1pt minus1pt</code> for <code>10pt</code>
-documents, <code>3pt plus1pt minus1pt</code> for <code>11pt</code>, and <code>3pt
-plus2pt minus2pt</code> for <code>12pt</code>.
-</p>
-</dd>
-</dl>
-
-<a name="index-_005cparskip-example"></a>
-<p>Especially for lists with short items, it may be desirable to elide
-space between items. Here is an example defining an <code>itemize*</code>
-environment with no extra spacing between items, or between paragraphs
-within a single item (<code>\parskip</code> is not list-specific,
-see <a href="#g_t_005cparskip">\parskip</a>):
-</p>
-<div class="example">
-<pre class="example">\newenvironment{itemize*}%
- {\begin{itemize}%
- \setlength{\itemsep}{0pt}%
- \setlength{\parsep}{0pt}}%
- \setlength{\parskip}{0pt}}%
- {\end{itemize}}
-</pre></div>
-
-
-<hr>
-<a name="letter"></a>
-<div class="header">
-<p>
-Next: <a href="#list" accesskey="n" rel="next">list</a>, Previous: <a href="#itemize" accesskey="p" rel="previous">itemize</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="letter-environment_003a-writing-letters"></a>
-<h2 class="section">9.14 <code>letter</code> environment: writing letters</h2>
-<a name="index-letter"></a>
-
-<p>This environment is used for creating letters. See <a href="#Letters">Letters</a>.
-</p>
-
-<hr>
-<a name="list"></a>
-<div class="header">
-<p>
-Next: <a href="#math" accesskey="n" rel="next">math</a>, Previous: <a href="#letter" accesskey="p" rel="previous">letter</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="list-1"></a>
-<h2 class="section">9.15 <code>list</code></h2>
-<a name="index-list"></a>
-<a name="index-lists-of-items_002c-generic"></a>
-
-<p>The <code>list</code> environment is a generic environment which is used for
-defining many of the more specific environments. It is seldom used in
-documents, but often in macros.
-</p>
-<div class="example">
-<pre class="example">\begin{list}{<var>labeling</var>}{<var>spacing</var>}
-\item <var>item1</var>
-\item <var>item2</var>
-...
-\end{list}
-</pre></div>
-
-<p>The mandatory <var>labeling</var> argument specifies how items should be
-labelled (unless the optional argument is supplied to <code>\item</code>).
-This argument is a piece of text that is inserted in a box to form the
-label. It can and usually does contain other LaTeX commands.
-</p>
-<p>The mandatory <var>spacing</var> argument contains commands to change the
-spacing parameters for the list. This argument will most often be
-empty, i.e., <code>{}</code>, which leaves the default spacing.
-</p>
-<p>The width used for typesetting the list items is specified by
-<code>\linewidth</code> (see <a href="#Page-layout-parameters">Page layout parameters</a>).
-</p>
-
-<hr>
-<a name="math"></a>
-<div class="header">
-<p>
-Next: <a href="#minipage" accesskey="n" rel="next">minipage</a>, Previous: <a href="#list" accesskey="p" rel="previous">list</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="math-1"></a>
-<h2 class="section">9.16 <code>math</code></h2>
-
-<a name="index-math-environment"></a>
-<a name="index-in_002dline-formulas"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\begin{math}
-<var>math</var>
-\end{math}
-</pre></div>
-
-<p>The <code>math</code> environment inserts the given <var>math</var> within the
-running text. <code>\(...\))</code> and <code>$...$</code> are synonyms.
-See <a href="#Math-formulas">Math formulas</a>.
-</p>
-
-<hr>
-<a name="minipage"></a>
-<div class="header">
-<p>
-Next: <a href="#picture" accesskey="n" rel="next">picture</a>, Previous: <a href="#math" accesskey="p" rel="previous">math</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="minipage-1"></a>
-<h2 class="section">9.17 <code>minipage</code></h2>
-
-<a name="index-minipage-environment"></a>
-<a name="index-minipage_002c-creating-a"></a>
-
-<div class="example">
-<pre class="example">\begin{minipage}[<var>position</var>][<var>height</var>][<var>inner-pos</var>]{<var>width</var>}
-<var>text</var>
-\end{minipage}
-</pre></div>
-
-<p>The <code>minipage</code> environment typesets its body <var>text</var> in a
-block that will not be broken across pages. This is similar to the
-<code>\parbox</code> command (see <a href="#g_t_005cparbox">\parbox</a>), but unlike <code>\parbox</code>,
-other paragraph-making environments can be used inside a minipage.
-</p>
-<p>The arguments are the same as for <code>\parbox</code> (see <a href="#g_t_005cparbox">\parbox</a>).
-</p>
-<a name="index-indentation-of-paragraphs_002c-in-minipage"></a>
-<a name="index-paragraph-indentation_002c-in-minipage"></a>
-<a name="index-_005cparindent"></a>
-<p>By default, paragraphs are not indented in the <code>minipage</code>
-environment. You can restore indentation with a command such as
-<code>\setlength{\parindent}{1pc}</code> command.
-</p>
-<a name="index-footnotes-in-figures"></a>
-<a name="index-figures_002c-footnotes-in"></a>
-<p>Footnotes in a <code>minipage</code> environment are handled in a way that is
-particularly useful for putting footnotes in figures or tables. A
-<code>\footnote</code> or <code>\footnotetext</code> command puts the footnote at
-the bottom of the minipage instead of at the bottom of the page, and it
-uses the <code>\mpfootnote</code> counter instead of the ordinary
-<code>footnote</code> counter (see <a href="#Counters">Counters</a>).
-</p>
-<p>However, don&rsquo;t put one minipage inside another if you are using
-footnotes; they may wind up at the bottom of the wrong minipage.
-</p>
-
-<hr>
-<a name="picture"></a>
-<div class="header">
-<p>
-Next: <a href="#quotation" accesskey="n" rel="next">quotation</a>, Previous: <a href="#minipage" accesskey="p" rel="previous">minipage</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="picture-1"></a>
-<h2 class="section">9.18 <code>picture</code></h2>
-
-<a name="index-picture"></a>
-<a name="index-creating-pictures"></a>
-<a name="index-pictures_002c-creating"></a>
-
-<div class="example">
-<pre class="example">\begin{picture}(width,height)(x offset,y offset)
-&hellip; <var>picture commands</var> &hellip;
-\end{picture}
-</pre></div>
-
-<a name="index-_005cunitlength"></a>
-<p>The <code>picture</code> environment allows you to create just about any
-kind of picture you want containing text, lines, arrows and circles.
-You tell LaTeX where to put things in the picture by specifying
-their coordinates. A coordinate is a number that may have a decimal
-point and a minus sign&mdash;a number like <code>5</code>, <code>0.3</code> or
-<code>-3.1416</code>. A coordinate specifies a length in multiples of the
-unit length <code>\unitlength</code>, so if <code>\unitlength</code> has been set
-to <code>1cm</code>, then the coordinate 2.54 specifies a length of 2.54
-centimeters. You should only change the value of <code>\unitlength</code>,
-using the <code>\setlength</code> command, outside of a <code>picture</code>
-environment.
-</p>
-<p>A position is a pair of coordinates, such as <code>(2.4,-5)</code>, specifying
-the point with x-coordinate <code>2.4</code> and y-coordinate <code>-5</code>.
-Coordinates are specified in the usual way with respect to an origin,
-which is normally at the lower-left corner of the picture. Note that
-when a position appears as an argument, it is not enclosed in braces;
-the parentheses serve to delimit the argument.
-</p>
-<p>The <code>picture</code> environment has one mandatory argument, which is a
-<code>position</code>. It specifies the size of the picture. The environment
-produces a rectangular box with width and height determined by this
-argument&rsquo;s x- and y-coordinates.
-</p>
-<p>The <code>picture</code> environment also has an optional <code>position</code>
-argument, following the <code>size</code> argument, that can change the
-origin. (Unlike ordinary optional arguments, this argument is not
-contained in square brackets.) The optional argument gives the
-coordinates of the point at the lower-left corner of the picture
-(thereby determining the origin). For example, if <code>\unitlength</code>
-has been set to <code>1mm</code>, the command
-</p>
-<div class="example">
-<pre class="example">\begin{picture}(100,200)(10,20)
-</pre></div>
-
-<p>produces a picture of width 100 millimeters and height 200
-millimeters, whose lower-left corner is the point (10,20) and whose
-upper-right corner is therefore the point (110,220). When you first
-draw a picture, you typically omit the optional argument, leaving the
-origin at the lower-left corner. If you then want to modify your
-picture by shifting everything, you can just add the appropriate
-optional argument.
-</p>
-<p>The environment&rsquo;s mandatory argument determines the nominal size of the
-picture. This need bear no relation to how large the picture really is;
-LaTeX will happily allow you to put things outside the picture, or even
-off the page. The picture&rsquo;s nominal size is used by LaTeX in determining
-how much room to leave for it.
-</p>
-<p>Everything that appears in a picture is drawn by the <code>\put</code>
-command. The command
-</p>
-<div class="example">
-<pre class="example">\put (11.3,-.3){...}
-</pre></div>
-
-<p>puts the object specified by <code>...</code> in the
-picture, with its reference point at coordinates <em>(11.3,-.3)</em>.
-The reference points for various objects will be described below.
-</p>
-<a name="index-lR-box"></a>
-<p>The <code>\put</code> command creates an <em>LR box</em>. You can put anything
-that can go in an <code>\mbox</code> (see <a href="#g_t_005cmbox">\mbox</a>) in the text argument of
-the <code>\put</code> command. When you do this, the reference point will
-be the lower left corner of the box.
-</p>
-<p>The <code>picture</code> commands are described in the following sections.
-</p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005ccircle" accesskey="1">\circle</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Draw a circle.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cmakebox-_0028picture_0029" accesskey="2">\makebox (picture)</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Draw a box of the specified size.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cframebox-_0028picture_0029" accesskey="3">\framebox (picture)</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Draw a box with a frame around it.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cdashbox" accesskey="4">\dashbox</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Draw a dashed box.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cframe" accesskey="5">\frame</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Draw a frame around an object.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cline" accesskey="6">\line</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Draw a straight line.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005clinethickness" accesskey="7">\linethickness</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Set the line thickness.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cthicklines" accesskey="8">\thicklines</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> A heavier line thickness.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cthinlines" accesskey="9">\thinlines</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> The default line thickness.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cmultiput">\multiput</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Draw multiple instances of an object.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005coval">\oval</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Draw an ellipse.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cput">\put</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Place an object at a specified place.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cshortstack">\shortstack</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Make a pile of objects.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cvector">\vector</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Draw a line with an arrow.
-</td></tr>
-</table>
-
-
-<hr>
-<a name="g_t_005ccircle"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cmakebox-_0028picture_0029" accesskey="n" rel="next">\makebox (picture)</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005ccircle-1"></a>
-<h3 class="subsection">9.18.1 <code>\circle</code></h3>
-<a name="index-_005ccircle"></a>
-
-<div class="example">
-<pre class="example">\circle[*]{<var>diameter</var>}
-</pre></div>
-
-<p>The <code>\circle</code> command produces a circle with a diameter as close
-to the specified one as possible. The <code>*</code>-form of the command
-draws a solid circle.
-</p>
-<p>Circles up to 40 pt can be drawn.
-</p>
-
-<hr>
-<a name="g_t_005cmakebox-_0028picture_0029"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cframebox-_0028picture_0029" accesskey="n" rel="next">\framebox (picture)</a>, Previous: <a href="#g_t_005ccircle" accesskey="p" rel="previous">\circle</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cmakebox-1"></a>
-<h3 class="subsection">9.18.2 <code>\makebox</code></h3>
-<a name="index-_005cmakebox-_0028picture_0029"></a>
-
-<p><code>\makebox(width,height)[position]{...}</code>
-</p>
-<p>The <code>\makebox</code> command for the picture environment is similar to
-the normal <code>\makebox</code> command except that you must specify a
-<code>width</code> and <code>height</code> in multiples of <code>\unitlength</code>.
-</p>
-<p>The optional argument, <code>[position]</code>, specifies the quadrant that
-your text appears in. You may select up to two of the following:
-</p>
-<dl compact="compact">
-<dt><code>t</code></dt>
-<dd><p>Moves the item to the top of the rectangle.
-</p>
-</dd>
-<dt><code>b</code></dt>
-<dd><p>Moves the item to the bottom.
-</p>
-</dd>
-<dt><code>l</code></dt>
-<dd><p>Moves the item to the left.
-</p>
-</dd>
-<dt><code>r</code></dt>
-<dd><p>Moves the item to the right.
-</p>
-</dd>
-</dl>
-
-<p>See <a href="#g_t_005cmakebox">\makebox</a>.
-</p>
-
-<hr>
-<a name="g_t_005cframebox-_0028picture_0029"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cdashbox" accesskey="n" rel="next">\dashbox</a>, Previous: <a href="#g_t_005cmakebox-_0028picture_0029" accesskey="p" rel="previous">\makebox (picture)</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cframebox"></a>
-<h3 class="subsection">9.18.3 <code>\framebox</code></h3>
-<a name="index-_005cframebox"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\framebox(<var>width</var>,<var>height</var>)[<var>pos</var>]{...}
-</pre></div>
-
-<p>The <code>\framebox</code> command is like <code>\makebox</code> (see previous
-section), except that it puts a frame around the outside of the box
-that it creates.
-</p>
-<a name="index-_005cfboxrule"></a>
-<a name="index-_005cfboxsep"></a>
-<p>The <code>\framebox</code> command produces a rule of thickness
-<code>\fboxrule</code>, and leaves a space <code>\fboxsep</code> between the rule
-and the contents of the box.
-</p>
-
-<hr>
-<a name="g_t_005cdashbox"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cframe" accesskey="n" rel="next">\frame</a>, Previous: <a href="#g_t_005cframebox-_0028picture_0029" accesskey="p" rel="previous">\framebox (picture)</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cdashbox-1"></a>
-<h3 class="subsection">9.18.4 <code>\dashbox</code></h3>
-
-<a name="index-_005cdashbox"></a>
-
-<p>Draws a box with a dashed line. Synopsis:
-</p>
-<div class="example">
-<pre class="example">\dashbox{<var>dlen</var>}(<var>rwidth</var>,<var>rheight</var>)[<var>pos</var>]{<var>text</var>}
-</pre></div>
-
-<p><code>\dashbox</code> creates a dashed rectangle around <var>text</var> in a
-<code>picture</code> environment. Dashes are <var>dlen</var> units long, and the
-rectangle has overall width <var>rwidth</var> and height <var>rheight</var>.
-The <var>text</var> is positioned at optional <var>pos</var>. </p>
-<p>A dashed box looks best when the <code>rwidth</code> and <code>rheight</code> are
-multiples of the <code>dlen</code>.
-</p>
-
-<hr>
-<a name="g_t_005cframe"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cline" accesskey="n" rel="next">\line</a>, Previous: <a href="#g_t_005cdashbox" accesskey="p" rel="previous">\dashbox</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cframe-1"></a>
-<h3 class="subsection">9.18.5 <code>\frame</code></h3>
-<a name="index-_005cframe"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\frame{<var>text</var>}
-</pre></div>
-
-<p>The <code>\frame</code> command puts a rectangular frame around <var>text</var>.
-The reference point is the bottom left corner of the frame. No extra
-space is put between the frame and the object.
-</p>
-
-<hr>
-<a name="g_t_005cline"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005clinethickness" accesskey="n" rel="next">\linethickness</a>, Previous: <a href="#g_t_005cframe" accesskey="p" rel="previous">\frame</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cline-1"></a>
-<h3 class="subsection">9.18.6 <code>\line</code></h3>
-<a name="index-_005cline"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\line(<var>xslope</var>,<var>yslope</var>){<var>length</var>}
-</pre></div>
-
-<p>The <code>\line</code> command draws a line with the given <var>length</var> and
-slope <var>xslope</var>/<var>yslope</var>.
-</p>
-<p>Standard LaTeX can only draw lines with <em><var>slope</var> = x/y</em>,
-where <em>x</em> and <em>y</em> have integer values from -6
-through&nbsp;6. For lines of any slope, not to mention other shapes,
-see the <code>curve2e</code> and many many other packages on CTAN.
-</p>
-
-<hr>
-<a name="g_t_005clinethickness"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cthicklines" accesskey="n" rel="next">\thicklines</a>, Previous: <a href="#g_t_005cline" accesskey="p" rel="previous">\line</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005clinethickness-1"></a>
-<h3 class="subsection">9.18.7 <code>\linethickness</code></h3>
-<a name="index-_005clinethickness"></a>
-
-<p>The <code>\linethickness{<var>dim</var>}</code> command declares the thickness
-of horizontal and vertical lines in a picture environment to be
-<var>dim</var>, which must be a positive length.
-</p>
-<p><code>\linethickness</code> does not affect the thickness of slanted lines,
-circles, or the quarter circles drawn by <code>\oval</code>.
-</p>
-
-<hr>
-<a name="g_t_005cthicklines"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cthinlines" accesskey="n" rel="next">\thinlines</a>, Previous: <a href="#g_t_005clinethickness" accesskey="p" rel="previous">\linethickness</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cthicklines-1"></a>
-<h3 class="subsection">9.18.8 <code>\thicklines</code></h3>
-<a name="index-_005cthicklines"></a>
-
-<p>The <code>\thicklines</code> command is an alternate line thickness for
-horizontal and vertical lines in a picture environment;
-cf.&nbsp;<a href="#g_t_005clinethickness">\linethickness</a> and <a href="#g_t_005cthinlines">\thinlines</a>.
-</p>
-
-<hr>
-<a name="g_t_005cthinlines"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cmultiput" accesskey="n" rel="next">\multiput</a>, Previous: <a href="#g_t_005cthicklines" accesskey="p" rel="previous">\thicklines</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cthinlines-1"></a>
-<h3 class="subsection">9.18.9 <code>\thinlines</code></h3>
-<a name="index-_005cthinlines"></a>
-
-<p>The <code>\thinlines</code> command is the default line thickness for
-horizontal and vertical lines in a picture environment;
-cf.&nbsp;<a href="#g_t_005clinethickness">\linethickness</a> and <a href="#g_t_005cthicklines">\thicklines</a>.
-</p>
-
-<hr>
-<a name="g_t_005cmultiput"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005coval" accesskey="n" rel="next">\oval</a>, Previous: <a href="#g_t_005cthinlines" accesskey="p" rel="previous">\thinlines</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cmultiput-1"></a>
-<h3 class="subsection">9.18.10 <code>\multiput</code></h3>
-<a name="index-_005cmultiput"></a>
-
-<p>Synopsis:
-</p><div class="example">
-<pre class="example">\multiput(<var>x</var>,<var>y</var>)(<var>delta_x</var>,<var>delta_y</var>){<var>n</var>}{<var>obj</var>}
-</pre></div>
-
-<p>The <code>\multiput</code> command copies the object <var>obj</var> in a regular
-pattern across a picture. <var>obj</var> is first placed at position
-<em>(x,y)</em>, then at <em>(x+\delta x,y+\delta y)</em>, and so on,
-<var>n</var> times.
-</p>
-
-<hr>
-<a name="g_t_005coval"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cput" accesskey="n" rel="next">\put</a>, Previous: <a href="#g_t_005cmultiput" accesskey="p" rel="previous">\multiput</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005coval-1"></a>
-<h3 class="subsection">9.18.11 <code>\oval</code></h3>
-<a name="index-_005coval"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\oval(<var>width</var>,<var>height</var>)[<var>portion</var>]
-</pre></div>
-
-<p>The <code>\oval</code> command produces a rectangle with rounded corners.
-The optional argument <var>portion</var> allows you to select part of the
-oval via the following:
-</p>
-<dl compact="compact">
-<dt><code>t</code></dt>
-<dd><p>selects the top portion;
-</p></dd>
-<dt><code>b</code></dt>
-<dd><p>selects the bottom portion;
-</p></dd>
-<dt><code>r</code></dt>
-<dd><p>selects the right portion;
-</p></dd>
-<dt><code>l</code></dt>
-<dd><p>selects the left portion.
-</p></dd>
-</dl>
-
-<p>The &ldquo;corners&rdquo; of the oval are made with quarter circles with a
-maximum radius of 20pt, so large &ldquo;ovals&rdquo; will look more like
-boxes with rounded corners.
-</p>
-
-<hr>
-<a name="g_t_005cput"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cshortstack" accesskey="n" rel="next">\shortstack</a>, Previous: <a href="#g_t_005coval" accesskey="p" rel="previous">\oval</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cput-1"></a>
-<h3 class="subsection">9.18.12 <code>\put</code></h3>
-
-<a name="index-_005cput"></a>
-
-<p><code>\put(x coord,y coord){ ... }</code>
-</p>
-<p>The <code>\put</code> command places the item specified by the mandatory
-argument at the given coordinates.
-</p>
-
-<hr>
-<a name="g_t_005cshortstack"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cvector" accesskey="n" rel="next">\vector</a>, Previous: <a href="#g_t_005cput" accesskey="p" rel="previous">\put</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cshortstack-1"></a>
-<h3 class="subsection">9.18.13 <code>\shortstack</code></h3>
-<a name="index-_005cshortstack"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\shortstack[<var>position</var>]{...\\...\\...}
-</pre></div>
-
-<p>The <code>\shortstack</code> command produces a stack of objects. The valid
-positions are:
-</p>
-<dl compact="compact">
-<dt><code>r</code></dt>
-<dd><p>Move the objects to the right of the stack.
-</p></dd>
-<dt><code>l</code></dt>
-<dd><p>Move the objects to the left of the stack
-</p></dd>
-<dt><code>c</code></dt>
-<dd><p>Move the objects to the centre of the stack (default)
-</p></dd>
-</dl>
-
-<a name="index-_005c_005c-_0028for-_005cshortstack-objects_0029"></a>
-<p>Objects are separated with <code>\\</code>.
-</p>
-
-<hr>
-<a name="g_t_005cvector"></a>
-<div class="header">
-<p>
-Previous: <a href="#g_t_005cshortstack" accesskey="p" rel="previous">\shortstack</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cvector-1"></a>
-<h3 class="subsection">9.18.14 <code>\vector</code></h3>
-<a name="index-_005cvector"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\vector(<var>x-slope</var>,<var>y-slope</var>){<var>length</var>}
-</pre></div>
-
-<p>The <code>\vector</code> command draws a line with an arrow of the specified
-length and slope. The <em>x</em> and <em>y</em> values must lie between
--4 and +4, inclusive.
-</p>
-
-<hr>
-<a name="quotation"></a>
-<div class="header">
-<p>
-Next: <a href="#quote" accesskey="n" rel="next">quote</a>, Previous: <a href="#picture" accesskey="p" rel="previous">picture</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="quotation-1"></a>
-<h2 class="section">9.19 <code>quotation</code></h2>
-
-<a name="index-quotation"></a>
-<a name="index-quoted-text-with-paragraph-indentation_002c-displaying"></a>
-<a name="index-displaying-quoted-text-with-paragraph-indentation"></a>
-<a name="index-paragraph-indentations-in-quoted-text"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\begin{quotation}
-<var>text</var>
-\end{quotation}
-</pre></div>
-
-<p>The margins of the <code>quotation</code> environment are indented on both
-the left and the right. The text is justified at both margins.
-Leaving a blank line between text produces a new paragraph.
-</p>
-<p>Unlike the <code>quote</code> environment, each paragraph is indented
-normally.
-</p>
-
-<hr>
-<a name="quote"></a>
-<div class="header">
-<p>
-Next: <a href="#tabbing" accesskey="n" rel="next">tabbing</a>, Previous: <a href="#quotation" accesskey="p" rel="previous">quotation</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="quote-1"></a>
-<h2 class="section">9.20 <code>quote</code></h2>
-
-<a name="index-quote"></a>
-<a name="index-quoted-text-without-paragraph-indentation_002c-displaying"></a>
-<a name="index-displaying-quoted-text-without-paragraph-indentation"></a>
-<a name="index-paragraph-indentations-in-quoted-text_002c-omitting"></a>
-
-<p>Snyopsis:
-</p>
-<div class="example">
-<pre class="example">\begin{quote}
-<var>text</var>
-\end{quote}
-</pre></div>
-
-<p>The margins of the <code>quote</code> environment are indented on both the
-left and the right. The text is justified at both margins. Leaving a
-blank line between text produces a new paragraph.
-</p>
-<p>Unlike the <code>quotation</code> environment, paragraphs are not indented.
-</p>
-
-<hr>
-<a name="tabbing"></a>
-<div class="header">
-<p>
-Next: <a href="#table" accesskey="n" rel="next">table</a>, Previous: <a href="#quote" accesskey="p" rel="previous">quote</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="tabbing-1"></a>
-<h2 class="section">9.21 <code>tabbing</code></h2>
-
-<a name="index-tabbing-environment"></a>
-<a name="index-tab-stops_002c-using"></a>
-<a name="index-lining-text-up-in-columns-using-tab-stops"></a>
-<a name="index-alignment-via-tabbing"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\begin{tabbing}
-<var>row1col1</var> \= <var>row1col2</var> \= <var>row1col3</var> \= <var>row1col4</var> \\
-<var>row2col1</var> \&gt; \&gt; <var>row2col3</var> \\
-...
-\end{tabbing}
-</pre></div>
-
-<p>The <code>tabbing</code> environment provides a way to align text in
-columns. It works by setting tab stops and tabbing to them much as
-was done on an ordinary typewriter. It is best suited for cases where
-the width of each column is constant and known in advance.
-</p>
-<p>This environment can be broken across pages, unlike the <code>tabular</code>
-environment.
-</p>
-<p>The following commands can be used inside a <code>tabbing</code> enviroment:
-</p>
-<dl compact="compact">
-<dt><code>\\ <span class="roman">(tabbing)</span></code>
-<a name="index-_005c_005c-_0028tabbing_0029"></a>
-</dt>
-<dd><p>End a line.
-</p>
-</dd>
-<dt><code>\= <span class="roman">(tabbing)</span></code>
-<a name="index-_005c_003d-_0028tabbing_0029"></a>
-</dt>
-<dd><p>Sets a tab stop at the current position.
-</p>
-</dd>
-<dt><code>\&gt; <span class="roman">(tabbing)</span></code>
-<a name="index-_005c_003e-_0028tabbing_0029"></a>
-</dt>
-<dd><a name="index-_005c_003e"></a>
-<p>Advances to the next tab stop.
-</p>
-</dd>
-<dt><code>\&lt;</code>
-<a name="index-_005c_003c"></a>
-</dt>
-<dd><p>Put following text to the left of the local margin (without changing
-the margin). Can only be used at the start of the line.
-</p>
-</dd>
-<dt><code>\+</code>
-<a name="index-_005c_002b"></a>
-</dt>
-<dd><p>Moves the left margin of the next and all the
-following commands one tab stop to the right, beginning tabbed line if
-necessary.
-</p>
-</dd>
-<dt><code>\-</code>
-<a name="index-_005c_002d"></a>
-</dt>
-<dd><p>Moves the left margin of the next and all the
-following commands one tab stop to the left, beginning tabbed line if
-necessary.
-</p>
-</dd>
-<dt><code>\' <span class="roman">(tabbing)</span></code>
-<a name="index-_005c_0027-_0028tabbing_0029"></a>
-</dt>
-<dd><p>Moves everything that you have typed so far in the
-current column, i.e. everything from the most recent <code>\&gt;</code>,
-<code>\&lt;</code>, <code>\'</code>, <code>\\</code>, or <code>\kill</code> command, to the right
-of the previous column, flush against the current column&rsquo;s tab stop.
-</p>
-</dd>
-<dt><code>\` <span class="roman">(tabbing)</span></code>
-<a name="index-_005c_0060-_0028tabbing_0029"></a>
-</dt>
-<dd><p>Allows you to put text flush right against any tab stop, including tab
-stop&nbsp;0. However, it can&rsquo;t move text to the right of the last column
-because there&rsquo;s no tab stop there. The <code>\`</code> command moves all the
-text that follows it, up to the <code>\\</code> or <code>\end{tabbing}</code>
-command that ends the line, to the right margin of the tabbing
-environment. There must be no <code>\&gt;</code> or <code>\'</code> command between
-the <code>\`</code> and the command that ends the line.
-</p>
-</dd>
-<dt><code>\a <span class="roman">(tabbing)</span></code>
-<a name="index-_005ca-_0028tabbing_0029"></a>
-</dt>
-<dd><a name="index-_005ca_0027-_0028acute-accent-in-tabbing_0029"></a>
-<a name="index-_005ca_0060-_0028grave-accent-in-tabbing_0029"></a>
-<a name="index-_005ca_003d-_0028macron-accent-in-tabbing_0029"></a>
-<p>In a <code>tabbing</code> environment, the commands <code>\=</code>, <code>\'</code> and
-<code>\`</code> do not produce accents as usual (see <a href="#Accents">Accents</a>). Instead,
-the commands <code>\a=</code>, <code>\a'</code> and <code>\a`</code> are used.
-</p>
-</dd>
-<dt><code>\kill</code>
-<a name="index-_005ckill"></a>
-</dt>
-<dd><p>Sets tab stops without producing text. Works just like <code>\\</code>
-except that it throws away the current line instead of producing
-output for it. The effect of any <code>\=</code>, <code>\+</code> or <code>\-</code>
-commands in that line remain in effect.
-</p>
-</dd>
-<dt><code>\poptabs</code>
-<a name="index-_005cpoptabs"></a>
-</dt>
-<dd><a name="index-_005cpoptabs-1"></a>
-<p>Restores the tab stop positions saved by the last <code>\pushtabs</code>.
-</p>
-</dd>
-<dt><code>\pushtabs</code>
-<a name="index-_005cpushtabs"></a>
-</dt>
-<dd><p>Saves all current tab stop positions. Useful for temporarily changing
-tab stop positions in the middle of a <code>tabbing</code> environment.
-</p>
-</dd>
-<dt><code>\tabbingsep</code>
-<a name="index-_005ctabbingsep"></a>
-</dt>
-<dd><p>Distance to left of tab stop moved by <code>\'</code>.
-</p>
-</dd>
-</dl>
-
-<p>This example typesets a Pascal function in a traditional format:
-</p>
-<div class="example">
-<pre class="example">\begin{tabbing}
-function \= fact(n : integer) : integer;\\
- \&gt; begin \= \+ \\
- \&gt; if \= n $&gt;$ 1 then \+ \\
- fact := n * fact(n-1) \- \\
- else \+ \\
- fact := 1; \-\- \\
- end;\\
-\end{tabbing}
-</pre></div>
-
-
-<hr>
-<a name="table"></a>
-<div class="header">
-<p>
-Next: <a href="#tabular" accesskey="n" rel="next">tabular</a>, Previous: <a href="#tabbing" accesskey="p" rel="previous">tabbing</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="table-1"></a>
-<h2 class="section">9.22 <code>table</code></h2>
-
-<a name="index-table"></a>
-<a name="index-tables_002c-creating"></a>
-<a name="index-creating-tables"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example"> \begin{table}[placement]
-
- body of the table
-
- \caption{table title}
- \end{table}
-</pre></div>
-
-<p>Tables are objects that are not part of the normal text, and are
-usually &ldquo;floated&rdquo; to a convenient place, like the top of a page.
-Tables will not be split between two pages.
-</p>
-<p>The optional argument <code>[placement]</code> determines where LaTeX will try
-to place your table. There are four places where LaTeX can possibly put
-a float; these are the same as that used with the <code>figure</code>
-environment, and described there (see <a href="#figure">figure</a>).
-</p>
-<p>The standard <code>report</code> and <code>article</code> classes use the default
-placement <code>[tbp]</code>.
-</p>
-<p>The body of the table is made up of whatever text, LaTeX commands, etc.,
-you wish. The <code>\caption</code> command allows you to title your table.
-</p>
-
-<hr>
-<a name="tabular"></a>
-<div class="header">
-<p>
-Next: <a href="#thebibliography" accesskey="n" rel="next">thebibliography</a>, Previous: <a href="#table" accesskey="p" rel="previous">table</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="tabular-1"></a>
-<h2 class="section">9.23 <code>tabular</code></h2>
-<a name="index-tabular-environment"></a>
-<a name="index-lines-in-tables"></a>
-<a name="index-lining-text-up-in-tables"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\begin{tabular}[pos]{cols}
-column 1 entry &amp; column 2 entry ... &amp; column n entry \\
-...
-\end{tabular}
-</pre></div>
-
-<p> or
-</p>
-<div class="example">
-<pre class="example">\begin{tabular*}{width}[pos]{cols}
-column 1 entry &amp; column 2 entry ... &amp; column n entry \\
-...
-\end{tabular*}
-</pre></div>
-
-<p>These environments produce a box consisting of a sequence of rows of
-items, aligned vertically in columns.
-</p>
-<a name="index-_005c_005c-for-tabular"></a>
-<p><code>\\</code> must be used to specify the end of each row of the table,
-except for the last, where it is optional&mdash;unless an <code>\hline</code>
-command (to put a rule below the table) follows.
-</p>
-<p>The mandatory and optional arguments consist of:
-</p>
-<dl compact="compact">
-<dt><code>width</code></dt>
-<dd><p>Specifies the width of the <code>tabular*</code> environment. There must be
-rubber space between columns that can stretch to fill out the specified
-width.
-</p>
-</dd>
-<dt><code>pos</code></dt>
-<dd><p>Specifies the vertical position; default is alignment on the centre of
-the environment.
-</p>
-<dl compact="compact">
-<dt><code>t</code></dt>
-<dd><p>align on top row
-</p></dd>
-<dt><code>b</code></dt>
-<dd><p>align on bottom row
-</p></dd>
-</dl>
-
-</dd>
-<dt><code>cols</code></dt>
-<dd><p>Specifies the column formatting. It consists of a sequence of the
-following specifiers, corresponding to the sequence of columns and
-intercolumn material.
-</p>
-<dl compact="compact">
-<dt><code>l</code></dt>
-<dd><p>A column of left-aligned items.
-</p>
-</dd>
-<dt><code>r</code></dt>
-<dd><p>A column of right-aligned items.
-</p>
-</dd>
-<dt><code>c</code></dt>
-<dd><p>A column of centered items.
-</p>
-</dd>
-<dt><code>|</code></dt>
-<dd><p>A vertical line the full height and depth of the environment.
-</p>
-</dd>
-<dt><code>@{<var>text</var>}</code></dt>
-<dd><p>This inserts <var>text</var> in every row. An @-expression suppresses the
-intercolumn space normally inserted between columns; any desired space
-between the inserted text and the adjacent items must be included in
-<var>text</var>. An <code>\extracolsep{wd}</code> command in an @-expression
-causes an extra space of width <code>wd</code> to appear to the left of all
-subsequent columns, until countermanded by another <code>\extracolsep</code>
-command. Unlike ordinary intercolumn space, this extra space is not
-suppressed by an @-expression. An <code>\extracolsep</code> command can be
-used only in an @-expression in the <code>cols</code> argument.
-</p>
-</dd>
-<dt><code>p{<var>wd</var>}</code></dt>
-<dd><p>Produces a column with each item typeset in a parbox of width
-<var>wd</var>, as if it were the argument of a
-<code>\parbox[t]{<var>wd</var>}</code> command. However, a <code>\\</code> may not
-appear in the item, except in the following situations:
-</p>
-<ol>
-<li>
-inside an environment like <code>minipage</code>, <code>array</code>, or <code>tabular</code>.
-</li><li>
-inside an explicit <code>\parbox</code>.
-</li><li>
-in the scope of a <code>\centering</code>, <code>\raggedright</code>, or <code>\raggedleft</code>
-declaration. The latter declarations must appear inside braces or an
-environment when used in a <code>p</code>-column element.
-</li></ol>
-
-</dd>
-<dt><code>*{<var>num</var>}{<var>cols</var>}</code></dt>
-<dd><p>Equivalent to <var>num</var> copies of <var>cols</var>, where <var>num</var> is a
-positive integer and <var>cols</var> is any list of column-specifiers,
-which may contain another <code>*-expression</code>.
-</p>
-</dd>
-</dl>
-</dd>
-</dl>
-
-<p>Parameters that control formatting:
-</p>
-<dl compact="compact">
-<dt><code>\arrayrulewidth</code>
-<a name="index-_005carrayrulewidth"></a>
-</dt>
-<dd><p>Thickness of the rule created by <code>|</code>, <code>\hline</code>, and
-<code>\vline</code> in the <code>tabular</code> and <code>array</code> environments; the
-default is &lsquo;<samp>.4pt</samp>&rsquo;.
-</p>
-</dd>
-<dt><code>\arraystretch</code>
-<a name="index-_005carraystretch"></a>
-</dt>
-<dd><p>Scaling of spacing between rows in the <code>tabular</code> and <code>array</code>
-environments; default is &lsquo;<samp>1</samp>&rsquo;, for no scaling.
-</p>
-</dd>
-<dt><code>\doublerulesep</code>
-<a name="index-_005cdoublerulesep"></a>
-</dt>
-<dd><p>Horizontal distance between the vertical rules produced by <code>||</code>
-in the <code>tabular</code> and <code>array</code> environments; default is &lsquo;<samp>2pt</samp>&rsquo;.
-</p>
-</dd>
-<dt><code>\tabcolsep</code>
-<a name="index-_005ctabcolsep"></a>
-</dt>
-<dd><p>Half the width of the space between columns; default is &lsquo;<samp>6pt</samp>&rsquo;.
-</p>
-</dd>
-</dl>
-
-<p>These commands can be used inside a <code>tabular</code> environment:
-</p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cmulticolumn" accesskey="1">\multicolumn</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Make an item spanning several columns.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005ccline" accesskey="2">\cline</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Draw a horizontal line spanning some columns.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005chline" accesskey="3">\hline</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Draw a horizontal line spanning all columns.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cvline" accesskey="4">\vline</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Draw a vertical line.
-</td></tr>
-</table>
-
-
-<hr>
-<a name="g_t_005cmulticolumn"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005ccline" accesskey="n" rel="next">\cline</a>, Up: <a href="#tabular" accesskey="u" rel="up">tabular</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cmulticolumn-1"></a>
-<h3 class="subsection">9.23.1 <code>\multicolumn</code></h3>
-<a name="index-_005cmulticolumn"></a>
-
-<p>Synopsis:
-</p><div class="example">
-<pre class="example">\multicolumn{<var>cols</var>}{<var>pos</var>}{<var>text</var>}
-</pre></div>
-
-<p>The <code>\multicolumn</code> command makes an entry that spans several
-columns. The first mandatory argument, <var>cols</var>, specifies the
-number of columns to span. The second mandatory argument, <var>pos</var>,
-specifies the formatting of the entry; <code>c</code> for centered, <code>l</code>
-for flushleft, <code>r</code> for flushright. The third mandatory argument,
-<var>text</var>, specifies what text to put in the entry.
-</p>
-<p>Here&rsquo;s an example showing two columns separated by an en-dash;
-<code>\multicolumn</code> is used for the heading:
-</p>
-<div class="example">
-<pre class="example">\begin{tabular}{r@{--}l}
-\multicolumn{2}{c}{\bf Unicode}\cr
- 0x80&amp;0x7FF \cr
- 0x800&amp;0xFFFF \cr
-0x10000&amp;0x1FFFF \cr
-\end{tabular}
-</pre></div>
-
-
-<hr>
-<a name="g_t_005ccline"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005chline" accesskey="n" rel="next">\hline</a>, Previous: <a href="#g_t_005cmulticolumn" accesskey="p" rel="previous">\multicolumn</a>, Up: <a href="#tabular" accesskey="u" rel="up">tabular</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005ccline-1"></a>
-<h3 class="subsection">9.23.2 <code>\cline</code></h3>
-<a name="index-_005ccline"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\cline{<var>i</var>-<var>j</var>}
-</pre></div>
-
-<p>The <code>\cline</code> command draws horizontal lines across the columns
-specified, beginning in column <var>i</var> and ending in column <var>j</var>,
-which are specified in the mandatory argument.
-</p>
-
-<hr>
-<a name="g_t_005chline"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cvline" accesskey="n" rel="next">\vline</a>, Previous: <a href="#g_t_005ccline" accesskey="p" rel="previous">\cline</a>, Up: <a href="#tabular" accesskey="u" rel="up">tabular</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005chline-1"></a>
-<h3 class="subsection">9.23.3 <code>\hline</code></h3>
-<a name="index-_005chline"></a>
-
-<p>The <code>\hline</code> command draws a horizontal line the width of the
-enclosing <code>tabular</code> or <code>array</code> environment. It&rsquo;s most
-commonly used to draw a line at the top, bottom, and between the rows
-of a table.
-</p>
-
-<hr>
-<a name="g_t_005cvline"></a>
-<div class="header">
-<p>
-Previous: <a href="#g_t_005chline" accesskey="p" rel="previous">\hline</a>, Up: <a href="#tabular" accesskey="u" rel="up">tabular</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cvline-1"></a>
-<h3 class="subsection">9.23.4 <code>\vline</code></h3>
-<a name="index-_005cvline"></a>
-
-<p>The <code>\vline</code> command will draw a vertical line extending the full
-height and depth of its row. An <code>\hfill</code> command can be used to
-move the line to the edge of the column. It can also be used in an
-@-expression.
-</p>
-
-<hr>
-<a name="thebibliography"></a>
-<div class="header">
-<p>
-Next: <a href="#theorem" accesskey="n" rel="next">theorem</a>, Previous: <a href="#tabular" accesskey="p" rel="previous">tabular</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="thebibliography-1"></a>
-<h2 class="section">9.24 <code>thebibliography</code></h2>
-
-<a name="index-thebibliography"></a>
-<a name="index-bibliography_002c-creating-_0028manually_0029"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\begin{thebibliography}{<var>widest-label</var>}
-\bibitem[<var>label</var>]{<var>cite_key}</var>
-...
-\end{thebibliography}
-</pre></div>
-
-<p>The <code>thebibliography</code> environment produces a bibliography or
-reference list.
-</p>
-<p>In the <code>article</code> class, this reference list is labelled
-&ldquo;References&rdquo;; in the <code>report</code> class, it is labelled
-&ldquo;Bibliography&rdquo;. You can change the label (in the standard classes)
-by redefining the command <code>\refname</code>. For instance, this
-eliminates it entirely:
-</p>
-<div class="example">
-<pre class="example">\renewcommand{\refname}{}
-</pre></div>
-
-<p>The mandatory <var>widest-label</var> argument is text that, when typeset,
-is as wide as the widest item label produced by the <code>\bibitem</code>
-commands. It is typically given as <code>9</code> for bibliographies with
-less than 10 references, <code>99</code> for ones with less than 100, etc.
-</p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cbibitem" accesskey="1">\bibitem</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Specify a bibliography item.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005ccite" accesskey="2">\cite</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Refer to a bibliography item.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cnocite" accesskey="3">\nocite</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Include an item in the bibliography.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Using-BibTeX" accesskey="4">Using BibTeX</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Automatic generation of bibliographies.
-</td></tr>
-</table>
-
-
-<hr>
-<a name="g_t_005cbibitem"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005ccite" accesskey="n" rel="next">\cite</a>, Up: <a href="#thebibliography" accesskey="u" rel="up">thebibliography</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cbibitem-1"></a>
-<h3 class="subsection">9.24.1 <code>\bibitem</code></h3>
-
-<a name="index-_005cbibitem"></a>
-
-<p>Synopsis:
-</p><div class="example">
-<pre class="example">\bibitem[<var>label</var>]{<var>cite_key</var>}
-</pre></div>
-
-<p>The <code>\bibitem</code> command generates an entry labelled by
-<var>label</var>. If the <var>label</var> argument is missing, a number is
-automatically generated using the <code>enumi</code> counter. The
-<var>cite_key</var> is any sequence of letters, numbers, and punctuation
-symbols not containing a comma.
-</p>
-<p>This command writes an entry to the &lsquo;<tt>.aux</tt>&rsquo; file containing the
-item&rsquo;s <var>cite_key</var> and label. When the &lsquo;<tt>.aux</tt>&rsquo; file is read by
-the <code>\begin{document}</code> command, the item&rsquo;s <code>label</code> is
-associated with <code>cite_key</code>, causing references to <var>cite_key</var>
-with a <code>\cite</code> command (see next section) to produce the
-associated label.
-</p>
-
-<hr>
-<a name="g_t_005ccite"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cnocite" accesskey="n" rel="next">\nocite</a>, Previous: <a href="#g_t_005cbibitem" accesskey="p" rel="previous">\bibitem</a>, Up: <a href="#thebibliography" accesskey="u" rel="up">thebibliography</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005ccite-1"></a>
-<h3 class="subsection">9.24.2 <code>\cite</code></h3>
-
-<a name="index-_005ccite"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\cite[<var>subcite</var>]{<var>keys</var>
-</pre></div>
-
-<p>The <var>keys</var> argument is a list of one or more citation keys,
-separated by commas. This command generates an in-text citation to
-the references associated with <var>keys</var> by entries in the
-&lsquo;<tt>.aux</tt>&rsquo; file.
-</p>
-<p>The text of the optional <var>subcite</var> argument appears after the
-citation. For example, <code>\cite[p.~314]{knuth}</code> might produce
-&lsquo;[Knuth, p.&nbsp;314]&rsquo;.
-</p>
-
-<hr>
-<a name="g_t_005cnocite"></a>
-<div class="header">
-<p>
-Next: <a href="#Using-BibTeX" accesskey="n" rel="next">Using BibTeX</a>, Previous: <a href="#g_t_005ccite" accesskey="p" rel="previous">\cite</a>, Up: <a href="#thebibliography" accesskey="u" rel="up">thebibliography</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cnocite-1"></a>
-<h3 class="subsection">9.24.3 <code>\nocite</code></h3>
-<a name="index-_005cnocite"></a>
-
-<p><code>\nocite{key_list}</code>
-</p>
-<p>The <code>\nocite</code> command produces no text, but writes <code>key_list</code>,
-which is a list of one or more citation keys, on the &lsquo;<tt>.aux</tt>&rsquo; file.
-</p>
-
-<hr>
-<a name="Using-BibTeX"></a>
-<div class="header">
-<p>
-Previous: <a href="#g_t_005cnocite" accesskey="p" rel="previous">\nocite</a>, Up: <a href="#thebibliography" accesskey="u" rel="up">thebibliography</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Using-BibTeX-1"></a>
-<h3 class="subsection">9.24.4 Using BibTeX</h3>
-
-<a name="index-using-BibTeX"></a>
-<a name="index-bibTeX_002c-using"></a>
-<a name="index-bibliography_002c-creating-_0028automatically_0029"></a>
-<a name="index-_005cbibliographystyle"></a>
-<a name="index-_005cbibliography"></a>
-
-<p>If you use the BibTeX program by Oren Patashnik (highly
-recommended if you need a bibliography of more than a couple of
-titles) to maintain your bibliography, you don&rsquo;t use the
-<code>thebibliography</code> environment (see <a href="#thebibliography">thebibliography</a>). Instead,
-you include the lines
-</p>
-<div class="example">
-<pre class="example">\bibliographystyle{<var>bibstyle</var>}
-\bibliography{<var>bibfile1</var>,<var>bibfile2</var>}
-</pre></div>
-
-<p>The <code>\bibliographystyle</code> command does not produce any output of
-its own. Rather, it defines the style in which the bibliography will
-be produced: <var>bibstyle</var> refers to a file
-<var>bibstyle</var>&lsquo;<tt>.bst</tt>&rsquo;, which defines how your citations will look.
-The standard <var>style</var> names distributed with BibTeX are:
-</p>
-<dl compact="compact">
-<dt><code>alpha</code></dt>
-<dd><p>Sorted alphabetically. Labels are formed from name of author and year of
-publication.
-</p></dd>
-<dt><code>plain</code></dt>
-<dd><p>Sorted alphabetically. Labels are numeric.
-</p></dd>
-<dt><code>unsrt</code></dt>
-<dd><p>Like <code>plain</code>, but entries are in order of citation.
-</p></dd>
-<dt><code>abbrv</code></dt>
-<dd><p>Like <code>plain</code>, but more compact labels.
-</p></dd>
-</dl>
-
-<p>In addition, numerous other BibTeX style files exist tailored to
-the demands of various publications. See
-<a href="http://www.ctan.org/tex-archive/biblio/bibtex/contrib">http://www.ctan.org/tex-archive/biblio/bibtex/contrib</a>.
-</p>
-<p>The <code>\bibliography</code> command is what actually produces the
-bibliography. The argument to <code>\bibliography</code> refers to files
-named &lsquo;<tt><var>bibfile</var>.bib</tt>&rsquo;, which should contain your database in
-BibTeX format. Only the entries referred to via <code>\cite</code> and
-<code>\nocite</code> will be listed in the bibliography.
-</p>
-
-<hr>
-<a name="theorem"></a>
-<div class="header">
-<p>
-Next: <a href="#titlepage" accesskey="n" rel="next">titlepage</a>, Previous: <a href="#thebibliography" accesskey="p" rel="previous">thebibliography</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="theorem-1"></a>
-<h2 class="section">9.25 <code>theorem</code></h2>
-
-<a name="index-theorem-environment"></a>
-<a name="index-theorems_002c-typesetting"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\begin{theorem}
-<var>theorem-text</var>
-\end{theorem}
-</pre></div>
-
-<p>The <code>theorem</code> environment produces &ldquo;Theorem <var>n</var>&rdquo; in
-boldface followed by <var>theorem-text</var>, where the numbering
-possibilities for <var>n</var> are described under <code>\newtheorem</code>
-(see <a href="#g_t_005cnewtheorem">\newtheorem</a>).
-</p>
-
-<hr>
-<a name="titlepage"></a>
-<div class="header">
-<p>
-Next: <a href="#verbatim" accesskey="n" rel="next">verbatim</a>, Previous: <a href="#theorem" accesskey="p" rel="previous">theorem</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="titlepage-1"></a>
-<h2 class="section">9.26 <code>titlepage</code></h2>
-
-<a name="index-titlepage-environment"></a>
-<a name="index-making-a-title-page"></a>
-<a name="index-title-pages_002c-creating"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\begin{titlepage}
-<var>text</var>
-\end{titlepage}
-</pre></div>
-
-<p>The <code>titlepage</code> environment creates a title page, i.e., a page
-with no printed page number or heading. It also causes the following
-page to be numbered page one. Formatting the title page is left to
-you. The <code>\today</code> command may be useful on title pages
-(see <a href="#g_t_005ctoday">\today</a>).
-</p>
-<p>You can use the <code>\maketitle</code> command (see <a href="#g_t_005cmaketitle">\maketitle</a>) to
-produce a standard title page without a <code>titlepage</code> environment.
-</p>
-
-<hr>
-<a name="verbatim"></a>
-<div class="header">
-<p>
-Next: <a href="#verse" accesskey="n" rel="next">verse</a>, Previous: <a href="#titlepage" accesskey="p" rel="previous">titlepage</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="verbatim-1"></a>
-<h2 class="section">9.27 <code>verbatim</code></h2>
-
-<a name="index-verbatim-environment"></a>
-<a name="index-verbatim-text"></a>
-<a name="index-simulating-typed-text"></a>
-<a name="index-typed-text_002c-simulating"></a>
-<a name="index-code_002c-typesetting"></a>
-<a name="index-computer-programs_002c-typesetting"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\begin{verbatim}
-<var>literal-text</var>
-\end{verbatim}
-</pre></div>
-
-<p>The <code>verbatim</code> environment is a paragraph-making environment in
-which LaTeX produces exactly what you type in; for instance the
-<code>\</code> character produces a printed &lsquo;<samp>\</samp>&rsquo;. It turns LaTeX
-into a typewriter with carriage returns and blanks having the same
-effect that they would on a typewriter.
-</p>
-<p>The <code>verbatim</code> uses a monospaced typewriter-like font (<code>\tt</code>).
-</p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cverb" accesskey="1">\verb</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> The macro form of the <code>verbatim</code> environment.
-</td></tr>
-</table>
-
-<hr>
-<a name="g_t_005cverb"></a>
-<div class="header">
-<p>
-Up: <a href="#verbatim" accesskey="u" rel="up">verbatim</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cverb-1"></a>
-<h3 class="subsection">9.27.1 <code>\verb</code></h3>
-
-<a name="index-_005cverb"></a>
-<a name="index-verbatim-text_002c-inline"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\verb<var>char</var><var>literal-text</var><var>char</var>
-\verb*<var>char</var><var>literal-text</var><var>char</var>
-</pre></div>
-
-<p>The <code>\verb</code> command typesets <var>literal-text</var> as it is input,
-including special characters and spaces, using the typewriter
-(<code>\tt</code>) font. No spaces are allowed between <code>\verb</code> or
-<code>\verb*</code> and the delimiter <var>char</var>, which begins and ends the
-verbatim text. The delimiter must not appear in <var>literal-text</var>.
-</p>
-<a name="index-visible-space"></a>
-<p>The <code>*</code>-form differs only in that spaces are printed with a
-&ldquo;visible space&rdquo; character.
-</p>
-
-<hr>
-<a name="verse"></a>
-<div class="header">
-<p>
-Previous: <a href="#verbatim" accesskey="p" rel="previous">verbatim</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="verse-1"></a>
-<h2 class="section">9.28 <code>verse</code></h2>
-
-<a name="index-verse-environment"></a>
-<a name="index-poetry_002c-an-environment-for"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\begin{verse}
-<var>line1</var> \\
-<var>line2</var> \\
-...
-\end{verse}
-</pre></div>
-
-<p>The <code>verse</code> environment is designed for poetry, though you may find
-other uses for it.
-</p>
-<a name="index-_005c_005c-for-verse"></a>
-<p>The margins are indented on the left and the right, paragraphs are not
-indented, and the text is not justified. Separate the lines of each
-stanza with <code>\\</code>, and use one or more blank lines to separate the
-stanzas.
-</p>
-
-<hr>
-<a name="Line-breaking"></a>
-<div class="header">
-<p>
-Next: <a href="#Page-breaking" accesskey="n" rel="next">Page breaking</a>, Previous: <a href="#Environments" accesskey="p" rel="previous">Environments</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Line-breaking-1"></a>
-<h1 class="chapter">10 Line breaking</h1>
-<a name="index-line-breaking"></a>
-<a name="index-breaking-lines"></a>
-
-<p>The first thing LaTeX does when processing ordinary text is to
-translate your input file into a sequence of glyphs and spaces. To
-produce a printed document, this sequence must be broken into lines
-(and these lines must be broken into pages).
-</p>
-<p>LaTeX usually does the line (and page) breaking for you, but in
-some environments, you do the line breaking yourself with the
-<code>\\</code> command, and you can always manually force breaks.
-</p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005c_005c" accesskey="1">\\</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Start a new line.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cobeycr-_0026-_005crestorecr" accesskey="2">\obeycr &amp; \restorecr</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Make each input line start a new output line.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cnewline" accesskey="3">\newline</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Break the line
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005c_002d-_0028hyphenation_0029" accesskey="4">\- (hyphenation)</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Insert explicit hyphenation.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cfussy" accesskey="5">\fussy</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Be fussy about line breaking.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005csloppy" accesskey="6">\sloppy</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Be sloppy about line breaking.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005chyphenation" accesskey="7">\hyphenation</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Tell LaTeX how to hyphenate a word.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005clinebreak-_0026-_005cnolinebreak" accesskey="8">\linebreak &amp; \nolinebreak</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Forcing &amp; avoiding line breaks.
-</td></tr>
-</table>
-
-
-<hr>
-<a name="g_t_005c_005c"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cobeycr-_0026-_005crestorecr" accesskey="n" rel="next">\obeycr &amp; \restorecr</a>, Up: <a href="#Line-breaking" accesskey="u" rel="up">Line breaking</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005c_005c_005b_002a_005d_005bmorespace_005d"></a>
-<h2 class="section">10.1 <code>\\</code>[*][<var>morespace</var>]</h2>
-<a name="index-_005c_005c-force-line-break"></a>
-<a name="index-new-line_002c-starting"></a>
-<a name="index-line-break_002c-forcing"></a>
-
-<p>The <code>\\</code> command tells LaTeX to start a new line. It has an
-optional argument, <var>morespace</var>, that specifies how much extra
-vertical space is to be inserted before the next line. This can be a
-negative amount.
-</p>
-<p>The <code>\\*</code> command is the same as the ordinary <code>\\</code> command
-except that it tells LaTeX not to start a new page after the line.
-</p>
-
-<hr>
-<a name="g_t_005cobeycr-_0026-_005crestorecr"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cnewline" accesskey="n" rel="next">\newline</a>, Previous: <a href="#g_t_005c_005c" accesskey="p" rel="previous">\\</a>, Up: <a href="#Line-breaking" accesskey="u" rel="up">Line breaking</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cobeycr-_0026-_005crestorecr-1"></a>
-<h2 class="section">10.2 <code>\obeycr</code> &amp; <code>\restorecr</code></h2>
-<a name="index-_005cobeycr"></a>
-<a name="index-_005crestorecr"></a>
-<a name="index-new-line_002c-output-as-input"></a>
-
-<p>The <code>\obeycr</code> command makes a return in the input file
-(&lsquo;<samp>^^M</samp>&rsquo;, internally) the same as <code>\\</code> (followed by
-<code>\relax</code>). So each new line in the input will also be a new line
-in the output.
-</p>
-<p><code>\restorecr</code> restores normal line-breaking behavior.
-</p>
-
-<hr>
-<a name="g_t_005cnewline"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005c_002d-_0028hyphenation_0029" accesskey="n" rel="next">\- (hyphenation)</a>, Previous: <a href="#g_t_005cobeycr-_0026-_005crestorecr" accesskey="p" rel="previous">\obeycr &amp; \restorecr</a>, Up: <a href="#Line-breaking" accesskey="u" rel="up">Line breaking</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cnewline-1"></a>
-<h2 class="section">10.3 <code>\newline</code></h2>
-<a name="index-_005cnewline"></a>
-<a name="index-new-line_002c-starting-_0028paragraph-mode_0029"></a>
-
-<p>The <code>\newline</code> command breaks the line at the present point, with
-no stretching of the text before it. It can only be used in paragraph
-mode.
-</p>
-
-<hr>
-<a name="g_t_005c_002d-_0028hyphenation_0029"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cfussy" accesskey="n" rel="next">\fussy</a>, Previous: <a href="#g_t_005cnewline" accesskey="p" rel="previous">\newline</a>, Up: <a href="#Line-breaking" accesskey="u" rel="up">Line breaking</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005c_002d-_0028discretionary-hyphen_0029"></a>
-<h2 class="section">10.4 <code>\-</code> (discretionary hyphen)</h2>
-<a name="index-_005c_002d-_0028hyphenation_0029"></a>
-<a name="index-hyphenation_002c-forcing"></a>
-
-<p>The <code>\-</code> command tells LaTeX that it may hyphenate the word at
-that point. LaTeX is very good at hyphenating, and it will usually
-find most of the correct hyphenation points, and almost never use an
-incorrect one. The <code>\-</code> command is used for the exceptional
-cases.
-</p>
-<p>When you insert <code>\-</code> commands in a word, the word will only be
-hyphenated at those points and not at any of the hyphenation points
-that LaTeX might otherwise have chosen.
-</p>
-
-
-<hr>
-<a name="g_t_005cfussy"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005csloppy" accesskey="n" rel="next">\sloppy</a>, Previous: <a href="#g_t_005c_002d-_0028hyphenation_0029" accesskey="p" rel="previous">\- (hyphenation)</a>, Up: <a href="#Line-breaking" accesskey="u" rel="up">Line breaking</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cfussy-1"></a>
-<h2 class="section">10.5 <code>\fussy</code></h2>
-<a name="index-_005cfussy"></a>
-
-<p>The declaration <code>\fussy</code> (which is the default) makes TeX
-picky about line breaking. This usually avoids too much space between
-words, at the cost of an occasional overfull box.
-</p>
-<p>This command cancels the effect of a previous <code>\sloppy</code> command
-(see <a href="#g_t_005csloppy">\sloppy</a>.
-</p>
-
-<hr>
-<a name="g_t_005csloppy"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005chyphenation" accesskey="n" rel="next">\hyphenation</a>, Previous: <a href="#g_t_005cfussy" accesskey="p" rel="previous">\fussy</a>, Up: <a href="#Line-breaking" accesskey="u" rel="up">Line breaking</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005csloppy-1"></a>
-<h2 class="section">10.6 <code>\sloppy</code></h2>
-
-<p>The declaration <code>\sloppy</code> makes TeX less fussy about line
-breaking. This will avoid overfull boxes, at the cost of loose
-interword spacing.
-</p>
-<p>Lasts until a <code>\fussy</code> command is issued (see <a href="#g_t_005cfussy">\fussy</a>).
-</p>
-
-<hr>
-<a name="g_t_005chyphenation"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005clinebreak-_0026-_005cnolinebreak" accesskey="n" rel="next">\linebreak &amp; \nolinebreak</a>, Previous: <a href="#g_t_005csloppy" accesskey="p" rel="previous">\sloppy</a>, Up: <a href="#Line-breaking" accesskey="u" rel="up">Line breaking</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005chyphenation-1"></a>
-<h2 class="section">10.7 <code>\hyphenation</code></h2>
-<a name="index-_005chyphenation"></a>
-<a name="index-hyphenation_002c-defining"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\hyphenation{<var>word-one</var> <var>word-two</var>}
-</pre></div>
-
-<p>The <code>\hyphenation</code> command declares allowed hyphenation points
-with a <code>-</code> character in the given words. The words are separated
-by spaces. TeX will only hyphenate if the word matches exactly, no
-inflections are tried. Multiple <code>\hyphenation</code> commands
-accumulate. Some examples (the default TeX hyphenation patterns
-misses the hyphenations in these words):
-</p>
-<div class="example">
-<pre class="example">\hyphenation{ap-pen-dix col-umns data-base data-bases}
-</pre></div>
-
-
-<hr>
-<a name="g_t_005clinebreak-_0026-_005cnolinebreak"></a>
-<div class="header">
-<p>
-Previous: <a href="#g_t_005chyphenation" accesskey="p" rel="previous">\hyphenation</a>, Up: <a href="#Line-breaking" accesskey="u" rel="up">Line breaking</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005clinebreak-_0026-_005cnolinebreak-1"></a>
-<h2 class="section">10.8 <code>\linebreak</code> &amp; <code>\nolinebreak</code></h2>
-<a name="index-_005clinebreak"></a>
-<a name="index-_005cnolinebreak"></a>
-<a name="index-line-breaks_002c-forcing"></a>
-<a name="index-line-breaks_002c-preventing"></a>
-
-<p>Synopses:
-</p>
-<div class="example">
-<pre class="example">\linebreak[<var>priority</var>]
-\nolinebreak[<var>priority</var>]
-</pre></div>
-
-<p>By default, the <code>\linebreak</code> (<code>\nolinebreak</code>) command forces
-(prevents) a line break at the current position. For
-<code>\linebreak</code>, the spaces in the line are stretched out so that it
-extends to the right margin as usual.
-</p>
-<p>With the optional argument <var>priority</var>, you can convert the command
-from a demand to a request. The <var>priority</var> must be a number from
-0 to&nbsp;4. The higher the number, the more insistent the request.
-</p>
-
-<hr>
-<a name="Page-breaking"></a>
-<div class="header">
-<p>
-Next: <a href="#Footnotes" accesskey="n" rel="next">Footnotes</a>, Previous: <a href="#Line-breaking" accesskey="p" rel="previous">Line breaking</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Page-breaking-1"></a>
-<h1 class="chapter">11 Page breaking</h1>
-<a name="index-page-breaking"></a>
-<a name="index-breaking-pages"></a>
-
-<p>LaTeX starts new pages asynchronously, when enough material has
-accumulated to fill up a page. Usually this happens automatically,
-but sometimes you may want to influence the breaks.
-</p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005ccleardoublepage" accesskey="1">\cleardoublepage</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Start a new right-hand page.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cclearpage" accesskey="2">\clearpage</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Start a new page.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cnewpage" accesskey="3">\newpage</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Start a new page.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cenlargethispage" accesskey="4">\enlargethispage</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Enlarge the current page a bit.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cpagebreak-_0026-_005cnopagebreak" accesskey="5">\pagebreak &amp; \nopagebreak</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Forcing &amp; avoiding page breaks.
-</td></tr>
-</table>
-
-
-<hr>
-<a name="g_t_005ccleardoublepage"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cclearpage" accesskey="n" rel="next">\clearpage</a>, Up: <a href="#Page-breaking" accesskey="u" rel="up">Page breaking</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005ccleardoublepage-1"></a>
-<h2 class="section">11.1 <code>\cleardoublepage</code></h2>
-
-<a name="index-_005ccleardoublepage"></a>
-<a name="index-starting-on-a-right_002dhand-page"></a>
-
-<p>The <code>\cleardoublepage</code> command ends the current page and causes all
-figures and tables that have so far appeared in the input to be printed.
-In a two-sided printing style, it also makes the next page a right-hand
-(odd-numbered) page, producing a blank page if necessary.
-</p>
-
-<hr>
-<a name="g_t_005cclearpage"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cnewpage" accesskey="n" rel="next">\newpage</a>, Previous: <a href="#g_t_005ccleardoublepage" accesskey="p" rel="previous">\cleardoublepage</a>, Up: <a href="#Page-breaking" accesskey="u" rel="up">Page breaking</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cclearpage-1"></a>
-<h2 class="section">11.2 <code>\clearpage</code></h2>
-<a name="index-_005cclearpage"></a>
-<a name="index-flushing-floats-and-starting-a-page"></a>
-<a name="index-starting-a-new-page-and-clearing-floats"></a>
-
-<p>The <code>\clearpage</code> command ends the current page and causes all
-figures and tables that have so far appeared in the input to be printed.
-</p>
-
-<hr>
-<a name="g_t_005cnewpage"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cenlargethispage" accesskey="n" rel="next">\enlargethispage</a>, Previous: <a href="#g_t_005cclearpage" accesskey="p" rel="previous">\clearpage</a>, Up: <a href="#Page-breaking" accesskey="u" rel="up">Page breaking</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cnewpage-1"></a>
-<h2 class="section">11.3 <code>\newpage</code></h2>
-<a name="index-_005cnewpage"></a>
-<a name="index-new-page_002c-starting"></a>
-<a name="index-starting-a-new-page"></a>
-
-<p>The <code>\newpage</code> command ends the current page, but does not clear
-floats (see <code>\clearpage</code> above).
-</p>
-
-<hr>
-<a name="g_t_005cenlargethispage"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cpagebreak-_0026-_005cnopagebreak" accesskey="n" rel="next">\pagebreak &amp; \nopagebreak</a>, Previous: <a href="#g_t_005cnewpage" accesskey="p" rel="previous">\newpage</a>, Up: <a href="#Page-breaking" accesskey="u" rel="up">Page breaking</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cenlargethispage-1"></a>
-<h2 class="section">11.4 <code>\enlargethispage</code></h2>
-<a name="index-_005cenlargethispage"></a>
-<a name="index-enlarge-current-page"></a>
-
-<p><code>\enlargethispage{size}</code>
-</p>
-<p><code>\enlargethispage*{size}</code>
-</p>
-<p>Enlarge the <code>\textheight</code> for the current page by the specified
-amount; e.g. <code>\enlargethispage{\baselineskip}</code> will allow one
-additional line.
-</p>
-<p>The starred form tries to squeeze the material together on the page as
-much as possible. This is normally used together with an explicit
-<code>\pagebreak</code>.
-</p>
-
-<hr>
-<a name="g_t_005cpagebreak-_0026-_005cnopagebreak"></a>
-<div class="header">
-<p>
-Previous: <a href="#g_t_005cenlargethispage" accesskey="p" rel="previous">\enlargethispage</a>, Up: <a href="#Page-breaking" accesskey="u" rel="up">Page breaking</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cpagebreak-_0026-_005cnopagebreak-1"></a>
-<h2 class="section">11.5 <code>\pagebreak</code> &amp; <code>\nopagebreak</code></h2>
-<a name="index-_005cpagebreak"></a>
-<a name="index-_005cnopagebreak"></a>
-<a name="index-page-break_002c-forcing"></a>
-<a name="index-page-break_002c-preventing"></a>
-
-<p>Synopses:
-</p>
-<div class="example">
-<pre class="example">\pagebreak[<var>priority</var>]
-\nopagebreak[<var>priority</var>]
-</pre></div>
-
-<p>By default, the <code>\pagebreak</code> (<code>\nopagebreak</code>) command forces
-(prevents) a page break at the current position. For
-<code>\linebreak</code>, the vertical space on the page is stretched out
-where possible so that it extends to the normal bottom margin.
-</p>
-<p>With the optional argument <var>priority</var>, you can convert the
-<code>\pagebreak</code> command from a demand to a request. The number must
-be a number from 0 to&nbsp;4. The higher the number, the more
-insistent the request is.
-</p>
-
-<hr>
-<a name="Footnotes"></a>
-<div class="header">
-<p>
-Next: <a href="#Definitions" accesskey="n" rel="next">Definitions</a>, Previous: <a href="#Page-breaking" accesskey="p" rel="previous">Page breaking</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Footnotes-1"></a>
-<h1 class="chapter">12 Footnotes</h1>
-<a name="index-footnotes_002c-creating"></a>
-
-<p>Footnotes can be produced in one of two ways. They can be produced
-with one command, the <code>\footnote</code> command. They can also be
-produced with two commands, the <code>\footnotemark</code> and the
-<code>\footnotetext</code> commands.
-</p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cfootnote" accesskey="1">\footnote</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Insert a footnote.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cfootnotemark" accesskey="2">\footnotemark</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Insert footnote mark only.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cfootnotetext" accesskey="3">\footnotetext</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Insert footnote text only.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Symbolic-footnotes" accesskey="4">Symbolic footnotes</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Using symbols instead of numbers for footnotes.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Footnote-parameters" accesskey="5">Footnote parameters</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Parameters for footnote formatting.
-</td></tr>
-</table>
-
-
-<hr>
-<a name="g_t_005cfootnote"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cfootnotemark" accesskey="n" rel="next">\footnotemark</a>, Up: <a href="#Footnotes" accesskey="u" rel="up">Footnotes</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cfootnote-1"></a>
-<h2 class="section">12.1 <code>\footnote</code></h2>
-<a name="index-_005cfootnote"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\footnote[<var>number</var>]{<var>text</var>}
-</pre></div>
-
-<p>The <code>\footnote</code> command places the numbered footnote <var>text</var>
-at the bottom of the current page. The optional argument <var>number</var>
-changes the default footnote number.
-</p>
-<p>This command can only be used in outer paragraph mode; i.e., you
-cannot use it in sectioning commands like <code>\chapter</code>, in figures,
-tables or in a <code>tabular</code> environment. (See following sections.)
-</p>
-
-<hr>
-<a name="g_t_005cfootnotemark"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cfootnotetext" accesskey="n" rel="next">\footnotetext</a>, Previous: <a href="#g_t_005cfootnote" accesskey="p" rel="previous">\footnote</a>, Up: <a href="#Footnotes" accesskey="u" rel="up">Footnotes</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cfootnotemark-1"></a>
-<h2 class="section">12.2 <code>\footnotemark</code></h2>
-<a name="index-_005cfootnotemark"></a>
-
-<p>With no optional argument, the <code>\footnotemark</code> command puts the
-current footnote number in the text. This command can be used in
-inner paragraph mode. You give the text of the footnote separately,
-with the <code>\footnotetext</code> command.
-</p>
-<p>This command can be used to produce several consecutive footnote
-markers referring to the same footnote with
-</p>
-<div class="example">
-<pre class="example">\footnotemark[\value{footnote}]
-</pre></div>
-
-<p>after the first <code>\footnote</code> command.
-</p>
-
-<hr>
-<a name="g_t_005cfootnotetext"></a>
-<div class="header">
-<p>
-Next: <a href="#Symbolic-footnotes" accesskey="n" rel="next">Symbolic footnotes</a>, Previous: <a href="#g_t_005cfootnotemark" accesskey="p" rel="previous">\footnotemark</a>, Up: <a href="#Footnotes" accesskey="u" rel="up">Footnotes</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cfootnotetext-1"></a>
-<h2 class="section">12.3 <code>\footnotetext</code></h2>
-<a name="index-_005cfootnotetext"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\footnotetext[<var>number</var>]{<var>text</var>}
-</pre></div>
-
-<p>The <code>\footnotetext</code> command places <var>text</var> at the bottom of
-the page as a footnote. This command can come anywhere after the
-<code>\footnotemark</code> command. The <code>\footnotetext</code> command must
-appear in outer paragraph mode.
-</p>
-<p>The optional argument <var>number</var> changes the default footnote number.
-</p>
-
-<hr>
-<a name="Symbolic-footnotes"></a>
-<div class="header">
-<p>
-Next: <a href="#Footnote-parameters" accesskey="n" rel="next">Footnote parameters</a>, Previous: <a href="#g_t_005cfootnotetext" accesskey="p" rel="previous">\footnotetext</a>, Up: <a href="#Footnotes" accesskey="u" rel="up">Footnotes</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Symbolic-footnotes-1"></a>
-<h2 class="section">12.4 Symbolic footnotes</h2>
-
-<a name="index-footnotes_002c-symbolic-instead-of-numbered"></a>
-<p>If you want to use symbols for footnotes, rather than increasing
-numbers, redefine <code>\thefootnote</code> like this:
-</p>
-<div class="example">
-<pre class="example">\renewcommand{\thefootnote}{\fnsymbol{footnote}}
-</pre></div>
-
-<a name="index-_005cfnsymbol_002c-and-footnotes"></a>
-<a name="index-_005c_0040fnsymbol"></a>
-<p>The <code>\fnsymbol</code> command produces a predefined series of symbols
-(see <a href="#g_t_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol">\alph \Alph \arabic \roman \Roman \fnsymbol</a>). If you want to
-use a different symbol as your footnote mark, you&rsquo;ll need to also
-redefine <code>\@fnsymbol</code>.
-</p>
-
-<hr>
-<a name="Footnote-parameters"></a>
-<div class="header">
-<p>
-Previous: <a href="#Symbolic-footnotes" accesskey="p" rel="previous">Symbolic footnotes</a>, Up: <a href="#Footnotes" accesskey="u" rel="up">Footnotes</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Footnote-parameters-1"></a>
-<h2 class="section">12.5 Footnote parameters</h2>
-
-<a name="index-footnote-parameters"></a>
-<a name="index-parameters_002c-for-footnotes"></a>
-
-<dl compact="compact">
-<dt><code>\footnoterule</code>
-<a name="index-_005cfootnoterule"></a>
-</dt>
-<dd><p>Produces the rule separating the main text on a page from the page&rsquo;s
-footnotes. Default dimensions: <code>0.4pt</code> thick (or wide), and
-<code>0.4\columnwidth</code> long in the standard document classes (except
-slides, where it does not appear).
-</p>
-</dd>
-<dt><code>\footnotesep</code>
-<a name="index-_005cfootnotesep"></a>
-</dt>
-<dd><p>The height of the strut placed at the beginning of the footnote. By
-default, this is set to the normal strut for <code>\footnotesize</code>
-fonts (see <a href="#Font-sizes">Font sizes</a>), therefore there is no extra space between
-footnotes. This is &lsquo;<samp>6.65pt</samp>&rsquo; for &lsquo;<samp>10pt</samp>&rsquo;, &lsquo;<samp>7.7pt</samp>&rsquo; for
-&lsquo;<samp>11pt</samp>&rsquo;, and &lsquo;<samp>8.4pt</samp>&rsquo; for &lsquo;<samp>12pt</samp>&rsquo;.
-</p>
-</dd>
-</dl>
-
-
-<hr>
-<a name="Definitions"></a>
-<div class="header">
-<p>
-Next: <a href="#Counters" accesskey="n" rel="next">Counters</a>, Previous: <a href="#Footnotes" accesskey="p" rel="previous">Footnotes</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Definitions-1"></a>
-<h1 class="chapter">13 Definitions</h1>
-<a name="index-definitions"></a>
-
-<p>LaTeX has support for making new commands of many different kinds.
-</p>
-
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cnewcommand-_0026-_005crenewcommand" accesskey="1">\newcommand &amp; \renewcommand</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> (Re)define a new command.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cnewcounter" accesskey="2">\newcounter</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Define a new counter.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cnewlength" accesskey="3">\newlength</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Define a new length.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cnewsavebox" accesskey="4">\newsavebox</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Define a new box.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cnewenvironment-_0026-_005crenewenvironment" accesskey="5">\newenvironment &amp; \renewenvironment</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Define a new environment.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cnewtheorem" accesskey="6">\newtheorem</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Define a new theorem-like environment.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cnewfont" accesskey="7">\newfont</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Define a new font name.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cprotect" accesskey="8">\protect</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Using tricky commands.
-</td></tr>
-</table>
-
-
-<hr>
-<a name="g_t_005cnewcommand-_0026-_005crenewcommand"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cnewcounter" accesskey="n" rel="next">\newcounter</a>, Up: <a href="#Definitions" accesskey="u" rel="up">Definitions</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cnewcommand-_0026-_005crenewcommand-1"></a>
-<h2 class="section">13.1 <code>\newcommand</code> &amp; <code>\renewcommand</code></h2>
-<a name="index-_005cnewcommand"></a>
-<a name="index-commands_002c-defining-new-ones"></a>
-<a name="index-defining-a-new-command"></a>
-<a name="index-new-commands_002c-defining"></a>
-
-<p><code>\newcommand</code> and <code>\renewcommand</code> define and redefine a
-command, respectively. Synopses:
-</p>
-<div class="example">
-<pre class="example"> \newcommand{<var>cmd</var>}[<var>nargs</var>]{<var>defn</var>}
-\renewcommand{<var>cmd</var>}[<var>nargs</var>]{<var>defn</var>}
- \newcommand{<var>cmd</var>}[<var>nargs</var>][<var>default</var>]{<var>defn</var>}
-\renewcommand{<var>cmd</var>}[<var>nargs</var>][<var>default</var>]{<var>defn</var>}
-</pre></div>
-
-
-<dl compact="compact">
-<dt><var>cmd</var></dt>
-<dd><p>The command name beginning with <code>\</code>. For <code>\newcommand</code>, it
-must not be already defined and must not begin with <code>\end</code>; for
-<code>\renewcommand</code>, it must already be defined.
-</p>
-</dd>
-<dt><var>nargs</var></dt>
-<dd><p>An optional integer from 1 to 9 specifying the number of arguments
-that the command will take. The default is for the command to have no
-arguments.
-</p>
-</dd>
-<dt><var>default</var></dt>
-<dd><p>If this optional parameter is present, it means that the command&rsquo;s
-first argument is optional. When the new command is called, the
-default value of the optional argument (i.e., if it is not specified
-in the call) is the string &lsquo;<samp>def</samp>&rsquo;.
-</p>
-</dd>
-<dt><var>defn</var></dt>
-<dd><p>The text to be substituted for every occurrence of <code>cmd</code>; a
-construct of the form <code>#<var>n</var></code> in <var>defn</var> is replaced by the
-text of the <var>n</var>th argument.
-</p>
-</dd>
-</dl>
-
-
-<hr>
-<a name="g_t_005cnewcounter"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cnewlength" accesskey="n" rel="next">\newlength</a>, Previous: <a href="#g_t_005cnewcommand-_0026-_005crenewcommand" accesskey="p" rel="previous">\newcommand &amp; \renewcommand</a>, Up: <a href="#Definitions" accesskey="u" rel="up">Definitions</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cnewcounter-1"></a>
-<h2 class="section">13.2 <code>\newcounter</code></h2>
-<a name="index-_005cnewcounter"></a>
-<a name="index-counters_002c-defining-new"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\newcounter{<var>cnt</var>}[<var>countername</var>]
-</pre></div>
-
-<p>The <code>\newcounter</code> command defines a new counter named <var>cnt</var>.
-The new counter is initialized to zero.
-</p>
-<p>Given the optional argument <code>[<var>countername</var>]</code>, <var>cnt</var>
-will be reset whenever <var>countername</var> is incremented.
-</p>
-<p>See <a href="#Counters">Counters</a>, for more information about counters.
-</p>
-
-<hr>
-<a name="g_t_005cnewlength"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cnewsavebox" accesskey="n" rel="next">\newsavebox</a>, Previous: <a href="#g_t_005cnewcounter" accesskey="p" rel="previous">\newcounter</a>, Up: <a href="#Definitions" accesskey="u" rel="up">Definitions</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cnewlength-1"></a>
-<h2 class="section">13.3 <code>\newlength</code></h2>
-<a name="index-_005cnewlength"></a>
-<a name="index-lengths_002c-defining-new"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\newlength{\<var>arg</var>}
-</pre></div>
-
-<p>The <code>\newlength</code> command defines the mandatory argument as a
-<code>length</code> command with a value of <code>0in</code>. The argument must
-be a control sequence, as in <code>\newlength{\foo}</code>. An error
-occurs if <code>\foo</code> is already defined.
-</p>
-<p>See <a href="#Lengths">Lengths</a>, for how to set the new length to a nonzero value, and
-for more information about lengths in general.
-</p>
-
-<hr>
-<a name="g_t_005cnewsavebox"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cnewenvironment-_0026-_005crenewenvironment" accesskey="n" rel="next">\newenvironment &amp; \renewenvironment</a>, Previous: <a href="#g_t_005cnewlength" accesskey="p" rel="previous">\newlength</a>, Up: <a href="#Definitions" accesskey="u" rel="up">Definitions</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cnewsavebox-1"></a>
-<h2 class="section">13.4 <code>\newsavebox</code></h2>
-<a name="index-_005cnewsavebox"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\newsavebox{<var>cmd</var>}
-</pre></div>
-
-<p>Defines <code>\<var>cmd</var></code>, which must be a command name not already
-defined, to refer to a new bin for storing boxes.
-</p>
-
-<hr>
-<a name="g_t_005cnewenvironment-_0026-_005crenewenvironment"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cnewtheorem" accesskey="n" rel="next">\newtheorem</a>, Previous: <a href="#g_t_005cnewsavebox" accesskey="p" rel="previous">\newsavebox</a>, Up: <a href="#Definitions" accesskey="u" rel="up">Definitions</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cnewenvironment-_0026-_005crenewenvironment-1"></a>
-<h2 class="section">13.5 <code>\newenvironment</code> &amp; <code>\renewenvironment</code></h2>
-<a name="index-_005cnewenvironment"></a>
-<a name="index-_005crenewenvironment"></a>
-<a name="index-environments_002c-defining"></a>
-<a name="index-defining-new-environments"></a>
-<a name="index-redefining-environments"></a>
-
-<p>Synopses:
-</p>
-<div class="example">
-<pre class="example"> \newenvironment{<var>env</var>}[<var>nargs</var>]{<var>begdef</var>}{<var>enddef</var>}
- \newenvironment{<var>env</var>}[<var>nargs</var>][<var>default</var>]{<var>begdef</var>}{<var>enddef</var>}
-\renewenvironment{<var>env</var>}[<var>nargs</var>]{<var>begdef</var>}{<var>enddef</var>}
-</pre></div>
-
-<p>These commands define or redefine an environment <var>env</var>, that is,
-<code>\begin{<var>env</var>} &hellip; \end{<var>env</var>}</code>.
-</p>
-<dl compact="compact">
-<dt><var>env</var></dt>
-<dd><p>The name of the environment. For <code>\newenvironment</code>, <var>env</var>
-must not be an existing environment, and the command <code>\<var>env</var></code>
-must be undefined. For <code>\renewenvironment</code>, <var>env</var> must be
-the name of an existing environment.
-</p>
-</dd>
-<dt><var>nargs</var></dt>
-<dd><p>An integer from 1 to 9 denoting the number of arguments of
-the newly-defined environment. The default is no arguments.
-</p>
-</dd>
-<dt><var>default</var></dt>
-<dd><p>If this is specified, the first argument is optional, and <var>default</var>
-gives the default value for that argument.
-</p>
-</dd>
-<dt><var>begdef</var></dt>
-<dd><p>The text expanded at every occurrence of <code>\begin{<var>env</var>}</code>; a
-construct of the form <code>#<var>n</var></code> in <var>begdef</var> is replaced by
-the text of the <var>n</var>th argument.
-</p>
-</dd>
-<dt><var>enddef</var></dt>
-<dd><p>The text expanded at every occurrence of <code>\end{<var>env</var>}</code>. It
-may not contain any argument parameters.
-</p>
-</dd>
-</dl>
-
-
-<hr>
-<a name="g_t_005cnewtheorem"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cnewfont" accesskey="n" rel="next">\newfont</a>, Previous: <a href="#g_t_005cnewenvironment-_0026-_005crenewenvironment" accesskey="p" rel="previous">\newenvironment &amp; \renewenvironment</a>, Up: <a href="#Definitions" accesskey="u" rel="up">Definitions</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cnewtheorem-1"></a>
-<h2 class="section">13.6 <code>\newtheorem</code></h2>
-<a name="index-_005cnewtheorem"></a>
-<a name="index-theorems_002c-defining"></a>
-<a name="index-defining-new-theorems"></a>
-
-<div class="example">
-<pre class="example">\newtheorem{<var>newenv</var>}{<var>label</var>}[<var>within</var>]
-\newtheorem{<var>newenv</var>}[<var>numbered_like</var>]{<var>label</var>}
-</pre></div>
-
-<p>This command defines a theorem-like environment. Arguments:
-</p>
-<dl compact="compact">
-<dt><var>newenv</var></dt>
-<dd><p>The name of the environment to be defined; must not be the name of an
-existing environment or otherwise defined.
-</p>
-</dd>
-<dt><var>label</var></dt>
-<dd><p>The text printed at the beginning of the environment, before the
-number. For example, &lsquo;<samp>Theorem</samp>&rsquo;.
-</p>
-</dd>
-<dt><var>numbered_like</var></dt>
-<dd><p>(Optional.) The name of an already defined theorem-like environment;
-the new environment will be numbered just like <var>numbered_like</var>.
-</p>
-</dd>
-<dt><var>within</var></dt>
-<dd><p>(Optional.) The name of an already defined counter, a sectional unit.
-The new theorem counter will be reset at the same time as the
-<var>within</var> counter.
-</p>
-</dd>
-</dl>
-
-<p>At most one of <var>numbered_like</var> and <var>within</var> can be specified,
-not both.
-</p>
-
-<hr>
-<a name="g_t_005cnewfont"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cprotect" accesskey="n" rel="next">\protect</a>, Previous: <a href="#g_t_005cnewtheorem" accesskey="p" rel="previous">\newtheorem</a>, Up: <a href="#Definitions" accesskey="u" rel="up">Definitions</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cnewfont-1"></a>
-<h2 class="section">13.7 <code>\newfont</code></h2>
-<a name="index-_005cnewfont"></a>
-<a name="index-fonts_002c-new-commands-for"></a>
-<a name="index-defining-new-fonts"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\newfont{<var>cmd</var>}{<var>fontname</var>}
-</pre></div>
-
-<p>Defines a control sequence <code>\<var>cmd</var></code>, which must not already
-be defined, to make <var>fontname</var> be the current font. The file
-looked for on the system is named &lsquo;<tt><var>fontname</var>.tfm</tt>&rsquo;.
-</p>
-<p>This is a low-level command for setting up to use an individual font.
-More commonly, fonts are defined in families through &lsquo;<tt>.fd</tt>&rsquo; files.
-</p>
-
-<hr>
-<a name="g_t_005cprotect"></a>
-<div class="header">
-<p>
-Previous: <a href="#g_t_005cnewfont" accesskey="p" rel="previous">\newfont</a>, Up: <a href="#Definitions" accesskey="u" rel="up">Definitions</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cprotect-1"></a>
-<h2 class="section">13.8 <code>\protect</code></h2>
-<a name="index-_005cprotect"></a>
-
-<a name="index-fragile-commands"></a>
-<a name="index-moving-arguments"></a>
-<p>Footnotes, line breaks, any command that has an optional argument, and
-many more are so-called <em>fragile</em> commands. When a fragile
-command is used in certain contexts, called <em>moving arguments</em>, it
-must be preceded by <code>\protect</code>. In addition, any fragile
-commands within the arguments must have their own <code>\protect</code>.
-</p>
-<p>Some examples of moving arguments are <code>\caption</code>
-(see <a href="#figure">figure</a>), <code>\thanks</code> (see <a href="#g_t_005cmaketitle">\maketitle</a>), and
-expressions in <code>tabular</code> and <code>array</code> environments
-(see <a href="#tabular">tabular</a>).
-</p>
-<a name="index-robust-commands"></a>
-<p>Commands which are not fragile are called <em>robust</em>. They must not
-be preceded by <code>\protect</code>.
-</p>
-<p>See also:
-</p>
-<div class="smallexample">
-<pre class="smallexample"><a href="http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/teTeX/latex/latex2e-html/fragile.html">http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/teTeX/latex/latex2e-html/fragile.html</a>
-<a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=protect">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=protect</a>
-</pre></div>
-
-
-
-<hr>
-<a name="Counters"></a>
-<div class="header">
-<p>
-Next: <a href="#Lengths" accesskey="n" rel="next">Lengths</a>, Previous: <a href="#Definitions" accesskey="p" rel="previous">Definitions</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Counters-1"></a>
-<h1 class="chapter">14 Counters</h1>
-<a name="index-counters_002c-a-list-of"></a>
-<a name="index-variables_002c-a-list-of"></a>
-
-<p>Everything LaTeX numbers for you has a counter associated with
-it. The name of the counter is the same as the name of the environment
-or command that produces the number, except with no <code>\</code>.
-(<code>enumi</code>&ndash;<code>enumiv</code> are used for the nested enumerate
-environment.) Below is a list of the counters used in LaTeX&rsquo;s
-standard document classes to control numbering.
-</p>
-<div class="example">
-<pre class="example">part paragraph figure enumi
-chapter subparagraph table enumii
-section page footnote enumiii
-subsection equation mpfootnote enumiv
-subsubsection
-</pre></div>
-
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol" accesskey="1">\alph \Alph \arabic \roman \Roman \fnsymbol</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Print value of a counter.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cusecounter" accesskey="2">\usecounter</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Use a specified counter in a list environment.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cvalue" accesskey="3">\value</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Use the value of a counter in an expression.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005csetcounter" accesskey="4">\setcounter</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Set the value of a counter.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005caddtocounter" accesskey="5">\addtocounter</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Add a quantity to a counter.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005crefstepcounter" accesskey="6">\refstepcounter</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Add to counter, resetting subsidiary counters.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cstepcounter" accesskey="7">\stepcounter</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Add to counter, resetting subsidiary counters.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cday-_005cmonth-_005cyear" accesskey="8">\day \month \year</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Numeric date values.
-</td></tr>
-</table>
-
-
-<hr>
-<a name="g_t_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cusecounter" accesskey="n" rel="next">\usecounter</a>, Up: <a href="#Counters" accesskey="u" rel="up">Counters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol_003a-Printing-counters"></a>
-<h2 class="section">14.1 <code>\alph \Alph \arabic \roman \Roman \fnsymbol</code>: Printing counters</h2>
-
-<p>All of these commands take a single counter as an argument, for
-instance, <code>\alph{enumi}</code>.
-</p>
-<dl compact="compact">
-<dt><code>\alph</code>
-<a name="index-_005calph"></a>
-</dt>
-<dd><p>prints <var>counter</var> using lowercase letters: &lsquo;a&rsquo;, &lsquo;b&rsquo;, <small class="enddots">...</small>
-</p>
-</dd>
-<dt><code>\Alph</code>
-<a name="index-_005cAlph"></a>
-</dt>
-<dd><p>uses uppercase letters: &lsquo;A&rsquo;, &lsquo;B&rsquo;, <small class="enddots">...</small>
-</p>
-</dd>
-<dt><code>\arabic</code>
-<a name="index-_005carabic"></a>
-</dt>
-<dd><p>uses Arabic numbers: &lsquo;1&rsquo;, &lsquo;2&rsquo;, <small class="enddots">...</small>
-</p>
-</dd>
-<dt><code>\roman</code>
-<a name="index-_005croman"></a>
-</dt>
-<dd><p>uses lowercase roman numerals: &lsquo;i&rsquo;, &lsquo;ii&rsquo;, <small class="enddots">...</small>
-</p>
-</dd>
-<dt><code>\roman</code>
-<a name="index-_005croman-1"></a>
-</dt>
-<dd><p>uses uppercase roman numerals: &lsquo;I&rsquo;, &lsquo;II&rsquo;, <small class="enddots">...</small>
-</p>
-</dd>
-<dt><code>\fnsymbol</code>
-<a name="index-_005cfnsymbol"></a>
-</dt>
-<dd><p>prints the value of <var>counter</var> in a specific sequence of nine
-symbols (conventionally used for labeling footnotes). The value of
-<var>counter</var> must be between&nbsp;1 and&nbsp;9, inclusive.
-</p>
-<p>The symbols mostly aren&rsquo;t supported in Info, but here are the names:
-</p><div class="display">
-<pre class="display">asterix(*) dagger ddagger section-sign paragraph-sign parallel
-double-asterix(**) double-dagger double-ddagger
-</pre></div>
-
-</dd>
-</dl>
-
-
-<hr>
-<a name="g_t_005cusecounter"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cvalue" accesskey="n" rel="next">\value</a>, Previous: <a href="#g_t_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol" accesskey="p" rel="previous">\alph \Alph \arabic \roman \Roman \fnsymbol</a>, Up: <a href="#Counters" accesskey="u" rel="up">Counters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cusecounter_007bcounter_007d"></a>
-<h2 class="section">14.2 <code>\usecounter{<var>counter</var>}</code></h2>
-<a name="index-_005cusecounter"></a>
-<a name="index-list-items_002c-specifying-counter"></a>
-<a name="index-numbered-items_002c-specifying-counter"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\usecounter{<var>counter</var>}
-</pre></div>
-
-<p>The <code>\usecounter</code> command is used in the second argument of the
-<code>list</code> environment to specify <var>counter</var> to be used to number
-the list items.
-</p>
-
-<hr>
-<a name="g_t_005cvalue"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005csetcounter" accesskey="n" rel="next">\setcounter</a>, Previous: <a href="#g_t_005cusecounter" accesskey="p" rel="previous">\usecounter</a>, Up: <a href="#Counters" accesskey="u" rel="up">Counters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cvalue_007bcounter_007d"></a>
-<h2 class="section">14.3 <code>\value{<var>counter</var>}</code></h2>
-<a name="index-_005cvalue"></a>
-<a name="index-counters_002c-getting-value-of"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\value{<var>counter</var>}
-</pre></div>
-
-<p>The <code>\value</code> command produces the value of <var>counter</var>. It can
-be used anywhere LaTeX expects a number, for example:
-</p>
-<div class="example">
-<pre class="example">\setcounter{myctr}{3}
-\addtocounter{myctr}{1}
-\hspace{\value{myctr}\parindent}
-</pre></div>
-
-
-<hr>
-<a name="g_t_005csetcounter"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005caddtocounter" accesskey="n" rel="next">\addtocounter</a>, Previous: <a href="#g_t_005cvalue" accesskey="p" rel="previous">\value</a>, Up: <a href="#Counters" accesskey="u" rel="up">Counters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005csetcounter_007bcounter_007d_007bvalue_007d"></a>
-<h2 class="section">14.4 <code>\setcounter{<var>counter</var>}{<var>value</var>}</code></h2>
-<a name="index-_005csetcounter"></a>
-<a name="index-counters_002c-setting"></a>
-<a name="index-setting-counters"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\setcounter{<var>\counter</var>}{<var>value</var>}
-</pre></div>
-
-<p>The <code>\setcounter</code> command sets the value of <var>\counter</var> to the
-<var>value</var> argument.
-</p>
-
-<hr>
-<a name="g_t_005caddtocounter"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005crefstepcounter" accesskey="n" rel="next">\refstepcounter</a>, Previous: <a href="#g_t_005csetcounter" accesskey="p" rel="previous">\setcounter</a>, Up: <a href="#Counters" accesskey="u" rel="up">Counters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005caddtocounter_007bcounter_007d_007bvalue_007d"></a>
-<h2 class="section">14.5 <code>\addtocounter{<var>counter</var>}{<var>value</var>}</code></h2>
-<a name="index-_005caddtocounter"></a>
-
-<p>The <code>\addtocounter</code> command increments <var>counter</var> by the
-amount specified by the <var>value</var> argument, which may be negative.
-</p>
-
-<hr>
-<a name="g_t_005crefstepcounter"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cstepcounter" accesskey="n" rel="next">\stepcounter</a>, Previous: <a href="#g_t_005caddtocounter" accesskey="p" rel="previous">\addtocounter</a>, Up: <a href="#Counters" accesskey="u" rel="up">Counters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005crefstepcounter_007bcounter_007d"></a>
-<h2 class="section">14.6 <code>\refstepcounter{<var>counter</var>}</code></h2>
-<a name="index-_005crefstepcounter"></a>
-
-<p>The <code>\refstepcounter</code> command works in the same way as
-<code>\stepcounter</code> See <a href="#g_t_005cstepcounter">\stepcounter</a>, except it also defines the
-current <code>\ref</code> value to be the result of <code>\thecounter</code>.
-</p>
-
-<hr>
-<a name="g_t_005cstepcounter"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cday-_005cmonth-_005cyear" accesskey="n" rel="next">\day \month \year</a>, Previous: <a href="#g_t_005crefstepcounter" accesskey="p" rel="previous">\refstepcounter</a>, Up: <a href="#Counters" accesskey="u" rel="up">Counters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cstepcounter_007bcounter_007d"></a>
-<h2 class="section">14.7 <code>\stepcounter{<var>counter</var>}</code></h2>
-<a name="index-_005cstepcounter"></a>
-
-<p>The <code>\stepcounter</code> command adds one to <var>counter</var> and
-resets all subsidiary counters.
-</p>
-
-<hr>
-<a name="g_t_005cday-_005cmonth-_005cyear"></a>
-<div class="header">
-<p>
-Previous: <a href="#g_t_005cstepcounter" accesskey="p" rel="previous">\stepcounter</a>, Up: <a href="#Counters" accesskey="u" rel="up">Counters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cday-_005cmonth-_005cyear_003a-Predefined-counters"></a>
-<h2 class="section">14.8 <code>\day \month \year</code>: Predefined counters</h2>
-<a name="index-_005cday"></a>
-<a name="index-_005cmonth"></a>
-<a name="index-_005cyear"></a>
-
-<p>LaTeX defines counters for the day of the month (<code>\day</code>,
-1&ndash;31), month of the year (<code>\month</code>, 1&ndash;12), and year
-(<code>\year</code>, Common Era). When TeX starts up, they are
-set to the current values on the system where TeX is running. They
-are not updated as the job progresses.
-</p>
-<p>The related command <code>\today</code> produces a string representing the
-current day (see <a href="#g_t_005ctoday">\today</a>).
-</p>
-
-<hr>
-<a name="Lengths"></a>
-<div class="header">
-<p>
-Next: <a href="#Making-paragraphs" accesskey="n" rel="next">Making paragraphs</a>, Previous: <a href="#Counters" accesskey="p" rel="previous">Counters</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Lengths-1"></a>
-<h1 class="chapter">15 Lengths</h1>
-<a name="index-lengths_002c-defining-and-using"></a>
-
-<p>A <code>length</code> is a measure of distance. Many LaTeX commands take a
-length as an argument.
-</p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005csetlength" accesskey="1">\setlength</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Set the value of a length.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005caddtolength" accesskey="2">\addtolength</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Add a quantity to a length.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005csettodepth" accesskey="3">\settodepth</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Set a length to the depth of something.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005csettoheight" accesskey="4">\settoheight</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Set a length to the height of something.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005csettowidth" accesskey="5">\settowidth</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Set a length to the width of something.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Predefined-lengths" accesskey="6">Predefined lengths</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Lengths that are, like, predefined.
-</td></tr>
-</table>
-
-
-<hr>
-<a name="g_t_005csetlength"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005caddtolength" accesskey="n" rel="next">\addtolength</a>, Up: <a href="#Lengths" accesskey="u" rel="up">Lengths</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005csetlength_007b_005clen_007d_007bvalue_007d"></a>
-<h2 class="section">15.1 <code>\setlength{\<var>len</var>}{<var>value</var>}</code></h2>
-<a name="index-_005csetlength"></a>
-<a name="index-lengths_002c-setting"></a>
-
-<p>The <code>\setlength</code> sets the value of <var>\len</var> to the <var>value</var>
-argument, which can be expressed in any units that LaTeX
-understands, i.e., inches (<code>in</code>), millimeters (<code>mm</code>), points
-(<code>pt</code>), big points (<code>bp</code>, etc.
-</p>
-
-<hr>
-<a name="g_t_005caddtolength"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005csettodepth" accesskey="n" rel="next">\settodepth</a>, Previous: <a href="#g_t_005csetlength" accesskey="p" rel="previous">\setlength</a>, Up: <a href="#Lengths" accesskey="u" rel="up">Lengths</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005caddtolength_007b_005clen_007d_007bamount_007d"></a>
-<h2 class="section">15.2 \addtolength{<var>\len</var>}{<var>amount</var>}</h2>
-<a name="index-_005caddtolength"></a>
-<a name="index-lengths_002c-adding-to"></a>
-
-<p>The <code>\addtolength</code> command increments a &ldquo;length command&rdquo;
-<var>\len</var> by the amount specified in the <var>amount</var> argument, which
-may be negative.
-</p>
-
-<hr>
-<a name="g_t_005csettodepth"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005csettoheight" accesskey="n" rel="next">\settoheight</a>, Previous: <a href="#g_t_005caddtolength" accesskey="p" rel="previous">\addtolength</a>, Up: <a href="#Lengths" accesskey="u" rel="up">Lengths</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005csettodepth-1"></a>
-<h2 class="section">15.3 <code>\settodepth</code></h2>
-<a name="index-_005csettodepth"></a>
-
-<p><code>\settodepth{\gnat}{text}</code>
-</p>
-<p>The <code>\settodepth</code> command sets the value of a <code>length</code> command
-equal to the depth of the <code>text</code> argument.
-</p>
-
-<hr>
-<a name="g_t_005csettoheight"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005csettowidth" accesskey="n" rel="next">\settowidth</a>, Previous: <a href="#g_t_005csettodepth" accesskey="p" rel="previous">\settodepth</a>, Up: <a href="#Lengths" accesskey="u" rel="up">Lengths</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005csettoheight-1"></a>
-<h2 class="section">15.4 <code>\settoheight</code></h2>
-<a name="index-_005csettoheight"></a>
-
-<p><code>\settoheight{\gnat}{text}</code>
-</p>
-<p>The <code>\settoheight</code> command sets the value of a <code>length</code> command
-equal to the height of the <code>text</code> argument.
-</p>
-
-
-<hr>
-<a name="g_t_005csettowidth"></a>
-<div class="header">
-<p>
-Next: <a href="#Predefined-lengths" accesskey="n" rel="next">Predefined lengths</a>, Previous: <a href="#g_t_005csettoheight" accesskey="p" rel="previous">\settoheight</a>, Up: <a href="#Lengths" accesskey="u" rel="up">Lengths</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005csettowidth_007b_005clen_007d_007btext_007d"></a>
-<h2 class="section">15.5 <code>\settowidth{\<var>len</var>}{<var>text</var>}</code></h2>
-<a name="index-_005csettowidth"></a>
-
-<p>The <code>\settowidth</code> command sets the value of the command <var>\len</var>
-to the width of the <var>text</var> argument.
-</p>
-
-
-<hr>
-<a name="Predefined-lengths"></a>
-<div class="header">
-<p>
-Previous: <a href="#g_t_005csettowidth" accesskey="p" rel="previous">\settowidth</a>, Up: <a href="#Lengths" accesskey="u" rel="up">Lengths</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Predefined-lengths-1"></a>
-<h2 class="section">15.6 Predefined lengths</h2>
-<a name="index-lengths_002c-predefined"></a>
-<a name="index-predefined-lengths"></a>
-
-<p><code>\width</code>
-<a name="index-_005cwidth"></a>
-</p>
-<p><code>\height</code>
-<a name="index-_005cheight"></a>
-</p>
-<p><code>\depth</code>
-<a name="index-_005cdepth"></a>
-</p>
-<p><code>\totalheight</code>
-<a name="index-_005ctotalheight"></a>
-</p>
-<p>These length parameters can be used in the arguments of the box-making
-commands (see <a href="#Boxes">Boxes</a>). They specify the natural width etc. of the
-text in the box. <code>\totalheight</code> equals <code>\height</code> +
-<code>\depth</code>. To make a box with the text stretched to double the
-natural size, e.g., say
-</p>
-<p><code>\makebox[2\width]{Get a stretcher}</code>
-</p>
-
-<hr>
-<a name="Making-paragraphs"></a>
-<div class="header">
-<p>
-Next: <a href="#Math-formulas" accesskey="n" rel="next">Math formulas</a>, Previous: <a href="#Lengths" accesskey="p" rel="previous">Lengths</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Making-paragraphs-1"></a>
-<h1 class="chapter">16 Making paragraphs</h1>
-<a name="index-making-paragraphs"></a>
-<a name="index-paragraphs"></a>
-
-<p>A paragraph is ended by one or more completely blank lines&mdash;lines not
-containing even a <code>%</code>. A blank line should not appear where a new
-paragraph cannot be started, such as in math mode or in the argument of
-a sectioning command.
-</p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cindent" accesskey="1">\indent</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Indent this paragraph.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cnoindent" accesskey="2">\noindent</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Do not indent this paragraph.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cparskip" accesskey="3">\parskip</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Space added before paragraphs.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Marginal-notes" accesskey="4">Marginal notes</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Putting remarks in the margin.
-</td></tr>
-</table>
-
-
-<hr>
-<a name="g_t_005cindent"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cnoindent" accesskey="n" rel="next">\noindent</a>, Up: <a href="#Making-paragraphs" accesskey="u" rel="up">Making paragraphs</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cindent-1"></a>
-<h2 class="section">16.1 <code>\indent</code></h2>
-<a name="index-_005cindent"></a>
-<a name="index-_005cparindent-1"></a>
-<a name="index-indent_002c-forcing"></a>
-
-<p><code>\indent</code> produces a horizontal space whose width equals the
-width of the <code>\parindent</code> length, the normal paragraph
-indentation. It is used to add paragraph indentation where it would
-otherwise be suppressed.
-</p>
-<p>The default value for <code>\parindent</code> is <code>1em</code> in two-column
-mode, otherwise <code>15pt</code> for <code>10pt</code> documents, <code>17pt</code> for
-<code>11pt</code>, and <code>1.5em</code> for <code>12pt</code>.
-</p>
-
-<hr>
-<a name="g_t_005cnoindent"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cparskip" accesskey="n" rel="next">\parskip</a>, Previous: <a href="#g_t_005cindent" accesskey="p" rel="previous">\indent</a>, Up: <a href="#Making-paragraphs" accesskey="u" rel="up">Making paragraphs</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cnoindent-1"></a>
-<h2 class="section">16.2 <code>\noindent</code></h2>
-<a name="index-_005cnoindent"></a>
-<a name="index-indent_002c-suppressing"></a>
-
-<p>When used at the beginning of the paragraph, <code>\noindent</code>
-suppresses any paragraph indentation. It has no effect when used in
-the middle of a paragraph.
-</p>
-
-<hr>
-<a name="g_t_005cparskip"></a>
-<div class="header">
-<p>
-Next: <a href="#Marginal-notes" accesskey="n" rel="next">Marginal notes</a>, Previous: <a href="#g_t_005cnoindent" accesskey="p" rel="previous">\noindent</a>, Up: <a href="#Making-paragraphs" accesskey="u" rel="up">Making paragraphs</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cparskip-1"></a>
-<h2 class="section">16.3 <code>\parskip</code></h2>
-<a name="index-_005cparskip"></a>
-<a name="index-vertical-space-before-paragraphs"></a>
-
-<p><code>\parskip</code> is a rubber length defining extra vertical space added
-before each paragraph. The default is <code>0pt plus1pt</code>.
-</p>
-
-<hr>
-<a name="Marginal-notes"></a>
-<div class="header">
-<p>
-Previous: <a href="#g_t_005cparskip" accesskey="p" rel="previous">\parskip</a>, Up: <a href="#Making-paragraphs" accesskey="u" rel="up">Making paragraphs</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Marginal-notes-1"></a>
-<h2 class="section">16.4 Marginal notes</h2>
-<a name="index-marginal-notes"></a>
-<a name="index-notes-in-the-margin"></a>
-<a name="index-remarks-in-the-margin"></a>
-<a name="index-_005cmarginpar"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\marginpar[<var>left</var>]{<var>right</var>}
-</pre></div>
-
-<p>The <code>\marginpar</code> command creates a note in the margin. The first
-line of the note will have the same baseline as the line in the text
-where the <code>\marginpar</code> occurs.
-</p>
-<p>When you only specify the mandatory argument <var>right</var>, the text
-will be placed
-</p>
-<ul>
-<li>
-in the right margin for one-sided layout;
-</li><li>
-in the outside margin for two-sided layout;
-</li><li>
-in the nearest margin for two-column layout.
-</li></ul>
-
-<a name="index-_005creversemarginpar"></a>
-<a name="index-_005cnormalmarginpar"></a>
-<p>The command <code>\reversemarginpar</code> places subsequent marginal notes
-in the opposite (inside) margin. <code>\normalmarginpar</code> places them
-in the default position.
-</p>
-<p>When you specify both arguments, <var>left</var> is used for the left
-margin, and <var>right</var> is used for the right margin.
-</p>
-<p>The first word will normally not be hyphenated; you can enable
-hyphenation there by beginning the node with <code>\hspace{0pt}</code>.
-</p>
-<p>These parameters affect the formatting of the note:
-</p>
-<dl compact="compact">
-<dt><code>\marginparpush</code>
-<a name="index-_005cmarginparpush"></a>
-</dt>
-<dd><p>Minimum vertical space between notes; default &lsquo;<samp>7pt</samp>&rsquo; for
-&lsquo;<samp>12pt</samp>&rsquo; documents, &lsquo;<samp>5pt</samp>&rsquo; else.
-</p>
-</dd>
-<dt><code>\marginparsep</code>
-<a name="index-_005cmarginparsep"></a>
-</dt>
-<dd><p>Horizontal space between the main text and the note; default
-&lsquo;<samp>11pt</samp>&rsquo; for &lsquo;<samp>10pt</samp>&rsquo; documents, &lsquo;<samp>10pt</samp>&rsquo; else.
-</p>
-</dd>
-<dt><code>\marginparwidth</code>
-<a name="index-_005cmarginparwidth"></a>
-</dt>
-<dd><p>Width of the note itself; default for a one-sided &lsquo;<samp>10pt</samp>&rsquo; document
-is &lsquo;<samp>90pt</samp>&rsquo;, &lsquo;<samp>83pt</samp>&rsquo; for &lsquo;<samp>11pt</samp>&rsquo;, and &lsquo;<samp>68pt</samp>&rsquo; for
-&lsquo;<samp>12pt</samp>&rsquo;; &lsquo;<samp>17pt</samp>&rsquo; more in each case for a two-sided document.
-In two column mode, the default is &lsquo;<samp>48pt</samp>&rsquo;.
-</p>
-</dd>
-</dl>
-
-<p>The standard LaTeX routine for marginal notes does not prevent
-notes from falling off the bottom of the page.
-</p>
-
-<hr>
-<a name="Math-formulas"></a>
-<div class="header">
-<p>
-Next: <a href="#Modes" accesskey="n" rel="next">Modes</a>, Previous: <a href="#Making-paragraphs" accesskey="p" rel="previous">Making paragraphs</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Math-formulas-1"></a>
-<h1 class="chapter">17 Math formulas</h1>
-<a name="index-math-formulas"></a>
-<a name="index-formulas_002c-math"></a>
-<a name="index-math-mode_002c-entering"></a>
-
-<a name="index-math-environment-1"></a>
-<a name="index-displaymath-environment-1"></a>
-<a name="index-equation-environment-1"></a>
-<p>There are three environments that put LaTeX in math mode:
-</p>
-<dl compact="compact">
-<dt><code>math</code></dt>
-<dd><p>For formulas that appear right in the text.
-</p></dd>
-<dt><code>displaymath</code></dt>
-<dd><p>For formulas that appear on their own line.
-</p></dd>
-<dt><code>equation</code></dt>
-<dd><p>The same as the displaymath environment except that it adds an equation
-number in the right margin.
-</p></dd>
-</dl>
-
-<a name="index-_005c_0028"></a>
-<a name="index-_005c_0029"></a>
-<a name="index-_005c_005b"></a>
-<a name="index-_005c_005d"></a>
-<p>The <code>math</code> environment can be used in both paragraph and LR mode,
-but the <code>displaymath</code> and <code>equation</code> environments can be used
-only in paragraph mode. The <code>math</code> and <code>displaymath</code>
-environments are used so often that they have the following short forms:
-</p>
-<div class="example">
-<pre class="example">\(...\) <span class="roman">instead of</span> \begin{math}...\end{math}
-\[...\] <span class="roman">instead of</span> \begin{displaymath}...\end{displaymath}
-</pre></div>
-
-<a name="index-_0024"></a>
-<p>In fact, the <code>math</code> environment is so common that it has an even
-shorter form:
-</p>
-<div class="example">
-<pre class="example">$ ... $ <span class="roman">instead of</span> \(...\)
-</pre></div>
-
-<a name="index-_005cboldmath"></a>
-<a name="index-_005cunboldmath"></a>
-<p>The <code>\boldmath</code> command changes math letters and symbols to be in
-a bold font. It is used <em>outside</em> of math mode. Conversely, the
-<code>\unboldmath</code> command changes math glyphs to be in a normal font;
-it too is used <em>outside</em> of math mode.
-</p>
-<a name="index-_005cdisplaystyle"></a>
-<p>The <code>\displaystyle</code> declaration forces the size and style of the
-formula to be that of <code>displaymath</code>, e.g., with limits above and
-below summations. For example
-</p><div class="example">
-<pre class="example">$\displaystyle \sum_{n=0}^\infty x_n $
-</pre></div>
-
-
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="#Subscripts-_0026-superscripts" accesskey="1">Subscripts &amp; superscripts</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Also known as exponent or index.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Math-symbols" accesskey="2">Math symbols</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Various mathematical squiggles.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Math-functions" accesskey="3">Math functions</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Math function names like sin and exp.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Math-accents" accesskey="4">Math accents</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Accents in math.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Spacing-in-math-mode" accesskey="5">Spacing in math mode</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Thick, medium, thin and negative spaces.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Math-miscellany" accesskey="6">Math miscellany</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Stuff that doesn&rsquo;t fit anywhere else.
-</td></tr>
-</table>
-
-
-<hr>
-<a name="Subscripts-_0026-superscripts"></a>
-<div class="header">
-<p>
-Next: <a href="#Math-symbols" accesskey="n" rel="next">Math symbols</a>, Up: <a href="#Math-formulas" accesskey="u" rel="up">Math formulas</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Subscripts-_0026-superscripts-1"></a>
-<h2 class="section">17.1 Subscripts &amp; superscripts</h2>
-<a name="index-superscript"></a>
-<a name="index-subscript"></a>
-<a name="index-exponent"></a>
-<a name="index-_005f"></a>
-<a name="index-_005e"></a>
-
-<p>To get an expression <i>exp</i> to appear as a subscript, you just type
-<code>_{</code><i>exp</i><code>}</code>. To get <i>exp</i> to appear as a
-superscript, you type <code>^{</code><i>exp</i><code>}</code>. LaTeX handles
-superscripted superscripts and all of that stuff in the natural way.
-It even does the right thing when something has both a subscript and a
-superscript.
-</p>
-
-<hr>
-<a name="Math-symbols"></a>
-<div class="header">
-<p>
-Next: <a href="#Math-functions" accesskey="n" rel="next">Math functions</a>, Previous: <a href="#Subscripts-_0026-superscripts" accesskey="p" rel="previous">Subscripts &amp; superscripts</a>, Up: <a href="#Math-formulas" accesskey="u" rel="up">Math formulas</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Math-symbols-1"></a>
-<h2 class="section">17.2 Math symbols</h2>
-<a name="index-math-symbols"></a>
-<a name="index-symbols_002c-math"></a>
-<a name="index-greek-letters"></a>
-
-<p>LaTeX provides almost any mathematical symbol you&rsquo;re likely to
-need. The commands for generating them can be used only in math mode.
-For example, if you include <code>$\pi$</code> in your source, you will get
-the pi symbol (<em>\pi</em>) in your output.
-</p>
-<dl compact="compact">
-<dt><code>\|</code>
-<a name="index-_005c_007c"></a>
-</dt>
-<dd><p><em>\|</em>
-</p>
-</dd>
-<dt><code>\aleph</code>
-<a name="index-_005caleph"></a>
-</dt>
-<dd><p><em>\aleph</em>
-</p>
-</dd>
-<dt><code>\alpha</code>
-<a name="index-_005calpha"></a>
-</dt>
-<dd><p><em>\alpha</em>
-</p>
-</dd>
-<dt><code>\amalg</code>
-<a name="index-_005camalg"></a>
-</dt>
-<dd><p><em>\amalg</em> (binary operation)
-</p>
-</dd>
-<dt><code>\angle</code>
-<a name="index-_005cangle"></a>
-</dt>
-<dd><p><em>\angle</em>
-</p>
-</dd>
-<dt><code>\approx</code>
-<a name="index-_005capprox"></a>
-</dt>
-<dd><p><em>\approx</em> (relation)
-</p>
-</dd>
-<dt><code>\ast</code>
-<a name="index-_005cast"></a>
-</dt>
-<dd><p><em>\ast</em> (binary operation)
-</p>
-</dd>
-<dt><code>\asymp</code>
-<a name="index-_005casymp"></a>
-</dt>
-<dd><p><em>\asymp</em> (relation)
-</p>
-</dd>
-<dt><code>\backslash</code>
-<a name="index-_005cbackslash"></a>
-</dt>
-<dd><p>\ (delimiter)
-</p>
-</dd>
-<dt><code>\beta</code>
-<a name="index-_005cbeta"></a>
-</dt>
-<dd><p><em>\beta</em>
-</p>
-</dd>
-<dt><code>\bigcap</code>
-<a name="index-_005cbigcap"></a>
-</dt>
-<dd><p><em>\bigcap</em>
-</p>
-</dd>
-<dt><code>\bigcirc</code>
-<a name="index-_005cbigcirc"></a>
-</dt>
-<dd><p><em>\bigcirc</em> (binary operation)
-</p>
-</dd>
-<dt><code>\bigcup</code>
-<a name="index-_005cbigcup"></a>
-</dt>
-<dd><p><em>\bigcup</em>
-</p>
-</dd>
-<dt><code>\bigodot</code>
-<a name="index-_005cbigodot"></a>
-</dt>
-<dd><p><em>\bigodot</em>
-</p>
-</dd>
-<dt><code>\bigoplus</code>
-<a name="index-_005cbigoplus"></a>
-</dt>
-<dd><p><em>\bigoplus</em>
-</p>
-</dd>
-<dt><code>\bigotimes</code>
-<a name="index-_005cbigotimes"></a>
-</dt>
-<dd><p><em>\bigotimes</em>
-</p>
-</dd>
-<dt><code>\bigtriangledown</code>
-<a name="index-_005cbigtriangledown"></a>
-</dt>
-<dd><p><em>\bigtriangledown</em> (binary operation)
-</p>
-</dd>
-<dt><code>\bigtriangleup</code>
-<a name="index-_005cbigtriangleup"></a>
-</dt>
-<dd><p><em>\bigtriangleup</em> (binary operation)
-</p>
-</dd>
-<dt><code>\bigsqcup</code>
-<a name="index-_005cbigsqcup"></a>
-</dt>
-<dd><p><em>\bigsqcup</em>
-</p>
-</dd>
-<dt><code>\biguplus</code>
-<a name="index-_005cbiguplus"></a>
-</dt>
-<dd><p><em>\biguplus</em>
-</p>
-</dd>
-<dt><code>\bigcap</code>
-<a name="index-_005cbigcap-1"></a>
-</dt>
-<dd><p><em>\bigvee</em>
-</p>
-</dd>
-<dt><code>\bigwedge</code>
-<a name="index-_005cbigwedge"></a>
-</dt>
-<dd><p><em>\bigwedge</em>
-</p>
-</dd>
-<dt><code>\bot</code>
-<a name="index-_005cbot"></a>
-</dt>
-<dd><p><em>\bot</em>
-</p>
-</dd>
-<dt><code>\bowtie</code>
-<a name="index-_005cbowtie"></a>
-</dt>
-<dd><p><em>\bowtie</em> (relation)
-</p>
-</dd>
-<dt><code>\Box</code>
-<a name="index-_005cBox"></a>
-</dt>
-<dd><p>(square open box symbol) </p>
-</dd>
-<dt><code>\bullet</code>
-<a name="index-_005cbullet"></a>
-</dt>
-<dd><a name="index-bullet-symbol"></a>
-<p><em>\bullet</em> (binary operation)
-</p>
-</dd>
-<dt><code>\cap</code>
-<a name="index-_005ccap"></a>
-</dt>
-<dd><p><em>\cap</em> (binary operation)
-</p>
-</dd>
-<dt><code>\cdot</code>
-<a name="index-_005ccdot"></a>
-</dt>
-<dd><p><em>\cdot</em> (binary operation)
-</p>
-</dd>
-<dt><code>\chi</code>
-<a name="index-_005cchi"></a>
-</dt>
-<dd><p><em>\chi</em>
-</p>
-</dd>
-<dt><code>\circ</code>
-<a name="index-_005ccirc"></a>
-</dt>
-<dd><p><em>\circ</em> (binary operation)
-</p>
-</dd>
-<dt><code>\clubsuit</code>
-<a name="index-_005cclubsuit"></a>
-</dt>
-<dd><p><em>\clubsuit</em>
-</p>
-</dd>
-<dt><code>\cong</code>
-<a name="index-_005ccong"></a>
-</dt>
-<dd><p><em>\cong</em> (relation)
-</p>
-</dd>
-<dt><code>\coprod</code>
-<a name="index-_005ccoprod"></a>
-</dt>
-<dd><p><em>\coprod</em>
-</p>
-</dd>
-<dt><code>\cup</code>
-<a name="index-_005ccup"></a>
-</dt>
-<dd><p><em>\cup</em> (binary operation)
-</p>
-</dd>
-<dt><code>\dagger</code>
-<a name="index-_005cdagger"></a>
-</dt>
-<dd><p><em>\dagger</em> (binary operation)
-</p>
-</dd>
-<dt><code>\dashv</code>
-<a name="index-_005cdashv"></a>
-</dt>
-<dd><p><em>\dashv</em> (relation)
-</p>
-</dd>
-<dt><code>\ddagger</code>
-<a name="index-_005cddagger"></a>
-</dt>
-<dd><p><em>\dagger</em> (binary operation)
-</p>
-</dd>
-<dt><code>\Delta</code>
-<a name="index-_005cDelta"></a>
-</dt>
-<dd><p><em>\Delta</em>
-</p>
-</dd>
-<dt><code>\delta</code>
-<a name="index-_005cdelta"></a>
-</dt>
-<dd><p><em>\delta</em>
-</p>
-</dd>
-<dt><code>\Diamond</code>
-<a name="index-_005cDiamond"></a>
-</dt>
-<dd><p>bigger <em>\diamond</em> </p>
-</dd>
-<dt><code>\diamond</code>
-<a name="index-_005cdiamond"></a>
-</dt>
-<dd><p><em>\diamond</em> (binary operation)
-</p>
-</dd>
-<dt><code>\diamondsuit</code>
-<a name="index-_005cdiamondsuit"></a>
-</dt>
-<dd><p><em>\diamondsuit</em>
-</p>
-</dd>
-<dt><code>\div</code>
-<a name="index-_005cdiv"></a>
-</dt>
-<dd><p><em>\div</em> (binary operation)
-</p>
-</dd>
-<dt><code>\doteq</code>
-<a name="index-_005cdoteq"></a>
-</dt>
-<dd><p><em>\doteq</em> (relation)
-</p>
-</dd>
-<dt><code>\downarrow</code>
-<a name="index-_005cdownarrow"></a>
-</dt>
-<dd><p><em>\downarrow</em> (delimiter)
-</p>
-</dd>
-<dt><code>\Downarrow</code>
-<a name="index-_005cDownarrow"></a>
-</dt>
-<dd><p><em>\Downarrow</em> (delimiter)
-</p>
-</dd>
-<dt><code>\ell</code>
-<a name="index-_005cell"></a>
-</dt>
-<dd><p><em>\ell</em>
-</p>
-</dd>
-<dt><code>\emptyset</code>
-<a name="index-_005cemptyset"></a>
-</dt>
-<dd><p><em>\emptyset</em>
-</p>
-</dd>
-<dt><code>\epsilon</code>
-<a name="index-_005cepsilon"></a>
-</dt>
-<dd><p><em>\epsilon</em>
-</p>
-</dd>
-<dt><code>\equiv</code>
-<a name="index-_005cequiv"></a>
-</dt>
-<dd><p><em>\equiv</em> (relation)
-</p>
-</dd>
-<dt><code>\eta</code>
-<a name="index-_005ceta"></a>
-</dt>
-<dd><p><em>\eta</em>
-</p>
-</dd>
-<dt><code>\exists</code>
-<a name="index-_005cexists"></a>
-</dt>
-<dd><p><em>\exists</em>
-</p>
-</dd>
-<dt><code>\flat</code>
-<a name="index-_005cflat"></a>
-</dt>
-<dd><p><em>\flat</em>
-</p>
-</dd>
-<dt><code>\forall</code>
-<a name="index-_005cforall"></a>
-</dt>
-<dd><p><em>\forall</em>
-</p>
-</dd>
-<dt><code>\frown</code>
-<a name="index-_005cfrown"></a>
-</dt>
-<dd><p><em>\frown</em> (relation)
-</p>
-</dd>
-<dt><code>\Gamma</code>
-<a name="index-_005cGamma"></a>
-</dt>
-<dd><p><em>\Gamma</em>
-</p>
-</dd>
-<dt><code>\gamma</code>
-<a name="index-_005cgamma"></a>
-</dt>
-<dd><p><em>\gamma</em>
-</p>
-</dd>
-<dt><code>\ge</code>
-<a name="index-_005cge"></a>
-</dt>
-<dd><p><em>\ge</em>
-</p>
-</dd>
-<dt><code>\geq</code>
-<a name="index-_005cgeq"></a>
-</dt>
-<dd><p><em>\geq</em> (relation)
-</p>
-</dd>
-<dt><code>\gets</code>
-<a name="index-_005cgets"></a>
-</dt>
-<dd><p><em>\gets</em>
-</p>
-</dd>
-<dt><code>\gg</code>
-<a name="index-_005cgg"></a>
-</dt>
-<dd><p><em>\gg</em> (relation)
-</p>
-</dd>
-<dt><code>\hbar</code>
-<a name="index-_005chbar"></a>
-</dt>
-<dd><p><em>\hbar</em>
-</p>
-</dd>
-<dt><code>\heartsuit</code>
-<a name="index-_005cheartsuit"></a>
-</dt>
-<dd><p><em>\heartsuit</em>
-</p>
-</dd>
-<dt><code>\hookleftarrow</code>
-<a name="index-_005chookleftarrow"></a>
-</dt>
-<dd><p><em>\hookleftarrow</em>
-</p>
-</dd>
-<dt><code>\hookrightarrow</code>
-<a name="index-_005chookrightarrow"></a>
-</dt>
-<dd><p><em>\hookrightarrow</em>
-</p>
-</dd>
-<dt><code>\iff</code>
-<a name="index-_005ciff"></a>
-</dt>
-<dd><p><em>\iff</em>
-</p>
-</dd>
-<dt><code>\Im</code>
-<a name="index-_005cIm"></a>
-</dt>
-<dd><p><em>\Im</em>
-</p>
-</dd>
-<dt><code>\in</code>
-<a name="index-_005cin"></a>
-</dt>
-<dd><p><em>\in</em> (relation)
-</p>
-</dd>
-<dt><code>\infty</code>
-<a name="index-_005cinfty"></a>
-</dt>
-<dd><p><em>\infty</em>
-</p>
-</dd>
-<dt><code>\int</code>
-<a name="index-_005cint"></a>
-</dt>
-<dd><p><em>\int</em>
-</p>
-</dd>
-<dt><code>\iota</code>
-<a name="index-_005ciota"></a>
-</dt>
-<dd><p><em>\iota</em>
-</p>
-</dd>
-<dt><code>\Join</code>
-<a name="index-_005cJoin"></a>
-</dt>
-<dd><p>condensed bowtie symbol (relation) </p>
-</dd>
-<dt><code>\kappa</code>
-<a name="index-_005ckappa"></a>
-</dt>
-<dd><p><em>\kappa</em>
-</p>
-</dd>
-<dt><code>\Lambda</code>
-<a name="index-_005cLambda"></a>
-</dt>
-<dd><p><em>\Lambda</em>
-</p>
-</dd>
-<dt><code>\lambda</code>
-<a name="index-_005clambda"></a>
-</dt>
-<dd><p><em>\lambda</em>
-</p>
-</dd>
-<dt><code>\land</code>
-<a name="index-_005cland"></a>
-</dt>
-<dd><p><em>\land</em>
-</p>
-</dd>
-<dt><code>\langle</code>
-<a name="index-_005clangle"></a>
-</dt>
-<dd><p><em>\langle</em> (delimiter)
-</p>
-</dd>
-<dt><code>\lbrace</code>
-<a name="index-_005clbrace"></a>
-</dt>
-<dd><p><em>\lbrace</em> (delimiter)
-</p>
-</dd>
-<dt><code>\lbrack</code>
-<a name="index-_005clbrack"></a>
-</dt>
-<dd><p><em>\lbrack</em> (delimiter)
-</p>
-</dd>
-<dt><code>\lceil</code>
-<a name="index-_005clceil"></a>
-</dt>
-<dd><p><em>\lceil</em> (delimiter)
-</p>
-</dd>
-<dt><code>\le</code>
-<a name="index-_005cle"></a>
-</dt>
-<dd><p><em>\le</em>
-</p>
-</dd>
-<dt><code>\leadsto</code>
-<a name="index-_005cleadsto"></a>
-</dt>
-<dt><code>\Leftarrow</code>
-<a name="index-_005cLeftarrow"></a>
-</dt>
-<dd><p><em>\Leftarrow</em>
-</p>
-</dd>
-<dt><code>\leftarrow</code>
-<a name="index-_005cleftarrow"></a>
-</dt>
-<dd><p><em>\leftarrow</em>
-</p>
-</dd>
-<dt><code>\leftharpoondown</code>
-<a name="index-_005cleftharpoondown"></a>
-</dt>
-<dd><p><em>\leftharpoondown</em>
-</p>
-</dd>
-<dt><code>\leftharpoonup</code>
-<a name="index-_005cleftharpoonup"></a>
-</dt>
-<dd><p><em>\leftharpoonup</em>
-</p>
-</dd>
-<dt><code>\Leftrightarrow</code>
-<a name="index-_005cLeftrightarrow"></a>
-</dt>
-<dd><p><em>\Leftrightarrow</em>
-</p>
-</dd>
-<dt><code>\leftrightarrow</code>
-<a name="index-_005cleftrightarrow"></a>
-</dt>
-<dd><p><em>\leftrightarrow</em>
-</p>
-</dd>
-<dt><code>\leq</code>
-<a name="index-_005cleq"></a>
-</dt>
-<dd><p><em>\leq</em> (relation)
-</p>
-</dd>
-<dt><code>\lfloor</code>
-<a name="index-_005clfloor"></a>
-</dt>
-<dd><p><em>\lfloor</em> (delimiter)
-</p>
-</dd>
-<dt><code>\lhd</code>
-<a name="index-_005clhd"></a>
-</dt>
-<dd><p>(left-pointing arrow head) </p>
-</dd>
-<dt><code>\ll</code>
-<a name="index-_005cll"></a>
-</dt>
-<dd><p><em>\ll</em> (relation)
-</p>
-</dd>
-<dt><code>\lnot</code>
-<a name="index-_005clnot"></a>
-</dt>
-<dd><p><em>\lnot</em>
-</p>
-</dd>
-<dt><code>\longleftarrow</code>
-<a name="index-_005clongleftarrow"></a>
-</dt>
-<dd><p><em>\longleftarrow</em>
-</p>
-</dd>
-<dt><code>\longleftrightarrow</code>
-<a name="index-_005clongleftrightarrow"></a>
-</dt>
-<dd><p><em>\longleftrightarrow</em>
-</p>
-</dd>
-<dt><code>\longmapsto</code>
-<a name="index-_005clongmapsto"></a>
-</dt>
-<dd><p><em>\longmapsto</em>
-</p>
-</dd>
-<dt><code>\longrightarrow</code>
-<a name="index-_005clongrightarrow"></a>
-</dt>
-<dd><p><em>\longrightarrow</em>
-</p>
-</dd>
-<dt><code>\lor</code>
-<a name="index-_005clor"></a>
-</dt>
-<dd><p><em>\lor</em>
-</p>
-</dd>
-<dt><code>\mapsto</code>
-<a name="index-_005cmapsto"></a>
-</dt>
-<dd><p><em>\mapsto</em>
-</p>
-</dd>
-<dt><code>\mho</code>
-<a name="index-_005cmho"></a>
-</dt>
-<dt><code>\mid</code>
-<a name="index-_005cmid"></a>
-</dt>
-<dd><p><em>\mid</em> (relation)
-</p>
-</dd>
-<dt><code>\models</code>
-<a name="index-_005cmodels"></a>
-</dt>
-<dd><p><em>\models</em> (relation)
-</p>
-</dd>
-<dt><code>\mp</code>
-<a name="index-_005cmp"></a>
-</dt>
-<dd><p><em>\mp</em> (binary operation)
-</p>
-</dd>
-<dt><code>\mu</code>
-<a name="index-_005cmu"></a>
-</dt>
-<dd><p><em>\mu</em>
-</p>
-</dd>
-<dt><code>\nabla</code>
-<a name="index-_005cnabla"></a>
-</dt>
-<dd><p><em>\nabla</em>
-</p>
-</dd>
-<dt><code>\natural</code>
-<a name="index-_005cnatural"></a>
-</dt>
-<dd><p><em>\natural</em>
-</p>
-</dd>
-<dt><code>\ne</code>
-<a name="index-_005cne"></a>
-</dt>
-<dd><p><em>\ne</em>
-</p>
-</dd>
-<dt><code>\nearrow</code>
-<a name="index-_005cnearrow"></a>
-</dt>
-<dd><p><em>\nearrow</em>
-</p>
-</dd>
-<dt><code>\neg</code>
-<a name="index-_005cneg"></a>
-</dt>
-<dd><p><em>\neg</em>
-</p>
-</dd>
-<dt><code>\neq</code>
-<a name="index-_005cneq"></a>
-</dt>
-<dd><p><em>\neq</em> (relation)
-</p>
-</dd>
-<dt><code>\ni</code>
-<a name="index-_005cni"></a>
-</dt>
-<dd><p><em>\ni</em> (relation)
-</p>
-</dd>
-<dt><code>\not</code>
-<a name="index-_005cnot"></a>
-</dt>
-<dd><p>Overstrike a following operator with a /, as in <em>\not=</em>.
-</p>
-</dd>
-<dt><code>\notin</code>
-<a name="index-_005cnotin"></a>
-</dt>
-<dd><p><em>\ni</em>
-</p>
-</dd>
-<dt><code>\nu</code>
-<a name="index-_005cnu"></a>
-</dt>
-<dd><p><em>\nu</em>
-</p>
-</dd>
-<dt><code>\nwarrow</code>
-<a name="index-_005cnwarrow"></a>
-</dt>
-<dd><p><em>\nwarrow</em>
-</p>
-</dd>
-<dt><code>\odot</code>
-<a name="index-_005codot"></a>
-</dt>
-<dd><p><em>\odot</em> (binary operation)
-</p>
-</dd>
-<dt><code>\oint</code>
-<a name="index-_005coint"></a>
-</dt>
-<dd><p><em>\oint</em>
-</p>
-</dd>
-<dt><code>\Omega</code>
-<a name="index-_005cOmega"></a>
-</dt>
-<dd><p><em>\Omega</em>
-</p>
-</dd>
-<dt><code>\omega</code>
-<a name="index-_005comega"></a>
-</dt>
-<dd><p><em>\omega</em>
-</p>
-</dd>
-<dt><code>\ominus</code>
-<a name="index-_005cominus"></a>
-</dt>
-<dd><p><em>\ominus</em> (binary operation)
-</p>
-</dd>
-<dt><code>\oplus</code>
-<a name="index-_005coplus"></a>
-</dt>
-<dd><p><em>\oplus</em> (binary operation)
-</p>
-</dd>
-<dt><code>\oslash</code>
-<a name="index-_005coslash"></a>
-</dt>
-<dd><p><em>\oslash</em> (binary operation)
-</p>
-</dd>
-<dt><code>\otimes</code>
-<a name="index-_005cotimes"></a>
-</dt>
-<dd><p><em>\otimes</em> (binary operation)
-</p>
-</dd>
-<dt><code>\owns</code>
-<a name="index-_005cowns"></a>
-</dt>
-<dd><p><em>\owns</em>
-</p>
-</dd>
-<dt><code>\parallel</code>
-<a name="index-_005cparallel"></a>
-</dt>
-<dd><p><em>\parallel</em> (relation)
-</p>
-</dd>
-<dt><code>\partial</code>
-<a name="index-_005cpartial"></a>
-</dt>
-<dd><p><em>\partial</em>
-</p>
-</dd>
-<dt><code>\perp</code>
-<a name="index-_005cperp"></a>
-</dt>
-<dd><p><em>\perp</em> (relation)
-</p>
-</dd>
-<dt><code>\phi</code>
-<a name="index-_005cphi"></a>
-</dt>
-<dd><p><em>\phi</em>
-</p>
-</dd>
-<dt><code>\Pi</code>
-<a name="index-_005cPi"></a>
-</dt>
-<dd><p><em>\Pi</em>
-</p>
-</dd>
-<dt><code>\pi</code>
-<a name="index-_005cpi"></a>
-</dt>
-<dd><p><em>\pi</em>
-</p>
-</dd>
-<dt><code>\pm</code>
-<a name="index-_005cpm"></a>
-</dt>
-<dd><p><em>\pm</em> (binary operation)
-</p>
-</dd>
-<dt><code>\prec</code>
-<a name="index-_005cprec"></a>
-</dt>
-<dd><p><em>\prec</em> (relation)
-</p>
-</dd>
-<dt><code>\preceq</code>
-<a name="index-_005cpreceq"></a>
-</dt>
-<dd><p><em>\preceq</em> (relation)
-</p>
-</dd>
-<dt><code>\prime</code>
-<a name="index-_005cprime"></a>
-</dt>
-<dd><p><em>\prime</em>
-</p>
-</dd>
-<dt><code>\prod</code>
-<a name="index-_005cprod"></a>
-</dt>
-<dd><p><em>\prod</em>
-</p>
-</dd>
-<dt><code>\propto</code>
-<a name="index-_005cpropto"></a>
-</dt>
-<dd><p><em>\propto</em> (relation)
-</p>
-</dd>
-<dt><code>\Psi</code>
-<a name="index-_005cPsi"></a>
-</dt>
-<dd><p><em>\Psi</em>
-</p>
-</dd>
-<dt><code>\psi</code>
-<a name="index-_005cpsi"></a>
-</dt>
-<dd><p><em>\psi</em>
-</p>
-</dd>
-<dt><code>\rangle</code>
-<a name="index-_005crangle"></a>
-</dt>
-<dd><p><em>\rangle</em> (delimiter)
-</p>
-</dd>
-<dt><code>\rbrace</code>
-<a name="index-_005crbrace"></a>
-</dt>
-<dd><p><em>\rbrace</em> (delimiter)
-</p>
-</dd>
-<dt><code>\rbrack</code>
-<a name="index-_005crbrack"></a>
-</dt>
-<dd><p><em>\rbrack</em> (delimiter)
-</p>
-</dd>
-<dt><code>\rceil</code>
-<a name="index-_005crceil"></a>
-</dt>
-<dd><p><em>\rceil</em> (delimiter)
-</p>
-</dd>
-<dt><code>\Re</code>
-<a name="index-_005cRe"></a>
-</dt>
-<dd><p><em>\Re</em>
-</p>
-</dd>
-<dt><code>\rfloor</code>
-<a name="index-_005crfloor"></a>
-</dt>
-<dd><p><em>\rfloor</em>
-</p>
-</dd>
-<dt><code>\rhd</code>
-<a name="index-_005crhd"></a>
-</dt>
-<dd><p>(binary operation) </p>
-</dd>
-<dt><code>\rho</code>
-<a name="index-_005crho"></a>
-</dt>
-<dd><p><em>\rho</em>
-</p>
-</dd>
-<dt><code>\Rightarrow</code>
-<a name="index-_005cRightarrow"></a>
-</dt>
-<dd><p><em>\Rightarrow</em>
-</p>
-</dd>
-<dt><code>\rightarrow</code>
-<a name="index-_005crightarrow"></a>
-</dt>
-<dd><p><em>\rightarrow</em>
-</p>
-</dd>
-<dt><code>\rightharpoondown</code>
-<a name="index-_005crightharpoondown"></a>
-</dt>
-<dd><p><em>\rightharpoondown</em>
-</p>
-</dd>
-<dt><code>\rightharpoonup</code>
-<a name="index-_005crightharpoonup"></a>
-</dt>
-<dd><p><em>\rightharpoonup</em>
-</p>
-</dd>
-<dt><code>\rightleftharpoons</code>
-<a name="index-_005crightleftharpoons"></a>
-</dt>
-<dd><p><em>\rightleftharpoons</em>
-</p>
-</dd>
-<dt><code>\searrow</code>
-<a name="index-_005csearrow"></a>
-</dt>
-<dd><p><em>\searrow</em>
-</p>
-</dd>
-<dt><code>\setminus</code>
-<a name="index-_005csetminus"></a>
-</dt>
-<dd><p><em>\setminus</em> (binary operation)
-</p>
-</dd>
-<dt><code>\sharp</code>
-<a name="index-_005csharp"></a>
-</dt>
-<dd><p><em>\sharp</em>
-</p>
-</dd>
-<dt><code>\Sigma</code>
-<a name="index-_005cSigma"></a>
-</dt>
-<dd><p><em>\Sigma</em>
-</p>
-</dd>
-<dt><code>\sigma</code>
-<a name="index-_005csigma"></a>
-</dt>
-<dd><p><em>\sigma</em>
-</p>
-</dd>
-<dt><code>\sim</code>
-<a name="index-_005csim"></a>
-</dt>
-<dd><p><em>\sim</em> (relation)
-</p>
-</dd>
-<dt><code>\simeq</code>
-<a name="index-_005csimeq"></a>
-</dt>
-<dd><p><em>\simeq</em> (relation)
-</p>
-</dd>
-<dt><code>\smallint</code>
-<a name="index-_005csmallint"></a>
-</dt>
-<dd><p><em>\smallint</em>
-</p>
-</dd>
-<dt><code>\smile</code>
-<a name="index-_005csmile"></a>
-</dt>
-<dd><p><em>\smile</em> (relation)
-</p>
-</dd>
-<dt><code>\spadesuit</code>
-<a name="index-_005cspadesuit"></a>
-</dt>
-<dd><p><em>\spadesuit</em>
-</p>
-</dd>
-<dt><code>\sqcap</code>
-<a name="index-_005csqcap"></a>
-</dt>
-<dd><p><em>\sqcap</em> (binary operation)
-</p>
-</dd>
-<dt><code>\sqcup</code>
-<a name="index-_005csqcup"></a>
-</dt>
-<dd><p><em>\sqcup</em> (binary operation)
-</p>
-</dd>
-<dt><code>\sqsubset</code>
-<a name="index-_005csqsubset"></a>
-</dt>
-<dd><p>(relation) </p>
-</dd>
-<dt><code>\sqsubseteq</code>
-<a name="index-_005csqsubseteq"></a>
-</dt>
-<dd><p><em>\sqsubseteq</em> (relation)
-</p>
-</dd>
-<dt><code>\sqsupset</code>
-<a name="index-_005csqsupset"></a>
-</dt>
-<dd><p>(relation) </p>
-</dd>
-<dt><code>\sqsupseteq</code>
-<a name="index-_005csqsupseteq"></a>
-</dt>
-<dd><p><em>\sqsupseteq</em> (relation)
-</p>
-</dd>
-<dt><code>\star</code>
-<a name="index-_005cstar"></a>
-</dt>
-<dd><p><em>\star</em> (binary operation)
-</p>
-</dd>
-<dt><code>\subset</code>
-<a name="index-_005csubset"></a>
-</dt>
-<dd><p><em>\subset</em> (relation)
-</p>
-</dd>
-<dt><code>\subseteq</code>
-<a name="index-_005csubseteq"></a>
-</dt>
-<dd><p><em>\subseteq</em> (relation)
-</p>
-</dd>
-<dt><code>\succ</code>
-<a name="index-_005csucc"></a>
-</dt>
-<dd><p><em>\succ</em> (relation)
-</p>
-</dd>
-<dt><code>\succeq</code>
-<a name="index-_005csucceq"></a>
-</dt>
-<dd><p><em>\succeq</em> (relation)
-</p>
-</dd>
-<dt><code>\sum</code>
-<a name="index-_005csum"></a>
-</dt>
-<dd><p><em>\sum</em>
-</p>
-</dd>
-<dt><code>\supset</code>
-<a name="index-_005csupset"></a>
-</dt>
-<dd><p><em>\supset</em> (relation)
-</p>
-</dd>
-<dt><code>\supseteq</code>
-<a name="index-_005csupseteq"></a>
-</dt>
-<dd><p><em>\supseteq</em> (relation)
-</p>
-</dd>
-<dt><code>\surd</code>
-<a name="index-_005csurd"></a>
-</dt>
-<dd><p><em>\surd</em>
-</p>
-</dd>
-<dt><code>\swarrow</code>
-<a name="index-_005cswarrow"></a>
-</dt>
-<dd><p><em>\swarrow</em>
-</p>
-</dd>
-<dt><code>\tau</code>
-<a name="index-_005ctau"></a>
-</dt>
-<dd><p><em>\tau</em>
-</p>
-</dd>
-<dt><code>\theta</code>
-<a name="index-_005ctheta"></a>
-</dt>
-<dd><p><em>\theta</em>
-</p>
-</dd>
-<dt><code>\times</code>
-<a name="index-_005ctimes"></a>
-</dt>
-<dd><p><em>\times</em> (binary operation)
-</p>
-</dd>
-<dt><code>\to</code>
-<a name="index-_005cto"></a>
-</dt>
-<dd><p><em>\to</em>
-</p>
-</dd>
-<dt><code>\top</code>
-<a name="index-_005ctop"></a>
-</dt>
-<dd><p><em>\top</em>
-</p>
-</dd>
-<dt><code>\triangle</code>
-<a name="index-_005ctriangle"></a>
-</dt>
-<dd><p><em>\triangle</em>
-</p>
-</dd>
-<dt><code>\triangleleft</code>
-<a name="index-_005ctriangleleft"></a>
-</dt>
-<dd><p><em>\triangleleft</em> (binary operation)
-</p>
-</dd>
-<dt><code>\triangleright</code>
-<a name="index-_005ctriangleright"></a>
-</dt>
-<dd><p><em>\triangleright</em> (binary operation)
-</p>
-</dd>
-<dt><code>\unlhd</code>
-<a name="index-_005cunlhd"></a>
-</dt>
-<dd><p>left-pointing arrowhead with line under (binary operation) </p>
-</dd>
-<dt><code>\unrhd</code>
-<a name="index-_005cunrhd"></a>
-</dt>
-<dd><p>right-pointing arrowhead with line under (binary operation) </p>
-</dd>
-<dt><code>\Uparrow</code>
-<a name="index-_005cUparrow"></a>
-</dt>
-<dd><p><em>\Uparrow</em> (delimiter)
-</p>
-</dd>
-<dt><code>\uparrow</code>
-<a name="index-_005cuparrow"></a>
-</dt>
-<dd><p><em>\uparrow</em> (delimiter)
-</p>
-</dd>
-<dt><code>\Updownarrow</code>
-<a name="index-_005cUpdownarrow"></a>
-</dt>
-<dd><p><em>\Updownarrow</em> (delimiter)
-</p>
-</dd>
-<dt><code>\updownarrow</code>
-<a name="index-_005cupdownarrow"></a>
-</dt>
-<dd><p><em>\updownarrow</em> (delimiter)
-</p>
-</dd>
-<dt><code>\uplus</code>
-<a name="index-_005cuplus"></a>
-</dt>
-<dd><p><em>\uplus</em> (binary operation)
-</p>
-</dd>
-<dt><code>\Upsilon</code>
-<a name="index-_005cUpsilon"></a>
-</dt>
-<dd><p><em>\Upsilon</em>
-</p>
-</dd>
-<dt><code>\upsilon</code>
-<a name="index-_005cupsilon"></a>
-</dt>
-<dd><p><em>\upsilon</em>
-</p>
-</dd>
-<dt><code>\varepsilon</code>
-<a name="index-_005cvarepsilon"></a>
-</dt>
-<dd><p><em>\varepsilon</em>
-</p>
-</dd>
-<dt><code>\varphi</code>
-<a name="index-_005cvarphi"></a>
-</dt>
-<dd><p><em>\varphi</em>
-</p>
-</dd>
-<dt><code>\varpi</code>
-<a name="index-_005cvarpi"></a>
-</dt>
-<dd><p><em>\varpi</em>
-</p>
-</dd>
-<dt><code>\varrho</code>
-<a name="index-_005cvarrho"></a>
-</dt>
-<dd><p><em>\varrho</em>
-</p>
-</dd>
-<dt><code>\varsigma</code>
-<a name="index-_005cvarsigma"></a>
-</dt>
-<dd><p><em>\varsigma</em>
-</p>
-</dd>
-<dt><code>\vartheta</code>
-<a name="index-_005cvartheta"></a>
-</dt>
-<dd><p><em>\vartheta</em>
-</p>
-</dd>
-<dt><code>\vdash</code>
-<a name="index-_005cvdash"></a>
-</dt>
-<dd><p><em>\vdash</em> (relation)
-</p>
-</dd>
-<dt><code>\vee</code>
-<a name="index-_005cvee"></a>
-</dt>
-<dd><p><em>\vee</em> (binary operation)
-</p>
-</dd>
-<dt><code>\Vert</code>
-<a name="index-_005cVert"></a>
-</dt>
-<dd><p><em>\Vert</em> (delimiter)
-</p>
-</dd>
-<dt><code>\vert</code>
-<a name="index-_005cvert"></a>
-</dt>
-<dd><p><em>\vert</em> (delimiter)
-</p>
-</dd>
-<dt><code>\wedge</code>
-<a name="index-_005cwedge"></a>
-</dt>
-<dd><p><em>\wedge</em> (binary operation)
-</p>
-</dd>
-<dt><code>\wp</code>
-<a name="index-_005cwp"></a>
-</dt>
-<dd><p><em>\wp</em>
-</p>
-</dd>
-<dt><code>\wr</code>
-<a name="index-_005cwr"></a>
-</dt>
-<dd><p><em>\wr</em> (binary operation)
-</p>
-</dd>
-<dt><code>\Xi</code>
-<a name="index-_005cXi"></a>
-</dt>
-<dd><p><em>\Xi</em>
-</p>
-</dd>
-<dt><code>\xi</code>
-<a name="index-_005cxi"></a>
-</dt>
-<dd><p><em>\xi</em>
-</p>
-</dd>
-<dt><code>\zeta</code>
-<a name="index-_005czeta"></a>
-</dt>
-<dd><p><em>\zeta</em>
-</p>
-</dd>
-</dl>
-
-
-<hr>
-<a name="Math-functions"></a>
-<div class="header">
-<p>
-Next: <a href="#Math-accents" accesskey="n" rel="next">Math accents</a>, Previous: <a href="#Math-symbols" accesskey="p" rel="previous">Math symbols</a>, Up: <a href="#Math-formulas" accesskey="u" rel="up">Math formulas</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Math-functions-1"></a>
-<h2 class="section">17.3 Math functions</h2>
-<a name="index-math-functions"></a>
-<a name="index-functions_002c-math"></a>
-
-<p>These commands produce roman function names in math mode with proper
-spacing.
-</p>
-<dl compact="compact">
-<dt><code>\arccos</code>
-<a name="index-_005carccos"></a>
-</dt>
-<dd><p><em>\arccos</em>
-</p>
-</dd>
-<dt><code>\arcsin</code>
-<a name="index-_005carcsin"></a>
-</dt>
-<dd><p><em>\arcsin</em>
-</p>
-</dd>
-<dt><code>\arctan</code>
-<a name="index-_005carctan"></a>
-</dt>
-<dd><p><em>\arctan</em>
-</p>
-</dd>
-<dt><code>\arg</code>
-<a name="index-_005carg"></a>
-</dt>
-<dd><p><em>\arg</em>
-</p>
-</dd>
-<dt><code>\bmod</code>
-<a name="index-_005cbmod"></a>
-</dt>
-<dd><p>Binary modulo operator (<em>x \bmod y</em>)
-</p>
-</dd>
-<dt><code>\cos</code>
-<a name="index-_005ccos"></a>
-</dt>
-<dd><p><em>\cos</em>
-</p>
-</dd>
-<dt><code>\cosh</code>
-<a name="index-_005ccosh"></a>
-</dt>
-<dd><p><em>\cosh</em>
-</p>
-</dd>
-<dt><code>\cot</code>
-<a name="index-_005ccot"></a>
-</dt>
-<dd><p><em>\cos</em>
-</p>
-</dd>
-<dt><code>\coth</code>
-<a name="index-_005ccoth"></a>
-</dt>
-<dd><p><em>\cosh</em>
-</p>
-</dd>
-<dt><code>\csc</code>
-<a name="index-_005ccsc"></a>
-</dt>
-<dd><p><em>\csc</em>
-</p>
-</dd>
-<dt><code>\deg</code>
-<a name="index-_005cdeg"></a>
-</dt>
-<dd><p><em>\deg</em>
-</p>
-</dd>
-<dt><code>\det</code>
-<a name="index-_005cdet"></a>
-</dt>
-<dd><p><em>\deg</em>
-</p>
-</dd>
-<dt><code>\dim</code>
-<a name="index-_005cdim"></a>
-</dt>
-<dd><p><em>\dim</em>
-</p>
-</dd>
-<dt><code>\exp</code>
-<a name="index-_005cexp"></a>
-</dt>
-<dd><p><em>\exp</em>
-</p>
-</dd>
-<dt><code>\gcd</code>
-<a name="index-_005cgcd"></a>
-</dt>
-<dd><p><em>\gcd</em>
-</p>
-</dd>
-<dt><code>\hom</code>
-<a name="index-_005chom"></a>
-</dt>
-<dd><p><em>\hom</em>
-</p>
-</dd>
-<dt><code>\inf</code>
-<a name="index-_005cinf"></a>
-</dt>
-<dd><p><em>\inf</em>
-</p>
-</dd>
-<dt><code>\ker</code>
-<a name="index-_005cker"></a>
-</dt>
-<dd><p><em>\ker</em>
-</p>
-</dd>
-<dt><code>\lg</code>
-<a name="index-_005clg"></a>
-</dt>
-<dd><p><em>\lg</em>
-</p>
-</dd>
-<dt><code>\lim</code>
-<a name="index-_005clim"></a>
-</dt>
-<dd><p><em>\lim</em>
-</p>
-</dd>
-<dt><code>\liminf</code>
-<a name="index-_005climinf"></a>
-</dt>
-<dd><p><em>\liminf</em>
-</p>
-</dd>
-<dt><code>\limsup</code>
-<a name="index-_005climsup"></a>
-</dt>
-<dd><p><em>\limsup</em>
-</p>
-</dd>
-<dt><code>\ln</code>
-<a name="index-_005cln"></a>
-</dt>
-<dd><p><em>\ln</em>
-</p>
-</dd>
-<dt><code>\log</code>
-<a name="index-_005clog"></a>
-</dt>
-<dd><p><em>\log</em>
-</p>
-</dd>
-<dt><code>\max</code>
-<a name="index-_005cmax"></a>
-</dt>
-<dd><p><em>\max</em>
-</p>
-</dd>
-<dt><code>\min</code>
-<a name="index-_005cmin"></a>
-</dt>
-<dd><p><em>\min</em>
-</p>
-</dd>
-<dt><code>\pmod</code>
-<a name="index-_005cpmod"></a>
-</dt>
-<dd><p>parenthesized modulus, as in (<em>\pmod 2^n - 1</em>)
-</p>
-</dd>
-<dt><code>\Pr</code>
-<a name="index-_005cPr"></a>
-</dt>
-<dd><p><em>\Pr</em>
-</p>
-</dd>
-<dt><code>\sec</code>
-<a name="index-_005csec"></a>
-</dt>
-<dd><p><em>\sec</em>
-</p>
-</dd>
-<dt><code>\sin</code>
-<a name="index-_005csin"></a>
-</dt>
-<dd><p><em>\sin</em>
-</p>
-</dd>
-<dt><code>\sinh</code>
-<a name="index-_005csinh"></a>
-</dt>
-<dd><p><em>\sinh</em>
-</p>
-</dd>
-<dt><code>\sup</code>
-<a name="index-_005csup"></a>
-</dt>
-<dd><p><em>\sup</em>
-</p>
-</dd>
-<dt><code>\tan</code>
-<a name="index-_005ctan"></a>
-</dt>
-<dd><p><em>\tan</em>
-</p>
-</dd>
-<dt><code>\tanh</code>
-<a name="index-_005ctanh"></a>
-</dt>
-<dd><p><em>\tanh</em>
-</p>
-</dd>
-</dl>
-
-
-<hr>
-<a name="Math-accents"></a>
-<div class="header">
-<p>
-Next: <a href="#Spacing-in-math-mode" accesskey="n" rel="next">Spacing in math mode</a>, Previous: <a href="#Math-functions" accesskey="p" rel="previous">Math functions</a>, Up: <a href="#Math-formulas" accesskey="u" rel="up">Math formulas</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Math-accents-1"></a>
-<h2 class="section">17.4 Math accents</h2>
-<a name="index-math-accents"></a>
-<a name="index-accents_002c-mathematical"></a>
-
-<p>LaTeX provides a variety of commands for producing accented letters
-in math. These are different from accents in normal text
-(see <a href="#Accents">Accents</a>).
-</p>
-<dl compact="compact">
-<dt><code>\acute</code>
-<a name="index-_005cacute"></a>
-</dt>
-<dd><a name="index-acute-accent_002c-math"></a>
-<p>Math acute accent: <em>\acute{x}</em>.
-</p>
-</dd>
-<dt><code>\bar</code>
-<a name="index-_005cbar"></a>
-</dt>
-<dd><a name="index-bar_002dover-accent_002c-math"></a>
-<a name="index-macron-accent_002c-math"></a>
-<p>Math bar-over accent: <em>\bar{x}</em>.
-</p>
-</dd>
-<dt><code>\breve</code>
-<a name="index-_005cbreve"></a>
-</dt>
-<dd><a name="index-breve-accent_002c-math"></a>
-<p>Math breve accent: <em>\breve{x}</em>.
-</p>
-</dd>
-<dt><code>\check</code>
-<a name="index-_005ccheck"></a>
-</dt>
-<dd><a name="index-check-accent_002c-math"></a>
-<a name="index-hacek-accent_002c-math"></a>
-<p>Math h&aacute;c&lt;ek (check) accent: <em>\check{x}</em>.
-</p>
-</dd>
-<dt><code>\ddot</code>
-<a name="index-_005cddot"></a>
-</dt>
-<dd><a name="index-double-dot-accent_002c-math"></a>
-<p>Math dieresis accent: <em>\ddot{x}</em>.
-</p>
-</dd>
-<dt><code>\dot</code>
-<a name="index-_005cdot"></a>
-</dt>
-<dd><a name="index-overdot-accent_002c-math"></a>
-<a name="index-dot-over-accent_002c-math"></a>
-<p>Math dot accent: <em>\dot{x}</em>.
-</p>
-</dd>
-<dt><code>\grave</code>
-<a name="index-_005cgrave"></a>
-</dt>
-<dd><a name="index-grave-accent_002c-math"></a>
-<p>Math grave accent: <em>\grave{x}</em>.
-</p>
-</dd>
-<dt><code>\hat</code>
-<a name="index-_005chat"></a>
-</dt>
-<dd><a name="index-hat-accent_002c-math"></a>
-<a name="index-circumflex-accent_002c-math"></a>
-<p>Math hat (circumflex) accent: <em>\hat{x}</em>.
-</p>
-</dd>
-<dt><code>\imath</code>
-<a name="index-_005cimath"></a>
-</dt>
-<dd><a name="index-dotless-i_002c-math"></a>
-<p>Math dotless i.
-</p>
-</dd>
-<dt><code>\jmath</code>
-<a name="index-_005cjmath"></a>
-</dt>
-<dd><a name="index-dotless-j_002c-math"></a>
-<p>Math dotless j.
-</p>
-</dd>
-<dt><code>\tilde</code>
-<a name="index-_005ctilde"></a>
-</dt>
-<dd><a name="index-tilde-accent_002c-math"></a>
-<p>Math tilde accent: <em>\tilde{x}</em>.
-</p>
-</dd>
-<dt><code>\vec</code>
-<a name="index-_005cvec"></a>
-</dt>
-<dd><a name="index-vector-symbol_002c-math"></a>
-<p>Math vector symbol: <em>\vec{x}</em>.
-</p>
-</dd>
-<dt><code>\widehat</code>
-<a name="index-_005cwidehat"></a>
-</dt>
-<dd><a name="index-wide-hat-accent_002c-math"></a>
-<p>Math wide hat accent: <em>\widehat{x+y}</em>.
-</p>
-</dd>
-<dt><code>\widehat</code>
-<a name="index-_005cwidehat-1"></a>
-</dt>
-<dd><a name="index-wide-tile-accent_002c-math"></a>
-<p>Math wide tilde accent: <em>\widetilde{x+y}</em>.
-</p>
-</dd>
-</dl>
-
-
-<hr>
-<a name="Spacing-in-math-mode"></a>
-<div class="header">
-<p>
-Next: <a href="#Math-miscellany" accesskey="n" rel="next">Math miscellany</a>, Previous: <a href="#Math-accents" accesskey="p" rel="previous">Math accents</a>, Up: <a href="#Math-formulas" accesskey="u" rel="up">Math formulas</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Spacing-in-math-mode-1"></a>
-<h2 class="section">17.5 Spacing in math mode</h2>
-<a name="index-spacing-within-math-mode"></a>
-<a name="index-math-mode_002c-spacing"></a>
-
-<p>In a <code>math</code> environment, LaTeX ignores the spaces you type and
-puts in the spacing according to the normal rules for mathematics
-texts. If you want different spacing, LaTeX provides the following
-commands for use in math mode:
-</p>
-<dl compact="compact">
-<dt><code>\;</code></dt>
-<dd><a name="index-_005c_003b"></a>
-<p>A thick space (<em>5\over18\,</em>quad).
-</p></dd>
-<dt><code>\:</code></dt>
-<dt><code>\&gt;</code></dt>
-<dd><a name="index-_005c_003a"></a>
-<a name="index-_005c_003e-1"></a>
-<p>Both of these produce a medium space (<em>2\over9\,</em>quad).
-</p></dd>
-<dt><code>\,</code></dt>
-<dd><a name="index-_005c_002c"></a>
-<p>A thin space (<em>1\over6\,</em>quad); not restricted to math mode.
-</p></dd>
-<dt><code>\!</code></dt>
-<dd><p>A negative thin space (<em>-{1\over6}\,</em>quad).
-</p></dd>
-</dl>
-
-
-<hr>
-<a name="Math-miscellany"></a>
-<div class="header">
-<p>
-Previous: <a href="#Spacing-in-math-mode" accesskey="p" rel="previous">Spacing in math mode</a>, Up: <a href="#Math-formulas" accesskey="u" rel="up">Math formulas</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Math-miscellany-1"></a>
-<h2 class="section">17.6 Math miscellany</h2>
-<a name="index-math-miscellany"></a>
-
-<dl compact="compact">
-<dt><code>\*</code>
-<a name="index-_005c_002a"></a>
-</dt>
-<dd><a name="index-discretionary-multiplication"></a>
-<a name="index-multiplication-symbol_002c-discretionary-line-break"></a>
-<p>A &ldquo;discretionary&rdquo; multiplication symbol, at which a line break is
-allowed.
-</p>
-</dd>
-<dt><code>\cdots</code>
-<a name="index-_005ccdots"></a>
-</dt>
-<dd><p>A horizontal ellipsis with the dots raised to the center of the line.
-</p>
-</dd>
-<dt><code>\ddots</code>
-<a name="index-_005cddots"></a>
-</dt>
-<dd><p>A diagonal ellipsis: <em>\ddots</em>.
-</p>
-</dd>
-<dt><code>\frac{num}{den}</code>
-<a name="index-_005cfrac_007bnum_007d_007bden_007d"></a>
-</dt>
-<dd><a name="index-_005cfrac"></a>
-<p>Produces the fraction <code>num</code> divided by <code>den</code>.
-</p>
-
-</dd>
-<dt><code>\left <var>delim1</var> ... \right <var>delim2</var></code>
-<a name="index-_005cleft-delim1-_002e_002e_002e-_005cright-delim2"></a>
-</dt>
-<dd><a name="index-_005cright"></a>
-<a name="index-null-delimiter"></a>
-<p>The two delimiters need not match; &lsquo;<samp>.</samp>&rsquo; acts as a null delimiter,
-producing no output. The delimiters are sized according to the math
-in between. Example: <code>\left( \sum_i=1^10 a_i \right]</code>.
-</p>
-</dd>
-<dt><code>\overbrace{<var>text</var>}</code>
-<a name="index-_005coverbrace_007btext_007d"></a>
-</dt>
-<dd><p>Generates a brace over <var>text</var>.
-For example, <em>\overbrace{x+\cdots+x}^{k \rm\;times}</em>.
-</p>
-</dd>
-<dt><code>\overline{<var>text</var>}</code>
-<a name="index-_005coverline_007btext_007d"></a>
-</dt>
-<dd><p>Generates a horizontal line over <var>tex</var>.
-For exampe, <em>\overline{x+y}</em>.
-</p>
-</dd>
-<dt><code>\sqrt[<var>root</var>]{arg}</code>
-<a name="index-_005csqrt_005broot_005d_007barg_007d"></a>
-</dt>
-<dd><p>Produces the representation of the square root of <var>arg</var>. The
-optional argument <var>root</var> determines what root to produce. For
-example, the cube root of <code>x+y</code> would be typed as
-<code>$\sqrt[3]{x+y}$</code>.
-</p>
-</dd>
-<dt><code>\stackrel{<var>text</var>}{<var>relation</var>}</code>
-<a name="index-_005cstackrel_007btext_007d_007brelation_007d"></a>
-</dt>
-<dd><p>Puts <var>text</var> above <var>relation</var>. For example,
-<code>\stackrel{f}{\longrightarrow}</code>.
-</p>
-</dd>
-<dt><code>\underbrace{math}</code>
-<a name="index-_005cunderbrace_007bmath_007d"></a>
-</dt>
-<dd><p>Generates <var>math</var> with a brace underneath.
-</p>
-</dd>
-<dt><code>\underline{text}</code>
-<a name="index-_005cunderline_007btext_007d"></a>
-</dt>
-<dd><p>Causes <var>text</var>, which may be either math mode or not, to be
-underlined. The line is always below the text, taking account of
-descenders.
-</p>
-</dd>
-<dt><code>\vdots</code>
-<a name="index-_005cvdots"></a>
-</dt>
-<dd><a name="index-_005cvdots-1"></a>
-<p>Produces a vertical ellipsis.
-</p>
-</dd>
-</dl>
-
-
-<hr>
-<a name="Modes"></a>
-<div class="header">
-<p>
-Next: <a href="#Page-styles" accesskey="n" rel="next">Page styles</a>, Previous: <a href="#Math-formulas" accesskey="p" rel="previous">Math formulas</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Modes-1"></a>
-<h1 class="chapter">18 Modes</h1>
-<a name="index-modes"></a>
-<a name="index-paragraph-mode"></a>
-<a name="index-math-mode"></a>
-<a name="index-left_002dto_002dright-mode"></a>
-<a name="index-lR-mode"></a>
-
-
-<p>When LaTeX is processing your input text, it is always in one of three
-modes:
-</p>
-<ul>
-<li>
-Paragraph mode
-</li><li>
-Math mode
-</li><li>
-Left-to-right mode, called LR mode for short
-</li></ul>
-
-<p>LaTeX changes mode only when it goes up or down a staircase to a
-different level, though not all level changes produce mode changes.
-Mode changes occur only when entering or leaving an environment, or when
-LaTeX is processing the argument of certain text-producing commands.
-</p>
-<p>&ldquo;Paragraph mode&rdquo; is the most common; it&rsquo;s the one LaTeX is in
-when processing ordinary text. In that mode, LaTeX breaks your
-text into lines and breaks the lines into pages. LaTeX is in
-&ldquo;math mode&rdquo; when it&rsquo;s generating a mathematical formula. In &ldquo;LR
-mode&rdquo;, as in paragraph mode, LaTeX considers the output that it
-produces to be a string of words with spaces between them. However,
-unlike paragraph mode, LaTeX keeps going from left to right; it
-never starts a new line in LR mode. Even if you put a hundred words
-into an <code>\mbox</code>, LaTeX would keep typesetting them from left
-to right inside a single box, and then complain because the resulting
-box was too wide to fit on the line.
-</p>
-<p>LaTeX is in LR mode when it starts making a box with an <code>\mbox</code>
-command. You can get it to enter a different mode inside the box - for
-example, you can make it enter math mode to put a formula in the box.
-There are also several text-producing commands and environments for
-making a box that put LaTeX in paragraph mode. The box make by one of
-these commands or environments will be called a <code>parbox</code>. When
-LaTeX is in paragraph mode while making a box, it is said to be in
-&ldquo;inner paragraph mode&rdquo;. Its normal paragraph mode, which it starts out
-in, is called &ldquo;outer paragraph mode&rdquo;.
-</p>
-
-<hr>
-<a name="Page-styles"></a>
-<div class="header">
-<p>
-Next: <a href="#Spaces" accesskey="n" rel="next">Spaces</a>, Previous: <a href="#Modes" accesskey="p" rel="previous">Modes</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Page-styles-1"></a>
-<h1 class="chapter">19 Page styles</h1>
-<a name="index-styles_002c-page"></a>
-<a name="index-page-styles"></a>
-
-<p>The <code>\documentclass</code> command determines the size and position of
-the page&rsquo;s head and foot. The page style determines what goes in them.
-</p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cmaketitle" accesskey="1">\maketitle</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Generate a title page.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cpagenumbering" accesskey="2">\pagenumbering</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Set the style used for page numbers.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cpagestyle" accesskey="3">\pagestyle</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Change the headings/footings style.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cthispagestyle" accesskey="4">\thispagestyle</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Change the headings/footings style for this page.
-</td></tr>
-</table>
-
-
-<hr>
-<a name="g_t_005cmaketitle"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cpagenumbering" accesskey="n" rel="next">\pagenumbering</a>, Up: <a href="#Page-styles" accesskey="u" rel="up">Page styles</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cmaketitle-1"></a>
-<h2 class="section">19.1 <code>\maketitle</code></h2>
-<a name="index-titles_002c-making"></a>
-<a name="index-_005cmaketitle"></a>
-
-<p>The <code>\maketitle</code> command generates a title on a separate title
-page&mdash;except in the <code>article</code> class, where the title is placed
-at the top of the first page. Information used to produce the title
-is obtained from the following declarations:
-</p>
-<dl compact="compact">
-<dt><code>\author{<var>name</var> \and <var>name2</var>}</code>
-<a name="index-_005cauthor_007bname-_005cand-name2_007d"></a>
-</dt>
-<dd><a name="index-author_002c-for-titlepage"></a>
-<a name="index-_005c_005c-for-_005cauthor"></a>
-<a name="index-_005cand-for-_005cauthor"></a>
-<p>The <code>\author</code> command declares the document author(s), where the
-argument is a list of authors separated by <code>\and</code> commands. Use
-<code>\\</code> to separate lines within a single author&rsquo;s entry&mdash;for
-example, to give the author&rsquo;s institution or address.
-</p>
-</dd>
-<dt><code>\date{<var>text</var>}</code>
-<a name="index-_005cdate_007btext_007d"></a>
-</dt>
-<dd><a name="index-date_002c-for-titlepage"></a>
-<p>The <code>\date</code> command declares <var>text</var> to be the document&rsquo;s
-date. With no <code>\date</code> command, the current date (see <a href="#g_t_005ctoday">\today</a>)
-is used.
-</p>
-</dd>
-<dt><code>\thanks{<var>text</var>}</code>
-<a name="index-_005cthanks_007btext_007d"></a>
-</dt>
-<dd><a name="index-thanks_002c-for-titlepage"></a>
-<a name="index-credit-footnote"></a>
-<p>The <code>\thanks</code> command produces a <code>\footnote</code> to the title,
-usually used for credit acknowledgements.
-</p>
-</dd>
-<dt><code>\title{<var>text</var>}</code>
-<a name="index-_005ctitle_007btext_007d"></a>
-</dt>
-<dd><a name="index-title_002c-for-titlepage"></a>
-<a name="index-_005c_005c-for-_005ctitle"></a>
-<p>The <code>\title</code> command declares <var>text</var> to be the title of the
-document. Use <code>\\</code> to force a line break, as usual.
-</p>
-</dd>
-</dl>
-
-
-<hr>
-<a name="g_t_005cpagenumbering"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cpagestyle" accesskey="n" rel="next">\pagestyle</a>, Previous: <a href="#g_t_005cmaketitle" accesskey="p" rel="previous">\maketitle</a>, Up: <a href="#Page-styles" accesskey="u" rel="up">Page styles</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cpagenumbering-1"></a>
-<h2 class="section">19.2 <code>\pagenumbering</code></h2>
-<a name="index-_005cpagenumbering"></a>
-<a name="index-page-numbering-style"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\pagenumbering{<var>style</var>}
-</pre></div>
-
-<p>Specifies the style of page numbers, according to <var>style</var>:
-</p>
-<dl compact="compact">
-<dt><code>arabic</code></dt>
-<dd><p>arabic numerals
-</p></dd>
-<dt><code>roman</code></dt>
-<dd><p>lowercase Roman numerals
-</p></dd>
-<dt><code>Roman</code></dt>
-<dd><p>uppercase Roman numerals
-</p></dd>
-<dt><code>alph</code></dt>
-<dd><p>lowercase letters
-</p></dd>
-<dt><code>Alph</code></dt>
-<dd><p>uppercase letters
-</p></dd>
-</dl>
-
-
-<hr>
-<a name="g_t_005cpagestyle"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cthispagestyle" accesskey="n" rel="next">\thispagestyle</a>, Previous: <a href="#g_t_005cpagenumbering" accesskey="p" rel="previous">\pagenumbering</a>, Up: <a href="#Page-styles" accesskey="u" rel="up">Page styles</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cpagestyle-1"></a>
-<h2 class="section">19.3 <code>\pagestyle</code></h2>
-<a name="index-_005cpagestyle"></a>
-<a name="index-header-style"></a>
-<a name="index-footer-style"></a>
-<a name="index-running-header-and-footer-style"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\pagestyle{<var>style</var>}
-</pre></div>
-
-<p>The <code>\pagestyle</code> command specifies how the headers and footers
-are typeset from the current page onwards. Values for <var>style</var>:
-</p>
-<dl compact="compact">
-<dt><code>plain</code></dt>
-<dd><p>Just a plain page number.
-</p>
-</dd>
-<dt><code>empty</code></dt>
-<dd><p>Empty headers and footers, e.g., no page numbers.
-</p>
-</dd>
-<dt><code>headings</code></dt>
-<dd><p>Put running headers on each page. The document style specifies what
-goes in the headers.
-</p>
-</dd>
-<dt><code>myheadings</code></dt>
-<dd><p>Custom headers, specified via the <code>\markboth</code> or the
-<code>\markright</code> commands.
-</p>
-</dd>
-</dl>
-
-<p>Here are the descriptions of <code>\markboth</code> and <code>\markright</code>:
-</p>
-<dl compact="compact">
-<dt><code>\markboth{<var>left</var>}{<var>right</var>}</code>
-<a name="index-_005cmarkboth_007bleft_007d_007bright_007d"></a>
-</dt>
-<dd><p>Sets both the left and the right heading. A &ldquo;left-hand heading&rdquo;
-(<var>left</var>) is generated by the last <code>\markboth</code> command before
-the end of the page, while a &ldquo;right-hand heading&rdquo; (<var>right</var> is
-generated by the first <code>\markboth</code> or <code>\markright</code> that
-comes on the page if there is one, otherwise by the last one before
-the page.
-</p>
-</dd>
-<dt><code>\markright{<var>right</var>}</code>
-<a name="index-_005cmarkright_007bright_007d"></a>
-</dt>
-<dd><p>Sets the right heading, leaving the left heading unchanged.
-</p>
-</dd>
-</dl>
-
-
-<hr>
-<a name="g_t_005cthispagestyle"></a>
-<div class="header">
-<p>
-Previous: <a href="#g_t_005cpagestyle" accesskey="p" rel="previous">\pagestyle</a>, Up: <a href="#Page-styles" accesskey="u" rel="up">Page styles</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cthispagestyle_007bstyle_007d"></a>
-<h2 class="section">19.4 <code>\thispagestyle{<var>style</var>}</code></h2>
-<a name="index-_005cthispagestyle"></a>
-
-<p>The <code>\thispagestyle</code> command works in the same manner as the
-<code>\pagestyle</code> command (see previous section) except that it
-changes to <var>style</var> for the current page only.
-</p>
-
-<hr>
-<a name="Spaces"></a>
-<div class="header">
-<p>
-Next: <a href="#Boxes" accesskey="n" rel="next">Boxes</a>, Previous: <a href="#Page-styles" accesskey="p" rel="previous">Page styles</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Spaces-1"></a>
-<h1 class="chapter">20 Spaces</h1>
-<a name="index-spaces"></a>
-
-<p>LaTeX has many ways to produce white (or filled) space.
-</p>
-<p>Another space-producing command is <code>\,</code> to produce a &ldquo;thin&rdquo;
-space (usually 1/6quad). It can be used in text mode, but is
-more often useful in math mode (see <a href="#Spacing-in-math-mode">Spacing in math mode</a>).
-</p>
-<table class="menu" border="0" cellspacing="0">
-<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">Horizontal space
-</pre></th></tr><tr><td align="left" valign="top">&bull; <a href="#g_t_005chspace" accesskey="1">\hspace</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Fixed horizontal space.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005chfill" accesskey="2">\hfill</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Stretchable horizontal space.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cSPACE" accesskey="3">\SPACE</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Normal interword space.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cAT" accesskey="4">\AT</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Ending a sentence.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cthinspace" accesskey="5">\thinspace</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> One-sixth of an em.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005c_002f" accesskey="6">\/</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Per-character italic correction.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005chrulefill" accesskey="7">\hrulefill</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Stretchable horizontal rule.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cdotfill" accesskey="8">\dotfill</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Stretchable horizontal dots.
-</td></tr>
-<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
-Vertical space
-</pre></th></tr><tr><td align="left" valign="top">&bull; <a href="#g_t_005caddvspace" accesskey="9">\addvspace</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Add arbitrary vertical space if needed.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cbigskip-_005cmedskip-_005csmallskip">\bigskip \medskip \smallskip</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Fixed vertical spaces.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cvfill">\vfill</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Infinitely stretchable vertical space.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cvspace">\vspace</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Add arbitrary vertical space.
-</td></tr>
-</table>
-
-
-<hr>
-<a name="g_t_005chspace"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005chfill" accesskey="n" rel="next">\hfill</a>, Up: <a href="#Spaces" accesskey="u" rel="up">Spaces</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005chspace-1"></a>
-<h2 class="section">20.1 <code>\hspace</code></h2>
-<a name="index-_005chspace"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\hspace[*]{<var>length</var>}
-</pre></div>
-
-<p>The <code>\hspace</code> command adds horizontal space. The <var>length</var>
-argument can be expressed in any terms that LaTeX understands:
-points, inches, etc. It is a rubber length. You can add both
-negative and positive space with an <code>\hspace</code> command; adding
-negative space is like backspacing.
-</p>
-<p>LaTeX normally removes horizontal space that comes at the beginning
-or end of a line. To preserve this space, use the optional <code>*</code>
-form.
-</p>
-
-<hr>
-<a name="g_t_005chfill"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cSPACE" accesskey="n" rel="next">\SPACE</a>, Previous: <a href="#g_t_005chspace" accesskey="p" rel="previous">\hspace</a>, Up: <a href="#Spaces" accesskey="u" rel="up">Spaces</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005chfill-1"></a>
-<h2 class="section">20.2 <code>\hfill</code></h2>
-
-<a name="index-_005chfill"></a>
-<p>The <code>\hfill</code> fill command produces a &ldquo;rubber length&rdquo; which has
-no natural space but can stretch or shrink horizontally as far as
-needed.
-</p>
-<a name="index-_005cfill"></a>
-<p>The <code>\fill</code> parameter is the rubber length itself (technically,
-the glue value &lsquo;<samp>0pt plus1fill</samp>&rsquo;); thus, <code>\hspace\fill</code> is
-equivalent to <code>\hfill</code>.
-</p>
-
-<hr>
-<a name="g_t_005cSPACE"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cAT" accesskey="n" rel="next">\AT</a>, Previous: <a href="#g_t_005chfill" accesskey="p" rel="previous">\hfill</a>, Up: <a href="#Spaces" accesskey="u" rel="up">Spaces</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cSPACE-1"></a>
-<h2 class="section">20.3 <code>\SPACE</code></h2>
-<a name="index-_005cSPACE"></a>
-<a name="index-_005cTAB"></a>
-<a name="index-_005cNEWLINE"></a>
-
-<p>The <code>\ </code> (space) command produces a normal interword space. It&rsquo;s
-useful after punctuation which shouldn&rsquo;t end a sentence. For example
-<code>Knuth's article in Proc.\ Amer.\ Math\. Soc.\ is fundamental</code>.
-It is also often used after control sequences, as in <code>\TeX\ is a
-nice system.</code>
-</p>
-<p>In normal circumstances, <code>\</code>&lt;tab&gt; and <code>\</code>&lt;newline&gt;
-are equivalent to <code>\ </code>.
-</p>
-
-<hr>
-<a name="g_t_005cAT"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cthinspace" accesskey="n" rel="next">\thinspace</a>, Previous: <a href="#g_t_005cSPACE" accesskey="p" rel="previous">\SPACE</a>, Up: <a href="#Spaces" accesskey="u" rel="up">Spaces</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005c_0040"></a>
-<h2 class="section">20.4 <code>\@</code></h2>
-<a name="index-_005c_0040"></a>
-
-<p>The <code>\@</code> command makes the following punctuation character end a
-sentence even if it normally would not. This is typically used after
-a capital letter. Here are side-by-side examples with and without
-<code>\@</code>:
-</p>
-<div class="example">
-<pre class="example">&hellip; in C\@. Pascal, though &hellip;
-&hellip; in C. Pascal, though &hellip;
-</pre></div>
-
-<p>produces
-</p>
-<blockquote>
-<p>&hellip; in C. Pascal, though &hellip;
-&hellip; in C. Pascal, though &hellip;
-</p></blockquote>
-
-
-<hr>
-<a name="g_t_005cthinspace"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005c_002f" accesskey="n" rel="next">\/</a>, Previous: <a href="#g_t_005cAT" accesskey="p" rel="previous">\AT</a>, Up: <a href="#Spaces" accesskey="u" rel="up">Spaces</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cthinspace-1"></a>
-<h2 class="section">20.5 <code>\thinspace</code></h2>
-<a name="index-_005cthinspace"></a>
-
-<p><code>\thinspace</code> produces an unbreakable and unstretchable space that
-is 1/6 of an em. This is the proper space to use in nested quotes, as
-in &rsquo;&rdquo;.
-</p>
-
-<hr>
-<a name="g_t_005c_002f"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005chrulefill" accesskey="n" rel="next">\hrulefill</a>, Previous: <a href="#g_t_005cthinspace" accesskey="p" rel="previous">\thinspace</a>, Up: <a href="#Spaces" accesskey="u" rel="up">Spaces</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005c_002f-1"></a>
-<h2 class="section">20.6 <code>\/</code></h2>
-<a name="index-_005c_002f"></a>
-
-<p>The <code>\/</code> command produces an <em>italic correction</em>. This is a
-small space defined by the font designer for a given character,
-to avoid the character colliding with whatever follows. The italic
-<i>f</i> character typically has a large italic correction value.
-</p>
-<p>If the following character is a period or comma, it&rsquo;s not necessary to
-insert an italic correction, since those punctuation symbols have a
-very small height. However, with semicolons or colons, as well as
-normal letters, it can help. Compare
-<i>f: f;</i> (in the TeX output, the &lsquo;f&rsquo;s are nicely separated)
-with <i>f: f;</i>.
-</p>
-<p>Despite the name, roman characters can also have an italic
-correction. Compare
-pdfTeX (in the TeX output, there is a small space after the &lsquo;f&rsquo;)
-with pdfTeX.
-</p>
-
-<hr>
-<a name="g_t_005chrulefill"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cdotfill" accesskey="n" rel="next">\dotfill</a>, Previous: <a href="#g_t_005c_002f" accesskey="p" rel="previous">\/</a>, Up: <a href="#Spaces" accesskey="u" rel="up">Spaces</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005chrulefill-1"></a>
-<h2 class="section">20.7 <code>\hrulefill</code></h2>
-<a name="index-_005chrulefill"></a>
-
-<p>The <code>\hrulefill</code> fill command produces a &ldquo;rubber length&rdquo; which can
-stretch or shrink horizontally. It will be filled with a horizontal
-rule.
-</p>
-
-<hr>
-<a name="g_t_005cdotfill"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005caddvspace" accesskey="n" rel="next">\addvspace</a>, Previous: <a href="#g_t_005chrulefill" accesskey="p" rel="previous">\hrulefill</a>, Up: <a href="#Spaces" accesskey="u" rel="up">Spaces</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cdotfill-1"></a>
-<h2 class="section">20.8 <code>\dotfill</code></h2>
-
-<a name="index-_005cdotfill"></a>
-
-<p>The <code>\dotfill</code> command produces a &ldquo;rubber length&rdquo; that fills
-with dots instead of just white space.
-</p>
-
-<hr>
-<a name="g_t_005caddvspace"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cbigskip-_005cmedskip-_005csmallskip" accesskey="n" rel="next">\bigskip \medskip \smallskip</a>, Previous: <a href="#g_t_005cdotfill" accesskey="p" rel="previous">\dotfill</a>, Up: <a href="#Spaces" accesskey="u" rel="up">Spaces</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005caddvspace-1"></a>
-<h2 class="section">20.9 <code>\addvspace</code></h2>
-<a name="index-_005caddvspace"></a>
-<a name="index-vertical-space"></a>
-<a name="index-space_002c-inserting-vertical"></a>
-
-<p><code>\addvspace{length}</code>
-</p>
-<p>The <code>\addvspace</code> command normally adds a vertical space of height
-length. However, if vertical space has already been added to the same
-point in the output by a previous <code>\addvspace</code> command, then this
-command will not add more space than needed to make the natural length
-of the total vertical space equal to <code>length</code>.
-</p>
-
-<hr>
-<a name="g_t_005cbigskip-_005cmedskip-_005csmallskip"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cvfill" accesskey="n" rel="next">\vfill</a>, Previous: <a href="#g_t_005caddvspace" accesskey="p" rel="previous">\addvspace</a>, Up: <a href="#Spaces" accesskey="u" rel="up">Spaces</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cbigskip-_005cmedskip-_005csmallskip-1"></a>
-<h2 class="section">20.10 <code>\bigskip \medskip \smallskip</code></h2>
-
-<p>These commands produce a given amount of space.
-</p>
-<dl compact="compact">
-<dt><code>\bigskip</code></dt>
-<dd><a name="index-_005cbigskip"></a>
-<a name="index-_005cbigskipamount"></a>
-<p>The same as <code>\vspace{bigskipamount}</code>, ordinarily about one line
-space (with stretch and shrink).
-</p>
-</dd>
-<dt><code>\medskip</code></dt>
-<dd><a name="index-_005cmedskip"></a>
-<a name="index-_005cmedskipamount"></a>
-<p>The same as <code>\vspace{medskipamount}</code>, ordinarily
-about half of a line space (with stretch and shrink).
-</p>
-</dd>
-<dt><code>\smallskip</code></dt>
-<dd><a name="index-_005csmallskip"></a>
-<a name="index-_005csmallskipamount"></a>
-<p>The same as <code>\vspace{smallskipamount}</code>, ordinarily about a
-quarter of a line space (with stretch and shrink).
-</p>
-</dd>
-</dl>
-
-<p>The <code>\...amount</code> parameters are determined by the document class.
-</p>
-
-<hr>
-<a name="g_t_005cvfill"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cvspace" accesskey="n" rel="next">\vspace</a>, Previous: <a href="#g_t_005cbigskip-_005cmedskip-_005csmallskip" accesskey="p" rel="previous">\bigskip \medskip \smallskip</a>, Up: <a href="#Spaces" accesskey="u" rel="up">Spaces</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cvfill-1"></a>
-<h2 class="section">20.11 <code>\vfill</code></h2>
-<a name="index-_005cvfill"></a>
-
-<p>The <code>\vfill</code> fill command produces a rubber length (glue) which
-can stretch or shrink vertically as far as needed. It&rsquo;s equivalent to
-<code>\vspace{\fill}</code> (see <a href="#g_t_005chfill">\hfill</a>).
-</p>
-
-<hr>
-<a name="g_t_005cvspace"></a>
-<div class="header">
-<p>
-Previous: <a href="#g_t_005cvfill" accesskey="p" rel="previous">\vfill</a>, Up: <a href="#Spaces" accesskey="u" rel="up">Spaces</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cvspace_005b_002a_005d_007blength_007d"></a>
-<h2 class="section">20.12 <code>\vspace[*]{<var>length</var>}</code></h2>
-<a name="index-_005cvspace"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\vspace[*]{<var>length</var>}
-</pre></div>
-
-<p>The <code>\vspace</code> command adds the vertical space <var>length</var>, i.e.,
-a rubber length. <var>length</var> can be negative or positive.
-</p>
-<p>Ordinarily, LaTeX removes vertical space added by <code>\vspace</code> at
-the top or bottom of a page. With the optional <code>*</code> argument, the
-space is not removed.
-</p>
-
-<hr>
-<a name="Boxes"></a>
-<div class="header">
-<p>
-Next: <a href="#Special-insertions" accesskey="n" rel="next">Special insertions</a>, Previous: <a href="#Spaces" accesskey="p" rel="previous">Spaces</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Boxes-1"></a>
-<h1 class="chapter">21 Boxes</h1>
-
-<a name="index-boxes"></a>
-
-<p>All the predefined length parameters (see <a href="#Predefined-lengths">Predefined lengths</a>) can be
-used in the arguments of the box-making commands.
-</p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cmbox" accesskey="1">\mbox</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Horizontal boxes.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cfbox-and-_005cframebox" accesskey="2">\fbox and \framebox</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Put a frame around a box.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#lrbox" accesskey="3">lrbox</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> An environment like \sbox.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cmakebox" accesskey="4">\makebox</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Box, adjustable position.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cparbox" accesskey="5">\parbox</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Box with text in paragraph mode.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005craisebox" accesskey="6">\raisebox</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Raise or lower text.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005csavebox" accesskey="7">\savebox</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Like \makebox, but save the text for later use.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005csbox" accesskey="8">\sbox</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Like \mbox, but save the text for later use.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cusebox" accesskey="9">\usebox</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Print saved text.
-</td></tr>
-</table>
-
-
-<hr>
-<a name="g_t_005cmbox"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cfbox-and-_005cframebox" accesskey="n" rel="next">\fbox and \framebox</a>, Up: <a href="#Boxes" accesskey="u" rel="up">Boxes</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cmbox_007btext_007d"></a>
-<h2 class="section">21.1 <code>\mbox{<var>text}</var></code></h2>
-<a name="index-_005cmbox"></a>
-
-<a name="index-hyphenation_002c-preventing"></a>
-<p>The <code>\mbox</code> command creates a box just wide enough to hold the
-text created by its argument. The <var>text</var> is not broken into
-lines, so it can be used to prevent hyphenation.
-</p>
-
-<hr>
-<a name="g_t_005cfbox-and-_005cframebox"></a>
-<div class="header">
-<p>
-Next: <a href="#lrbox" accesskey="n" rel="next">lrbox</a>, Previous: <a href="#g_t_005cmbox" accesskey="p" rel="previous">\mbox</a>, Up: <a href="#Boxes" accesskey="u" rel="up">Boxes</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cfbox-and-_005cframebox-1"></a>
-<h2 class="section">21.2 <code>\fbox</code> and <code>\framebox</code></h2>
-
-<a name="index-_005cfbox"></a>
-<a name="index-_005cframebox-1"></a>
-
-<p>Synopses:
-</p>
-<div class="example">
-<pre class="example">\fbox{<var>text</var>}
-\framebox[<var>width</var>][<var>position</var>]{<var>text</var>}
-</pre></div>
-
-<p>The <code>\fbox</code> and <code>\framebox</code> commands are like <code>\mbox</code>,
-except that they put a frame around the outside of the box being created.
-</p>
-<p>In addition, the <code>\framebox</code> command allows for explicit
-specification of the box width with the optional <var>width</var> argument
-(a dimension), and positioning with the optional <var>position</var>
-argument. </p>
-<a name="index-_005cfboxrule-1"></a>
-<a name="index-_005cfboxsep-1"></a>
-<p>Both commands produce a rule of thickness <code>\fboxrule</code> (default
-&lsquo;<samp>.4pt</samp>&rsquo;), and leave a space of <code>\fboxsep</code> (default
-&lsquo;<samp>3pt</samp>&rsquo;) between the rule and the contents of the box.
-</p>
-<p>See <a href="#g_t_005cframebox-_0028picture_0029">\framebox (picture)</a>, for the <code>\framebox</code> command in the
-<code>picture</code> environment.
-</p>
-
-<hr>
-<a name="lrbox"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cmakebox" accesskey="n" rel="next">\makebox</a>, Previous: <a href="#g_t_005cfbox-and-_005cframebox" accesskey="p" rel="previous">\fbox and \framebox</a>, Up: <a href="#Boxes" accesskey="u" rel="up">Boxes</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="lrbox-1"></a>
-<h2 class="section">21.3 <code>lrbox</code></h2>
-<a name="index-lrbox"></a>
-
-<p><code>\begin{lrbox}{cmd} text \end{lrbox}</code>
-</p>
-<p>This is the environment form of <code>\sbox</code>.
-</p>
-<p>The text inside the environment is saved in the box <code>cmd</code>, which
-must have been declared with <code>\newsavebox</code>.
-</p>
-
-<hr>
-<a name="g_t_005cmakebox"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cparbox" accesskey="n" rel="next">\parbox</a>, Previous: <a href="#lrbox" accesskey="p" rel="previous">lrbox</a>, Up: <a href="#Boxes" accesskey="u" rel="up">Boxes</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cmakebox-2"></a>
-<h2 class="section">21.4 <code>\makebox</code></h2>
-<a name="index-_005cmakebox"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\makebox[<var>width</var>][<var>position</var>]{<var>text</var>}
-</pre></div>
-
-<p>The <code>\makebox</code> command creates a box just wide enough to contain
-the <var>text</var> specified. The width of the box is specified by the
-optional <var>width</var> argument. The position of the text within the box
-is determined by the optional <var>position</var> argument, which may take
-the following values:
-</p>
-<dl compact="compact">
-<dt><code>c</code></dt>
-<dd><p>Centered (default).
-</p></dd>
-<dt><code>l</code></dt>
-<dd><p>Flush left.
-</p></dd>
-<dt><code>r</code></dt>
-<dd><p>Flush right.
-</p></dd>
-<dt><code>s</code></dt>
-<dd><p>Stretch (justify) across entire <var>width</var>; <var>text</var> must contain
-stretchable space for this to work.
-</p></dd>
-</dl>
-
-<p><code>\makebox</code> is also used within the picture environment
-see <a href="#g_t_005cmakebox-_0028picture_0029">\makebox (picture)</a>.
-</p>
-
-<hr>
-<a name="g_t_005cparbox"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005craisebox" accesskey="n" rel="next">\raisebox</a>, Previous: <a href="#g_t_005cmakebox" accesskey="p" rel="previous">\makebox</a>, Up: <a href="#Boxes" accesskey="u" rel="up">Boxes</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cparbox-1"></a>
-<h2 class="section">21.5 <code>\parbox</code></h2>
-<a name="index-_005cparbox"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\parbox[<var>position</var>][<var>height</var>][<var>inner-pos</var>]{<var>width</var>}{<var>text</var>}
-</pre></div>
-
-<p>The <code>\parbox</code> command produces a box whose contents are created
-in <code>paragraph</code> mode. It should be used to make a box small
-pieces of text, with nothing fancy inside. In particular, you
-shouldn&rsquo;t use any paragraph-making environments inside a
-<code>\parbox</code> argument. For larger pieces of text, including ones
-containing a paragraph-making environment, you should use a
-<code>minipage</code> environment (see <a href="#minipage">minipage</a>).
-</p>
-<p><code>\parbox</code> has two mandatory arguments:
-</p>
-<dl compact="compact">
-<dt><var>width</var></dt>
-<dd><p>the width of the parbox;
-</p></dd>
-<dt><var>text</var></dt>
-<dd><p>the text that goes inside the parbox.
-</p></dd>
-</dl>
-
-<p>The optional <var>position</var> argument allows you to align either the
-top or bottom line in the parbox with the baseline of the surrounding
-text (default is top).
-</p>
-<p>The optional <var>height</var> argument overrides the natural height of the box.
-</p>
-<p>The <var>inner-pos</var> argument controls the placement of the text inside
-the box, as follows; if it is not specified, <var>position</var> is used.
-</p>
-<dl compact="compact">
-<dt><code>t</code></dt>
-<dd><p>text is placed at the top of the box.
-</p></dd>
-<dt><code>c</code></dt>
-<dd><p>text is centered in the box.
-</p></dd>
-<dt><code>b</code></dt>
-<dd><p>text is placed at the bottom of the box.
-</p></dd>
-<dt><code>s</code></dt>
-<dd><p>stretch vertically; the text must contain vertically stretchable space
-for this to work.
-</p></dd>
-</dl>
-
-
-<hr>
-<a name="g_t_005craisebox"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005csavebox" accesskey="n" rel="next">\savebox</a>, Previous: <a href="#g_t_005cparbox" accesskey="p" rel="previous">\parbox</a>, Up: <a href="#Boxes" accesskey="u" rel="up">Boxes</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005craisebox-1"></a>
-<h2 class="section">21.6 <code>\raisebox</code></h2>
-<a name="index-_005craisebox"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\raisebox{distance}[<var>height</var>][<var>depth</var>]{text}
-</pre></div>
-
-<p>The <code>\raisebox</code> command raises or lowers <var>text</var>. The first
-mandatory argument specifies how high <var>text</var> is to be raised (or
-lowered if it is a negative amount). <var>text</var> itself is processed
-in LR mode.
-</p>
-<p>The optional arguments <var>height</var> and <var>depth</var> are dimensions.
-If they are specified, LaTeX treats <var>text</var> as extending a
-certain distance above the baseline (height) or below (depth),
-ignoring its natural height and depth.
-</p>
-
-<hr>
-<a name="g_t_005csavebox"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005csbox" accesskey="n" rel="next">\sbox</a>, Previous: <a href="#g_t_005craisebox" accesskey="p" rel="previous">\raisebox</a>, Up: <a href="#Boxes" accesskey="u" rel="up">Boxes</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005csavebox-1"></a>
-<h2 class="section">21.7 <code>\savebox</code></h2>
-<a name="index-_005csavebox"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\savebox{<var>\boxcmd</var>}[<var>width</var>][<var>pos</var>]{<var>text</var>}
-</pre></div>
-
-<p>This command typeset <var>text</var> in a box just as with <code>\makebox</code>
-(see <a href="#g_t_005cmakebox">\makebox</a>), except that instead of printing the resulting box,
-it saves it in the box labeled <var>\boxcmd</var>, which must have been
-declared with <code>\newsavebox</code> (see <a href="#g_t_005cnewsavebox">\newsavebox</a>).
-</p>
-
-<hr>
-<a name="g_t_005csbox"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cusebox" accesskey="n" rel="next">\usebox</a>, Previous: <a href="#g_t_005csavebox" accesskey="p" rel="previous">\savebox</a>, Up: <a href="#Boxes" accesskey="u" rel="up">Boxes</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005csbox_007b_005cboxcmd_007d_007btext_007d"></a>
-<h2 class="section">21.8 <code>\sbox{<var>\boxcmd</var>}{<var>text</var>}</code></h2>
-<a name="index-_005csbox"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\sbox{<var>\boxcmd</var>}{<var>text</var>}
-</pre></div>
-
-<p><code>\sbox</code> types <var>text</var> in a box just as with <code>\mbox</code>
-(see <a href="#g_t_005cmbox">\mbox</a>) except that instead of the resulting box being
-included in the normal output, it is saved in the box labeled
-<var>\boxcmd</var>. <var>\boxcmd</var> must have been previously declared with
-<code>\newsavebox</code> (see <a href="#g_t_005cnewsavebox">\newsavebox</a>).
-</p>
-
-<hr>
-<a name="g_t_005cusebox"></a>
-<div class="header">
-<p>
-Previous: <a href="#g_t_005csbox" accesskey="p" rel="previous">\sbox</a>, Up: <a href="#Boxes" accesskey="u" rel="up">Boxes</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cusebox_007b_005cboxcmd"></a>
-<h2 class="section">21.9 <code>\usebox{<var>\boxcmd</var></code></h2>
-<a name="index-_005cusebox"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\usebox{<var>\boxcmd</var>}
-</pre></div>
-
-<p><code>\usebox</code> producesthe box most recently saved in the bin
-<var>\boxcmd</var> by a <code>\savebox</code> command (see <a href="#g_t_005csavebox">\savebox</a>).
-</p>
-
-<hr>
-<a name="Special-insertions"></a>
-<div class="header">
-<p>
-Next: <a href="#Splitting-the-input" accesskey="n" rel="next">Splitting the input</a>, Previous: <a href="#Boxes" accesskey="p" rel="previous">Boxes</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Special-insertions-1"></a>
-<h1 class="chapter">22 Special insertions</h1>
-
-<p>LaTeX provides commands for inserting characters that have a
-special meaning do not correspond to simple characters you can type.
-</p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="#Reserved-characters" accesskey="1">Reserved characters</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Inserting # $ % &amp; ~ _ ^ \ { }
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Text-symbols" accesskey="2">Text symbols</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Inserting other non-letter symbols in text.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Accents" accesskey="3">Accents</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Inserting accents.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Non_002dEnglish-characters" accesskey="4">Non-English characters</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Inserting other non-English characters.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005crule" accesskey="5">\rule</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Inserting lines and rectangles.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005ctoday" accesskey="6">\today</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Inserting today&rsquo;s date.
-</td></tr>
-</table>
-
-
-<hr>
-<a name="Reserved-characters"></a>
-<div class="header">
-<p>
-Next: <a href="#Text-symbols" accesskey="n" rel="next">Text symbols</a>, Up: <a href="#Special-insertions" accesskey="u" rel="up">Special insertions</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Reserved-characters-1"></a>
-<h2 class="section">22.1 Reserved characters</h2>
-<a name="index-reserved-characters"></a>
-<a name="index-characters_002c-reserved"></a>
-
-<p>The following characters play a special role in LaTeX and are called
-&ldquo;reserved characters&rdquo; or &ldquo;special characters&rdquo;.
-</p>
-<div class="example">
-<pre class="example"># $ % &amp; ~ _ ^ \ { }
-</pre></div>
-
-<a name="index-_005c_0023"></a>
-<a name="index-_005c_0024"></a>
-<a name="index-_005c_0025"></a>
-<a name="index-_005c_0026"></a>
-<a name="index-_005c_005f"></a>
-<a name="index-_005c_007b"></a>
-<a name="index-_005c_007d"></a>
-<p>Whenever you write one of these characters into your file, LaTeX
-will do something special. If you simply want the character to be
-printed as itself, include a <code>\</code> in front of the character. For
-example, <code>\$</code> will produce <code>$</code> in your output.
-</p>
-<a name="index-_005cbackslash-1"></a>
-<p>One exception to this rule is <code>\</code> itself, because <code>\\</code> has
-its own special (context-dependent) meaning. A roman \ is produced by
-typing <code>$\backslash$</code> in your file, and a typewriter <code>\</code> is
-produced by using &lsquo;<samp>\</samp>&rsquo; in a verbatim command (see <a href="#verbatim">verbatim</a>).
-</p>
-<a name="index-_005c_007e"></a>
-<a name="index-_005c_005e"></a>
-<p>Also, <code>\~</code> and <code>\^</code> place tilde and circumflex accents over
-the following letter, as in &otilde; and &ocirc; (see <a href="#Accents">Accents</a>); to get
-a standalone <code>~</code> or <code>^</code>, you can again use a verbatim
-command.
-</p>
-<a name="index-_005csymbol"></a>
-<a name="index-accessing-any-character-of-a-font"></a>
-
-<p>Finally, you can access any character of the current font once you
-know its number by using the <code>\symbol</code> command. For example, the
-visible space character used in the <code>\verb*</code> command has the code
-decimal 32, so it can be typed as <code>\symbol{32}</code>.
-</p>
-<p>You can also specify octal numbers with <code>'</code> or hexadecimal numbers
-with <code>&quot;</code>, so the previous example could also be written as
-<code>\symbol{'40}</code> or <code>\symbol{&quot;20}</code>.
-</p>
-
-<hr>
-<a name="Text-symbols"></a>
-<div class="header">
-<p>
-Next: <a href="#Accents" accesskey="n" rel="next">Accents</a>, Previous: <a href="#Reserved-characters" accesskey="p" rel="previous">Reserved characters</a>, Up: <a href="#Special-insertions" accesskey="u" rel="up">Special insertions</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Text-symbols-1"></a>
-<h2 class="section">22.2 Text symbols</h2>
-
-<a name="index-text-symbols"></a>
-<a name="index-textcomp-package"></a>
-<p>LaTeX provides commands to generate a number of non-letter symbols
-in running text. Some of these, especially the more obscure ones, are
-not available in OT1; you may need to load the <code>textcomp</code> package.
-</p>
-<dl compact="compact">
-<dt><code>\copyright</code>
-<a name="index-_005ccopyright"></a>
-</dt>
-<dt><code>\textcopyright</code>
-<a name="index-_005ctextcopyright"></a>
-</dt>
-<dd><a name="index-copyright-symbol"></a>
-<p>The copyright symbol, &copy;.
-</p>
-</dd>
-<dt><code>\dag</code>
-<a name="index-_005cdag"></a>
-</dt>
-<dd><a name="index-dagger_002c-in-text"></a>
-<p>The dagger symbol (in text).
-</p>
-</dd>
-<dt><code>\ddag</code>
-<a name="index-_005cddag"></a>
-</dt>
-<dd><a name="index-double-dagger_002c-in-text"></a>
-<p>The double dagger symbol (in text).
-</p>
-</dd>
-<dt><code>\LaTeX</code>
-<a name="index-_005cLaTeX"></a>
-</dt>
-<dd><a name="index-LaTeX-logo"></a>
-<a name="index-logo_002c-LaTeX"></a>
-<p>The LaTeX logo.
-</p>
-</dd>
-<dt><code>\guillemotleft <span class="roman">(&laquo;)</span></code>
-<a name="index-_005cguillemotleft-_0028_00ab_0029"></a>
-</dt>
-<dt><code>\guillemotright <span class="roman">(&raquo;)</span></code>
-<a name="index-_005cguillemotright-_0028_00bb_0029"></a>
-</dt>
-<dt><code>\guilsinglleft <span class="roman">(&lsaquo;)</span></code>
-<a name="index-_005cguilsinglleft-_0028_2039_0029"></a>
-</dt>
-<dt><code>\guilsinglright <span class="roman">(&rsaquo;)</span></code>
-<a name="index-_005cguilsinglright-_0028_203a_0029"></a>
-</dt>
-<dd><a name="index-double-guillemets"></a>
-<a name="index-single-guillemets"></a>
-<a name="index-left-angle-quotation-marks"></a>
-<a name="index-right-angle-quotation-marks"></a>
-<a name="index-double-angle-quotation-marks"></a>
-<a name="index-single-angle-quotation-marks"></a>
-<a name="index-French-quotation-marks"></a>
-<a name="index-quotation-marks_002c-French"></a>
-<p>Double and single angle quotation marks, commonly used in French:
-&laquo;, &raquo;, &lsaquo;, &rsaquo;.
-</p>
-</dd>
-<dt><code>\ldots</code>
-<a name="index-_005cldots"></a>
-</dt>
-<dt><code>\dots</code>
-<a name="index-_005cdots"></a>
-</dt>
-<dt><code>\textellipsis</code>
-<a name="index-_005ctextellipsis"></a>
-</dt>
-<dd><a name="index-ellipsis"></a>
-<p>An ellipsis (three dots at the baseline): &lsquo;&hellip;&rsquo;. <code>\ldots</code>
-and <code>\dots</code> also work in math mode.
-</p>
-</dd>
-<dt><code>\lq</code>
-<a name="index-_005clq"></a>
-</dt>
-<dd><a name="index-left-quote"></a>
-<a name="index-opening-quote"></a>
-<p>Left (opening) quote: &lsquo;.
-</p>
-</dd>
-<dt><code>\P</code>
-<a name="index-_005cP"></a>
-</dt>
-<dt><code>\textparagraph</code>
-<a name="index-_005ctextparagraph"></a>
-</dt>
-<dd><a name="index-paragraph-symbol"></a>
-<a name="index-pilcrow"></a>
-<p>Paragraph sign (pilcrow).
-</p>
-</dd>
-<dt><code>\pounds</code>
-<a name="index-_005cpounds"></a>
-</dt>
-<dt><code>\textsterling</code>
-<a name="index-_005ctextsterling"></a>
-</dt>
-<dd><a name="index-pounds-symbol"></a>
-<a name="index-sterling-symbol"></a>
-<p>English pounds sterling: &pound;.
-</p>
-</dd>
-<dt><code>\quotedblbase <span class="roman">(&bdquo;)</span></code>
-<a name="index-_005cquotedblbase-_0028_201e_0029"></a>
-</dt>
-<dt><code>\quotesinglbase <span class="roman">(&sbquo;)</span></code>
-<a name="index-_005cquotesinglbase-_0028_201a_0029"></a>
-</dt>
-<dd><a name="index-double-low_002d9-quotation-mark"></a>
-<a name="index-single-low_002d9-quotation-mark"></a>
-<a name="index-low_002d9-quotation-marks_002c-single-and-double"></a>
-<p>Double and single quotation marks on the baseline:
-&bdquo; and &sbquo;.
-</p>
-</dd>
-<dt><code>\rq</code>
-<a name="index-_005crq"></a>
-</dt>
-<dd><a name="index-right-quote"></a>
-<a name="index-closing-quote"></a>
-<p>Right (closing) quote: &rsquo;.
-</p>
-</dd>
-<dt><code>\S</code>
-<a name="index-_005cS"></a>
-</dt>
-<dd><a name="index-section-symbol"></a>
-<p>Section symbol.
-</p>
-</dd>
-<dt><code>\TeX</code>
-<a name="index-_005cTeX"></a>
-</dt>
-<dd><a name="index-TeX-logo"></a>
-<a name="index-logo_002c-TeX"></a>
-<p>The TeX logo.
-</p>
-</dd>
-<dt><code>\textasciicircum</code>
-<a name="index-_005ctextasciicircum"></a>
-</dt>
-<dd><a name="index-circumflex_002c-ASCII_002c-in-text"></a>
-<a name="index-ASCII-circumflex_002c-in-text"></a>
-<p>ASCII circumflex: ^.
-</p>
-</dd>
-<dt><code>\textasciitilde</code>
-<a name="index-_005ctextasciitilde"></a>
-</dt>
-<dd><a name="index-tilde_002c-ASCII_002c-in-text"></a>
-<a name="index-ASCII-tilde_002c-in-text"></a>
-<p>ASCII tilde: ~.
-</p>
-</dd>
-<dt><code>\textasteriskcentered</code>
-<a name="index-_005ctextasteriskcentered"></a>
-</dt>
-<dd><a name="index-asterisk_002c-centered_002c-in-text"></a>
-<a name="index-centered-asterisk_002c-in-text"></a>
-<p>Centered asterisk: *.
-</p>
-</dd>
-<dt><code>\textbackslash</code>
-<a name="index-_005ctextbackslash"></a>
-</dt>
-<dd><a name="index-backslash_002c-in-text"></a>
-<p>Backslash: \.
-</p>
-</dd>
-<dt><code>\textbar</code>
-<a name="index-_005ctextbar"></a>
-</dt>
-<dd><a name="index-vertical-bar_002c-in-text"></a>
-<a name="index-bar_002c-vertical_002c-in-text"></a>
-<p>Vertical bar: |.
-</p>
-</dd>
-<dt><code>\textbardbl</code>
-<a name="index-_005ctextbardbl"></a>
-</dt>
-<dd><a name="index-vertical-bar_002c-double_002c-in-text"></a>
-<a name="index-bar_002c-double-vertical_002c-in-text"></a>
-<a name="index-double-vertical-bar_002c-in-text"></a>
-<p>Double vertical bar.
-</p>
-</dd>
-<dt><code>\textbigcircle</code>
-<a name="index-_005ctextbigcircle"></a>
-</dt>
-<dd><a name="index-big-circle-symbols_002c-in-text"></a>
-<a name="index-circle-symbol_002c-big_002c-in-text"></a>
-<p>Big circle symbol.
-</p>
-</dd>
-<dt><code>\textbraceleft</code>
-<a name="index-_005ctextbraceleft"></a>
-</dt>
-<dd><a name="index-left-brace_002c-in-text"></a>
-<a name="index-brace_002c-left_002c-in-text"></a>
-<p>Left brace: {.
-</p>
-</dd>
-<dt><code>\textbraceright</code>
-<a name="index-_005ctextbraceright"></a>
-</dt>
-<dd><a name="index-right-brace_002c-in-text"></a>
-<a name="index-brace_002c-right_002c-in-text"></a>
-<p>Right brace: }.
-</p>
-</dd>
-<dt><code>\textbullet</code>
-<a name="index-_005ctextbullet"></a>
-</dt>
-<dd><a name="index-bullet_002c-in-text"></a>
-<p>Bullet: &bull;.
-</p>
-</dd>
-<dt><code>\textcircled{<var>letter</var>}</code>
-<a name="index-_005ctextcircled_007bletter_007d"></a>
-</dt>
-<dd><a name="index-circled-letter_002c-in-text"></a>
-<p><var>letter</var> in a circle, as in &reg;.
-</p>
-</dd>
-<dt><code>\textcompwordmark</code>
-<a name="index-_005ctextcompwordmark"></a>
-</dt>
-<dt><code>\textcapitalwordmark</code>
-<a name="index-_005ctextcapitalwordmark"></a>
-</dt>
-<dt><code>\textascenderwordmark</code>
-<a name="index-_005ctextascenderwordmark"></a>
-</dt>
-<dd><a name="index-composite-word-mark_002c-in-text"></a>
-<a name="index-cap-height"></a>
-<a name="index-ascender-height"></a>
-<p>Composite word mark (invisible). The <code>\textcapital...</code> form
-has the cap height of the font, while the <code>\textascender...</code> form
-has the ascender height.
-</p>
-</dd>
-<dt><code>\textdagger</code>
-<a name="index-_005ctextdagger"></a>
-</dt>
-<dd><a name="index-dagger_002c-in-text-1"></a>
-<p>Dagger: <em>\dag</em>.
-</p>
-</dd>
-<dt><code>\textdaggerdbl</code>
-<a name="index-_005ctextdaggerdbl"></a>
-</dt>
-<dd><a name="index-dagger_002c-double_002c-in-text"></a>
-<a name="index-double-dagger_002c-in-text-1"></a>
-<p>Double dagger: <em>\ddag</em>.
-</p>
-</dd>
-<dt><code>\textdollar <span class="roman">(or <code>$</code>)</span></code>
-<a name="index-_005ctextdollar-_0028or-_0024_0029"></a>
-</dt>
-<dd><a name="index-dollar-sign"></a>
-<a name="index-currency_002c-dollar"></a>
-<p>Dollar sign: $.
-</p>
-</dd>
-<dt><code>\textemdash <span class="roman">(or <code>---</code>)</span></code>
-<a name="index-_005ctextemdash-_0028or-_002d_002d_002d_0029"></a>
-</dt>
-<dd><a name="index-em_002ddash"></a>
-<p>Em-dash: &mdash; (for punctuation).
-</p>
-</dd>
-<dt><code>\textendash <span class="roman">(or <code>--</code>)</span></code>
-<a name="index-_005ctextendash-_0028or-_002d_002d_0029"></a>
-</dt>
-<dd><a name="index-e_002ddash"></a>
-<p>En-dash: &mdash; (for ranges).
-</p>
-</dd>
-<dt><code>\texteuro</code>
-<a name="index-_005ctexteuro"></a>
-</dt>
-<dd><a name="index-euro-symbol"></a>
-<a name="index-currency_002c-euro"></a>
-<p>The Euro symbol: &euro;.
-</p>
-</dd>
-<dt><code>\textexclamdown <span class="roman">(or <code>!`</code>)</span></code>
-<a name="index-_005ctextexclamdown-_0028or-_0021_0060_0029"></a>
-</dt>
-<dd><a name="index-exclamation-point_002c-upside_002ddown"></a>
-<p>Upside down exclamation point: &iexcl;.
-</p>
-</dd>
-<dt><code>\textgreater</code>
-<a name="index-_005ctextgreater"></a>
-</dt>
-<dd><a name="index-greater-than-symbol_002c-in-text"></a>
-<p>Greater than: &gt;.
-</p>
-</dd>
-<dt><code>\textless</code>
-<a name="index-_005ctextless"></a>
-</dt>
-<dd><a name="index-less-than-symbol_002c-in-text"></a>
-<p>Less than: &lt;.
-</p>
-</dd>
-<dt><code>\textleftarrow</code>
-<a name="index-_005ctextleftarrow"></a>
-</dt>
-<dd><a name="index-arrow_002c-left_002c-in-text"></a>
-<a name="index-left-arrow_002c-in-text"></a>
-<p>Left arrow.
-</p>
-</dd>
-<dt><code>\textordfeminine</code>
-<a name="index-_005ctextordfeminine"></a>
-</dt>
-<dt><code>\textordmasculine</code>
-<a name="index-_005ctextordmasculine"></a>
-</dt>
-<dd><a name="index-feminine-ordinal-symbol"></a>
-<a name="index-masculine-ordinal-symbol"></a>
-<a name="index-ordinals_002c-feminine-and-masculine"></a>
-<a name="index-Spanish-ordinals_002c-feminine-and-masculine"></a>
-<p>Feminine and masculine ordinal symbols: &ordf;, &ordm;.
-</p>
-</dd>
-<dt><code>\textperiodcentered</code>
-<a name="index-_005ctextperiodcentered"></a>
-</dt>
-<dd><a name="index-period_002c-centered_002c-in-text"></a>
-<a name="index-centered-period_002c-in-text"></a>
-<p>Centered period: <em>\cdot</em>.
-</p>
-</dd>
-<dt><code>\textquestiondown <span class="roman">(or <code>?`</code>)</span></code>
-<a name="index-_005ctextquestiondown-_0028or-_003f_0060_0029"></a>
-</dt>
-<dd><a name="index-questionation-point_002c-upside_002ddown"></a>
-<p>Upside down questionation point: &iquest;.
-</p>
-</dd>
-<dt><code>\textquotedblleft <span class="roman">(or <code>``</code>)</span></code>
-<a name="index-_005ctextquotedblleft-_0028or-_0060_0060_0029"></a>
-</dt>
-<dd><a name="index-left-quote_002c-double"></a>
-<a name="index-double-left-quote"></a>
-<p>Double left quote: &ldquo;.
-</p>
-</dd>
-<dt><code>\textquotedblright <span class="roman">(or <code>'</code>)</span></code>
-<a name="index-_005ctextquotedblright-_0028or-_0027_0029"></a>
-</dt>
-<dd><a name="index-right-quote_002c-double"></a>
-<a name="index-double-right-quote"></a>
-<p>Double right quote: &rdquo;.
-</p>
-</dd>
-<dt><code>\textquoteleft <span class="roman">(or <code>`</code>)</span></code>
-<a name="index-_005ctextquoteleft-_0028or-_0060_0029"></a>
-</dt>
-<dd><a name="index-left-quote_002c-single"></a>
-<a name="index-single-left-quote"></a>
-<p>Single left quote: &lsquo;.
-</p>
-</dd>
-<dt><code>\textquoteright <span class="roman">(or <code>'</code>)</span></code>
-<a name="index-_005ctextquoteright-_0028or-_0027_0029"></a>
-</dt>
-<dd><a name="index-right-quote_002c-single"></a>
-<a name="index-single-right-quote"></a>
-<p>Single right quote: &rsquo;.
-</p>
-</dd>
-<dt><code>\textquotestraightbase</code>
-<a name="index-_005ctextquotestraightbase"></a>
-</dt>
-<dt><code>\textquotestraightdblbase</code>
-<a name="index-_005ctextquotestraightdblbase"></a>
-</dt>
-<dd><a name="index-quote_002c-straight-base"></a>
-<a name="index-straight-quote_002c-base"></a>
-<a name="index-double-quote_002c-straight-base"></a>
-<a name="index-straight-double-quote_002c-base"></a>
-<p>Single and double straight quotes on the baseline.
-</p>
-</dd>
-<dt><code>\textregistered</code>
-<a name="index-_005ctextregistered"></a>
-</dt>
-<dd><a name="index-registered-symbol"></a>
-<p>Registered symbol: &reg;.
-</p>
-</dd>
-<dt><code>\textrightarrow</code>
-<a name="index-_005ctextrightarrow"></a>
-</dt>
-<dd><a name="index-arrow_002c-right_002c-in-text"></a>
-<a name="index-right-arrow_002c-in-text"></a>
-<p>Right arrow.
-</p>
-</dd>
-<dt><code>\textthreequartersemdash</code>
-<a name="index-_005ctextthreequartersemdash"></a>
-</dt>
-<dd><a name="index-three_002dquarters-em_002ddash"></a>
-<a name="index-em_002ddash_002c-three_002dquarters"></a>
-<p>&ldquo;Three-quarters&rdquo; em-dash, between en-dash and em-dash.
-</p>
-</dd>
-<dt><code>\texttrademark</code>
-<a name="index-_005ctexttrademark"></a>
-</dt>
-<dd><a name="index-trademark-symbol"></a>
-<p>Trademark symbol: <em>^{\hbox{TM}}</em>.
-</p>
-</dd>
-<dt><code>\texttwelveudash</code>
-<a name="index-_005ctexttwelveudash"></a>
-</dt>
-<dd><a name="index-two_002dthirds-em_002ddash"></a>
-<a name="index-em_002ddash_002c-two_002dthirds"></a>
-<p>&ldquo;Two-thirds&rdquo; em-dash, between en-dash and em-dash.
-</p>
-</dd>
-<dt><code>\textunderscore</code>
-<a name="index-_005ctextunderscore"></a>
-</dt>
-<dd><a name="index-underscore_002c-in-text"></a>
-<p>Underscore: _.
-</p>
-</dd>
-<dt><code>\textvisiblespace</code>
-<a name="index-_005ctextvisiblespace"></a>
-</dt>
-<dd><a name="index-visible-space-symbol_002c-in-text"></a>
-<p>Visible space symbol.
-</p>
-</dd>
-</dl>
-
-
-<hr>
-<a name="Accents"></a>
-<div class="header">
-<p>
-Next: <a href="#Non_002dEnglish-characters" accesskey="n" rel="next">Non-English characters</a>, Previous: <a href="#Text-symbols" accesskey="p" rel="previous">Text symbols</a>, Up: <a href="#Special-insertions" accesskey="u" rel="up">Special insertions</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Accents-1"></a>
-<h2 class="section">22.3 Accents</h2>
-
-<a name="index-accents"></a>
-<a name="index-characters_002c-accented"></a>
-<a name="index-letters_002c-accented"></a>
-
-<p>LaTeX has wide support for many of the world&rsquo;s scripts and
-languages, through the <code>babel</code> package and related support. This
-section does not attempt to cover all that support. It merely lists
-the core LaTeX commands for creating accented characters.
-</p>
-<p>The <code>\capital...</code> commands produce alternative forms for use with
-capital letters. These are not available with OT1.
-</p>
-<dl compact="compact">
-<dt><code>\&quot;</code></dt>
-<dt><code>\capitaldieresis</code></dt>
-<dd><a name="index-_005c_0022-_0028umlaut-accent_0029"></a>
-<a name="index-_005ccapitaldieresis"></a>
-<a name="index-umlaut-accent"></a>
-<a name="index-dieresis-accent"></a>
-<p>Produces an umlaut (dieresis), as in &ouml;.
-</p>
-</dd>
-<dt><code>\'</code></dt>
-<dt><code>\capitalacute</code></dt>
-<dd><a name="index-_005c_0027-_0028acute-accent_0029"></a>
-<a name="index-_005ccapitalacute"></a>
-<a name="index-acute-accent"></a>
-<p>Produces an acute accent, as in &oacute;. In the <code>tabbing</code>
-environment, pushes current column to the right of the previous column
-(see <a href="#tabbing">tabbing</a>).
-</p>
-</dd>
-<dt><code>\.</code></dt>
-<dd><a name="index-_005c_002e-_0028dot_002dover-accent_0029"></a>
-<a name="index-dot-accent"></a>
-<a name="index-dot_002dover-accent"></a>
-<p>Produces a dot accent over the following, as in &#559;.
-</p>
-</dd>
-<dt><code>\=</code></dt>
-<dt><code>\capitalmacron</code></dt>
-<dd><a name="index-_005c_003d-_0028macron-accent_0029"></a>
-<a name="index-_005ccapitalmacron"></a>
-<a name="index-macron-accent"></a>
-<a name="index-overbar-accent"></a>
-<a name="index-bar_002dover-accent"></a>
-<p>Produces a macron (overbar) accent over the following, as in &#333;.
-</p>
-</dd>
-<dt><code>\^</code></dt>
-<dt><code>\capitalcircumflex</code></dt>
-<dd><a name="index-_005c_005e-_0028circumflex-accent_0029"></a>
-<a name="index-_005ccapitalcircumflex"></a>
-<a name="index-circumflex-accent"></a>
-<a name="index-hat-accent"></a>
-<p>Produces a circumflex (hat) accent over the following, as in &ocirc;.
-</p>
-</dd>
-<dt><code>\`</code></dt>
-<dt><code>\capitalgrave</code></dt>
-<dd><a name="index-_005c_0060-_0028grave-accent_0029"></a>
-<a name="index-_005ccapitalgrave"></a>
-<a name="index-grave-accent"></a>
-<p>Produces a grave accent over the following, as in &ograve;. In the
-<code>tabbing</code> environment, move following text to the right margin
-(see <a href="#tabbing">tabbing</a>).
-</p>
-</dd>
-<dt><code>\~</code></dt>
-<dt><code>\capitaltilde</code></dt>
-<dd><a name="index-_005c_007e-_0028tilde-accent_0029"></a>
-<a name="index-_005ccapitaltilde"></a>
-<a name="index-tilde-accent"></a>
-<p>Produces a tilde accent over the following, as in &ntilde;.
-</p>
-</dd>
-<dt><code>\b</code></dt>
-<dd><a name="index-_005cb-_0028bar_002dunder-accent_0029"></a>
-<a name="index-bar_002dunder-accent"></a>
-<p>Produces a bar accent under the following, as in o_.
-</p>
-</dd>
-<dt><code>\c</code></dt>
-<dt><code>\capitalcedilla</code></dt>
-<dd><a name="index-_005cc-_0028cedilla-accent_0029"></a>
-<a name="index-_005ccapitalcedilla"></a>
-<a name="index-cedilla-accent"></a>
-<p>Produces a cedilla accent under the following, as in &ccedil;.
-</p>
-</dd>
-<dt><code>\d</code></dt>
-<dt><code>\capitaldotaccent</code></dt>
-<dd><a name="index-_005cd-_0028dot_002dunder-accent_0029"></a>
-<a name="index-_005ccapitaldotaccent"></a>
-<a name="index-dot_002dunder-accent"></a>
-<p>Produces a dot accent under the following, as in &#7885;.
-</p>
-</dd>
-<dt><code>\H</code></dt>
-<dt><code>\capitalhungarumlaut</code></dt>
-<dd><a name="index-_005cH-_0028Hungarian-umlaut-accent_0029"></a>
-<a name="index-_005ccapitalhungarumlaut"></a>
-<a name="index-hungarian-umlaut-accent"></a>
-<p>Produces a long Hungarian umlaut accent over the following, as in &#337;.
-</p>
-</dd>
-<dt><code>\i</code></dt>
-<dd><a name="index-_005ci-_0028dotless-i_0029"></a>
-<a name="index-dotless-i"></a>
-<p>Produces a dotless i, as in &lsquo;i&rsquo;.
-</p>
-</dd>
-<dt><code>\j</code></dt>
-<dd><a name="index-_005cj-_0028dotless-j_0029"></a>
-<a name="index-dotless-j"></a>
-<p>Produces a dotless j, as in &lsquo;j&rsquo;.
-</p>
-</dd>
-<dt><code>\k</code></dt>
-<dt><code>\capitalogonek</code></dt>
-<dd><a name="index-_005ck-_0028ogonek_0029"></a>
-<a name="index-_005ccapitalogonek"></a>
-<a name="index-ogonek"></a>
-<p>Produces a letter with ogonek, as in &lsquo;&#491;&rsquo;. Not available in
-the OT1 encoding.
-</p>
-</dd>
-<dt><code>\r</code></dt>
-<dt><code>\capitalring</code></dt>
-<dd><a name="index-_005cr-_0028ring-accent_0029"></a>
-<a name="index-_005ccapitalring"></a>
-<a name="index-ring-accent"></a>
-<p>Produces a ring accent, as in &lsquo;o*&rsquo;.
-</p>
-</dd>
-<dt><code>\t</code></dt>
-<dt><code>\capitaltie</code></dt>
-<dt><code>\newtie</code></dt>
-<dt><code>\capitalnewtie</code></dt>
-<dd><a name="index-_005ct-_0028tie_002dafter-accent_0029"></a>
-<a name="index-_005ccapitaltie"></a>
-<a name="index-_005cnewtie"></a>
-<a name="index-_005ccapitalnewtie"></a>
-<a name="index-tie_002dafter-accent"></a>
-<p>Produces a tie-after accent, as in &lsquo;oo[&rsquo;. The
-<code>\newtie</code> form is centered in its box.
-</p>
-</dd>
-<dt><code>\u</code></dt>
-<dt><code>\capitalbreve</code></dt>
-<dd><a name="index-_005cu-_0028breve-accent_0029"></a>
-<a name="index-_005ccapitalbreve"></a>
-<a name="index-breve-accent"></a>
-<p>Produces a breve accent, as in &lsquo;&#335;&rsquo;.
-</p>
-</dd>
-<dt><code>\underbar</code></dt>
-<dd><a name="index-_005cunderbar"></a>
-<a name="index-underbar"></a>
-<p>Not exactly an accent, this produces a bar under the argument text.
-The argument is always processed in horizontal mode. The bar is
-always a fixed position under the baseline, thus crossing through
-descenders. See also <code>\underline</code> in <a href="#Math-miscellany">Math miscellany</a>.
-</p>
-</dd>
-<dt><code>\v</code></dt>
-<dt><code>\capitalcaron</code></dt>
-<dd><a name="index-_005cv-_0028breve-accent_0029"></a>
-<a name="index-_005ccapitalcaron"></a>
-<a name="index-hacek-accent"></a>
-<a name="index-check-accent"></a>
-<a name="index-caron-accent"></a>
-<p>Produces a h&aacute;c&lt;ek (check, caron) accent, as in &lsquo;o&lt;&rsquo;.
-</p>
-</dd>
-</dl>
-
-
-<hr>
-<a name="Non_002dEnglish-characters"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005crule" accesskey="n" rel="next">\rule</a>, Previous: <a href="#Accents" accesskey="p" rel="previous">Accents</a>, Up: <a href="#Special-insertions" accesskey="u" rel="up">Special insertions</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Non_002dEnglish-characters-1"></a>
-<h2 class="section">22.4 Non-English characters</h2>
-
-<a name="index-special-characters"></a>
-<a name="index-non_002dEnglish-characters"></a>
-<a name="index-characters_002c-non_002dEnglish"></a>
-<a name="index-letters_002c-non_002dEnglish"></a>
-
-<p>Here are the basic LaTeX commands for inserting characters commonly
-used in languages other than English.
-</p>
-<dl compact="compact">
-<dt><code>\aa</code></dt>
-<dt><code>\AA</code></dt>
-<dd><a name="index-_005caa-_0028aa_0029"></a>
-<a name="index-_005cAA-_0028AA_0029"></a>
-<a name="index-aring"></a>
-<p>&aring; and &Aring;.
-</p>
-</dd>
-<dt><code>\ae</code></dt>
-<dt><code>\AE</code></dt>
-<dd><a name="index-_005cae-_0028ae_0029"></a>
-<a name="index-_005cAE-_0028AE_0029"></a>
-<a name="index-ae-ligature"></a>
-<p>&aelig; and &AElig;.
-</p>
-</dd>
-<dt><code>\dh</code></dt>
-<dt><code>\DH</code></dt>
-<dd><a name="index-_005cdh-_0028ae_0029"></a>
-<a name="index-_005cDH-_0028AE_0029"></a>
-<a name="index-Icelandic-eth"></a>
-<a name="index-eth_002c-Icelandic-letter"></a>
-<p>Icelandic letter eth: &eth; and &ETH;.
-</p>
-</dd>
-<dt><code>\dj</code></dt>
-<dt><code>\DJ</code></dt>
-<dd><a name="index-_005cdj"></a>
-<a name="index-_005cDJ"></a>
-<p>xxxx
-</p>
-</dd>
-<dt><code>\ij</code></dt>
-<dt><code>\IJ</code></dt>
-<dd><a name="index-_005cij-_0028ij_0029"></a>
-<a name="index-_005cIJ-_0028IJ_0029"></a>
-<a name="index-ij-letter_002c-Dutch"></a>
-<p>ij and IJ (except somewhat closer together than appears here).
-</p>
-</dd>
-<dt><code>\l</code></dt>
-<dt><code>\L</code></dt>
-<dd><a name="index-_005cl-_0028l_0029"></a>
-<a name="index-_005cL-_0028L_0029"></a>
-<a name="index-polish-l"></a>
-<p>&#322; and &#321;.
-</p>
-</dd>
-<dt><code>\ng</code></dt>
-<dt><code>\NG</code></dt>
-<dd><a name="index-_005cng"></a>
-<a name="index-_005cNG"></a>
-<p>xxxx
-</p>
-</dd>
-<dt><code>\o</code></dt>
-<dt><code>\O</code></dt>
-<dd><a name="index-_005co-_0028o_0029"></a>
-<a name="index-_005cO-_0028O_0029"></a>
-<a name="index-oslash"></a>
-<p>&oslash; and &Oslash;.
-</p>
-</dd>
-<dt><code>\oe</code></dt>
-<dt><code>\OE</code></dt>
-<dd><a name="index-_005coe-_0028oe_0029"></a>
-<a name="index-_005cOE-_0028OE_0029"></a>
-<a name="index-oe-ligature"></a>
-<p>&oelig; and &OElig;.
-</p>
-</dd>
-<dt><code>\ss</code></dt>
-<dt><code>\SS</code></dt>
-<dd><a name="index-_005css-_0028ss_0029"></a>
-<a name="index-_005cSS-_0028SS_0029"></a>
-<a name="index-es_002dzet-German-letter"></a>
-<a name="index-sharp-S-letters"></a>
-<p>&szlig; and SS.
-</p>
-</dd>
-<dt><code>\th</code></dt>
-<dt><code>\TH</code></dt>
-<dd><a name="index-_005cth-_0028th_0029"></a>
-<a name="index-_005cTH-_0028TH_0029"></a>
-<a name="index-Icelandic-thorn"></a>
-<a name="index-thorn_002c-Icelandic-letter"></a>
-<p>Icelandic letter thorn: &thorn; and &THORN;.
-</p>
-</dd>
-</dl>
-
-
-<hr>
-<a name="g_t_005crule"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005ctoday" accesskey="n" rel="next">\today</a>, Previous: <a href="#Non_002dEnglish-characters" accesskey="p" rel="previous">Non-English characters</a>, Up: <a href="#Special-insertions" accesskey="u" rel="up">Special insertions</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005crule-1"></a>
-<h2 class="section">22.5 <code>\rule</code></h2>
-<a name="index-_005crule"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\rule[<var>raise</var>]{<var>width</var>}{<var>thickness</var>}
-</pre></div>
-
-<p>The <code>\rule</code> command produces <em>rules</em>, that is, lines or
-rectangles. The arguments are:
-</p>
-<dl compact="compact">
-<dt><var>raise</var></dt>
-<dd><p>How high to raise the rule (optional).
-</p>
-</dd>
-<dt><var>width</var></dt>
-<dd><p>The length of the rule (mandatory).
-</p>
-</dd>
-<dt><var>thickness</var></dt>
-<dd><p>The thickness of the rule (mandatory).
-</p></dd>
-</dl>
-
-
-<hr>
-<a name="g_t_005ctoday"></a>
-<div class="header">
-<p>
-Previous: <a href="#g_t_005crule" accesskey="p" rel="previous">\rule</a>, Up: <a href="#Special-insertions" accesskey="u" rel="up">Special insertions</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005ctoday-1"></a>
-<h2 class="section">22.6 <code>\today</code></h2>
-<a name="index-_005ctoday"></a>
-
-<p>The <code>\today</code> command produces today&rsquo;s date, in the format
-&lsquo;<samp><var>month</var> <var>dd</var>, <var>yyyy</var></samp>&rsquo;; for example, &lsquo;July 4, 1976&rsquo;.
-It uses the predefined counters <code>\day</code>, <code>\month</code>, and
-<code>\year</code> (see <a href="#g_t_005cday-_005cmonth-_005cyear">\day \month \year</a>) to do this. It is not
-updated as the program runs.
-</p>
-<a name="index-datetime-package"></a>
-<p>The <code>datetime</code> package, among others, can produce a wide variety
-of other date formats.
-</p>
-
-<hr>
-<a name="Splitting-the-input"></a>
-<div class="header">
-<p>
-Next: <a href="#Front_002fback-matter" accesskey="n" rel="next">Front/back matter</a>, Previous: <a href="#Special-insertions" accesskey="p" rel="previous">Special insertions</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Splitting-the-input-1"></a>
-<h1 class="chapter">23 Splitting the input</h1>
-<a name="index-splitting-the-input-file"></a>
-<a name="index-input-file"></a>
-
-<p>A large document requires a lot of input. Rather than putting the whole
-input in a single large file, it&rsquo;s more efficient to split it into
-several smaller ones. Regardless of how many separate files you use,
-there is one that is the root file; it is the one whose name you type
-when you run LaTeX.
-</p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cinclude" accesskey="1">\include</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Conditionally include a file.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cincludeonly" accesskey="2">\includeonly</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Determine which files are included.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cinput" accesskey="3">\input</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Unconditionally include a file.
-</td></tr>
-</table>
-
-
-<hr>
-<a name="g_t_005cinclude"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cincludeonly" accesskey="n" rel="next">\includeonly</a>, Up: <a href="#Splitting-the-input" accesskey="u" rel="up">Splitting the input</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cinclude-1"></a>
-<h2 class="section">23.1 <code>\include</code></h2>
-<a name="index-_005cinclude"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\include{<var>file</var>}
-</pre></div>
-
-<p>If no <code>\includeonly</code> command is present, the <code>\include</code>
-command executes <code>\clearpage</code> to start a new page
-(see <a href="#g_t_005cclearpage">\clearpage</a>), then reads <var>file</var>, then does another
-<code>\clearpage</code>.
-</p>
-<p>Given an <code>\includeonly</code> command, the <code>\include</code> actions are
-only run if <var>file</var> is listed as an argument to
-<code>\includeonly</code>. See the next section.
-</p>
-<a name="index-nested-_005cinclude_002c-not-allowed"></a>
-<p>The <code>\include</code> command may not appear in the preamble or in a file
-read by another <code>\include</code> command.
-</p>
-
-<hr>
-<a name="g_t_005cincludeonly"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cinput" accesskey="n" rel="next">\input</a>, Previous: <a href="#g_t_005cinclude" accesskey="p" rel="previous">\include</a>, Up: <a href="#Splitting-the-input" accesskey="u" rel="up">Splitting the input</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cincludeonly-1"></a>
-<h2 class="section">23.2 \<code>includeonly</code></h2>
-<a name="index-_005cincludeonly"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\includeonly{<var>file1</var>,<var>file2</var>,...}
-</pre></div>
-
-<p>The <code>\includeonly</code> command controls which files will be read by
-subsequent <code>\include</code> commands. The list of filenames is
-comma-separated. Each <var>file</var> must exactly match a filename
-specified in a <code>\include</code> command for the selection to be
-effective.
-</p>
-<p>This command can only appear in the preamble.
-</p>
-
-<hr>
-<a name="g_t_005cinput"></a>
-<div class="header">
-<p>
-Previous: <a href="#g_t_005cincludeonly" accesskey="p" rel="previous">\includeonly</a>, Up: <a href="#Splitting-the-input" accesskey="u" rel="up">Splitting the input</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cinput-1"></a>
-<h2 class="section">23.3 \input</h2>
-<a name="index-_005cinput"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\input{<var>file</var>}
-</pre></div>
-
-<p>The <code>\input</code> command causes the specified <var>file</var> to be read
-and processed, as if its contents had been inserted in the current
-file at that point.
-</p>
-<p>If <var>file</var> does not end in &lsquo;<samp>.tex</samp>&rsquo; (e.g., &lsquo;<samp>foo</samp>&rsquo; or
-&lsquo;<samp>foo.bar</samp>&rsquo;), it is first tried with that extension (&lsquo;<samp>foo.tex</samp>&rsquo;
-or &lsquo;<samp>foo.bar.tex</samp>&rsquo;). If that is not found, the original <var>file</var>
-is tried (&lsquo;<samp>foo</samp>&rsquo; or &lsquo;<samp>foo.bar</samp>&rsquo;).
-</p>
-
-<hr>
-<a name="Front_002fback-matter"></a>
-<div class="header">
-<p>
-Next: <a href="#Letters" accesskey="n" rel="next">Letters</a>, Previous: <a href="#Splitting-the-input" accesskey="p" rel="previous">Splitting the input</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Front_002fback-matter-1"></a>
-<h1 class="chapter">24 Front/back matter</h1>
-
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="#Tables-of-contents" accesskey="1">Tables of contents</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Glossaries" accesskey="2">Glossaries</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Indexes" accesskey="3">Indexes</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-</table>
-
-
-<hr>
-<a name="Tables-of-contents"></a>
-<div class="header">
-<p>
-Next: <a href="#Glossaries" accesskey="n" rel="next">Glossaries</a>, Up: <a href="#Front_002fback-matter" accesskey="u" rel="up">Front/back matter</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Tables-of-contents-1"></a>
-<h2 class="section">24.1 Tables of contents</h2>
-
-<a name="index-table-of-contents_002c-creating"></a>
-
-<a name="index-_005ctableofcontents"></a>
-<a name="index-_002etoc-file"></a>
-<p>A table of contents is produced with the <code>\tableofcontents</code>
-command. You put the command right where you want the table of
-contents to go; LaTeX does the rest for you. A previous run must
-have generated a &lsquo;<tt>.toc</tt>&rsquo; file.
-</p>
-<p>The <code>\tableofcontents</code> command produces a heading, but it does
-not automatically start a new page. If you want a new page after the
-table of contents, write a <code>\newpage</code> command after the
-<code>\tableofcontents</code> command.
-</p>
-<a name="index-_005clistoffigures"></a>
-<a name="index-_005clistoftables"></a>
-<p>The analogous commands <code>\listoffigures</code> and <code>\listoftables</code>
-produce a list of figures and a list of tables, respectively.
-Everything works exactly the same as for the table of contents.
-</p>
-<a name="index-_005cnofiles"></a>
-<p>The command <code>\nofiles</code> overrides these commands, and
-<em>prevents</em> any of these lists from being generated.
-</p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005caddcontentsline" accesskey="1">\addcontentsline</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Add an entry to table of contents etc.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005caddtocontents" accesskey="2">\addtocontents</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Add text directly to table of contents file etc.
-</td></tr>
-</table>
-
-
-<hr>
-<a name="g_t_005caddcontentsline"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005caddtocontents" accesskey="n" rel="next">\addtocontents</a>, Up: <a href="#Tables-of-contents" accesskey="u" rel="up">Tables of contents</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005caddcontentsline-1"></a>
-<h3 class="subsection">24.1.1 \addcontentsline</h3>
-<a name="index-_005caddcontentsline_007bext_007d_007bunit_007d_007btext_007d"></a>
-<a name="index-table-of-contents-entry_002c-manually-adding"></a>
-
-<p>The <code>\addcontentsline</code>{<var>ext</var>}{<var>unit</var>}{<var>text</var>}
-command adds an entry to the specified list or table where:
-</p>
-<dl compact="compact">
-<dt><var>ext</var></dt>
-<dd><p>The extension of the file on which information is to be written,
-typically one of: <code>toc</code> (table of contents), <code>lof</code> (list of
-figures), or <code>lot</code> (list of tables).
-</p>
-</dd>
-<dt><var>unit</var></dt>
-<dd><p>The name of the sectional unit being added, typically one of the
-following, matching the value of the <var>ext</var> argument:
-</p>
-<dl compact="compact">
-<dt><code>toc</code></dt>
-<dd><p>The name of the sectional unit: <code>part</code>, <code>chapter</code>,
-<code>section</code>, <code>subsection</code>, <code>subsubsection</code>.
-</p></dd>
-<dt><code>lof</code></dt>
-<dd><p>For the list of figures.
-</p></dd>
-<dt><code>lot</code></dt>
-<dd><p>For the list of tables.
-</p></dd>
-</dl>
-
-</dd>
-<dt><var>entry</var></dt>
-<dd><p>The actual text of the entry.
-</p></dd>
-</dl>
-
-<a name="index-_005ccontentsline"></a>
-<p>What is written to the &lsquo;<tt>.<var>ext</var></tt>&rsquo; file is the
-command <code>\contentsline{<var>unit</var>}{<var>name</var>}</code>.
-</p>
-
-
-<hr>
-<a name="g_t_005caddtocontents"></a>
-<div class="header">
-<p>
-Previous: <a href="#g_t_005caddcontentsline" accesskey="p" rel="previous">\addcontentsline</a>, Up: <a href="#Tables-of-contents" accesskey="u" rel="up">Tables of contents</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005caddtocontents-1"></a>
-<h3 class="subsection">24.1.2 \addtocontents</h3>
-<a name="index-_005caddtocontents_007bext_007d_007btext_007d"></a>
-
-<p>The <code>\addtocontents</code>{<var>ext</var>}{<var>text</var>} command adds text
-(or formatting commands) directly to the &lsquo;<tt>.<var>ext</var></tt>&rsquo; file that
-generates the table of contents or lists of figures or tables.
-</p>
-<dl compact="compact">
-<dt><var>ext</var></dt>
-<dd><p>The extension of the file on which information is to be written:
-&lsquo;<tt>toc</tt>&rsquo; (table of contents), &lsquo;<tt>lof</tt>&rsquo; (list of figures), or
-&lsquo;<tt>lot</tt>&rsquo; (list of tables).
-</p>
-</dd>
-<dt><var>text</var></dt>
-<dd><p>The text to be written.
-</p></dd>
-</dl>
-
-
-<hr>
-<a name="Glossaries"></a>
-<div class="header">
-<p>
-Next: <a href="#Indexes" accesskey="n" rel="next">Indexes</a>, Previous: <a href="#Tables-of-contents" accesskey="p" rel="previous">Tables of contents</a>, Up: <a href="#Front_002fback-matter" accesskey="u" rel="up">Front/back matter</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Glossaries-1"></a>
-<h2 class="section">24.2 Glossaries</h2>
-<a name="index-glossaries"></a>
-
-<a name="index-_005cmakeglossary"></a>
-<p>The command <code>\makeglossary</code> enables creating glossaries.
-</p>
-<a name="index-_005cglossary"></a>
-<a name="index-_002eglo-file"></a>
-<p>The command <code>\glossary{<var>text</var>}</code> writes a glossary entry for
-<var>text</var> to an auxiliary file with the &lsquo;<tt>.glo</tt>&rsquo; extension.
-</p>
-<a name="index-_005cglossaryentry"></a>
-<p>Specifically, what gets written is the command
-<code>\glossaryentry{<var>text</var>}{<var>pageno</var>}</code>, where
-<var>pageno</var> is the current <code>\thepage</code> value.
-</p>
-<p>The <code>glossary</code> package on CTAN provides support for fancier
-glossaries.
-</p>
-
-<hr>
-<a name="Indexes"></a>
-<div class="header">
-<p>
-Previous: <a href="#Glossaries" accesskey="p" rel="previous">Glossaries</a>, Up: <a href="#Front_002fback-matter" accesskey="u" rel="up">Front/back matter</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Indexes-1"></a>
-<h2 class="section">24.3 Indexes</h2>
-<a name="index-indexes"></a>
-
-<a name="index-_005cmakeindex"></a>
-<p>The command <code>\makeindex</code> enables creating indexes. Put this in
-the preamble.
-</p>
-<a name="index-_005cindex"></a>
-<a name="index-_002eidx-file"></a>
-<p>The command <code>\index{<var>text</var>}</code> writes an index entry for
-<var>text</var> to an auxiliary file with the &lsquo;<tt>.idx</tt>&rsquo; extension.
-</p>
-<a name="index-_005cindexentry"></a>
-<p>Specifically, what gets written is the command
-<code>\indexentry{<var>text</var>}{<var>pageno</var>}</code>, where <var>pageno</var>
-is the current <code>\thepage</code> value.
-</p>
-<a name="index-_0060see_0027-and-_0060see-also_0027-index-entries"></a>
-<p>To generate a index entry for &lsquo;bar&rsquo; that says &lsquo;See foo&rsquo;, use a
-vertical bar: <code>\index{bar|see{foo}}</code>. Use <code>seealso</code>
-instead of <code>see</code> to make a &lsquo;See also&rsquo; entry.
-</p>
-<a name="index-_005cseename"></a>
-<a name="index-_005calsoname"></a>
-<p>The text &lsquo;See&rsquo; is defined by the macro <code>\seename</code>, and &lsquo;See also&rsquo;
-by the macro <code>\alsoname</code>. These can be redefined for other
-languages.
-</p>
-<a name="index-makeindex-program"></a>
-<a name="index-xindy-program"></a>
-<a name="index-_002eind-file"></a>
-<p>The generated &lsquo;<tt>.idx</tt>&rsquo; file is then sorted with an external
-command, usually either <code>makeindex</code>
-(<a href="http://mirror.ctan.org/indexing/makeindex">http://mirror.ctan.org/indexing/makeindex</a>) or (the
-multi-lingual) <code>xindy</code> (<a href="http://xindy.sourceforge.net">http://xindy.sourceforge.net</a>).
-This results in a &lsquo;<tt>.ind</tt>&rsquo; file, which can then be read to typeset
-the index.
-</p>
-<a name="index-printindex"></a>
-<a name="index-makeidx-package"></a>
-<p>The index is usually generated with the <code>\printindex</code> command.
-This is defined in the <code>makeidx</code> package, so
-<code>\usepackage{makeidx}</code> needs to be in the preamble.
-</p>
-<a name="index-indexspace"></a>
-<p>The rubber length <code>\indexspace</code> is inserted before each new
-letter in the printed index; its default value is &lsquo;<samp>10pt plus5pt
-minus3pt</samp>&rsquo;.
-</p>
-<a name="index-showidx-package"></a>
-<p>The <code>showidx</code> package causes each index entries to be shown in
-the margin on the page where the entry appears. This can help in
-preparing the index.
-</p>
-<a name="index-multind-package"></a>
-<p>The <code>multind</code> package supports multiple indexes. See also the
-TeX FAQ entry on this topic,
-<a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=multind">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=multind</a>.
-</p>
-
-<hr>
-<a name="Letters"></a>
-<div class="header">
-<p>
-Next: <a href="#Terminal-input_002foutput" accesskey="n" rel="next">Terminal input/output</a>, Previous: <a href="#Front_002fback-matter" accesskey="p" rel="previous">Front/back matter</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Letters-1"></a>
-<h1 class="chapter">25 Letters</h1>
-<a name="index-letters"></a>
-<a name="index-creating-letters"></a>
-
-<p>You can use LaTeX to typeset letters, both personal and business. The
-<code>letter</code> document class is designed to make a number of letters at
-once, although you can make just one if you so desire.
-</p>
-<p>Your &lsquo;<tt>.tex</tt>&rsquo; source file has the same minimum commands as the other
-document classes, i.e., you must have the following commands as a
-minimum:
-</p>
-<div class="example">
-<pre class="example"> \documentclass{letter}
- \begin{document}
- ... letters ...
- \end{document}
-</pre></div>
-
-<p>Each letter is a <code>letter</code> environment, whose argument is the name
-and address of the recipient. For example, you might have:
-</p>
-<div class="example">
-<pre class="example"> \begin{letter}{Mr. Joe Smith\\ 2345 Princess St.
- \\ Edinburgh, EH1 1AA}
- ...
- \end{letter}
-</pre></div>
-
-<p>The letter itself begins with the <code>\opening</code> command. The text of
-the letter follows. It is typed as ordinary LaTeX input. Commands that
-make no sense in a letter, like <code>\chapter</code>, do not work. The letter
-closes with a <code>\closing</code> command.
-</p>
-<a name="index-_005c_005c-for-letters"></a>
-<p>After the <code>closing</code>, you can have additional material. The
-<code>\cc</code> command produces the usual &ldquo;cc: &hellip;&rdquo;. There&rsquo;s also a
-similar <code>\encl</code> command for a list of enclosures. With both these
-commands, use <code>\\</code> to separate the items.
-</p>
-<p>These commands are used with the <code>letter</code> class.
-</p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005caddress" accesskey="1">\address</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Your return address.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005ccc" accesskey="2">\cc</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Cc list.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cclosing" accesskey="3">\closing</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Saying goodbye.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cencl" accesskey="4">\encl</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> List of enclosed material.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005clocation" accesskey="5">\location</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Your organisation&rsquo;s address.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cmakelabels" accesskey="6">\makelabels</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Making address labels.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cname" accesskey="7">\name</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Your name, for the return address.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005copening" accesskey="8">\opening</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Saying hello.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cps" accesskey="9">\ps</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Adding a postscript.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005csignature">\signature</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Your signature.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cstartbreaks">\startbreaks</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Allow page breaks.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005cstopbreaks">\stopbreaks</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Disallow page breaks.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005ctelephone">\telephone</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Your phone number.
-</td></tr>
-</table>
-
-
-<hr>
-<a name="g_t_005caddress"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005ccc" accesskey="n" rel="next">\cc</a>, Up: <a href="#Letters" accesskey="u" rel="up">Letters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005caddress_007breturn_002daddress_007d"></a>
-<h2 class="section">25.1 \address{<var>return-address}</var></h2>
-<a name="index-_005caddress"></a>
-
-<p>The <code>\address</code> specifies the return address of a letter, as it
-should appear on the letter and the envelope. Separate lines of the
-address should be separated by <code>\\</code> commands.
-</p>
-<p>If you do not make an <code>\address</code> declaration, then the letter
-will be formatted for copying onto your organisation&rsquo;s standard
-letterhead. (See <a href="#Overview">Overview</a>, for details on your local
-implementation). If you give an <code>\address</code> declaration, then the
-letter will be formatted as a personal letter.
-</p>
-
-<hr>
-<a name="g_t_005ccc"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cclosing" accesskey="n" rel="next">\closing</a>, Previous: <a href="#g_t_005caddress" accesskey="p" rel="previous">\address</a>, Up: <a href="#Letters" accesskey="u" rel="up">Letters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005ccc-1"></a>
-<h2 class="section">25.2 <code>\cc</code></h2>
-
-<a name="index-_005ccc"></a>
-<a name="index-cc-list_002c-in-letters"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\cc{<var>name1</var>\\<var>name2</var>}
-</pre></div>
-
-<p>Produce a list of <var>name</var>s the letter was copied to. Each name is
-printed on a separate line.
-</p>
-
-<hr>
-<a name="g_t_005cclosing"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cencl" accesskey="n" rel="next">\encl</a>, Previous: <a href="#g_t_005ccc" accesskey="p" rel="previous">\cc</a>, Up: <a href="#Letters" accesskey="u" rel="up">Letters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cclosing-1"></a>
-<h2 class="section">25.3 <code>\closing</code></h2>
-
-<a name="index-_005cclosing"></a>
-<a name="index-letters_002c-ending"></a>
-<a name="index-closing-letters"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\closing{text}
-</pre></div>
-
-<p>A letter closes with a <code>\closing</code> command, for example,
-</p><div class="example">
-<pre class="example">\closing{Best Regards,}
-</pre></div>
-
-
-<hr>
-<a name="g_t_005cencl"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005clocation" accesskey="n" rel="next">\location</a>, Previous: <a href="#g_t_005cclosing" accesskey="p" rel="previous">\closing</a>, Up: <a href="#Letters" accesskey="u" rel="up">Letters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cencl-1"></a>
-<h2 class="section">25.4 <code>\encl</code></h2>
-
-<a name="index-_005cencl"></a>
-<a name="index-enclosure-list"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\encl{<var>line1</var>\\<var>line2</var>}
-</pre></div>
-
-<p>Declare a list of one more enclosures.
-</p>
-
-<hr>
-<a name="g_t_005clocation"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cmakelabels" accesskey="n" rel="next">\makelabels</a>, Previous: <a href="#g_t_005cencl" accesskey="p" rel="previous">\encl</a>, Up: <a href="#Letters" accesskey="u" rel="up">Letters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005clocation-1"></a>
-<h2 class="section">25.5 <code>\location</code></h2>
-<a name="index-_005clocation"></a>
-
-<p><code>\location{address}</code>
-</p>
-<p>This modifies your organisation&rsquo;s standard address. This only appears
-if the <code>firstpage</code> pagestyle is selected.
-</p>
-
-<hr>
-<a name="g_t_005cmakelabels"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cname" accesskey="n" rel="next">\name</a>, Previous: <a href="#g_t_005clocation" accesskey="p" rel="previous">\location</a>, Up: <a href="#Letters" accesskey="u" rel="up">Letters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cmakelabels-1"></a>
-<h2 class="section">25.6 <code>\makelabels</code></h2>
-<a name="index-_005cmakelabels"></a>
-
-<p><code>\makelabels{number}</code>
-</p>
-<p>If you issue this command in the preamble, LaTeX will create a sheet of
-address labels. This sheet will be output before the letters.
-</p>
-
-
-<hr>
-<a name="g_t_005cname"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005copening" accesskey="n" rel="next">\opening</a>, Previous: <a href="#g_t_005cmakelabels" accesskey="p" rel="previous">\makelabels</a>, Up: <a href="#Letters" accesskey="u" rel="up">Letters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cname-1"></a>
-<h2 class="section">25.7 <code>\name</code></h2>
-<a name="index-_005cname"></a>
-
-<p><code>\name{June Davenport}</code>
-</p>
-<p>Your name, used for printing on the envelope together with the return
-address.
-</p>
-
-<hr>
-<a name="g_t_005copening"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cps" accesskey="n" rel="next">\ps</a>, Previous: <a href="#g_t_005cname" accesskey="p" rel="previous">\name</a>, Up: <a href="#Letters" accesskey="u" rel="up">Letters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005copening_007btext_007d"></a>
-<h2 class="section">25.8 <code>\opening{<var>text</var>}</code></h2>
-<a name="index-_005copening"></a>
-<a name="index-letters_002c-starting"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\opening{<var>text</var>}
-</pre></div>
-
-<p>A letter begins with the <code>\opening</code> command. The mandatory
-argument, <var>text</var>, is whatever text you wish to start your letter.
-For instance:
-</p>
-<div class="example">
-<pre class="example">\opening{Dear Joe,}
-</pre></div>
-
-
-<hr>
-<a name="g_t_005cps"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005csignature" accesskey="n" rel="next">\signature</a>, Previous: <a href="#g_t_005copening" accesskey="p" rel="previous">\opening</a>, Up: <a href="#Letters" accesskey="u" rel="up">Letters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cps-1"></a>
-<h2 class="section">25.9 <code>\ps</code></h2>
-<a name="index-_005cps"></a>
-<a name="index-postscript_002c-in-letters"></a>
-
-<p>Use the <code>\ps</code> command to start a postscript in a letter, after
-<code>\closing</code>.
-</p>
-
-<hr>
-<a name="g_t_005csignature"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cstartbreaks" accesskey="n" rel="next">\startbreaks</a>, Previous: <a href="#g_t_005cps" accesskey="p" rel="previous">\ps</a>, Up: <a href="#Letters" accesskey="u" rel="up">Letters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005csignature_007btext_007d"></a>
-<h2 class="section">25.10 <code>\signature{<var>text</var>}</code></h2>
-<a name="index-_005csignature"></a>
-
-<p>Your name, as it should appear at the end of the letter underneath the
-space for your signature. <code>\\</code> starts a new line within
-<var>text</var> as usual.
-</p>
-
-<hr>
-<a name="g_t_005cstartbreaks"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005cstopbreaks" accesskey="n" rel="next">\stopbreaks</a>, Previous: <a href="#g_t_005csignature" accesskey="p" rel="previous">\signature</a>, Up: <a href="#Letters" accesskey="u" rel="up">Letters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cstartbreaks-1"></a>
-<h2 class="section">25.11 <code>\startbreaks</code></h2>
-<a name="index-_005cstartbreaks"></a>
-
-<p><code>\startbreaks</code>
-</p>
-<p>Used after a <code>\stopbreaks</code> command to allow page breaks again.
-</p>
-
-
-<hr>
-<a name="g_t_005cstopbreaks"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005ctelephone" accesskey="n" rel="next">\telephone</a>, Previous: <a href="#g_t_005cstartbreaks" accesskey="p" rel="previous">\startbreaks</a>, Up: <a href="#Letters" accesskey="u" rel="up">Letters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005cstopbreaks-1"></a>
-<h2 class="section">25.12 <code>\stopbreaks</code></h2>
-<a name="index-_005cstopbreaks"></a>
-
-<p><code>\stopbreaks</code>
-</p>
-<p>Inhibit page breaks until a <code>\startbreaks</code> command occurs.
-</p>
-
-
-<hr>
-<a name="g_t_005ctelephone"></a>
-<div class="header">
-<p>
-Previous: <a href="#g_t_005cstopbreaks" accesskey="p" rel="previous">\stopbreaks</a>, Up: <a href="#Letters" accesskey="u" rel="up">Letters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005ctelephone-1"></a>
-<h2 class="section">25.13 <code>\telephone</code></h2>
-<a name="index-_005ctelephone"></a>
-
-<p><code>\telephone{number}</code>
-</p>
-<p>This is your telephone number. This only appears if the
-<code>firstpage</code> pagestyle is selected.
-</p>
-
-<hr>
-<a name="Terminal-input_002foutput"></a>
-<div class="header">
-<p>
-Next: <a href="#Command-line" accesskey="n" rel="next">Command line</a>, Previous: <a href="#Letters" accesskey="p" rel="previous">Letters</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Terminal-input_002foutput-1"></a>
-<h1 class="chapter">26 Terminal input/output</h1>
-<a name="index-input_002foutput"></a>
-<a name="index-terminal-input_002foutput"></a>
-
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005ctypein" accesskey="1">\typein</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Read text from the terminal.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#g_t_005ctypeout" accesskey="2">\typeout</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> Write text to the terminal.
-</td></tr>
-</table>
-
-
-<hr>
-<a name="g_t_005ctypein"></a>
-<div class="header">
-<p>
-Next: <a href="#g_t_005ctypeout" accesskey="n" rel="next">\typeout</a>, Up: <a href="#Terminal-input_002foutput" accesskey="u" rel="up">Terminal input/output</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005ctypein_005bcmd_005d_007bmsg_007d"></a>
-<h2 class="section">26.1 <code>\typein[<var>cmd</var>]{<var>msg</var>}</code></h2>
-<a name="index-_005ctypein"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\typein[<var>\cmd</var>]{<var>msg</var>}
-</pre></div>
-
-<p><code>\typein</code> prints <var>msg</var> on the terminal and causes LaTeX to
-stop and wait for you to type a line of input, ending with return. If
-the optional <var>\cmd</var> argument is omitted, the typed input is
-processed as if it had been included in the input file in place of the
-<code>\typein</code> command. If the <var>\cmd</var> argument is present, it
-must be a command name. This command name is then defined or
-redefined to be the typed input.
-</p>
-
-<hr>
-<a name="g_t_005ctypeout"></a>
-<div class="header">
-<p>
-Previous: <a href="#g_t_005ctypein" accesskey="p" rel="previous">\typein</a>, Up: <a href="#Terminal-input_002foutput" accesskey="u" rel="up">Terminal input/output</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="g_t_005ctypeout_007bmsg_007d"></a>
-<h2 class="section">26.2 <code>\typeout{<var>msg</var>}</code></h2>
-<a name="index-_005ctypeout"></a>
-
-<p>Synopsis:
-</p>
-<div class="example">
-<pre class="example">\typeout{<var>msg</var>}
-</pre></div>
-
-<p>Prints <code>msg</code> on the terminal and in the <code>log</code> file.
-Commands in <code>msg</code> that are defined with <code>\newcommand</code> or
-<code>\renewcommand</code> (among others) are replaced by their definitions
-before being printed.
-</p>
-<p>LaTeX&rsquo;s usual rules for treating multiple spaces as a single space
-and ignoring spaces after a command name apply to <code>msg</code>. A
-<code>\space</code> command in <code>msg</code> causes a single space to be
-printed, independent of surrounding spaces. A <code>^^J</code> in
-<code>msg</code> prints a newline.
-</p>
-
-<hr>
-<a name="Command-line"></a>
-<div class="header">
-<p>
-Next: <a href="#Document-templates" accesskey="n" rel="next">Document templates</a>, Previous: <a href="#Terminal-input_002foutput" accesskey="p" rel="previous">Terminal input/output</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Command-line-1"></a>
-<h1 class="chapter">27 Command line</h1>
-<a name="index-command-line"></a>
-
-<p>The input file specification indicates the file to be formatted;
-TeX uses &lsquo;<tt>.tex</tt>&rsquo; as a default file extension. If you omit the
-input file entirely, TeX accepts input from the terminal. You
-specify command options by supplying a string as a parameter to the
-command; e.g.
-</p>
-<div class="example">
-<pre class="example">latex '\nonstopmode\input foo.tex'
-</pre></div>
-
-<p>will process &lsquo;<tt>foo.tex</tt>&rsquo; without pausing after every error.
-</p>
-<a name="index-_002a-prompt"></a>
-<a name="index-prompt_002c-_002a"></a>
-<a name="index-_005cstop"></a>
-<p>If LaTeX stops in the middle of the document and gives you a
-&lsquo;<samp>*</samp>&rsquo; prompt, it is waiting for input. You can type <code>\stop</code>
-(and return) and it will prematurely end the document.
-</p>
-
-
-<hr>
-<a name="Document-templates"></a>
-<div class="header">
-<p>
-Next: <a href="#Concept-Index" accesskey="n" rel="next">Concept Index</a>, Previous: <a href="#Command-line" accesskey="p" rel="previous">Command line</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Document-templates-1"></a>
-<h1 class="appendix">Appendix A Document templates</h1>
-<a name="index-document-templates"></a>
-
-<p>Although not reference material, perhaps these document templates will
-be useful. Additional templates are collected at
-<a href="http://www.howtotex.com/templates">http://www.howtotex.com/templates</a>.
-</p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="#book-template" accesskey="1">book template</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#beamer-template" accesskey="2">beamer template</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#tugboat-template" accesskey="3">tugboat template</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-</table>
-
-
-<hr>
-<a name="book-template"></a>
-<div class="header">
-<p>
-Next: <a href="#beamer-template" accesskey="n" rel="next">beamer template</a>, Up: <a href="#Document-templates" accesskey="u" rel="up">Document templates</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="book-template-1"></a>
-<h2 class="section">A.1 <code>book</code> template</h2>
-
-<pre class="verbatim">\documentclass{book}
-\title{Book Class Template}
-\author{Alex Author}
-
-\begin{document}
-\maketitle
-
-\chapter{First}
-Some text.
-
-\chapter{Second}
-Some other text.
-
-\section{A subtopic}
-The end.
-\end{document}
-</pre>
-
-<hr>
-<a name="beamer-template"></a>
-<div class="header">
-<p>
-Next: <a href="#tugboat-template" accesskey="n" rel="next">tugboat template</a>, Previous: <a href="#book-template" accesskey="p" rel="previous">book template</a>, Up: <a href="#Document-templates" accesskey="u" rel="up">Document templates</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="beamer-template-1"></a>
-<h2 class="section">A.2 <code>beamer</code> template</h2>
-
-<p>The <code>beamer</code> class creates slides presentations.
-</p>
-<pre class="verbatim">\documentclass{beamer}
-
-\title{Beamer Class template}
-\author{Alex Author}
-\date{July 31, 2007}
-
-\begin{document}
-
-\maketitle
-
-% without [fragile], any {verbatim} code gets mysterious errors.
-\begin{frame}[fragile]
- \frametitle{First Slide}
-
-\begin{verbatim}
- This is \verbatim!
-\end{verbatim}
-
-\end{frame}
-
-\end{document}
-
-</pre>
-
-<hr>
-<a name="tugboat-template"></a>
-<div class="header">
-<p>
-Previous: <a href="#beamer-template" accesskey="p" rel="previous">beamer template</a>, Up: <a href="#Document-templates" accesskey="u" rel="up">Document templates</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="tugboat-template-1"></a>
-<h2 class="section">A.3 <code>tugboat</code> template</h2>
-
-<p><cite>TUGboat</cite> is the journal of the TeX Users Group,
-<a href="http://tug.org/TUGboat">http://tug.org/TUGboat</a>.
-</p>
-<pre class="verbatim">\documentclass{ltugboat}
-\usepackage{graphicx}
-\usepackage{ifpdf}
-\ifpdf
- \usepackage[breaklinks,colorlinks,linkcolor=black,citecolor=black,
- urlcolor=black]{hyperref}
-\else
- \usepackage{url}
-\fi
-
-\title{Example \TUB\ Article}
-
-% repeat info for each author.
-\author{First Last}
-\address{Street Address \\ Town, Postal \\ Country}
-\netaddress{user (at) example dot org}
-\personalURL{http://example.org/~user/}
-
-\maketitle
-
-\begin{document}
-
-\begin{abstract}
-This is an example article for a regular \TUB{} issue.
-\end{abstract}
-
-\section{Introduction}
-
-This is an example article for \TUB, from
-\url{http://tug.org/TUGboat/location.html}.
-
-We recommend the graphicx package for image inclusions, and the
-hyperref package for active url's (in the \acro{PDF} output).
-Nowadays \TUB\ is produced using \acro{PDF} files exclusively.
-
-The \texttt{ltug*} classes provide these abbreviations, among many others:
-
-{\small
-\begin{verbatim}
-\AllTeX \AMS \AmS \AmSLaTeX \AmSTeX \aw \AW
-\BibTeX \CTAN \DTD \HTML
-\ISBN \ISSN \JTeX \LaTeXe
-\Mc \mf \MFB \mtex \PCTeX \pcTeX \Pas
-\PiC \PiCTeX \plain \POBox \PS
-\SC \SGML \SliTeX \TANGLE \TB \TP \TUB \TUG \tug
-\UG \UNIX \VAX \XeT \WEB \WEAVE
-
-\Dash \dash \vellipsis \bull \cents \Dag
-\careof \thinskip
-
-\acro{FRED} -&gt; {\small fred} % please use!
-\cs{fred} -&gt; \fred
-\env{fred} -&gt; \begin{fred}
-\meta{fred} -&gt; &lt;fred&gt;
-\nth{n} -&gt; 1st, 2nd, ...
-\sfrac{3/4} -&gt; 3/4
-\booktitle{Book of Fred}
-\end{verbatim}
-}
-
-For more information, see the ltubguid document at:
-\url{http://mirror.ctan.org/macros/latex/contrib/tugboat}
-
-Email \verb|tugboat@tug.org| if problems or questions.
-
-
-\bibliographystyle{plain} % we recommend the plain bibliography style
-\nocite{book-minimal} % just making the bibliography non-empty
-\bibliography{xampl} % xampl.bib comes with BibTeX
-
-\makesignature
-\end{document}
-</pre>
-
-<hr>
-<a name="Concept-Index"></a>
-<div class="header">
-<p>
-Next: <a href="#Command-Index" accesskey="n" rel="next">Command Index</a>, Previous: <a href="#Document-templates" accesskey="p" rel="previous">Document templates</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Concept-Index-1"></a>
-<h1 class="unnumbered">Concept Index</h1>
-
-<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" href="#Concept-Index_cp_symbol-1"><b>*</b></a>
- &nbsp;
-<a class="summary-letter" href="#Concept-Index_cp_symbol-2"><b>.</b></a>
- &nbsp;
-<a class="summary-letter" href="#Concept-Index_cp_symbol-3"><b>`</b></a>
- &nbsp;
-<br>
-<a class="summary-letter" href="#Concept-Index_cp_letter-A"><b>A</b></a>
- &nbsp;
-<a class="summary-letter" href="#Concept-Index_cp_letter-B"><b>B</b></a>
- &nbsp;
-<a class="summary-letter" href="#Concept-Index_cp_letter-C"><b>C</b></a>
- &nbsp;
-<a class="summary-letter" href="#Concept-Index_cp_letter-D"><b>D</b></a>
- &nbsp;
-<a class="summary-letter" href="#Concept-Index_cp_letter-E"><b>E</b></a>
- &nbsp;
-<a class="summary-letter" href="#Concept-Index_cp_letter-F"><b>F</b></a>
- &nbsp;
-<a class="summary-letter" href="#Concept-Index_cp_letter-G"><b>G</b></a>
- &nbsp;
-<a class="summary-letter" href="#Concept-Index_cp_letter-H"><b>H</b></a>
- &nbsp;
-<a class="summary-letter" href="#Concept-Index_cp_letter-I"><b>I</b></a>
- &nbsp;
-<a class="summary-letter" href="#Concept-Index_cp_letter-J"><b>J</b></a>
- &nbsp;
-<a class="summary-letter" href="#Concept-Index_cp_letter-K"><b>K</b></a>
- &nbsp;
-<a class="summary-letter" href="#Concept-Index_cp_letter-L"><b>L</b></a>
- &nbsp;
-<a class="summary-letter" href="#Concept-Index_cp_letter-M"><b>M</b></a>
- &nbsp;
-<a class="summary-letter" href="#Concept-Index_cp_letter-N"><b>N</b></a>
- &nbsp;
-<a class="summary-letter" href="#Concept-Index_cp_letter-O"><b>O</b></a>
- &nbsp;
-<a class="summary-letter" href="#Concept-Index_cp_letter-P"><b>P</b></a>
- &nbsp;
-<a class="summary-letter" href="#Concept-Index_cp_letter-Q"><b>Q</b></a>
- &nbsp;
-<a class="summary-letter" href="#Concept-Index_cp_letter-R"><b>R</b></a>
- &nbsp;
-<a class="summary-letter" href="#Concept-Index_cp_letter-S"><b>S</b></a>
- &nbsp;
-<a class="summary-letter" href="#Concept-Index_cp_letter-T"><b>T</b></a>
- &nbsp;
-<a class="summary-letter" href="#Concept-Index_cp_letter-U"><b>U</b></a>
- &nbsp;
-<a class="summary-letter" href="#Concept-Index_cp_letter-V"><b>V</b></a>
- &nbsp;
-<a class="summary-letter" href="#Concept-Index_cp_letter-W"><b>W</b></a>
- &nbsp;
-<a class="summary-letter" href="#Concept-Index_cp_letter-X"><b>X</b></a>
- &nbsp;
-</td></tr></table>
-<table class="index-cp" border="0">
-<tr><td></td><th align="left">Index Entry</th><td>&nbsp;</td><th align="left"> Section</th></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Concept-Index_cp_symbol-1">*</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_002a-prompt">&lsquo;<samp>*</samp>&rsquo; prompt</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Command-line">Command line</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_002a_002dform-of-sectioning-commands">*-form of sectioning commands</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Sectioning">Sectioning</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Concept-Index_cp_symbol-2">.</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_002eglo-file">&lsquo;<tt>.glo</tt>&rsquo; file</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Glossaries">Glossaries</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_002eidx-file">&lsquo;<tt>.idx</tt>&rsquo; file</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Indexes">Indexes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_002eind-file">&lsquo;<tt>.ind</tt>&rsquo; file</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Indexes">Indexes</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Concept-Index_cp_symbol-3">&lsquo;</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_0060see_0027-and-_0060see-also_0027-index-entries">&lsquo;see&rsquo; and &lsquo;see also&rsquo; index entries</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Indexes">Indexes</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Concept-Index_cp_letter-A">A</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-abstracts">abstracts</a>:</td><td>&nbsp;</td><td valign="top"><a href="#abstract">abstract</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-accents">accents</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-accents_002c-mathematical">accents, mathematical</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-accents">Math accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-accessing-any-character-of-a-font">accessing any character of a font</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Reserved-characters">Reserved characters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-acute-accent">acute accent</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-acute-accent_002c-math">acute accent, math</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-accents">Math accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-ae-ligature">ae ligature</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Non_002dEnglish-characters">Non-English characters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-aligning-Equations">aligning Equations</a>:</td><td>&nbsp;</td><td valign="top"><a href="#eqnarray">eqnarray</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-alignment-via-tabbing">alignment via tabbing</a>:</td><td>&nbsp;</td><td valign="top"><a href="#tabbing">tabbing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-appendix_002c-creating">appendix, creating</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Sectioning">Sectioning</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-aring">aring</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Non_002dEnglish-characters">Non-English characters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-arrays_002c-math">arrays, math</a>:</td><td>&nbsp;</td><td valign="top"><a href="#array">array</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-arrow_002c-left_002c-in-text">arrow, left, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-arrow_002c-right_002c-in-text">arrow, right, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-ascender-height">ascender height</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-ASCII-circumflex_002c-in-text">ASCII circumflex, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-ASCII-tilde_002c-in-text">ASCII tilde, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-asterisk_002c-centered_002c-in-text">asterisk, centered, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-author_002c-for-titlepage">author, for titlepage</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cmaketitle">\maketitle</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-auxiliary-file">auxiliary file</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Overview">Overview</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Concept-Index_cp_letter-B">B</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-backslash_002c-in-text">backslash, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-bar_002c-double-vertical_002c-in-text">bar, double vertical, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-bar_002c-vertical_002c-in-text">bar, vertical, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-bar_002dover-accent">bar-over accent</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-bar_002dover-accent_002c-math">bar-over accent, math</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-accents">Math accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-bar_002dunder-accent">bar-under accent</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-basics-of-LaTeX">basics of LaTeX</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Overview">Overview</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-bibliography_002c-creating-_0028automatically_0029">bibliography, creating (automatically)</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Using-BibTeX">Using BibTeX</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-bibliography_002c-creating-_0028manually_0029">bibliography, creating (manually)</a>:</td><td>&nbsp;</td><td valign="top"><a href="#thebibliography">thebibliography</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-bibTeX_002c-using">bibTeX, using</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Using-BibTeX">Using BibTeX</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-big-circle-symbols_002c-in-text">big circle symbols, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-black-boxes_002c-omitting">black boxes, omitting</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Document-class-options">Document class options</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-bold-font">bold font</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-bold-typewriter_002c-avoiding">bold typewriter, avoiding</a>:</td><td>&nbsp;</td><td valign="top"><a href="#description">description</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-boxes">boxes</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Boxes">Boxes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-brace_002c-left_002c-in-text">brace, left, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-brace_002c-right_002c-in-text">brace, right, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-breaking-lines">breaking lines</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Line-breaking">Line breaking</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-breaking-pages">breaking pages</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Page-breaking">Page breaking</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-breve-accent">breve accent</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-breve-accent_002c-math">breve accent, math</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-accents">Math accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-bug-reporting">bug reporting</a>:</td><td>&nbsp;</td><td valign="top"><a href="#About-this-document">About this document</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-bullet-symbol">bullet symbol</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-bullet_002c-in-text">bullet, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-bulleted-lists">bulleted lists</a>:</td><td>&nbsp;</td><td valign="top"><a href="#itemize">itemize</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Concept-Index_cp_letter-C">C</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-calligraphic-letters-for-math">calligraphic letters for math</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-cap-height">cap height</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-caron-accent">caron accent</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-case-sensitivity-of-LaTeX">case sensitivity of LaTeX</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Overview">Overview</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-cc-list_002c-in-letters">cc list, in letters</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005ccc">\cc</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-cedilla-accent">cedilla accent</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-centered-asterisk_002c-in-text">centered asterisk, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-centered-period_002c-in-text">centered period, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-centering-text_002c-declaration-for">centering text, declaration for</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005ccentering">\centering</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-centering-text_002c-environment-for">centering text, environment for</a>:</td><td>&nbsp;</td><td valign="top"><a href="#center">center</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-characters_002c-accented">characters, accented</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-characters_002c-non_002dEnglish">characters, non-English</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Non_002dEnglish-characters">Non-English characters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-characters_002c-reserved">characters, reserved</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Reserved-characters">Reserved characters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-check-accent">check accent</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-check-accent_002c-math">check accent, math</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-accents">Math accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-circle-symbol_002c-big_002c-in-text">circle symbol, big, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-circled-letter_002c-in-text">circled letter, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-circumflex-accent">circumflex accent</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-circumflex-accent_002c-math">circumflex accent, math</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-accents">Math accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-circumflex_002c-ASCII_002c-in-text">circumflex, ASCII, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-class-options">class options</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Document-class-options">Document class options</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-classes-of-documents">classes of documents</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Document-classes">Document classes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-closing-letters">closing letters</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cclosing">\closing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-closing-quote">closing quote</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-code_002c-typesetting">code, typesetting</a>:</td><td>&nbsp;</td><td valign="top"><a href="#verbatim">verbatim</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-command-line">command line</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Command-line">Command line</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-commands_002c-defining-new-ones">commands, defining new ones</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cnewcommand-_0026-_005crenewcommand">\newcommand &amp; \renewcommand</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-composite-word-mark_002c-in-text">composite word mark, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-computer-programs_002c-typesetting">computer programs, typesetting</a>:</td><td>&nbsp;</td><td valign="top"><a href="#verbatim">verbatim</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-copyright-symbol">copyright symbol</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-counters_002c-a-list-of">counters, a list of</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Counters">Counters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-counters_002c-defining-new">counters, defining new</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cnewcounter">\newcounter</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-counters_002c-getting-value-of">counters, getting value of</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cvalue">\value</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-counters_002c-setting">counters, setting</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005csetcounter">\setcounter</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-creating-letters">creating letters</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Letters">Letters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-creating-pictures">creating pictures</a>:</td><td>&nbsp;</td><td valign="top"><a href="#picture">picture</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-creating-tables">creating tables</a>:</td><td>&nbsp;</td><td valign="top"><a href="#table">table</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-credit-footnote">credit footnote</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cmaketitle">\maketitle</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-cross-references">cross references</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Cross-references">Cross references</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-cross-referencing-with-page-number">cross referencing with page number</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cpageref">\pageref</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-cross-referencing_002c-symbolic">cross referencing, symbolic</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cref">\ref</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-currency_002c-dollar">currency, dollar</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-currency_002c-euro">currency, euro</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Concept-Index_cp_letter-D">D</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-dagger_002c-double_002c-in-text">dagger, double, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-dagger_002c-in-text">dagger, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-dagger_002c-in-text-1">dagger, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-date_002c-for-titlepage">date, for titlepage</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cmaketitle">\maketitle</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-datetime-package"><code>datetime</code> package</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005ctoday">\today</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-defining-a-new-command">defining a new command</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cnewcommand-_0026-_005crenewcommand">\newcommand &amp; \renewcommand</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-defining-new-environments">defining new environments</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cnewenvironment-_0026-_005crenewenvironment">\newenvironment &amp; \renewenvironment</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-defining-new-fonts">defining new fonts</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cnewfont">\newfont</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-defining-new-theorems">defining new theorems</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cnewtheorem">\newtheorem</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-definitions">definitions</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Definitions">Definitions</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-description-lists_002c-creating">description lists, creating</a>:</td><td>&nbsp;</td><td valign="top"><a href="#description">description</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-dieresis-accent">dieresis accent</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-discretionary-multiplication">discretionary multiplication</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-miscellany">Math miscellany</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-displaying-quoted-text-with-paragraph-indentation">displaying quoted text with paragraph indentation</a>:</td><td>&nbsp;</td><td valign="top"><a href="#quotation">quotation</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-displaying-quoted-text-without-paragraph-indentation">displaying quoted text without paragraph indentation</a>:</td><td>&nbsp;</td><td valign="top"><a href="#quote">quote</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-document-class-options">document class options</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Document-class-options">Document class options</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-document-classes">document classes</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Document-classes">Document classes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-document-templates">document templates</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Document-templates">Document templates</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-dollar-sign">dollar sign</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-dot-accent">dot accent</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-dot-over-accent_002c-math">dot over accent, math</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-accents">Math accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-dot_002dover-accent">dot-over accent</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-dot_002dunder-accent">dot-under accent</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-dotless-i">dotless i</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-dotless-i_002c-math">dotless i, math</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-accents">Math accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-dotless-j">dotless j</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-dotless-j_002c-math">dotless j, math</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-accents">Math accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-double-angle-quotation-marks">double angle quotation marks</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-double-dagger_002c-in-text">double dagger, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-double-dagger_002c-in-text-1">double dagger, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-double-dot-accent_002c-math">double dot accent, math</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-accents">Math accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-double-guillemets">double guillemets</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-double-left-quote">double left quote</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-double-low_002d9-quotation-mark">double low-9 quotation mark</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-double-quote_002c-straight-base">double quote, straight base</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-double-right-quote">double right quote</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-double-spacing">double spacing</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Low_002dlevel-font-commands">Low-level font commands</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-double-vertical-bar_002c-in-text">double vertical bar, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Concept-Index_cp_letter-E">E</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-e_002ddash">e-dash</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-ellipsis">ellipsis</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-em_002ddash">em-dash</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-em_002ddash_002c-three_002dquarters">em-dash, three-quarters</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-em_002ddash_002c-two_002dthirds">em-dash, two-thirds</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-emphasis">emphasis</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-emphasis-1">emphasis</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-enclosure-list">enclosure list</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cencl">\encl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-ending-_0026-starting">ending &amp; starting</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-_0026-ending">Starting &amp; ending</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-enlarge-current-page">enlarge current page</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cenlargethispage">\enlargethispage</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-environments">environments</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Environments">Environments</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-environments_002c-defining">environments, defining</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cnewenvironment-_0026-_005crenewenvironment">\newenvironment &amp; \renewenvironment</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-equation-number_002c-cross-referencing">equation number, cross referencing</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cref">\ref</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-equation-numbers_002c-omitting">equation numbers, omitting</a>:</td><td>&nbsp;</td><td valign="top"><a href="#eqnarray">eqnarray</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-equations_002c-aligning">equations, aligning</a>:</td><td>&nbsp;</td><td valign="top"><a href="#eqnarray">eqnarray</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-equations_002c-environment-for">equations, environment for</a>:</td><td>&nbsp;</td><td valign="top"><a href="#equation">equation</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-es_002dzet-German-letter">es-zet German letter</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Non_002dEnglish-characters">Non-English characters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-eth_002c-Icelandic-letter">eth, Icelandic letter</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Non_002dEnglish-characters">Non-English characters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-euro-symbol">euro symbol</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-exclamation-point_002c-upside_002ddown">exclamation point, upside-down</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-exponent">exponent</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Subscripts-_0026-superscripts">Subscripts &amp; superscripts</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Concept-Index_cp_letter-F">F</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-feminine-ordinal-symbol">feminine ordinal symbol</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-figure-number_002c-cross-referencing">figure number, cross referencing</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cref">\ref</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-figures_002c-footnotes-in">figures, footnotes in</a>:</td><td>&nbsp;</td><td valign="top"><a href="#minipage">minipage</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-figures_002c-inserting">figures, inserting</a>:</td><td>&nbsp;</td><td valign="top"><a href="#figure">figure</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-fixed_002dwidth-font">fixed-width font</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-float-package"><code>float</code> package</a>:</td><td>&nbsp;</td><td valign="top"><a href="#figure">figure</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-flushing-floats-and-starting-a-page">flushing floats and starting a page</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cclearpage">\clearpage</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-font-commands_002c-low_002dlevel">font commands, low-level</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Low_002dlevel-font-commands">Low-level font commands</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-font-sizes">font sizes</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-sizes">Font sizes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-font-styles">font styles</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-fonts">fonts</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Typefaces">Typefaces</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-fonts_002c-new-commands-for">fonts, new commands for</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cnewfont">\newfont</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-footer-style">footer style</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cpagestyle">\pagestyle</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-footer_002c-parameters-for">footer, parameters for</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Page-layout-parameters">Page layout parameters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-footnote-number_002c-cross-referencing">footnote number, cross referencing</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cref">\ref</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-footnote-parameters">footnote parameters</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Footnote-parameters">Footnote parameters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-footnotes-in-figures">footnotes in figures</a>:</td><td>&nbsp;</td><td valign="top"><a href="#minipage">minipage</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-footnotes_002c-creating">footnotes, creating</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Footnotes">Footnotes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-footnotes_002c-symbolic-instead-of-numbered">footnotes, symbolic instead of numbered</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Symbolic-footnotes">Symbolic footnotes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-formulas_002c-environment-for">formulas, environment for</a>:</td><td>&nbsp;</td><td valign="top"><a href="#equation">equation</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-formulas_002c-math">formulas, math</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-formulas">Math formulas</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-fragile-commands">fragile commands</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cprotect">\protect</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-French-quotation-marks">French quotation marks</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-functions_002c-math">functions, math</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-functions">Math functions</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Concept-Index_cp_letter-G">G</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-global-options">global options</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Document-class-options">Document class options</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-global-options-1">global options</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Document-class-options">Document class options</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-glossaries">glossaries</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Glossaries">Glossaries</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-grave-accent">grave accent</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-grave-accent_002c-math">grave accent, math</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-accents">Math accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-greater-than-symbol_002c-in-text">greater than symbol, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-greek-letters">greek letters</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Concept-Index_cp_letter-H">H</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-hacek-accent_002c-math">h&aacute;c&lt;ek accent, math</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-accents">Math accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-hacek-accent">hacek accent</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-hat-accent">hat accent</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-hat-accent_002c-math">hat accent, math</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-accents">Math accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-header-style">header style</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cpagestyle">\pagestyle</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-header_002c-parameters-for">header, parameters for</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Page-layout-parameters">Page layout parameters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-hungarian-umlaut-accent">hungarian umlaut accent</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-hyphenation_002c-defining">hyphenation, defining</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005chyphenation">\hyphenation</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-hyphenation_002c-forcing">hyphenation, forcing</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005c_002d-_0028hyphenation_0029">\- (hyphenation)</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-hyphenation_002c-preventing">hyphenation, preventing</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cmbox">\mbox</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Concept-Index_cp_letter-I">I</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Icelandic-eth">Icelandic eth</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Non_002dEnglish-characters">Non-English characters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Icelandic-thorn">Icelandic thorn</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Non_002dEnglish-characters">Non-English characters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-ij-letter_002c-Dutch">ij letter, Dutch</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Non_002dEnglish-characters">Non-English characters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-in_002dline-formulas">in-line formulas</a>:</td><td>&nbsp;</td><td valign="top"><a href="#math">math</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-indent_002c-forcing">indent, forcing</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cindent">\indent</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-indent_002c-suppressing">indent, suppressing</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cnoindent">\noindent</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-indentation-of-paragraphs_002c-in-minipage">indentation of paragraphs, in minipage</a>:</td><td>&nbsp;</td><td valign="top"><a href="#minipage">minipage</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-indexes">indexes</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Indexes">Indexes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-input-file">input file</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Splitting-the-input">Splitting the input</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-input_002foutput">input/output</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Terminal-input_002foutput">Terminal input/output</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-inserting-figures">inserting figures</a>:</td><td>&nbsp;</td><td valign="top"><a href="#figure">figure</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-italic-font">italic font</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Concept-Index_cp_letter-J">J</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-justification_002c-ragged-left">justification, ragged left</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005craggedleft">\raggedleft</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-justification_002c-ragged-right">justification, ragged right</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005craggedright">\raggedright</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Concept-Index_cp_letter-K">K</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Knuth_002c-Donald-E_002e">Knuth, Donald E.</a>:</td><td>&nbsp;</td><td valign="top"><a href="#About-this-document">About this document</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Concept-Index_cp_letter-L">L</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-labelled-lists_002c-creating">labelled lists, creating</a>:</td><td>&nbsp;</td><td valign="top"><a href="#description">description</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Lamport_002c-Leslie">Lamport, Leslie</a>:</td><td>&nbsp;</td><td valign="top"><a href="#About-this-document">About this document</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-LaTeX-logo">LaTeX logo</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-LaTeX-overview">LaTeX overview</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Overview">Overview</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-LaTeX-Project-team">LaTeX Project team</a>:</td><td>&nbsp;</td><td valign="top"><a href="#About-this-document">About this document</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-layout-commands">layout commands</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Layout">Layout</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-layout_002c-page-parameters-for">layout, page parameters for</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Page-layout-parameters">Page layout parameters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-left-angle-quotation-marks">left angle quotation marks</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-left-arrow_002c-in-text">left arrow, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-left-brace_002c-in-text">left brace, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-left-quote">left quote</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-left-quote_002c-double">left quote, double</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-left-quote_002c-single">left quote, single</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-left_002djustifying-text">left-justifying text</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005craggedright">\raggedright</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-left_002djustifying-text_002c-environment-for">left-justifying text, environment for</a>:</td><td>&nbsp;</td><td valign="top"><a href="#flushleft">flushleft</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-left_002dto_002dright-mode">left-to-right mode</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Modes">Modes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-lengths_002c-adding-to">lengths, adding to</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005caddtolength">\addtolength</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-lengths_002c-defining-and-using">lengths, defining and using</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Lengths">Lengths</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-lengths_002c-defining-new">lengths, defining new</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cnewlength">\newlength</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-lengths_002c-predefined">lengths, predefined</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Predefined-lengths">Predefined lengths</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-lengths_002c-setting">lengths, setting</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005csetlength">\setlength</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-less-than-symbol_002c-in-text">less than symbol, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-letters">letters</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Letters">Letters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-letters_002c-accented">letters, accented</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-letters_002c-ending">letters, ending</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cclosing">\closing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-letters_002c-non_002dEnglish">letters, non-English</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Non_002dEnglish-characters">Non-English characters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-letters_002c-starting">letters, starting</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005copening">\opening</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-line-break_002c-forcing">line break, forcing</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005c_005c">\\</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-line-breaking">line breaking</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Line-breaking">Line breaking</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-line-breaks_002c-forcing">line breaks, forcing</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005clinebreak-_0026-_005cnolinebreak">\linebreak &amp; \nolinebreak</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-line-breaks_002c-preventing">line breaks, preventing</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005clinebreak-_0026-_005cnolinebreak">\linebreak &amp; \nolinebreak</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-lines-in-tables">lines in tables</a>:</td><td>&nbsp;</td><td valign="top"><a href="#tabular">tabular</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-lining-text-up-in-columns-using-tab-stops">lining text up in columns using tab stops</a>:</td><td>&nbsp;</td><td valign="top"><a href="#tabbing">tabbing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-lining-text-up-in-tables">lining text up in tables</a>:</td><td>&nbsp;</td><td valign="top"><a href="#tabular">tabular</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-list-items_002c-specifying-counter">list items, specifying counter</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cusecounter">\usecounter</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-lists-of-items">lists of items</a>:</td><td>&nbsp;</td><td valign="top"><a href="#itemize">itemize</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-lists-of-items_002c-generic">lists of items, generic</a>:</td><td>&nbsp;</td><td valign="top"><a href="#list">list</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-lists-of-items_002c-numbered">lists of items, numbered</a>:</td><td>&nbsp;</td><td valign="top"><a href="#enumerate">enumerate</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-loading-additional-packages">loading additional packages</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Document-class-options">Document class options</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-log-file">log file</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Overview">Overview</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-logo_002c-LaTeX">logo, LaTeX</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-logo_002c-TeX">logo, TeX</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-low_002d9-quotation-marks_002c-single-and-double">low-9 quotation marks, single and double</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-low_002dlevel-font-commands">low-level font commands</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Low_002dlevel-font-commands">Low-level font commands</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-lR-mode">lR mode</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Modes">Modes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-LuaTeX">LuaTeX</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Overview">Overview</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Concept-Index_cp_letter-M">M</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-macron-accent">macron accent</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-macron-accent_002c-math">macron accent, math</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-accents">Math accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-makeidx-package"><code>makeidx</code> package</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Indexes">Indexes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-makeindex-program"><code>makeindex</code> program</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Indexes">Indexes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-making-a-title-page">making a title page</a>:</td><td>&nbsp;</td><td valign="top"><a href="#titlepage">titlepage</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-making-paragraphs">making paragraphs</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Making-paragraphs">Making paragraphs</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-marginal-notes">marginal notes</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Marginal-notes">Marginal notes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-masculine-ordinal-symbol">masculine ordinal symbol</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-math-accents">math accents</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-accents">Math accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-math-formulas">math formulas</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-formulas">Math formulas</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-math-functions">math functions</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-functions">Math functions</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-math-miscellany">math miscellany</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-miscellany">Math miscellany</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-math-mode">math mode</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Modes">Modes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-math-mode_002c-entering">math mode, entering</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-formulas">Math formulas</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-math-mode_002c-spacing">math mode, spacing</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Spacing-in-math-mode">Spacing in math mode</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-math-symbols">math symbols</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-minipage_002c-creating-a">minipage, creating a</a>:</td><td>&nbsp;</td><td valign="top"><a href="#minipage">minipage</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-modes">modes</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Modes">Modes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-monospace-font">monospace font</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-moving-arguments">moving arguments</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cprotect">\protect</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-multicolumn-text">multicolumn text</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005ctwocolumn">\twocolumn</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-multind-package"><code>multind</code> package</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Indexes">Indexes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-multiplication-symbol_002c-discretionary-line-break">multiplication symbol, discretionary line break</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-miscellany">Math miscellany</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Concept-Index_cp_letter-N">N</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-nested-_005cinclude_002c-not-allowed">nested <code>\include</code>, not allowed</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cinclude">\include</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-new-commands_002c-defining">new commands, defining</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cnewcommand-_0026-_005crenewcommand">\newcommand &amp; \renewcommand</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-new-line_002c-output-as-input">new line, output as input</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cobeycr-_0026-_005crestorecr">\obeycr &amp; \restorecr</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-new-line_002c-starting">new line, starting</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005c_005c">\\</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-new-line_002c-starting-_0028paragraph-mode_0029">new line, starting (paragraph mode)</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cnewline">\newline</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-new-page_002c-starting">new page, starting</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cnewpage">\newpage</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-non_002dEnglish-characters">non-English characters</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Non_002dEnglish-characters">Non-English characters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-notes-in-the-margin">notes in the margin</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Marginal-notes">Marginal notes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-null-delimiter">null delimiter</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-miscellany">Math miscellany</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-numbered-items_002c-specifying-counter">numbered items, specifying counter</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cusecounter">\usecounter</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Concept-Index_cp_letter-O">O</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-oblique-font">oblique font</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-oe-ligature">oe ligature</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Non_002dEnglish-characters">Non-English characters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-ogonek">ogonek</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-one_002dcolumn-output">one-column output</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005conecolumn">\onecolumn</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-opening-quote">opening quote</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-options_002c-document-class">options, document class</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Document-class-options">Document class options</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-options_002c-global">options, global</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Document-class-options">Document class options</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-ordinals_002c-feminine-and-masculine">ordinals, feminine and masculine</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-oslash">oslash</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Non_002dEnglish-characters">Non-English characters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-overbar-accent">overbar accent</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-overdot-accent_002c-math">overdot accent, math</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-accents">Math accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-overview-of-LaTeX">overview of LaTeX</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Overview">Overview</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Concept-Index_cp_letter-P">P</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-packages_002c-loading">packages, loading</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Document-class-options">Document class options</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-page-break_002c-forcing">page break, forcing</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cpagebreak-_0026-_005cnopagebreak">\pagebreak &amp; \nopagebreak</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-page-break_002c-preventing">page break, preventing</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cpagebreak-_0026-_005cnopagebreak">\pagebreak &amp; \nopagebreak</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-page-breaking">page breaking</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Page-breaking">Page breaking</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-page-layout-parameters">page layout parameters</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Page-layout-parameters">Page layout parameters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-page-number_002c-cross-referencing">page number, cross referencing</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cpageref">\pageref</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-page-numbering-style">page numbering style</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cpagenumbering">\pagenumbering</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-page-styles">page styles</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Page-styles">Page styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-paragraph-indentation_002c-in-minipage">paragraph indentation, in minipage</a>:</td><td>&nbsp;</td><td valign="top"><a href="#minipage">minipage</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-paragraph-indentations-in-quoted-text">paragraph indentations in quoted text</a>:</td><td>&nbsp;</td><td valign="top"><a href="#quotation">quotation</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-paragraph-indentations-in-quoted-text_002c-omitting">paragraph indentations in quoted text, omitting</a>:</td><td>&nbsp;</td><td valign="top"><a href="#quote">quote</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-paragraph-mode">paragraph mode</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Modes">Modes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-paragraph-symbol">paragraph symbol</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-paragraphs">paragraphs</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Making-paragraphs">Making paragraphs</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-parameters_002c-for-footnotes">parameters, for footnotes</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Footnote-parameters">Footnote parameters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-parameters_002c-page-layout">parameters, page layout</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Page-layout-parameters">Page layout parameters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-pdfTeX">pdfTeX</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Overview">Overview</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-period_002c-centered_002c-in-text">period, centered, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-pictures_002c-creating">pictures, creating</a>:</td><td>&nbsp;</td><td valign="top"><a href="#picture">picture</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-pilcrow">pilcrow</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-poetry_002c-an-environment-for">poetry, an environment for</a>:</td><td>&nbsp;</td><td valign="top"><a href="#verse">verse</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-polish-l">polish l</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Non_002dEnglish-characters">Non-English characters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-postscript_002c-in-letters">postscript, in letters</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cps">\ps</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-pounds-symbol">pounds symbol</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-preamble_002c-defined">preamble, defined</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-_0026-ending">Starting &amp; ending</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-predefined-lengths">predefined lengths</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Predefined-lengths">Predefined lengths</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-prompt_002c-_002a">prompt, &lsquo;<samp>*</samp>&rsquo;</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Command-line">Command line</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Concept-Index_cp_letter-Q">Q</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-questionation-point_002c-upside_002ddown">questionation point, upside-down</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-quotation-marks_002c-French">quotation marks, French</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-quote_002c-straight-base">quote, straight base</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-quoted-text-with-paragraph-indentation_002c-displaying">quoted text with paragraph indentation, displaying</a>:</td><td>&nbsp;</td><td valign="top"><a href="#quotation">quotation</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-quoted-text-without-paragraph-indentation_002c-displaying">quoted text without paragraph indentation, displaying</a>:</td><td>&nbsp;</td><td valign="top"><a href="#quote">quote</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Concept-Index_cp_letter-R">R</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-ragged-left-text">ragged left text</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005craggedleft">\raggedleft</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-ragged-left-text_002c-environment-for">ragged left text, environment for</a>:</td><td>&nbsp;</td><td valign="top"><a href="#flushright">flushright</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-ragged-right-text">ragged right text</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005craggedright">\raggedright</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-ragged-right-text_002c-environment-for">ragged right text, environment for</a>:</td><td>&nbsp;</td><td valign="top"><a href="#flushleft">flushleft</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-redefining-environments">redefining environments</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cnewenvironment-_0026-_005crenewenvironment">\newenvironment &amp; \renewenvironment</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-registered-symbol">registered symbol</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-remarks-in-the-margin">remarks in the margin</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Marginal-notes">Marginal notes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-reporting-bugs">reporting bugs</a>:</td><td>&nbsp;</td><td valign="top"><a href="#About-this-document">About this document</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-reserved-characters">reserved characters</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Reserved-characters">Reserved characters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-right-angle-quotation-marks">right angle quotation marks</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-right-arrow_002c-in-text">right arrow, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-right-brace_002c-in-text">right brace, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-right-quote">right quote</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-right-quote_002c-double">right quote, double</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-right-quote_002c-single">right quote, single</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-right_002djustifying-text">right-justifying text</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005craggedleft">\raggedleft</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-right_002djustifying-text_002c-environment-for">right-justifying text, environment for</a>:</td><td>&nbsp;</td><td valign="top"><a href="#flushright">flushright</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-ring-accent">ring accent</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-robust-commands">robust commands</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cprotect">\protect</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-roman-font">roman font</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-running-header-and-footer">running header and footer</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Page-layout-parameters">Page layout parameters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-running-header-and-footer-style">running header and footer style</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cpagestyle">\pagestyle</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Concept-Index_cp_letter-S">S</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-sans-serif-font">sans serif font</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-script-letters-for-math">script letters for math</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-section-number_002c-cross-referencing">section number, cross referencing</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cref">\ref</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-section-numbers_002c-printing">section numbers, printing</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Sectioning">Sectioning</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-section-symbol">section symbol</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-sectioning">sectioning</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Sectioning">Sectioning</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-setspace-package"><code>setspace</code> package</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Low_002dlevel-font-commands">Low-level font commands</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-setting-counters">setting counters</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005csetcounter">\setcounter</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-sharp-S-letters">sharp S letters</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Non_002dEnglish-characters">Non-English characters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-showidx-package"><code>showidx</code> package</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Indexes">Indexes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-simulating-typed-text">simulating typed text</a>:</td><td>&nbsp;</td><td valign="top"><a href="#verbatim">verbatim</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-single-angle-quotation-marks">single angle quotation marks</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-single-guillemets">single guillemets</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-single-left-quote">single left quote</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-single-low_002d9-quotation-mark">single low-9 quotation mark</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-single-right-quote">single right quote</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-sizes-of-text">sizes of text</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-sizes">Font sizes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-slanted-font">slanted font</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-small-caps-font">small caps font</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-space_002c-inserting-vertical">space, inserting vertical</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005caddvspace">\addvspace</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-spaces">spaces</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Spaces">Spaces</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-spacing-within-math-mode">spacing within math mode</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Spacing-in-math-mode">Spacing in math mode</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Spanish-ordinals_002c-feminine-and-masculine">Spanish ordinals, feminine and masculine</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-special-characters">special characters</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Non_002dEnglish-characters">Non-English characters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-splitting-the-input-file">splitting the input file</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Splitting-the-input">Splitting the input</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-starting-_0026-ending">starting &amp; ending</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-_0026-ending">Starting &amp; ending</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-starting-a-new-page">starting a new page</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cnewpage">\newpage</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-starting-a-new-page-and-clearing-floats">starting a new page and clearing floats</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cclearpage">\clearpage</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-starting-on-a-right_002dhand-page">starting on a right-hand page</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005ccleardoublepage">\cleardoublepage</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-sterling-symbol">sterling symbol</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-straight-double-quote_002c-base">straight double quote, base</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-straight-quote_002c-base">straight quote, base</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-stretch_002c-omitting-vertical">stretch, omitting vertical</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005craggedbottom">\raggedbottom</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-styles-of-text">styles of text</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-styles_002c-page">styles, page</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Page-styles">Page styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-subscript">subscript</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Subscripts-_0026-superscripts">Subscripts &amp; superscripts</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-superscript">superscript</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Subscripts-_0026-superscripts">Subscripts &amp; superscripts</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-symbols_002c-math">symbols, math</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Concept-Index_cp_letter-T">T</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-tab-stops_002c-using">tab stops, using</a>:</td><td>&nbsp;</td><td valign="top"><a href="#tabbing">tabbing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-table-of-contents-entry_002c-manually-adding">table of contents entry, manually adding</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005caddcontentsline">\addcontentsline</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-table-of-contents_002c-creating">table of contents, creating</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Tables-of-contents">Tables of contents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-tables_002c-creating">tables, creating</a>:</td><td>&nbsp;</td><td valign="top"><a href="#table">table</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-terminal-input_002foutput">terminal input/output</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Terminal-input_002foutput">Terminal input/output</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-TeX-logo">TeX logo</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-text-symbols">text symbols</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-thanks_002c-for-titlepage">thanks, for titlepage</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cmaketitle">\maketitle</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-theorems_002c-defining">theorems, defining</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cnewtheorem">\newtheorem</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-theorems_002c-typesetting">theorems, typesetting</a>:</td><td>&nbsp;</td><td valign="top"><a href="#theorem">theorem</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-thorn_002c-Icelandic-letter">thorn, Icelandic letter</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Non_002dEnglish-characters">Non-English characters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-three_002dquarters-em_002ddash">three-quarters em-dash</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-tie_002dafter-accent">tie-after accent</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-tilde-accent">tilde accent</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-tilde-accent_002c-math">tilde accent, math</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-accents">Math accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-tilde_002c-ASCII_002c-in-text">tilde, ASCII, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-title-pages_002c-creating">title pages, creating</a>:</td><td>&nbsp;</td><td valign="top"><a href="#titlepage">titlepage</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-title_002c-for-titlepage">title, for titlepage</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cmaketitle">\maketitle</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-titles_002c-making">titles, making</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cmaketitle">\maketitle</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-trademark-symbol">trademark symbol</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-transcript-file">transcript file</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Overview">Overview</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-two_002dcolumn-output">two-column output</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005ctwocolumn">\twocolumn</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-two_002dthirds-em_002ddash">two-thirds em-dash</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-typed-text_002c-simulating">typed text, simulating</a>:</td><td>&nbsp;</td><td valign="top"><a href="#verbatim">verbatim</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-typeface-sizes">typeface sizes</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-sizes">Font sizes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-typeface-styles">typeface styles</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-typefaces">typefaces</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Typefaces">Typefaces</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-typewriter-font">typewriter font</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-typewriter-labels-in-lists">typewriter labels in lists</a>:</td><td>&nbsp;</td><td valign="top"><a href="#description">description</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Concept-Index_cp_letter-U">U</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-umlaut-accent">umlaut accent</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-underbar">underbar</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-underscore_002c-in-text">underscore, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-unordered-lists">unordered lists</a>:</td><td>&nbsp;</td><td valign="top"><a href="#itemize">itemize</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-using-BibTeX">using BibTeX</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Using-BibTeX">Using BibTeX</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Concept-Index_cp_letter-V">V</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-variables_002c-a-list-of">variables, a list of</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Counters">Counters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-vector-symbol_002c-math">vector symbol, math</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-accents">Math accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-verbatim-text">verbatim text</a>:</td><td>&nbsp;</td><td valign="top"><a href="#verbatim">verbatim</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-verbatim-text_002c-inline">verbatim text, inline</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cverb">\verb</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-vertical-bar_002c-double_002c-in-text">vertical bar, double, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-vertical-bar_002c-in-text">vertical bar, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-vertical-space">vertical space</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005caddvspace">\addvspace</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-vertical-space-before-paragraphs">vertical space before paragraphs</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cparskip">\parskip</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-visible-space">visible space</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cverb">\verb</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-visible-space-symbol_002c-in-text">visible space symbol, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Concept-Index_cp_letter-W">W</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-wide-hat-accent_002c-math">wide hat accent, math</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-accents">Math accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-wide-tile-accent_002c-math">wide tile accent, math</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-accents">Math accents</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Concept-Index_cp_letter-X">X</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-XeTeX">XeTeX</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Overview">Overview</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-xindy-program"><code>xindy</code> program</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Indexes">Indexes</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-</table>
-<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" href="#Concept-Index_cp_symbol-1"><b>*</b></a>
- &nbsp;
-<a class="summary-letter" href="#Concept-Index_cp_symbol-2"><b>.</b></a>
- &nbsp;
-<a class="summary-letter" href="#Concept-Index_cp_symbol-3"><b>`</b></a>
- &nbsp;
-<br>
-<a class="summary-letter" href="#Concept-Index_cp_letter-A"><b>A</b></a>
- &nbsp;
-<a class="summary-letter" href="#Concept-Index_cp_letter-B"><b>B</b></a>
- &nbsp;
-<a class="summary-letter" href="#Concept-Index_cp_letter-C"><b>C</b></a>
- &nbsp;
-<a class="summary-letter" href="#Concept-Index_cp_letter-D"><b>D</b></a>
- &nbsp;
-<a class="summary-letter" href="#Concept-Index_cp_letter-E"><b>E</b></a>
- &nbsp;
-<a class="summary-letter" href="#Concept-Index_cp_letter-F"><b>F</b></a>
- &nbsp;
-<a class="summary-letter" href="#Concept-Index_cp_letter-G"><b>G</b></a>
- &nbsp;
-<a class="summary-letter" href="#Concept-Index_cp_letter-H"><b>H</b></a>
- &nbsp;
-<a class="summary-letter" href="#Concept-Index_cp_letter-I"><b>I</b></a>
- &nbsp;
-<a class="summary-letter" href="#Concept-Index_cp_letter-J"><b>J</b></a>
- &nbsp;
-<a class="summary-letter" href="#Concept-Index_cp_letter-K"><b>K</b></a>
- &nbsp;
-<a class="summary-letter" href="#Concept-Index_cp_letter-L"><b>L</b></a>
- &nbsp;
-<a class="summary-letter" href="#Concept-Index_cp_letter-M"><b>M</b></a>
- &nbsp;
-<a class="summary-letter" href="#Concept-Index_cp_letter-N"><b>N</b></a>
- &nbsp;
-<a class="summary-letter" href="#Concept-Index_cp_letter-O"><b>O</b></a>
- &nbsp;
-<a class="summary-letter" href="#Concept-Index_cp_letter-P"><b>P</b></a>
- &nbsp;
-<a class="summary-letter" href="#Concept-Index_cp_letter-Q"><b>Q</b></a>
- &nbsp;
-<a class="summary-letter" href="#Concept-Index_cp_letter-R"><b>R</b></a>
- &nbsp;
-<a class="summary-letter" href="#Concept-Index_cp_letter-S"><b>S</b></a>
- &nbsp;
-<a class="summary-letter" href="#Concept-Index_cp_letter-T"><b>T</b></a>
- &nbsp;
-<a class="summary-letter" href="#Concept-Index_cp_letter-U"><b>U</b></a>
- &nbsp;
-<a class="summary-letter" href="#Concept-Index_cp_letter-V"><b>V</b></a>
- &nbsp;
-<a class="summary-letter" href="#Concept-Index_cp_letter-W"><b>W</b></a>
- &nbsp;
-<a class="summary-letter" href="#Concept-Index_cp_letter-X"><b>X</b></a>
- &nbsp;
-</td></tr></table>
-
-<hr>
-<a name="Command-Index"></a>
-<div class="header">
-<p>
-Previous: <a href="#Concept-Index" accesskey="p" rel="previous">Concept Index</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
-</div>
-<a name="Command-Index-1"></a>
-<h1 class="unnumbered">Command Index</h1>
-
-<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" href="#Command-Index_fn_symbol-1"><b>$</b></a>
- &nbsp;
-<a class="summary-letter" href="#Command-Index_fn_symbol-2"><b>.</b></a>
- &nbsp;
-<a class="summary-letter" href="#Command-Index_fn_symbol-3"><b>1</b></a>
- &nbsp;
-<a class="summary-letter" href="#Command-Index_fn_symbol-4"><b>@</b></a>
- &nbsp;
-<a class="summary-letter" href="#Command-Index_fn_symbol-5"><b>[</b></a>
- &nbsp;
-<a class="summary-letter" href="#Command-Index_fn_symbol-6"><b>\</b></a>
- &nbsp;
-<a class="summary-letter" href="#Command-Index_fn_symbol-7"><b>^</b></a>
- &nbsp;
-<a class="summary-letter" href="#Command-Index_fn_symbol-8"><b>_</b></a>
- &nbsp;
-<a class="summary-letter" href="#Command-Index_fn_symbol-9"><b>{</b></a>
- &nbsp;
-<br>
-<a class="summary-letter" href="#Command-Index_fn_letter-A"><b>A</b></a>
- &nbsp;
-<a class="summary-letter" href="#Command-Index_fn_letter-B"><b>B</b></a>
- &nbsp;
-<a class="summary-letter" href="#Command-Index_fn_letter-C"><b>C</b></a>
- &nbsp;
-<a class="summary-letter" href="#Command-Index_fn_letter-D"><b>D</b></a>
- &nbsp;
-<a class="summary-letter" href="#Command-Index_fn_letter-E"><b>E</b></a>
- &nbsp;
-<a class="summary-letter" href="#Command-Index_fn_letter-F"><b>F</b></a>
- &nbsp;
-<a class="summary-letter" href="#Command-Index_fn_letter-I"><b>I</b></a>
- &nbsp;
-<a class="summary-letter" href="#Command-Index_fn_letter-L"><b>L</b></a>
- &nbsp;
-<a class="summary-letter" href="#Command-Index_fn_letter-M"><b>M</b></a>
- &nbsp;
-<a class="summary-letter" href="#Command-Index_fn_letter-N"><b>N</b></a>
- &nbsp;
-<a class="summary-letter" href="#Command-Index_fn_letter-O"><b>O</b></a>
- &nbsp;
-<a class="summary-letter" href="#Command-Index_fn_letter-P"><b>P</b></a>
- &nbsp;
-<a class="summary-letter" href="#Command-Index_fn_letter-Q"><b>Q</b></a>
- &nbsp;
-<a class="summary-letter" href="#Command-Index_fn_letter-R"><b>R</b></a>
- &nbsp;
-<a class="summary-letter" href="#Command-Index_fn_letter-S"><b>S</b></a>
- &nbsp;
-<a class="summary-letter" href="#Command-Index_fn_letter-T"><b>T</b></a>
- &nbsp;
-<a class="summary-letter" href="#Command-Index_fn_letter-V"><b>V</b></a>
- &nbsp;
-<a class="summary-letter" href="#Command-Index_fn_letter-X"><b>X</b></a>
- &nbsp;
-</td></tr></table>
-<table class="index-fn" border="0">
-<tr><td></td><th align="left">Index Entry</th><td>&nbsp;</td><th align="left"> Section</th></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Command-Index_fn_symbol-1">$</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_0024"><code>$</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-formulas">Math formulas</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Command-Index_fn_symbol-2">.</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_002eaux-file"><code>.aux <span class="roman">file</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Overview">Overview</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_002edvi-file"><code>.dvi <span class="roman">file</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Overview">Overview</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_002elog-file"><code>.log <span class="roman">file</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Overview">Overview</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_002epdf-file"><code>.pdf <span class="roman">file</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Overview">Overview</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_002etoc-file"><code>.toc <span class="roman">file</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Tables-of-contents">Tables of contents</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Command-Index_fn_symbol-3">1</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-10pt-option"><code>10pt <span class="roman">option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Document-class-options">Document class options</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-11pt-option"><code>11pt <span class="roman">option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Document-class-options">Document class options</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-12pt-option"><code>12pt <span class="roman">option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Document-class-options">Document class options</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Command-Index_fn_symbol-4">@</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_0040_007b_002e_002e_002e_007d"><code>@{...}</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#array">array</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Command-Index_fn_symbol-5">[</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005b_002e_002e_002e_005d-for-optional-arguments"><code>[...] <span class="roman">for optional arguments</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Overview">Overview</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Command-Index_fn_symbol-6">\</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c-character-starting-commands"><code>\ <span class="roman">character starting commands</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Overview">Overview</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c_0022-_0028umlaut-accent_0029"><code>\&quot; <span class="roman">(umlaut accent)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c_0023"><code>\#</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Reserved-characters">Reserved characters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c_0024"><code>\$</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Reserved-characters">Reserved characters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c_0025"><code>\%</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Reserved-characters">Reserved characters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c_0026"><code>\&amp;</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Reserved-characters">Reserved characters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c_0027-_0028acute-accent_0029"><code>\' <span class="roman">(acute accent)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c_0027-_0028tabbing_0029"><code>\' <span class="roman">(tabbing)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#tabbing">tabbing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c_0028"><code>\(</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-formulas">Math formulas</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c_0029"><code>\)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-formulas">Math formulas</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c_002a"><code>\*</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-miscellany">Math miscellany</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c_002b"><code>\+</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#tabbing">tabbing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c_002c"><code>\,</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Spacing-in-math-mode">Spacing in math mode</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c_002d"><code>\-</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#tabbing">tabbing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c_002d-_0028hyphenation_0029"><code>\- <span class="roman">(hyphenation)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005c_002d-_0028hyphenation_0029">\- (hyphenation)</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c_002e-_0028dot_002dover-accent_0029"><code>\. <span class="roman">(dot-over accent)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c_002f"><code>\/</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005c_002f">\/</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c_003a"><code>\:</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Spacing-in-math-mode">Spacing in math mode</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c_003b"><code>\;</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Spacing-in-math-mode">Spacing in math mode</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c_003c"><code>\&lt;</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#tabbing">tabbing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c_003d-_0028macron-accent_0029"><code>\= <span class="roman">(macron accent)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c_003d-_0028tabbing_0029"><code>\= <span class="roman">(tabbing)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#tabbing">tabbing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c_003e"><code>\&gt;</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#tabbing">tabbing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c_003e-1"><code>\&gt;</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Spacing-in-math-mode">Spacing in math mode</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c_003e-_0028tabbing_0029"><code>\&gt; <span class="roman">(tabbing)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#tabbing">tabbing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c_0040"><code>\@</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cAT">\AT</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c_0040fnsymbol"><code>\@fnsymbol</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Symbolic-footnotes">Symbolic footnotes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ca-_0028tabbing_0029"><code>\a <span class="roman">(tabbing)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#tabbing">tabbing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ca_0027-_0028acute-accent-in-tabbing_0029"><code>\a' <span class="roman">(acute accent in tabbing)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#tabbing">tabbing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ca_003d-_0028macron-accent-in-tabbing_0029"><code>\a= <span class="roman">(macron accent in tabbing)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#tabbing">tabbing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005caa-_0028aa_0029"><code>\aa (&aring;)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Non_002dEnglish-characters">Non-English characters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cAA-_0028AA_0029"><code>\AA (&Aring;)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Non_002dEnglish-characters">Non-English characters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cacute"><code>\acute</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-accents">Math accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005caddcontentsline_007bext_007d_007bunit_007d_007btext_007d"><code>\addcontentsline{<var>ext</var>}{<var>unit</var>}{<var>text</var>}</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005caddcontentsline">\addcontentsline</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005caddress"><code>\address</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005caddress">\address</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005caddtocontents_007bext_007d_007btext_007d"><code>\addtocontents{<var>ext</var>}{<var>text</var>}</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005caddtocontents">\addtocontents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005caddtocounter"><code>\addtocounter</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005caddtocounter">\addtocounter</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005caddtolength"><code>\addtolength</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005caddtolength">\addtolength</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005caddvspace"><code>\addvspace</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005caddvspace">\addvspace</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cae-_0028ae_0029"><code>\ae (&aelig;)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Non_002dEnglish-characters">Non-English characters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cAE-_0028AE_0029"><code>\AE (&AElig;)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Non_002dEnglish-characters">Non-English characters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005caleph"><code>\aleph</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005calph"><code>\alph</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol">\alph \Alph \arabic \roman \Roman \fnsymbol</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cAlph"><code>\Alph</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol">\alph \Alph \arabic \roman \Roman \fnsymbol</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cAlph-example"><code>\Alph <span class="roman">example</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#enumerate">enumerate</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005calpha"><code>\alpha</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005calsoname"><code>\alsoname</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Indexes">Indexes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005camalg"><code>\amalg</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cand-for-_005cauthor"><code>\and <span class="roman">for <code>\author</code></span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cmaketitle">\maketitle</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cangle"><code>\angle</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cappendix"><code>\appendix</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Sectioning">Sectioning</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005capprox"><code>\approx</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005carabic"><code>\arabic</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol">\alph \Alph \arabic \roman \Roman \fnsymbol</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005carccos"><code>\arccos</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-functions">Math functions</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005carcsin"><code>\arcsin</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-functions">Math functions</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005carctan"><code>\arctan</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-functions">Math functions</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005carg"><code>\arg</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-functions">Math functions</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005carraycolsep"><code>\arraycolsep</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#array">array</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005carrayrulewidth"><code>\arrayrulewidth</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#tabular">tabular</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005carraystretch"><code>\arraystretch</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#tabular">tabular</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cast"><code>\ast</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005casymp"><code>\asymp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cauthor_007bname-_005cand-name2_007d"><code>\author{<var>name</var> \and <var>name2</var>}</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cmaketitle">\maketitle</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ca_0060-_0028grave-accent-in-tabbing_0029"><code>\a` <span class="roman">(grave accent in tabbing)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#tabbing">tabbing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cb-_0028bar_002dunder-accent_0029"><code>\b <span class="roman">(bar-under accent)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cbackslash"><code>\backslash</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cbackslash-1"><code>\backslash</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Reserved-characters">Reserved characters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cbar"><code>\bar</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-accents">Math accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cbaselineskip"><code>\baselineskip</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Low_002dlevel-font-commands">Low-level font commands</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cbaselinestretch"><code>\baselinestretch</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Low_002dlevel-font-commands">Low-level font commands</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cbegin"><code>\begin</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Environments">Environments</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cbeta"><code>\beta</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cbf"><code>\bf</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cbfseries"><code>\bfseries</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cbibitem"><code>\bibitem</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cbibitem">\bibitem</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cbibliography"><code>\bibliography</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Using-BibTeX">Using BibTeX</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cbibliographystyle"><code>\bibliographystyle</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Using-BibTeX">Using BibTeX</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cbigcap"><code>\bigcap</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cbigcap-1"><code>\bigcap</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cbigcirc"><code>\bigcirc</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cbigcup"><code>\bigcup</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cbigodot"><code>\bigodot</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cbigoplus"><code>\bigoplus</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cbigotimes"><code>\bigotimes</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cbigskip"><code>\bigskip</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cbigskip-_005cmedskip-_005csmallskip">\bigskip \medskip \smallskip</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cbigskipamount"><code>\bigskipamount</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cbigskip-_005cmedskip-_005csmallskip">\bigskip \medskip \smallskip</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cbigsqcup"><code>\bigsqcup</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cbigtriangledown"><code>\bigtriangledown</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cbigtriangleup"><code>\bigtriangleup</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cbiguplus"><code>\biguplus</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cbigwedge"><code>\bigwedge</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cbmod"><code>\bmod</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-functions">Math functions</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cboldmath"><code>\boldmath</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-formulas">Math formulas</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cbot"><code>\bot</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cbottomfraction"><code>\bottomfraction</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#figure">figure</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cbowtie"><code>\bowtie</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cBox"><code>\Box</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cbreve"><code>\breve</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-accents">Math accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cbullet"><code>\bullet</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cc-_0028cedilla-accent_0029"><code>\c <span class="roman">(cedilla accent)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ccal"><code>\cal</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ccap"><code>\cap</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ccapitalacute"><code>\capitalacute</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ccapitalbreve"><code>\capitalbreve</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ccapitalcaron"><code>\capitalcaron</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ccapitalcedilla"><code>\capitalcedilla</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ccapitalcircumflex"><code>\capitalcircumflex</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ccapitaldieresis"><code>\capitaldieresis</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ccapitaldotaccent"><code>\capitaldotaccent</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ccapitalgrave"><code>\capitalgrave</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ccapitalhungarumlaut"><code>\capitalhungarumlaut</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ccapitalmacron"><code>\capitalmacron</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ccapitalnewtie"><code>\capitalnewtie</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ccapitalogonek"><code>\capitalogonek</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ccapitalring"><code>\capitalring</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ccapitaltie"><code>\capitaltie</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ccapitaltilde"><code>\capitaltilde</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ccaption"><code>\caption</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#figure">figure</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ccc"><code>\cc</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005ccc">\cc</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ccdot"><code>\cdot</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ccdots"><code>\cdots</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-miscellany">Math miscellany</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ccentering"><code>\centering</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005ccentering">\centering</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cchapter"><code>\chapter</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Sectioning">Sectioning</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ccheck"><code>\check</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-accents">Math accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cchi"><code>\chi</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ccirc"><code>\circ</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ccircle"><code>\circle</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005ccircle">\circle</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ccite"><code>\cite</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005ccite">\cite</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ccleardoublepage"><code>\cleardoublepage</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005ccleardoublepage">\cleardoublepage</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cclearpage"><code>\clearpage</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cclearpage">\clearpage</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ccline"><code>\cline</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005ccline">\cline</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cclosing"><code>\closing</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cclosing">\closing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cclubsuit"><code>\clubsuit</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ccolumnsep"><code>\columnsep</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005ctwocolumn">\twocolumn</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ccolumnseprule"><code>\columnseprule</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005ctwocolumn">\twocolumn</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ccolumnwidth"><code>\columnwidth</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005ctwocolumn">\twocolumn</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ccong"><code>\cong</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ccontentsline"><code>\contentsline</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005caddcontentsline">\addcontentsline</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ccoprod"><code>\coprod</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ccopyright"><code>\copyright</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ccos"><code>\cos</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-functions">Math functions</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ccosh"><code>\cosh</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-functions">Math functions</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ccot"><code>\cot</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-functions">Math functions</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ccoth"><code>\coth</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-functions">Math functions</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ccsc"><code>\csc</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-functions">Math functions</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ccup"><code>\cup</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cd-_0028dot_002dunder-accent_0029"><code>\d <span class="roman">(dot-under accent)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cdag"><code>\dag</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cdagger"><code>\dagger</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cdashbox"><code>\dashbox</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cdashbox">\dashbox</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cdashv"><code>\dashv</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cdate_007btext_007d"><code>\date{<var>text</var>}</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cmaketitle">\maketitle</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cday"><code>\day</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cday-_005cmonth-_005cyear">\day \month \year</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cdblfloatpagefraction"><code>\dblfloatpagefraction</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005ctwocolumn">\twocolumn</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cdblfloatsep"><code>\dblfloatsep</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005ctwocolumn">\twocolumn</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cdbltextfloatsep"><code>\dbltextfloatsep</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005ctwocolumn">\twocolumn</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cdbltopfraction"><code>\dbltopfraction</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005ctwocolumn">\twocolumn</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cddag"><code>\ddag</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cddagger"><code>\ddagger</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cddot"><code>\ddot</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-accents">Math accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cddots"><code>\ddots</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-miscellany">Math miscellany</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cdeg"><code>\deg</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-functions">Math functions</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cDelta"><code>\Delta</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cdelta"><code>\delta</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cdepth"><code>\depth</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Predefined-lengths">Predefined lengths</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cdet"><code>\det</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-functions">Math functions</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cdh-_0028ae_0029"><code>\dh (&aelig;)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Non_002dEnglish-characters">Non-English characters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cDH-_0028AE_0029"><code>\DH (&AElig;)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Non_002dEnglish-characters">Non-English characters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cDiamond"><code>\Diamond</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cdiamond"><code>\diamond</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cdiamondsuit"><code>\diamondsuit</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cdim"><code>\dim</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-functions">Math functions</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cdisplaystyle"><code>\displaystyle</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-formulas">Math formulas</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cdiv"><code>\div</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cdj"><code>\dj</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Non_002dEnglish-characters">Non-English characters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cDJ"><code>\DJ</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Non_002dEnglish-characters">Non-English characters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cdocumentclass"><code>\documentclass</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Document-classes">Document classes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cdot"><code>\dot</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-accents">Math accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cdoteq"><code>\doteq</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cdotfill"><code>\dotfill</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cdotfill">\dotfill</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cdots"><code>\dots</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cdoublerulesep"><code>\doublerulesep</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#tabular">tabular</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cdownarrow"><code>\downarrow</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cDownarrow"><code>\Downarrow</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cell"><code>\ell</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cem"><code>\em</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cemph"><code>\emph</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cemptyset"><code>\emptyset</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cencl"><code>\encl</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cencl">\encl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cend"><code>\end</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Environments">Environments</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cenlargethispage"><code>\enlargethispage</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cenlargethispage">\enlargethispage</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cenumi"><code>\enumi</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#enumerate">enumerate</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cenumii"><code>\enumii</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#enumerate">enumerate</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cenumiii"><code>\enumiii</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#enumerate">enumerate</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cenumiv"><code>\enumiv</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#enumerate">enumerate</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cepsilon"><code>\epsilon</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cequiv"><code>\equiv</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ceta"><code>\eta</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cevensidemargin"><code>\evensidemargin</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Document-class-options">Document class options</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cexists"><code>\exists</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cexp"><code>\exp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-functions">Math functions</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cfbox"><code>\fbox</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cfbox-and-_005cframebox">\fbox and \framebox</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cfboxrule"><code>\fboxrule</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cframebox-_0028picture_0029">\framebox (picture)</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cfboxrule-1"><code>\fboxrule</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cfbox-and-_005cframebox">\fbox and \framebox</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cfboxsep"><code>\fboxsep</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cframebox-_0028picture_0029">\framebox (picture)</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cfboxsep-1"><code>\fboxsep</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cfbox-and-_005cframebox">\fbox and \framebox</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cfill"><code>\fill</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005chfill">\hfill</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cflat"><code>\flat</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cfloatpagefraction"><code>\floatpagefraction</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#figure">figure</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cfloatsep"><code>\floatsep</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#figure">figure</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cflushbottom"><code>\flushbottom</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cflushbottom">\flushbottom</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cfnsymbol"><code>\fnsymbol</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol">\alph \Alph \arabic \roman \Roman \fnsymbol</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cfnsymbol_002c-and-footnotes"><code>\fnsymbol<span class="roman">, and footnotes</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Symbolic-footnotes">Symbolic footnotes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cfontencoding"><code>\fontencoding</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Low_002dlevel-font-commands">Low-level font commands</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cfontfamily"><code>\fontfamily</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Low_002dlevel-font-commands">Low-level font commands</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cfontseries"><code>\fontseries</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Low_002dlevel-font-commands">Low-level font commands</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cfontshape"><code>\fontshape</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Low_002dlevel-font-commands">Low-level font commands</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cfontsize"><code>\fontsize</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Low_002dlevel-font-commands">Low-level font commands</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cfootnote"><code>\footnote</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cfootnote">\footnote</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cfootnotemark"><code>\footnotemark</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cfootnotemark">\footnotemark</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cfootnoterule"><code>\footnoterule</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Footnote-parameters">Footnote parameters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cfootnotesep"><code>\footnotesep</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Footnote-parameters">Footnote parameters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cfootnotesize"><code>\footnotesize</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-sizes">Font sizes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cfootnotetext"><code>\footnotetext</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cfootnotetext">\footnotetext</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cfootskip"><code>\footskip</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Page-layout-parameters">Page layout parameters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cforall"><code>\forall</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cfrac"><code>\frac</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-miscellany">Math miscellany</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cfrac_007bnum_007d_007bden_007d"><code>\frac{num}{den}</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-miscellany">Math miscellany</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cframe"><code>\frame</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cframe">\frame</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cframebox"><code>\framebox</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cframebox-_0028picture_0029">\framebox (picture)</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cframebox-1"><code>\framebox</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cfbox-and-_005cframebox">\fbox and \framebox</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cfrown"><code>\frown</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cfussy"><code>\fussy</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cfussy">\fussy</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cGamma"><code>\Gamma</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cgamma"><code>\gamma</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cgcd"><code>\gcd</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-functions">Math functions</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cge"><code>\ge</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cgeq"><code>\geq</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cgets"><code>\gets</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cgg"><code>\gg</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cglossary"><code>\glossary</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Glossaries">Glossaries</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cglossaryentry"><code>\glossaryentry</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Glossaries">Glossaries</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cgrave"><code>\grave</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-accents">Math accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cguillemotleft-_0028_00ab_0029"><code>\guillemotleft <span class="roman">(&laquo;)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cguillemotright-_0028_00bb_0029"><code>\guillemotright <span class="roman">(&raquo;)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cguilsinglleft-_0028_2039_0029"><code>\guilsinglleft <span class="roman">(&lsaquo;)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cguilsinglright-_0028_203a_0029"><code>\guilsinglright <span class="roman">(&rsaquo;)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cH-_0028Hungarian-umlaut-accent_0029"><code>\H <span class="roman">(Hungarian umlaut accent)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005chat"><code>\hat</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-accents">Math accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005chbar"><code>\hbar</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cheadheight"><code>\headheight</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Page-layout-parameters">Page layout parameters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cheadsep"><code>\headsep</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Page-layout-parameters">Page layout parameters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cheartsuit"><code>\heartsuit</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cheight"><code>\height</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Predefined-lengths">Predefined lengths</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005chfill"><code>\hfill</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005chfill">\hfill</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005chline"><code>\hline</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005chline">\hline</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005chom"><code>\hom</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-functions">Math functions</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005chookleftarrow"><code>\hookleftarrow</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005chookrightarrow"><code>\hookrightarrow</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005chrulefill"><code>\hrulefill</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005chrulefill">\hrulefill</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005chsize"><code>\hsize</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Page-layout-parameters">Page layout parameters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005chspace"><code>\hspace</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005chspace">\hspace</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005chuge"><code>\huge</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-sizes">Font sizes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cHuge"><code>\Huge</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-sizes">Font sizes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005chyphenation"><code>\hyphenation</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005chyphenation">\hyphenation</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ci-_0028dotless-i_0029"><code>\i <span class="roman">(dotless i)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ciff"><code>\iff</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cij-_0028ij_0029"><code>\ij (ij)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Non_002dEnglish-characters">Non-English characters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cIJ-_0028IJ_0029"><code>\IJ (IJ)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Non_002dEnglish-characters">Non-English characters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cIm"><code>\Im</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cimath"><code>\imath</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-accents">Math accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cin"><code>\in</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cinclude"><code>\include</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cinclude">\include</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cincludeonly"><code>\includeonly</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cincludeonly">\includeonly</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cindent"><code>\indent</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cindent">\indent</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cindex"><code>\index</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Indexes">Indexes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cindexentry"><code>\indexentry</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Indexes">Indexes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cinf"><code>\inf</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-functions">Math functions</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cinfty"><code>\infty</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cinput"><code>\input</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cinput">\input</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cint"><code>\int</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cintextsep"><code>\intextsep</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#figure">figure</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ciota"><code>\iota</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cit"><code>\it</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005citem"><code>\item</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#description">description</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005citem-1"><code>\item</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#enumerate">enumerate</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005citem-2"><code>\item</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#itemize">itemize</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005citemindent"><code>\itemindent</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#itemize">itemize</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005citemsep"><code>\itemsep</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#itemize">itemize</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005citshape"><code>\itshape</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cj-_0028dotless-j_0029"><code>\j <span class="roman">(dotless j)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cjmath"><code>\jmath</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-accents">Math accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cJoin"><code>\Join</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ck-_0028ogonek_0029"><code>\k <span class="roman">(ogonek)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ckappa"><code>\kappa</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cker"><code>\ker</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-functions">Math functions</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ckill"><code>\kill</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#tabbing">tabbing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cl-_0028l_0029"><code>\l (&#322;)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Non_002dEnglish-characters">Non-English characters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cL-_0028L_0029"><code>\L (&#321;)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Non_002dEnglish-characters">Non-English characters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005clabel"><code>\label</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005clabel">\label</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005clabelenumi"><code>\labelenumi</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#enumerate">enumerate</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005clabelenumii"><code>\labelenumii</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#enumerate">enumerate</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005clabelenumiii"><code>\labelenumiii</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#enumerate">enumerate</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005clabelenumiv"><code>\labelenumiv</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#enumerate">enumerate</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005clabelitemi"><code>\labelitemi</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#itemize">itemize</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005clabelitemii"><code>\labelitemii</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#itemize">itemize</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005clabelitemiii"><code>\labelitemiii</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#itemize">itemize</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005clabelitemiv"><code>\labelitemiv</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#itemize">itemize</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005clabelsep"><code>\labelsep</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#itemize">itemize</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005clabelwidth"><code>\labelwidth</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#itemize">itemize</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cLambda"><code>\Lambda</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005clambda"><code>\lambda</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cland"><code>\land</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005clangle"><code>\langle</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005clarge"><code>\large</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-sizes">Font sizes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cLarge"><code>\Large</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-sizes">Font sizes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cLARGE"><code>\LARGE</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-sizes">Font sizes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cLaTeX"><code>\LaTeX</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005clbrace"><code>\lbrace</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005clbrack"><code>\lbrack</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005clceil"><code>\lceil</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cldots"><code>\ldots</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cle"><code>\le</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cleadsto"><code>\leadsto</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cleft-delim1-_002e_002e_002e-_005cright-delim2"><code>\left <var>delim1</var> ... \right <var>delim2</var></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-miscellany">Math miscellany</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cLeftarrow"><code>\Leftarrow</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cleftarrow"><code>\leftarrow</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005clefteqn"><code>\lefteqn</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#eqnarray">eqnarray</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cleftharpoondown"><code>\leftharpoondown</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cleftharpoonup"><code>\leftharpoonup</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cleftmargin"><code>\leftmargin</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#itemize">itemize</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cleftmargini"><code>\leftmargini</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#itemize">itemize</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cleftmarginii"><code>\leftmarginii</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#itemize">itemize</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cleftmarginiii"><code>\leftmarginiii</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#itemize">itemize</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cleftmarginiv"><code>\leftmarginiv</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#itemize">itemize</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cleftmarginv"><code>\leftmarginv</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#itemize">itemize</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cleftmarginvi"><code>\leftmarginvi</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#itemize">itemize</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cLeftrightarrow"><code>\Leftrightarrow</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cleftrightarrow"><code>\leftrightarrow</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cleq"><code>\leq</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005clfloor"><code>\lfloor</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005clg"><code>\lg</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-functions">Math functions</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005clhd"><code>\lhd</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005clim"><code>\lim</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-functions">Math functions</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005climinf"><code>\liminf</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-functions">Math functions</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005climsup"><code>\limsup</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-functions">Math functions</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cline"><code>\line</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cline">\line</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005clinebreak"><code>\linebreak</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005clinebreak-_0026-_005cnolinebreak">\linebreak &amp; \nolinebreak</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005clinespread"><code>\linespread</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Low_002dlevel-font-commands">Low-level font commands</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005clinethickness"><code>\linethickness</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005clinethickness">\linethickness</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005clinewidth"><code>\linewidth</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Page-layout-parameters">Page layout parameters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005clistoffigures"><code>\listoffigures</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Tables-of-contents">Tables of contents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005clistoftables"><code>\listoftables</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Tables-of-contents">Tables of contents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005clistparindent"><code>\listparindent</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#itemize">itemize</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cll"><code>\ll</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cln"><code>\ln</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-functions">Math functions</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005clnot"><code>\lnot</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005clocation"><code>\location</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005clocation">\location</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005clog"><code>\log</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-functions">Math functions</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005clongleftarrow"><code>\longleftarrow</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005clongleftrightarrow"><code>\longleftrightarrow</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005clongmapsto"><code>\longmapsto</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005clongrightarrow"><code>\longrightarrow</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005clor"><code>\lor</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005clq"><code>\lq</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cmakebox"><code>\makebox</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cmakebox">\makebox</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cmakebox-_0028picture_0029"><code>\makebox (picture)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cmakebox-_0028picture_0029">\makebox (picture)</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cmakeglossary"><code>\makeglossary</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Glossaries">Glossaries</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cmakeindex"><code>\makeindex</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Indexes">Indexes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cmakelabels"><code>\makelabels</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cmakelabels">\makelabels</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cmaketitle"><code>\maketitle</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cmaketitle">\maketitle</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cmapsto"><code>\mapsto</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cmarginpar"><code>\marginpar</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Marginal-notes">Marginal notes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cmarginparpush"><code>\marginparpush</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Marginal-notes">Marginal notes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cmarginparsep"><code>\marginparsep</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Marginal-notes">Marginal notes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cmarginparwidth"><code>\marginparwidth</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Marginal-notes">Marginal notes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cmarkboth_007bleft_007d_007bright_007d"><code>\markboth{<var>left</var>}{<var>right</var>}</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cpagestyle">\pagestyle</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cmarkright_007bright_007d"><code>\markright{<var>right</var>}</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cpagestyle">\pagestyle</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cmathbf"><code>\mathbf</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cmathcal"><code>\mathcal</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cmathnormal"><code>\mathnormal</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cmathrm"><code>\mathrm</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cmathsf"><code>\mathsf</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cmathtt"><code>\mathtt</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cmathversion"><code>\mathversion</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cmax"><code>\max</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-functions">Math functions</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cmbox"><code>\mbox</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cmbox">\mbox</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cmdseries"><code>\mdseries</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cmedskip"><code>\medskip</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cbigskip-_005cmedskip-_005csmallskip">\bigskip \medskip \smallskip</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cmedskipamount"><code>\medskipamount</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cbigskip-_005cmedskip-_005csmallskip">\bigskip \medskip \smallskip</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cmho"><code>\mho</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cmid"><code>\mid</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cmin"><code>\min</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-functions">Math functions</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cmodels"><code>\models</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cmonth"><code>\month</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cday-_005cmonth-_005cyear">\day \month \year</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cmp"><code>\mp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cmu"><code>\mu</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cmulticolumn"><code>\multicolumn</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cmulticolumn">\multicolumn</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cmultiput"><code>\multiput</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cmultiput">\multiput</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cnabla"><code>\nabla</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cname"><code>\name</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cname">\name</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cnatural"><code>\natural</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cne"><code>\ne</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cnearrow"><code>\nearrow</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cneg"><code>\neg</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cneq"><code>\neq</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cnewcommand"><code>\newcommand</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cnewcommand-_0026-_005crenewcommand">\newcommand &amp; \renewcommand</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cnewcounter"><code>\newcounter</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cnewcounter">\newcounter</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cnewenvironment"><code>\newenvironment</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cnewenvironment-_0026-_005crenewenvironment">\newenvironment &amp; \renewenvironment</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cnewfont"><code>\newfont</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cnewfont">\newfont</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cnewlength"><code>\newlength</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cnewlength">\newlength</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cnewline"><code>\newline</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cnewline">\newline</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cNEWLINE"><code>\NEWLINE</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cSPACE">\SPACE</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cnewpage"><code>\newpage</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cnewpage">\newpage</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cnewsavebox"><code>\newsavebox</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cnewsavebox">\newsavebox</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cnewtheorem"><code>\newtheorem</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cnewtheorem">\newtheorem</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cnewtie"><code>\newtie</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cng"><code>\ng</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Non_002dEnglish-characters">Non-English characters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cNG"><code>\NG</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Non_002dEnglish-characters">Non-English characters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cni"><code>\ni</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cnocite"><code>\nocite</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cnocite">\nocite</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cnofiles"><code>\nofiles</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Tables-of-contents">Tables of contents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cnoindent"><code>\noindent</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cnoindent">\noindent</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cnolinebreak"><code>\nolinebreak</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005clinebreak-_0026-_005cnolinebreak">\linebreak &amp; \nolinebreak</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cnonumber"><code>\nonumber</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#eqnarray">eqnarray</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cnopagebreak"><code>\nopagebreak</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cpagebreak-_0026-_005cnopagebreak">\pagebreak &amp; \nopagebreak</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cnormalfont"><code>\normalfont</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cnormalmarginpar"><code>\normalmarginpar</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Marginal-notes">Marginal notes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cnormalsize"><code>\normalsize</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-sizes">Font sizes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cnot"><code>\not</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cnotin"><code>\notin</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cnu"><code>\nu</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cnwarrow"><code>\nwarrow</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005co-_0028o_0029"><code>\o (&oslash;)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Non_002dEnglish-characters">Non-English characters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cO-_0028O_0029"><code>\O (&Oslash;)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Non_002dEnglish-characters">Non-English characters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cobeycr"><code>\obeycr</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cobeycr-_0026-_005crestorecr">\obeycr &amp; \restorecr</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005coddsidemargin"><code>\oddsidemargin</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Document-class-options">Document class options</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005codot"><code>\odot</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005coe-_0028oe_0029"><code>\oe (&oelig;)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Non_002dEnglish-characters">Non-English characters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cOE-_0028OE_0029"><code>\OE (&OElig;)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Non_002dEnglish-characters">Non-English characters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005coint"><code>\oint</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cOmega"><code>\Omega</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005comega"><code>\omega</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cominus"><code>\ominus</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005conecolumn"><code>\onecolumn</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005conecolumn">\onecolumn</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005copening"><code>\opening</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005copening">\opening</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005coplus"><code>\oplus</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005coslash"><code>\oslash</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cotimes"><code>\otimes</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005coval"><code>\oval</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005coval">\oval</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005coverbrace_007btext_007d"><code>\overbrace{<var>text</var>}</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-miscellany">Math miscellany</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005coverline_007btext_007d"><code>\overline{<var>text</var>}</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-miscellany">Math miscellany</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cowns"><code>\owns</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cP"><code>\P</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cpagebreak"><code>\pagebreak</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cpagebreak-_0026-_005cnopagebreak">\pagebreak &amp; \nopagebreak</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cpagenumbering"><code>\pagenumbering</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cpagenumbering">\pagenumbering</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cpageref"><code>\pageref</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cpageref">\pageref</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cpagestyle"><code>\pagestyle</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cpagestyle">\pagestyle</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cparagraph"><code>\paragraph</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Sectioning">Sectioning</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cparallel"><code>\parallel</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cparbox"><code>\parbox</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cparbox">\parbox</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cparindent"><code>\parindent</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#minipage">minipage</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cparindent-1"><code>\parindent</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cindent">\indent</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cparsep"><code>\parsep</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#itemize">itemize</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cparskip"><code>\parskip</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cparskip">\parskip</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cparskip-example"><code>\parskip <span class="roman">example</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#itemize">itemize</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cpart"><code>\part</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Sectioning">Sectioning</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cpartial"><code>\partial</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cpartopsep"><code>\partopsep</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#itemize">itemize</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cperp"><code>\perp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cphi"><code>\phi</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cPi"><code>\Pi</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cpi"><code>\pi</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cpm"><code>\pm</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cpmod"><code>\pmod</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-functions">Math functions</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cpoptabs"><code>\poptabs</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#tabbing">tabbing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cpoptabs-1"><code>\poptabs</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#tabbing">tabbing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cpounds"><code>\pounds</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cPr"><code>\Pr</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-functions">Math functions</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cprec"><code>\prec</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cpreceq"><code>\preceq</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cprime"><code>\prime</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cprod"><code>\prod</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cpropto"><code>\propto</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cprotect"><code>\protect</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cprotect">\protect</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cps"><code>\ps</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cps">\ps</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cPsi"><code>\Psi</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cpsi"><code>\psi</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cpushtabs"><code>\pushtabs</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#tabbing">tabbing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cput"><code>\put</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cput">\put</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cquotedblbase-_0028_201e_0029"><code>\quotedblbase <span class="roman">(&bdquo;)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cquotesinglbase-_0028_201a_0029"><code>\quotesinglbase <span class="roman">(&sbquo;)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cr-_0028ring-accent_0029"><code>\r <span class="roman">(ring accent)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005craggedbottom"><code>\raggedbottom</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005craggedbottom">\raggedbottom</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005craggedleft"><code>\raggedleft</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005craggedleft">\raggedleft</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005craggedright"><code>\raggedright</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005craggedright">\raggedright</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005craisebox"><code>\raisebox</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005craisebox">\raisebox</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005crangle"><code>\rangle</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005crbrace"><code>\rbrace</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005crbrack"><code>\rbrack</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005crceil"><code>\rceil</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cRe"><code>\Re</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cref"><code>\ref</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cref">\ref</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005crefstepcounter"><code>\refstepcounter</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005crefstepcounter">\refstepcounter</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005crenewenvironment"><code>\renewenvironment</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cnewenvironment-_0026-_005crenewenvironment">\newenvironment &amp; \renewenvironment</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005crestorecr"><code>\restorecr</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cobeycr-_0026-_005crestorecr">\obeycr &amp; \restorecr</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005creversemarginpar"><code>\reversemarginpar</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Marginal-notes">Marginal notes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005crfloor"><code>\rfloor</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005crhd"><code>\rhd</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005crho"><code>\rho</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cright"><code>\right</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-miscellany">Math miscellany</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cRightarrow"><code>\Rightarrow</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005crightarrow"><code>\rightarrow</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005crightharpoondown"><code>\rightharpoondown</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005crightharpoonup"><code>\rightharpoonup</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005crightleftharpoons"><code>\rightleftharpoons</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005crightmargin"><code>\rightmargin</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#itemize">itemize</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005crm"><code>\rm</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005crmfamily"><code>\rmfamily</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005croman"><code>\roman</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol">\alph \Alph \arabic \roman \Roman \fnsymbol</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005croman-1"><code>\roman</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol">\alph \Alph \arabic \roman \Roman \fnsymbol</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005crq"><code>\rq</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005crule"><code>\rule</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005crule">\rule</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cS"><code>\S</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005csavebox"><code>\savebox</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005csavebox">\savebox</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005csbox"><code>\sbox</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005csbox">\sbox</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005csc"><code>\sc</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cscriptsize"><code>\scriptsize</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-sizes">Font sizes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cscshape"><code>\scshape</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005csearrow"><code>\searrow</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005csec"><code>\sec</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-functions">Math functions</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005csection"><code>\section</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Sectioning">Sectioning</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cseename"><code>\seename</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Indexes">Indexes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cselectfont"><code>\selectfont</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Low_002dlevel-font-commands">Low-level font commands</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005csetcounter"><code>\setcounter</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005csetcounter">\setcounter</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005csetlength"><code>\setlength</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005csetlength">\setlength</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005csetminus"><code>\setminus</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005csettodepth"><code>\settodepth</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005csettodepth">\settodepth</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005csettoheight"><code>\settoheight</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005csettoheight">\settoheight</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005csettowidth"><code>\settowidth</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005csettowidth">\settowidth</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005csf"><code>\sf</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005csffamily"><code>\sffamily</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005csharp"><code>\sharp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cshortstack"><code>\shortstack</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cshortstack">\shortstack</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cSigma"><code>\Sigma</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005csigma"><code>\sigma</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005csignature"><code>\signature</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005csignature">\signature</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005csim"><code>\sim</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005csimeq"><code>\simeq</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005csin"><code>\sin</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-functions">Math functions</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005csinh"><code>\sinh</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-functions">Math functions</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005csl"><code>\sl</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cslshape"><code>\slshape</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005csmall"><code>\small</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-sizes">Font sizes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005csmallint"><code>\smallint</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005csmallskip"><code>\smallskip</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cbigskip-_005cmedskip-_005csmallskip">\bigskip \medskip \smallskip</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005csmallskipamount"><code>\smallskipamount</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cbigskip-_005cmedskip-_005csmallskip">\bigskip \medskip \smallskip</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005csmile"><code>\smile</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cSPACE"><code>\SPACE</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cSPACE">\SPACE</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cspadesuit"><code>\spadesuit</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005csqcap"><code>\sqcap</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005csqcup"><code>\sqcup</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005csqrt_005broot_005d_007barg_007d"><code>\sqrt[<var>root</var>]{arg}</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-miscellany">Math miscellany</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005csqsubset"><code>\sqsubset</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005csqsubseteq"><code>\sqsubseteq</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005csqsupset"><code>\sqsupset</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005csqsupseteq"><code>\sqsupseteq</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005css-_0028ss_0029"><code>\ss (&szlig;)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Non_002dEnglish-characters">Non-English characters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cSS-_0028SS_0029"><code>\SS (SS)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Non_002dEnglish-characters">Non-English characters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cstackrel_007btext_007d_007brelation_007d"><code>\stackrel{<var>text</var>}{<var>relation</var>}</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-miscellany">Math miscellany</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cstar"><code>\star</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cstartbreaks"><code>\startbreaks</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cstartbreaks">\startbreaks</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cstepcounter"><code>\stepcounter</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cstepcounter">\stepcounter</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cstop"><code>\stop</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Command-line">Command line</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cstopbreaks"><code>\stopbreaks</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cstopbreaks">\stopbreaks</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005csubparagraph"><code>\subparagraph</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Sectioning">Sectioning</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005csubsection"><code>\subsection</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Sectioning">Sectioning</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005csubset"><code>\subset</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005csubseteq"><code>\subseteq</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005csubsubsection"><code>\subsubsection</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Sectioning">Sectioning</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005csucc"><code>\succ</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005csucceq"><code>\succeq</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005csum"><code>\sum</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005csup"><code>\sup</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-functions">Math functions</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005csupset"><code>\supset</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005csupseteq"><code>\supseteq</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005csurd"><code>\surd</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cswarrow"><code>\swarrow</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005csymbol"><code>\symbol</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Reserved-characters">Reserved characters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ct-_0028tie_002dafter-accent_0029"><code>\t <span class="roman">(tie-after accent)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cTAB"><code>\TAB</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cSPACE">\SPACE</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctabbingsep"><code>\tabbingsep</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#tabbing">tabbing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctabcolsep"><code>\tabcolsep</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#tabular">tabular</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctableofcontents"><code>\tableofcontents</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Tables-of-contents">Tables of contents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctan"><code>\tan</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-functions">Math functions</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctanh"><code>\tanh</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-functions">Math functions</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctau"><code>\tau</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctelephone"><code>\telephone</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005ctelephone">\telephone</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cTeX"><code>\TeX</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextascenderwordmark"><code>\textascenderwordmark</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextasciicircum"><code>\textasciicircum</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextasciitilde"><code>\textasciitilde</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextasteriskcentered"><code>\textasteriskcentered</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextbackslash"><code>\textbackslash</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextbar"><code>\textbar</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextbardbl"><code>\textbardbl</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextbf"><code>\textbf</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextbigcircle"><code>\textbigcircle</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextbraceleft"><code>\textbraceleft</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextbraceright"><code>\textbraceright</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextbullet"><code>\textbullet</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextcapitalwordmark"><code>\textcapitalwordmark</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextcircled_007bletter_007d"><code>\textcircled{<var>letter</var>}</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextcompwordmark"><code>\textcompwordmark</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextcopyright"><code>\textcopyright</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextdagger"><code>\textdagger</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextdaggerdbl"><code>\textdaggerdbl</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextdollar-_0028or-_0024_0029"><code>\textdollar <span class="roman">(or <code>$</code>)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextellipsis"><code>\textellipsis</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextemdash-_0028or-_002d_002d_002d_0029"><code>\textemdash <span class="roman">(or <code>---</code>)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextendash-_0028or-_002d_002d_0029"><code>\textendash <span class="roman">(or <code>--</code>)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctexteuro"><code>\texteuro</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextexclamdown-_0028or-_0021_0060_0029"><code>\textexclamdown <span class="roman">(or <code>!`</code>)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextfloatsep"><code>\textfloatsep</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#figure">figure</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextfraction"><code>\textfraction</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#figure">figure</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextgreater"><code>\textgreater</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextheight"><code>\textheight</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Page-layout-parameters">Page layout parameters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextit"><code>\textit</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextleftarrow"><code>\textleftarrow</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextless"><code>\textless</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextmd"><code>\textmd</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextnormal"><code>\textnormal</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextordfeminine"><code>\textordfeminine</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextordmasculine"><code>\textordmasculine</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextparagraph"><code>\textparagraph</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextperiodcentered"><code>\textperiodcentered</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextquestiondown-_0028or-_003f_0060_0029"><code>\textquestiondown <span class="roman">(or <code>?`</code>)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextquotedblleft-_0028or-_0060_0060_0029"><code>\textquotedblleft <span class="roman">(or <code>``</code>)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextquotedblright-_0028or-_0027_0029"><code>\textquotedblright <span class="roman">(or <code>'</code>)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextquoteleft-_0028or-_0060_0029"><code>\textquoteleft <span class="roman">(or <code>`</code>)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextquoteright-_0028or-_0027_0029"><code>\textquoteright <span class="roman">(or <code>'</code>)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextquotestraightbase"><code>\textquotestraightbase</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextquotestraightdblbase"><code>\textquotestraightdblbase</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextregistered"><code>\textregistered</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextrightarrow"><code>\textrightarrow</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextrm"><code>\textrm</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextsc"><code>\textsc</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextsf"><code>\textsf</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextsl"><code>\textsl</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextsterling"><code>\textsterling</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextthreequartersemdash"><code>\textthreequartersemdash</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctexttrademark"><code>\texttrademark</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctexttt"><code>\texttt</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctexttwelveudash"><code>\texttwelveudash</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextunderscore"><code>\textunderscore</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextup"><code>\textup</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextvisiblespace"><code>\textvisiblespace</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextwidth"><code>\textwidth</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Page-layout-parameters">Page layout parameters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cth-_0028th_0029"><code>\th (&thorn;)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Non_002dEnglish-characters">Non-English characters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cTH-_0028TH_0029"><code>\TH (&THORN;)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Non_002dEnglish-characters">Non-English characters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cthanks_007btext_007d"><code>\thanks{<var>text</var>}</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cmaketitle">\maketitle</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctheta"><code>\theta</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cthicklines"><code>\thicklines</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cthicklines">\thicklines</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cthinlines"><code>\thinlines</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cthinlines">\thinlines</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cthinspace"><code>\thinspace</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cthinspace">\thinspace</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cthispagestyle"><code>\thispagestyle</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cthispagestyle">\thispagestyle</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctilde"><code>\tilde</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-accents">Math accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctimes"><code>\times</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctiny"><code>\tiny</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-sizes">Font sizes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctitle_007btext_007d"><code>\title{<var>text</var>}</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cmaketitle">\maketitle</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cto"><code>\to</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctoday"><code>\today</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005ctoday">\today</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctop"><code>\top</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctopfraction"><code>\topfraction</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#figure">figure</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctopmargin"><code>\topmargin</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Page-layout-parameters">Page layout parameters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctopsep"><code>\topsep</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#itemize">itemize</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctopskip"><code>\topskip</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Page-layout-parameters">Page layout parameters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctotalheight"><code>\totalheight</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Predefined-lengths">Predefined lengths</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctriangle"><code>\triangle</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctriangleleft"><code>\triangleleft</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctriangleright"><code>\triangleright</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctt"><code>\tt</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cttfamily"><code>\ttfamily</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctwocolumn"><code>\twocolumn</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005ctwocolumn">\twocolumn</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctypein"><code>\typein</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005ctypein">\typein</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctypeout"><code>\typeout</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005ctypeout">\typeout</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cu-_0028breve-accent_0029"><code>\u <span class="roman">(breve accent)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cunboldmath"><code>\unboldmath</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-formulas">Math formulas</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cunderbar"><code>\underbar</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cunderbrace_007bmath_007d"><code>\underbrace{math}</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-miscellany">Math miscellany</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cunderline_007btext_007d"><code>\underline{text}</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-miscellany">Math miscellany</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cunitlength"><code>\unitlength</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#picture">picture</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cunlhd"><code>\unlhd</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cunrhd"><code>\unrhd</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cUparrow"><code>\Uparrow</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cuparrow"><code>\uparrow</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cUpdownarrow"><code>\Updownarrow</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cupdownarrow"><code>\updownarrow</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cuplus"><code>\uplus</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cupshape"><code>\upshape</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cUpsilon"><code>\Upsilon</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cupsilon"><code>\upsilon</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cusebox"><code>\usebox</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cusebox">\usebox</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cusecounter"><code>\usecounter</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cusecounter">\usecounter</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cusefont"><code>\usefont</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Low_002dlevel-font-commands">Low-level font commands</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cusepackage"><code>\usepackage</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Document-class-options">Document class options</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cv-_0028breve-accent_0029"><code>\v <span class="roman">(breve accent)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cvalue"><code>\value</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cvalue">\value</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cvarepsilon"><code>\varepsilon</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cvarphi"><code>\varphi</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cvarpi"><code>\varpi</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cvarrho"><code>\varrho</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cvarsigma"><code>\varsigma</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cvartheta"><code>\vartheta</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cvdash"><code>\vdash</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cvdots"><code>\vdots</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-miscellany">Math miscellany</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cvdots-1"><code>\vdots</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-miscellany">Math miscellany</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cvec"><code>\vec</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-accents">Math accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cvector"><code>\vector</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cvector">\vector</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cvee"><code>\vee</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cverb"><code>\verb</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cverb">\verb</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cVert"><code>\Vert</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cvert"><code>\vert</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cvfill"><code>\vfill</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cvfill">\vfill</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cvline"><code>\vline</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cvline">\vline</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cvspace"><code>\vspace</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cvspace">\vspace</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cwedge"><code>\wedge</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cwidehat"><code>\widehat</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-accents">Math accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cwidehat-1"><code>\widehat</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-accents">Math accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cwidth"><code>\width</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Predefined-lengths">Predefined lengths</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cwp"><code>\wp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cwr"><code>\wr</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cXi"><code>\Xi</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cxi"><code>\xi</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cyear"><code>\year</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cday-_005cmonth-_005cyear">\day \month \year</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005czeta"><code>\zeta</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c_005b"><code>\[</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-formulas">Math formulas</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c_005c-_0028for-array_0029"><code>\\ (for <code>array</code>)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#array">array</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c_005c-_0028for-center_0029"><code>\\ (for <code>center</code>)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#center">center</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c_005c-_0028for-eqnarray_0029"><code>\\ (for <code>eqnarray</code>)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#eqnarray">eqnarray</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c_005c-_0028for-flushright_0029"><code>\\ (for <code>flushright</code>)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#flushright">flushright</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c_005c-_0028for-_005cshortstack-objects_0029"><code>\\ <span class="roman">(for <code>\shortstack</code> objects)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cshortstack">\shortstack</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c_005c-_0028tabbing_0029"><code>\\ <span class="roman">(tabbing)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#tabbing">tabbing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c_005c-for-flushleft"><code>\\ <span class="roman">for <code>flushleft</code></span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#flushleft">flushleft</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c_005c-for-letters"><code>\\ <span class="roman">for letters</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Letters">Letters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c_005c-for-tabular"><code>\\ <span class="roman">for <code>tabular</code></span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#tabular">tabular</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c_005c-for-verse"><code>\\ <span class="roman">for <code>verse</code></span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#verse">verse</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c_005c-for-_005cauthor"><code>\\ <span class="roman">for <code>\author</code></span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cmaketitle">\maketitle</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c_005c-for-_005ctitle"><code>\\ <span class="roman">for <code>\title</code></span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cmaketitle">\maketitle</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c_005c-force-line-break"><code>\\ <span class="roman">force line break</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005c_005c">\\</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c_005c_002a-_0028for-eqnarray_0029"><code>\\* (for <code>eqnarray</code>)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#eqnarray">eqnarray</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c_005d"><code>\]</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-formulas">Math formulas</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c_005e"><code>\^</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Reserved-characters">Reserved characters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c_005e-_0028circumflex-accent_0029"><code>\^ <span class="roman">(circumflex accent)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c_005f"><code>\_</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Reserved-characters">Reserved characters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c_0060-_0028grave-accent_0029"><code>\` <span class="roman">(grave accent)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c_0060-_0028tabbing_0029"><code>\` <span class="roman">(tabbing)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#tabbing">tabbing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c_007b"><code>\{</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Reserved-characters">Reserved characters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c_007c"><code>\|</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c_007d"><code>\}</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Reserved-characters">Reserved characters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c_007e"><code>\~</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Reserved-characters">Reserved characters</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005c_007e-_0028tilde-accent_0029"><code>\~ <span class="roman">(tilde accent)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Accents">Accents</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Command-Index_fn_symbol-7">^</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005e"><code>^</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Subscripts-_0026-superscripts">Subscripts &amp; superscripts</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Command-Index_fn_symbol-8">_</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005f"><code>_</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Subscripts-_0026-superscripts">Subscripts &amp; superscripts</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Command-Index_fn_symbol-9">{</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_007b_002e_002e_002e_007d-for-required-arguments"><code>{...} <span class="roman">for required arguments</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Overview">Overview</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Command-Index_fn_letter-A">A</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-a4paper-option"><code>a4paper <span class="roman">option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Document-class-options">Document class options</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-a5paper-option"><code>a5paper <span class="roman">option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Document-class-options">Document class options</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-abstract-environment"><code>abstract <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#abstract">abstract</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-array-environment"><code>array <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#array">array</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-article-class"><code>article <span class="roman">class</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Document-classes">Document classes</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Command-Index_fn_letter-B">B</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-b5paper-option"><code>b5paper <span class="roman">option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Document-class-options">Document class options</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-book-class"><code>book <span class="roman">class</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Document-classes">Document classes</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Command-Index_fn_letter-C">C</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-center-environment"><code>center <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#center">center</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Command-Index_fn_letter-D">D</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-description-environment"><code>description <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#description">description</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-displaymath-environment"><code>displaymath <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#displaymath">displaymath</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-displaymath-environment-1"><code>displaymath <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-formulas">Math formulas</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-document-environment"><code>document <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#document">document</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-draft-option"><code>draft <span class="roman">option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Document-class-options">Document class options</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Command-Index_fn_letter-E">E</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-enumerate-environment"><code>enumerate <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#enumerate">enumerate</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-eqnarray-environment"><code>eqnarray <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#eqnarray">eqnarray</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-equation-environment"><code>equation <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#equation">equation</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-equation-environment-1"><code>equation <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-formulas">Math formulas</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-executivepaper-option"><code>executivepaper <span class="roman">option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Document-class-options">Document class options</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Command-Index_fn_letter-F">F</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-figure"><code>figure</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#figure">figure</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-final-option"><code>final <span class="roman">option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Document-class-options">Document class options</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-fleqn-option"><code>fleqn <span class="roman">option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Document-class-options">Document class options</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-flushleft-environment"><code>flushleft <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#flushleft">flushleft</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-flushright-environment"><code>flushright <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#flushright">flushright</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Command-Index_fn_letter-I">I</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-indexspace"><code>indexspace</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Indexes">Indexes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-itemize-environment"><code>itemize <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#itemize">itemize</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Command-Index_fn_letter-L">L</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-landscape-option"><code>landscape <span class="roman">option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Document-class-options">Document class options</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-latex-command"><code>latex <span class="roman">command</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Overview">Overview</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-latexrefman_002ddiscuss_0040gna_002eorg-email-address"><code><a href="mailto:latexrefman-discuss@gna.org">latexrefman-discuss@gna.org</a> <span class="roman">email address</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#About-this-document">About this document</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-legalpaper-option"><code>legalpaper <span class="roman">option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Document-class-options">Document class options</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-leqno-option"><code>leqno <span class="roman">option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Document-class-options">Document class options</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-letter"><code>letter</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#letter">letter</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-letter-class"><code>letter <span class="roman">class</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Document-classes">Document classes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-letterpaper-option"><code>letterpaper <span class="roman">option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Document-class-options">Document class options</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-list"><code>list</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#list">list</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-lR-box"><code>lR box</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#picture">picture</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-lrbox"><code>lrbox</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#lrbox">lrbox</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-lualatex-command"><code>lualatex <span class="roman">command</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Overview">Overview</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Command-Index_fn_letter-M">M</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-math-environment"><code>math <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#math">math</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-math-environment-1"><code>math <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-formulas">Math formulas</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-minipage-environment"><code>minipage <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#minipage">minipage</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Command-Index_fn_letter-N">N</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-notitlepage-option"><code>notitlepage <span class="roman">option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Document-class-options">Document class options</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Command-Index_fn_letter-O">O</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-onecolumn-option"><code>onecolumn <span class="roman">option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Document-class-options">Document class options</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-oneside-option"><code>oneside <span class="roman">option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Document-class-options">Document class options</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-openany-option"><code>openany <span class="roman">option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Document-class-options">Document class options</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-openbib-option"><code>openbib <span class="roman">option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Document-class-options">Document class options</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-openright-option"><code>openright <span class="roman">option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Document-class-options">Document class options</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Command-Index_fn_letter-P">P</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-pdflatex-command"><code>pdflatex <span class="roman">command</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Overview">Overview</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-picture"><code>picture</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#picture">picture</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-printindex"><code>printindex</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Indexes">Indexes</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Command-Index_fn_letter-Q">Q</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-quotation"><code>quotation</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#quotation">quotation</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-quote"><code>quote</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#quote">quote</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Command-Index_fn_letter-R">R</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-report-class"><code>report <span class="roman">class</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Document-classes">Document classes</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Command-Index_fn_letter-S">S</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-secnumdepth-counter"><code>secnumdepth <span class="roman">counter</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Sectioning">Sectioning</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-slides-class"><code>slides <span class="roman">class</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Document-classes">Document classes</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Command-Index_fn_letter-T">T</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-tabbing-environment"><code>tabbing <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#tabbing">tabbing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-table"><code>table</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#table">table</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-tabular-environment"><code>tabular <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#tabular">tabular</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-textcomp-package"><code>textcomp <span class="roman">package</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-thebibliography"><code>thebibliography</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#thebibliography">thebibliography</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-theorem-environment"><code>theorem <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#theorem">theorem</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-titlepage-environment"><code>titlepage <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#titlepage">titlepage</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-titlepage-option"><code>titlepage <span class="roman">option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Document-class-options">Document class options</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-twocolumn-option"><code>twocolumn <span class="roman">option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Document-class-options">Document class options</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-twoside-option"><code>twoside <span class="roman">option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Document-class-options">Document class options</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Command-Index_fn_letter-V">V</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-verbatim-environment"><code>verbatim <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#verbatim">verbatim</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-verse-environment"><code>verse <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#verse">verse</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Command-Index_fn_letter-X">X</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-xelatex-command"><code>xelatex <span class="roman">command</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Overview">Overview</a></td></tr>
-<tr><td colspan="4"> <hr></td></tr>
-</table>
-<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" href="#Command-Index_fn_symbol-1"><b>$</b></a>
- &nbsp;
-<a class="summary-letter" href="#Command-Index_fn_symbol-2"><b>.</b></a>
- &nbsp;
-<a class="summary-letter" href="#Command-Index_fn_symbol-3"><b>1</b></a>
- &nbsp;
-<a class="summary-letter" href="#Command-Index_fn_symbol-4"><b>@</b></a>
- &nbsp;
-<a class="summary-letter" href="#Command-Index_fn_symbol-5"><b>[</b></a>
- &nbsp;
-<a class="summary-letter" href="#Command-Index_fn_symbol-6"><b>\</b></a>
- &nbsp;
-<a class="summary-letter" href="#Command-Index_fn_symbol-7"><b>^</b></a>
- &nbsp;
-<a class="summary-letter" href="#Command-Index_fn_symbol-8"><b>_</b></a>
- &nbsp;
-<a class="summary-letter" href="#Command-Index_fn_symbol-9"><b>{</b></a>
- &nbsp;
-<br>
-<a class="summary-letter" href="#Command-Index_fn_letter-A"><b>A</b></a>
- &nbsp;
-<a class="summary-letter" href="#Command-Index_fn_letter-B"><b>B</b></a>
- &nbsp;
-<a class="summary-letter" href="#Command-Index_fn_letter-C"><b>C</b></a>
- &nbsp;
-<a class="summary-letter" href="#Command-Index_fn_letter-D"><b>D</b></a>
- &nbsp;
-<a class="summary-letter" href="#Command-Index_fn_letter-E"><b>E</b></a>
- &nbsp;
-<a class="summary-letter" href="#Command-Index_fn_letter-F"><b>F</b></a>
- &nbsp;
-<a class="summary-letter" href="#Command-Index_fn_letter-I"><b>I</b></a>
- &nbsp;
-<a class="summary-letter" href="#Command-Index_fn_letter-L"><b>L</b></a>
- &nbsp;
-<a class="summary-letter" href="#Command-Index_fn_letter-M"><b>M</b></a>
- &nbsp;
-<a class="summary-letter" href="#Command-Index_fn_letter-N"><b>N</b></a>
- &nbsp;
-<a class="summary-letter" href="#Command-Index_fn_letter-O"><b>O</b></a>
- &nbsp;
-<a class="summary-letter" href="#Command-Index_fn_letter-P"><b>P</b></a>
- &nbsp;
-<a class="summary-letter" href="#Command-Index_fn_letter-Q"><b>Q</b></a>
- &nbsp;
-<a class="summary-letter" href="#Command-Index_fn_letter-R"><b>R</b></a>
- &nbsp;
-<a class="summary-letter" href="#Command-Index_fn_letter-S"><b>S</b></a>
- &nbsp;
-<a class="summary-letter" href="#Command-Index_fn_letter-T"><b>T</b></a>
- &nbsp;
-<a class="summary-letter" href="#Command-Index_fn_letter-V"><b>V</b></a>
- &nbsp;
-<a class="summary-letter" href="#Command-Index_fn_letter-X"><b>X</b></a>
- &nbsp;
-</td></tr></table>
-
-<hr>
-<p>
-
-
-</p>
-</body>
-</html>
diff --git a/src/data/help/latex2e-texlive.lst b/src/data/help/latex2e-texlive.lst
deleted file mode 100644
index a40a9ddf..00000000
--- a/src/data/help/latex2e-texlive.lst
+++ /dev/null
@@ -1,691 +0,0 @@
-# Keys for LaTeX help (for TexLive with latex2e-help-texinfo/latex2e.html)
-# v0.2
-# dani/2012
-#
-\acute => index-_005cacute
-\addcontentsline => index-_005caddcontentsline_007bext_007d_007bunit_007d_007btext_007d
-\address => index-_005caddress
-\addtocontents => index-_005caddtocontents_007bext_007d_007btext_007d
-\addtocounter => index-_005caddtocounter
-\addtolength => index-_005caddtolength
-\addvspace => index-_005caddvspace
-\ae => index-_005cae-_0028ae_0029
-\AE => index-_005cAE-_0028AE_0029
-\aleph => index-_005caleph
-\alph => index-_005calph
-\Alph => index-_005cAlph
-\alpha => index-_005calpha
-\alsoname => index-_005calsoname
-\amalg => index-_005camalg
-\and => index-_005cand-for-_005cauthor
-\angle => index-_005cangle
-\appendix => index-_005cappendix
-\approx => index-_005capprox
-\arabic => index-_005carabic
-\arccos => index-_005carccos
-\arcsin => index-_005carcsin
-\arctan => index-_005carctan
-\arg => index-_005carg
-\arraycolsep => index-_005carraycolsep
-\arrayrulewidth => index-_005carrayrulewidth
-\arraystretch => index-_005carraystretch
-\ast => index-_005cast
-\asymp => index-_005casymp
-\author => index-_005cauthor_007bname-_005cand-name2_007d
-\a => index-_005ca_0060-_0028grave-accent-in-tabbing_0029
-\b => index-_005cb-_0028bar_002dunder-accent_0029
-\backslash => index-_005cbackslash
-\bar => index-_005cbar
-\baselineskip => index-_005cbaselineskip
-\baselinestretch => index-_005cbaselinestretch
-\begin => index-_005cbegin
-\beta => index-_005cbeta
-\bf => index-_005cbf
-\bfseries => index-_005cbfseries
-\bibitem => index-_005cbibitem
-\bibliography => index-_005cbibliography
-\bibliographystyle => index-_005cbibliographystyle
-\bigcap => index-_005cbigcap
-\bigcirc => index-_005cbigcirc
-\bigcup => index-_005cbigcup
-\bigodot => index-_005cbigodot
-\bigoplus => index-_005cbigoplus
-\bigotimes => index-_005cbigotimes
-\bigskip => index-_005cbigskip
-\bigskipamount => index-_005cbigskipamount
-\bigsqcup => index-_005cbigsqcup
-\bigtriangledown => index-_005cbigtriangledown
-\bigtriangleup => index-_005cbigtriangleup
-\biguplus => index-_005cbiguplus
-\bigwedge => index-_005cbigwedge
-\bmod => index-_005cbmod
-\boldmath => index-_005cboldmath
-\bot => index-_005cbot
-\bottomfraction => index-_005cbottomfraction
-\bowtie => index-_005cbowtie
-\Box => index-_005cBox
-\breve => index-_005cbreve
-\bullet => index-_005cbullet
-\c => index-_005cc-_0028cedilla-accent_0029
-\cal => index-_005ccal
-\cap => index-_005ccap
-\capitalacute => index-_005ccapitalacute
-\capitalbreve => index-_005ccapitalbreve
-\capitalcaron => index-_005ccapitalcaron
-\capitalcedilla => index-_005ccapitalcedilla
-\capitalcircumflex => index-_005ccapitalcircumflex
-\capitaldieresis => index-_005ccapitaldieresis
-\capitaldotaccent => index-_005ccapitaldotaccent
-\capitalgrave => index-_005ccapitalgrave
-\capitalhungarumlaut => index-_005ccapitalhungarumlaut
-\capitalmacron => index-_005ccapitalmacron
-\capitalnewtie => index-_005ccapitalnewtie
-\capitalogonek => index-_005ccapitalogonek
-\capitalring => index-_005ccapitalring
-\capitaltie => index-_005ccapitaltie
-\capitaltilde => index-_005ccapitaltilde
-\caption => index-_005ccaption
-\cc => index-_005ccc
-\cdot => index-_005ccdot
-\cdots => index-_005ccdots
-\centering => index-_005ccentering
-\chapter => index-_005cchapter
-\check => index-_005ccheck
-\chi => index-_005cchi
-\circ => index-_005ccirc
-\circle => index-_005ccircle
-\cite => index-_005ccite
-\cleardoublepage => index-_005ccleardoublepage
-\clearpage => index-_005cclearpage
-\cline => index-_005ccline
-\closing => index-_005cclosing
-\clubsuit => index-_005cclubsuit
-\columnsep => index-_005ccolumnsep
-\columnseprule => index-_005ccolumnseprule
-\columnwidth => index-_005ccolumnwidth
-\cong => index-_005ccong
-\contentsline => index-_005ccontentsline
-\coprod => index-_005ccoprod
-\copyright => index-_005ccopyright
-\cos => index-_005ccos
-\cosh => index-_005ccosh
-\cot => index-_005ccot
-\coth => index-_005ccoth
-\csc => index-_005ccsc
-\cup => index-_005ccup
-\d => index-_005cd-_0028dot_002dunder-accent_0029
-\dag => index-_005cdag
-\dagger => index-_005cdagger
-\dashbox => index-_005cdashbox
-\dashv => index-_005cdashv
-\date => index-_005cdate_007btext_007d
-\day => index-_005cday
-\dblfloatpagefraction => index-_005cdblfloatpagefraction
-\dblfloatsep => index-_005cdblfloatsep
-\dbltextfloatsep => index-_005cdbltextfloatsep
-\dbltopfraction => index-_005cdbltopfraction
-\ddag => index-_005cddag
-\ddagger => index-_005cddagger
-\ddot => index-_005cddot
-\ddots => index-_005cddots
-\deg => index-_005cdeg
-\Delta => index-_005cDelta
-\delta => index-_005cdelta
-\depth => index-_005cdepth
-\det => index-_005cdet
-\dh => index-_005cdh-_0028ae_0029
-\DH => index-_005cDH-_0028AE_0029
-\Diamond => index-_005cDiamond
-\diamond => index-_005cdiamond
-\diamondsuit => index-_005cdiamondsuit
-\dim => index-_005cdim
-\displaystyle => index-_005cdisplaystyle
-\div => index-_005cdiv
-\dj => index-_005cdj
-\DJ => index-_005cDJ
-\documentclass => index-_005cdocumentclass
-\dot => index-_005cdot
-\doteq => index-_005cdoteq
-\dotfill => index-_005cdotfill
-\dots => index-_005cdots
-\doublerulesep => index-_005cdoublerulesep
-\downarrow => index-_005cdownarrow
-\Downarrow => index-_005cDownarrow
-\ell => index-_005cell
-\em => index-_005cem
-\emph => index-_005cemph
-\emptyset => index-_005cemptyset
-\encl => index-_005cencl
-\end => index-_005cend
-\enlargethispage => index-_005cenlargethispage
-\enumi => index-_005cenumi
-\enumii => index-_005cenumii
-\enumiii => index-_005cenumiii
-\enumiv => index-_005cenumiv
-\epsilon => index-_005cepsilon
-\equiv => index-_005cequiv
-\eta => index-_005ceta
-\evensidemargin => index-_005cevensidemargin
-\exists => index-_005cexists
-\exp => index-_005cexp
-\fbox => index-_005cfbox
-\fboxrule => index-_005cfboxrule
-\fboxsep => index-_005cfboxsep
-\fill => index-_005cfill
-\flat => index-_005cflat
-\floatpagefraction => index-_005cfloatpagefraction
-\floatsep => index-_005cfloatsep
-\flushbottom => index-_005cflushbottom
-\fnsymbol => index-_005cfnsymbol
-\fontencoding => index-_005cfontencoding
-\fontfamily => index-_005cfontfamily
-\fontseries => index-_005cfontseries
-\fontshape => index-_005cfontshape
-\fontsize => index-_005cfontsize
-\footnote => index-_005cfootnote
-\footnotemark => index-_005cfootnotemark
-\footnoterule => index-_005cfootnoterule
-\footnotesep => index-_005cfootnotesep
-\footnotesize => index-_005cfootnotesize
-\footnotetext => index-_005cfootnotetext
-\footskip => index-_005cfootskip
-\forall => index-_005cforall
-\frac => index-_005cfrac
-\frame => index-_005cframe
-\framebox => index-_005cframebox
-\frown => index-_005cfrown
-\fussy => index-_005cfussy
-\Gamma => index-_005cGamma
-\gamma => index-_005cgamma
-\gcd => index-_005cgcd
-\ge => index-_005cge
-\geq => index-_005cgeq
-\gets => index-_005cgets
-\gg => index-_005cgg
-\glossary => index-_005cglossary
-\glossaryentry => index-_005cglossaryentry
-\grave => index-_005cgrave
-\guillemotleft => index-_005cguillemotleft-_0028_00ab_0029
-\guillemotright => index-_005cguillemotright-_0028_00bb_0029
-\guilsinglleft => index-_005cguilsinglleft-_0028_2039_0029
-\guilsinglright => index-_005cguilsinglright-_0028_203a_0029
-\H => index-_005cH-_0028Hungarian-umlaut-accent_0029
-\hat => index-_005chat
-\hbar => index-_005chbar
-\headheight => index-_005cheadheight
-\headsep => index-_005cheadsep
-\heartsuit => index-_005cheartsuit
-\height => index-_005cheight
-\hfill => index-_005chfill
-\hline => index-_005chline
-\hom => index-_005chom
-\hookleftarrow => index-_005chookleftarrow
-\hookrightarrow => index-_005chookrightarrow
-\hrulefill => index-_005chrulefill
-\hsize => index-_005chsize
-\hspace => index-_005chspace
-\huge => index-_005chuge
-\Huge => index-_005cHuge
-\hyphenation => index-_005chyphenation
-\i => index-_005ci-_0028dotless-i_0029
-\iff => index-_005ciff
-\ij => index-_005cij-_0028ij_0029
-\IJ => index-_005cIJ-_0028IJ_0029
-\Im => index-_005cIm
-\imath => index-_005cimath
-\in => index-_005cin
-\include => index-_005cinclude
-\includeonly => index-_005cincludeonly
-\indent => index-_005cindent
-\index => index-_005cindex
-\indexentry => index-_005cindexentry
-\inf => index-_005cinf
-\infty => index-_005cinfty
-\input => index-_005cinput
-\int => index-_005cint
-\intextsep => index-_005cintextsep
-\iota => index-_005ciota
-\it => index-_005cit
-\item => index-_005citem
-\itemindent => index-_005citemindent
-\itemsep => index-_005citemsep
-\itshape => index-_005citshape
-\j => index-_005cj-_0028dotless-j_0029
-\jmath => index-_005cjmath
-\Join => index-_005cJoin
-\k => index-_005ck-_0028ogonek_0029
-\kappa => index-_005ckappa
-\ker => index-_005cker
-\kill => index-_005ckill
-\l => index-_005cl-_0028l_0029
-\L => index-_005cL-_0028L_0029
-\label => index-_005clabel
-\labelenumi => index-_005clabelenumi
-\labelenumii => index-_005clabelenumii
-\labelenumiii => index-_005clabelenumiii
-\labelenumiv => index-_005clabelenumiv
-\labelitemi => index-_005clabelitemi
-\labelitemii => index-_005clabelitemii
-\labelitemiii => index-_005clabelitemiii
-\labelitemiv => index-_005clabelitemiv
-\labelsep => index-_005clabelsep
-\labelwidth => index-_005clabelwidth
-\Lambda => index-_005cLambda
-\lambda => index-_005clambda
-\land => index-_005cland
-\langle => index-_005clangle
-\large => index-_005clarge
-\Large => index-_005cLarge
-\LARGE => index-_005cLARGE
-\LaTeX => index-_005cLaTeX
-\lbrace => index-_005clbrace
-\lbrack => index-_005clbrack
-\lceil => index-_005clceil
-\ldots => index-_005cldots
-\le => index-_005cle
-\leadsto => index-_005cleadsto
-\left => index-_005cleft-delim1-_002e_002e_002e-_005cright-delim2
-\Leftarrow => index-_005cLeftarrow
-\leftarrow => index-_005cleftarrow
-\lefteqn => index-_005clefteqn
-\leftharpoondown => index-_005cleftharpoondown
-\leftharpoonup => index-_005cleftharpoonup
-\leftmargin => index-_005cleftmargin
-\leftmargini => index-_005cleftmargini
-\leftmarginii => index-_005cleftmarginii
-\leftmarginiii => index-_005cleftmarginiii
-\leftmarginiv => index-_005cleftmarginiv
-\leftmarginv => index-_005cleftmarginv
-\leftmarginvi => index-_005cleftmarginvi
-\Leftrightarrow => index-_005cLeftrightarrow
-\leftrightarrow => index-_005cleftrightarrow
-\leq => index-_005cleq
-\lfloor => index-_005clfloor
-\lg => index-_005clg
-\lhd => index-_005clhd
-\lim => index-_005clim
-\liminf => index-_005climinf
-\limsup => index-_005climsup
-\line => index-_005cline
-\linebreak => index-_005clinebreak
-\linespread => index-_005clinespread
-\linethickness => index-_005clinethickness
-\linewidth => index-_005clinewidth
-\listoffigures => index-_005clistoffigures
-\listoftables => index-_005clistoftables
-\listparindent => index-_005clistparindent
-\ll => index-_005cll
-\ln => index-_005cln
-\lnot => index-_005clnot
-\location => index-_005clocation
-\log => index-_005clog
-\longleftarrow => index-_005clongleftarrow
-\longleftrightarrow => index-_005clongleftrightarrow
-\longmapsto => index-_005clongmapsto
-\longrightarrow => index-_005clongrightarrow
-\lor => index-_005clor
-\lq => index-_005clq
-\makebox => index-_005cmakebox
-\makeglossary => index-_005cmakeglossary
-\makeindex => index-_005cmakeindex
-\makelabels => index-_005cmakelabels
-\maketitle => index-_005cmaketitle
-\mapsto => index-_005cmapsto
-\marginpar => index-_005cmarginpar
-\marginparpush => index-_005cmarginparpush
-\marginparsep => index-_005cmarginparsep
-\marginparwidth => index-_005cmarginparwidth
-\markboth => index-_005cmarkboth_007bleft_007d_007bright_007d
-\markright => index-_005cmarkright_007bright_007d
-\mathbf => index-_005cmathbf
-\mathcal => index-_005cmathcal
-\mathnormal => index-_005cmathnormal
-\mathrm => index-_005cmathrm
-\mathsf => index-_005cmathsf
-\mathtt => index-_005cmathtt
-\mathversion => index-_005cmathversion
-\max => index-_005cmax
-\mbox => index-_005cmbox
-\mdseries => index-_005cmdseries
-\medskip => index-_005cmedskip
-\medskipamount => index-_005cmedskipamount
-\mho => index-_005cmho
-\mid => index-_005cmid
-\min => index-_005cmin
-\models => index-_005cmodels
-\month => index-_005cmonth
-\mp => index-_005cmp
-\mu => index-_005cmu
-\multicolumn => index-_005cmulticolumn
-\multiput => index-_005cmultiput
-\nabla => index-_005cnabla
-\name => index-_005cname
-\natural => index-_005cnatural
-\ne => index-_005cne
-\nearrow => index-_005cnearrow
-\neg => index-_005cneg
-\neq => index-_005cneq
-\newcommand => index-_005cnewcommand
-\newcounter => index-_005cnewcounter
-\newenvironment => index-_005cnewenvironment
-\newfont => index-_005cnewfont
-\newlength => index-_005cnewlength
-\newline => index-_005cnewline
-\NEWLINE => index-_005cNEWLINE
-\newpage => index-_005cnewpage
-\newsavebox => index-_005cnewsavebox
-\newtheorem => index-_005cnewtheorem
-\newtie => index-_005cnewtie
-\ng => index-_005cng
-\NG => index-_005cNG
-\ni => index-_005cni
-\nocite => index-_005cnocite
-\nofiles => index-_005cnofiles
-\noindent => index-_005cnoindent
-\nolinebreak => index-_005cnolinebreak
-\nonumber => index-_005cnonumber
-\nopagebreak => index-_005cnopagebreak
-\normalfont => index-_005cnormalfont
-\normalmarginpar => index-_005cnormalmarginpar
-\normalsize => index-_005cnormalsize
-\not => index-_005cnot
-\notin => index-_005cnotin
-\nu => index-_005cnu
-\nwarrow => index-_005cnwarrow
-\o => index-_005co-_0028o_0029
-\O => index-_005cO-_0028O_0029
-\obeycr => index-_005cobeycr
-\oddsidemargin => index-_005coddsidemargin
-\odot => index-_005codot
-\oe => index-_005coe-_0028oe_0029
-\OE => index-_005cOE-_0028OE_0029
-\oint => index-_005coint
-\Omega => index-_005cOmega
-\omega => index-_005comega
-\ominus => index-_005cominus
-\onecolumn => index-_005conecolumn
-\opening => index-_005copening
-\oplus => index-_005coplus
-\oslash => index-_005coslash
-\otimes => index-_005cotimes
-\oval => index-_005coval
-\overbrace => index-_005coverbrace_007btext_007d
-\overline => index-_005coverline_007btext_007d
-\owns => index-_005cowns
-\P => index-_005cP
-\pagebreak => index-_005cpagebreak
-\pagenumbering => index-_005cpagenumbering
-\pageref => index-_005cpageref
-\pagestyle => index-_005cpagestyle
-\paragraph => index-_005cparagraph
-\parallel => index-_005cparallel
-\parbox => index-_005cparbox
-\parindent => index-_005cparindent
-\parsep => index-_005cparsep
-\parskip => index-_005cparskip
-\part => index-_005cpart
-\partial => index-_005cpartial
-\partopsep => index-_005cpartopsep
-\perp => index-_005cperp
-\phi => index-_005cphi
-\Pi => index-_005cPi
-\pi => index-_005cpi
-\pm => index-_005cpm
-\pmod => index-_005cpmod
-\poptabs => index-_005cpoptabs
-\pounds => index-_005cpounds
-\Pr => index-_005cPr
-\prec => index-_005cprec
-\preceq => index-_005cpreceq
-\prime => index-_005cprime
-\prod => index-_005cprod
-\propto => index-_005cpropto
-\protect => index-_005cprotect
-\ps => index-_005cps
-\Psi => index-_005cPsi
-\psi => index-_005cpsi
-\pushtabs => index-_005cpushtabs
-\put => index-_005cput
-\quotedblbase => index-_005cquotedblbase-_0028_201e_0029
-\quotesinglbase => index-_005cquotesinglbase-_0028_201a_0029
-\r => index-_005cr-_0028ring-accent_0029
-\raggedbottom => index-_005craggedbottom
-\raggedleft => index-_005craggedleft
-\raggedright => index-_005craggedright
-\raisebox => index-_005craisebox
-\rangle => index-_005crangle
-\rbrace => index-_005crbrace
-\rbrack => index-_005crbrack
-\rceil => index-_005crceil
-\Re => index-_005cRe
-\ref => index-_005cref
-\refstepcounter => index-_005crefstepcounter
-\renewenvironment => index-_005crenewenvironment
-\restorecr => index-_005crestorecr
-\reversemarginpar => index-_005creversemarginpar
-\rfloor => index-_005crfloor
-\rhd => index-_005crhd
-\rho => index-_005crho
-\right => index-_005cright
-\Rightarrow => index-_005cRightarrow
-\rightarrow => index-_005crightarrow
-\rightharpoondown => index-_005crightharpoondown
-\rightharpoonup => index-_005crightharpoonup
-\rightleftharpoons => index-_005crightleftharpoons
-\rightmargin => index-_005crightmargin
-\rm => index-_005crm
-\rmfamily => index-_005crmfamily
-\roman => index-_005croman
-\rq => index-_005crq
-\rule => index-_005crule
-\S => index-_005cS
-\savebox => index-_005csavebox
-\sbox => index-_005csbox
-\sc => index-_005csc
-\scriptsize => index-_005cscriptsize
-\scshape => index-_005cscshape
-\searrow => index-_005csearrow
-\sec => index-_005csec
-\section => index-_005csection
-\seename => index-_005cseename
-\selectfont => index-_005cselectfont
-\setcounter => index-_005csetcounter
-\setlength => index-_005csetlength
-\setminus => index-_005csetminus
-\settodepth => index-_005csettodepth
-\settoheight => index-_005csettoheight
-\settowidth => index-_005csettowidth
-\sf => index-_005csf
-\sffamily => index-_005csffamily
-\sharp => index-_005csharp
-\shortstack => index-_005cshortstack
-\Sigma => index-_005cSigma
-\sigma => index-_005csigma
-\signature => index-_005csignature
-\sim => index-_005csim
-\simeq => index-_005csimeq
-\sin => index-_005csin
-\sinh => index-_005csinh
-\sl => index-_005csl
-\slshape => index-_005cslshape
-\small => index-_005csmall
-\smallint => index-_005csmallint
-\smallskip => index-_005csmallskip
-\smallskipamount => index-_005csmallskipamount
-\smile => index-_005csmile
-\SPACE => index-_005cSPACE
-\spadesuit => index-_005cspadesuit
-\sqcap => index-_005csqcap
-\sqcup => index-_005csqcup
-\sqrt => index-_005csqrt_005broot_005d_007barg_007d
-\sqsubset => index-_005csqsubset
-\sqsubseteq => index-_005csqsubseteq
-\sqsupset => index-_005csqsupset
-\sqsupseteq => index-_005csqsupseteq
-\ss => index-_005css-_0028ss_0029
-\SS => index-_005cSS-_0028SS_0029
-\stackrel => index-_005cstackrel_007btext_007d_007brelation_007d
-\star => index-_005cstar
-\startbreaks => index-_005cstartbreaks
-\stepcounter => index-_005cstepcounter
-\stop => index-_005cstop
-\stopbreaks => index-_005cstopbreaks
-\subparagraph => index-_005csubparagraph
-\subsection => index-_005csubsection
-\subset => index-_005csubset
-\subseteq => index-_005csubseteq
-\subsubsection => index-_005csubsubsection
-\succ => index-_005csucc
-\succeq => index-_005csucceq
-\sum => index-_005csum
-\sup => index-_005csup
-\supset => index-_005csupset
-\supseteq => index-_005csupseteq
-\surd => index-_005csurd
-\swarrow => index-_005cswarrow
-\symbol => index-_005csymbol
-\t => index-_005ct-_0028tie_002dafter-accent_0029
-\TAB => index-_005cTAB
-\tabbingsep => index-_005ctabbingsep
-\tabcolsep => index-_005ctabcolsep
-\tableofcontents => index-_005ctableofcontents
-\tan => index-_005ctan
-\tanh => index-_005ctanh
-\tau => index-_005ctau
-\telephone => index-_005ctelephone
-\TeX => index-_005cTeX
-\textascenderwordmark => index-_005ctextascenderwordmark
-\textasciicircum => index-_005ctextasciicircum
-\textasciitilde => index-_005ctextasciitilde
-\textasteriskcentered => index-_005ctextasteriskcentered
-\textbackslash => index-_005ctextbackslash
-\textbar => index-_005ctextbar
-\textbardbl => index-_005ctextbardbl
-\textbf => index-_005ctextbf
-\textbigcircle => index-_005ctextbigcircle
-\textbraceleft => index-_005ctextbraceleft
-\textbraceright => index-_005ctextbraceright
-\textbullet => index-_005ctextbullet
-\textcapitalwordmark => index-_005ctextcapitalwordmark
-\textcircled => index-_005ctextcircled_007bletter_007d
-\textcompwordmark => index-_005ctextcompwordmark
-\textcopyright => index-_005ctextcopyright
-\textdagger => index-_005ctextdagger
-\textdaggerdbl => index-_005ctextdaggerdbl
-\textdollar => index-_005ctextdollar-_0028or-_0024_0029
-\textellipsis => index-_005ctextellipsis
-\textemdash => index-_005ctextemdash-_0028or-_002d_002d_002d_0029
-\textendash => index-_005ctextendash-_0028or-_002d_002d_0029
-\texteuro => index-_005ctexteuro
-\textexclamdown => index-_005ctextexclamdown-_0028or-_0021_0060_0029
-\textfloatsep => index-_005ctextfloatsep
-\textfraction => index-_005ctextfraction
-\textgreater => index-_005ctextgreater
-\textheight => index-_005ctextheight
-\textit => index-_005ctextit
-\textleftarrow => index-_005ctextleftarrow
-\textless => index-_005ctextless
-\textmd => index-_005ctextmd
-\textnormal => index-_005ctextnormal
-\textordfeminine => index-_005ctextordfeminine
-\textordmasculine => index-_005ctextordmasculine
-\textparagraph => index-_005ctextparagraph
-\textperiodcentered => index-_005ctextperiodcentered
-\textquestiondown => index-_005ctextquestiondown-_0028or-_003f_0060_0029
-\textquotedblleft => index-_005ctextquotedblleft-_0028or-_0060_0060_0029
-\textquotedblright => index-_005ctextquotedblright-_0028or-_0027_0029
-\textquoteleft => index-_005ctextquoteleft-_0028or-_0060_0029
-\textquoteright => index-_005ctextquoteright-_0028or-_0027_0029
-\textquotestraightbase => index-_005ctextquotestraightbase
-\textquotestraightdblbase => index-_005ctextquotestraightdblbase
-\textregistered => index-_005ctextregistered
-\textrightarrow => index-_005ctextrightarrow
-\textrm => index-_005ctextrm
-\textsc => index-_005ctextsc
-\textsf => index-_005ctextsf
-\textsl => index-_005ctextsl
-\textsterling => index-_005ctextsterling
-\textthreequartersemdash => index-_005ctextthreequartersemdash
-\texttrademark => index-_005ctexttrademark
-\texttt => index-_005ctexttt
-\texttwelveudash => index-_005ctexttwelveudash
-\textunderscore => index-_005ctextunderscore
-\textup => index-_005ctextup
-\textvisiblespace => index-_005ctextvisiblespace
-\textwidth => index-_005ctextwidth
-\th => index-_005cth-_0028th_0029
-\TH => index-_005cTH-_0028TH_0029
-\thanks => index-_005cthanks_007btext_007d
-\theta => index-_005ctheta
-\thicklines => index-_005cthicklines
-\thinlines => index-_005cthinlines
-\thinspace => index-_005cthinspace
-\thispagestyle => index-_005cthispagestyle
-\tilde => index-_005ctilde
-\times => index-_005ctimes
-\tiny => index-_005ctiny
-\title => index-_005ctitle_007btext_007d
-\to => index-_005cto
-\today => index-_005ctoday
-\top => index-_005ctop
-\topfraction => index-_005ctopfraction
-\topmargin => index-_005ctopmargin
-\topsep => index-_005ctopsep
-\topskip => index-_005ctopskip
-\totalheight => index-_005ctotalheight
-\triangle => index-_005ctriangle
-\triangleleft => index-_005ctriangleleft
-\triangleright => index-_005ctriangleright
-\tt => index-_005ctt
-\ttfamily => index-_005cttfamily
-\twocolumn => index-_005ctwocolumn
-\typein => index-_005ctypein
-\typeout => index-_005ctypeout
-\u => index-_005cu-_0028breve-accent_0029
-\unboldmath => index-_005cunboldmath
-\underbar => index-_005cunderbar
-\underbrace => index-_005cunderbrace_007bmath_007d
-\underline => index-_005cunderline_007btext_007d
-\unitlength => index-_005cunitlength
-\unlhd => index-_005cunlhd
-\unrhd => index-_005cunrhd
-\Uparrow => index-_005cUparrow
-\uparrow => index-_005cuparrow
-\Updownarrow => index-_005cUpdownarrow
-\updownarrow => index-_005cupdownarrow
-\uplus => index-_005cuplus
-\upshape => index-_005cupshape
-\Upsilon => index-_005cUpsilon
-\upsilon => index-_005cupsilon
-\usebox => index-_005cusebox
-\usecounter => index-_005cusecounter
-\usefont => index-_005cusefont
-\usepackage => index-_005cusepackage
-\v => index-_005cv-_0028breve-accent_0029
-\value => index-_005cvalue
-\varepsilon => index-_005cvarepsilon
-\varphi => index-_005cvarphi
-\varpi => index-_005cvarpi
-\varrho => index-_005cvarrho
-\varsigma => index-_005cvarsigma
-\vartheta => index-_005cvartheta
-\vdash => index-_005cvdash
-\vdots => index-_005cvdots
-\vec => index-_005cvec
-\vector => index-_005cvector
-\vee => index-_005cvee
-\verb => index-_005cverb
-\Vert => index-_005cVert
-\vert => index-_005cvert
-\vfill => index-_005cvfill
-\vline => index-_005cvline
-\vspace => index-_005cvspace
-\wedge => index-_005cwedge
-\widehat => index-_005cwidehat
-\width => index-_005cwidth
-\wp => index-_005cwp
-\wr => index-_005cwr
-\Xi => index-_005cXi
-\xi => index-_005cxi
-\year => index-_005cyear
-\zeta => index-_005czeta
diff --git a/src/data/help/unofficial-latex2e-reference-manual.index b/src/data/help/unofficial-latex2e-reference-manual.index
new file mode 100644
index 00000000..db29c170
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual.index
@@ -0,0 +1,1149 @@
+\DeclareFontEncoding _005cDeclareFontEncoding.html#g_t_005cDeclareFontEncoding
+\DeclareTextAccent _005cDeclareTextAccent.html#g_t_005cDeclareTextAccent
+\DeclareTextAccentDefault _005cDeclareTextAccentDefault.html#g_t_005cDeclareTextAccentDefault
+\DeclareTextCommand _005cDeclareTextCommand-_0026-_005cProvideTextCommand.html#g_t_005cDeclareTextCommand-_0026-_005cProvideTextCommand
+\DeclareTextCommandDefault _005cDeclareTextCommandDefault-_0026-_005cProvideTextCommandDefault.html#g_t_005cDeclareTextCommandDefault-_0026-_005cProvideTextCommandDefault
+\DeclareTextComposite _005cDeclareTextComposite.html#g_t_005cDeclareTextComposite
+\DeclareTextCompositeCommand _005cDeclareTextCompositeCommand.html#g_t_005cDeclareTextCompositeCommand
+\DeclareTextSymbol _005cDeclareTextSymbol.html#g_t_005cDeclareTextSymbol
+\DeclareTextSymbolDefault _005cDeclareTextSymbolDefault.html#g_t_005cDeclareTextSymbolDefault
+\LastDeclaredEncoding _005cLastDeclaredEncoding.html#g_t_005cLastDeclaredEncoding
+\UseTextAccent _005cUseTextAccent-_0026-_005cUseTextSymbol.html#g_t_005cUseTextAccent-_0026-_005cUseTextSymbol
+\onecolumn _005conecolumn.html#g_t_005conecolumn
+\twocolumn _005ctwocolumn.html#g_t_005ctwocolumn
+\flushbottom _005cflushbottom.html#g_t_005cflushbottom
+\raggedbottom _005craggedbottom.html#g_t_005craggedbottom
+\part _005cpart.html#g_t_005cpart
+\chapter _005cchapter.html#g_t_005cchapter
+\section _005csection.html#g_t_005csection
+\subsection _005csubsection.html#g_t_005csubsection
+\subsubsection _005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph.html#g_t_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph
+\appendix _005cappendix.html#g_t_005cappendix
+\frontmatter _005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter.html#g_t_005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter
+\@startsection _005c_0040startsection.html#g_t_005c_0040startsection
+\label _005clabel.html#g_t_005clabel
+\pageref _005cpageref.html#g_t_005cpageref
+\ref _005cref.html#g_t_005cref
+\centering _005ccentering.html#g_t_005ccentering
+\AtBeginDocument _005cAtBeginDocument.html#g_t_005cAtBeginDocument
+\AtEndDocument _005cAtEndDocument.html#g_t_005cAtEndDocument
+\raggedright _005craggedright.html#g_t_005craggedright
+\raggedleft _005craggedleft.html#g_t_005craggedleft
+\item _005citem.html#g_t_005citem
+\put _005cput.html#g_t_005cput
+\multiput _005cmultiput.html#g_t_005cmultiput
+\qbezier _005cqbezier.html#g_t_005cqbezier
+\graphpaper _005cgraphpaper.html#g_t_005cgraphpaper
+\line _005cline.html#g_t_005cline
+\linethickness _005clinethickness.html#g_t_005clinethickness
+\thinlines _005cthinlines.html#g_t_005cthinlines
+\thicklines _005cthicklines.html#g_t_005cthicklines
+\circle _005ccircle.html#g_t_005ccircle
+\oval _005coval.html#g_t_005coval
+\shortstack _005cshortstack.html#g_t_005cshortstack
+\vector _005cvector.html#g_t_005cvector
+\makebox _005cmakebox-_0028picture_0029.html#g_t_005cmakebox-_0028picture_0029
+\framebox _005cframebox-_0028picture_0029.html#g_t_005cframebox-_0028picture_0029
+\frame _005cframe.html#g_t_005cframe
+\dashbox _005cdashbox.html#g_t_005cdashbox
+\multicolumn _005cmulticolumn.html#g_t_005cmulticolumn
+\vline _005cvline.html#g_t_005cvline
+\cline _005ccline.html#g_t_005ccline
+\hline _005chline.html#g_t_005chline
+\bibitem _005cbibitem.html#g_t_005cbibitem
+\cite _005ccite.html#g_t_005ccite
+\nocite _005cnocite.html#g_t_005cnocite
+\verb _005cverb.html#g_t_005cverb
+\\ _005c_005c.html#g_t_005c_005c
+\obeycr _005cobeycr-_0026-_005crestorecr.html#g_t_005cobeycr-_0026-_005crestorecr
+\newline _005cnewline.html#g_t_005cnewline
+\- _005c_002d-_0028hyphenation_0029.html#g_t_005c_002d-_0028hyphenation_0029
+\discretionary _005cdiscretionary.html#g_t_005cdiscretionary
+\fussy _005cfussy-_0026-_005csloppy.html#g_t_005cfussy-_0026-_005csloppy
+\hyphenation _005chyphenation.html#g_t_005chyphenation
+\linebreak _005clinebreak-_0026-_005cnolinebreak.html#g_t_005clinebreak-_0026-_005cnolinebreak
+\clearpage _005cclearpage-_0026-_005ccleardoublepage.html#g_t_005cclearpage-_0026-_005ccleardoublepage
+\newpage _005cnewpage.html#g_t_005cnewpage
+\enlargethispage _005cenlargethispage.html#g_t_005cenlargethispage
+\pagebreak _005cpagebreak-_0026-_005cnopagebreak.html#g_t_005cpagebreak-_0026-_005cnopagebreak
+\footnote _005cfootnote.html#g_t_005cfootnote
+\footnotemark _005cfootnotemark.html#g_t_005cfootnotemark
+\footnotetext _005cfootnotetext.html#g_t_005cfootnotetext
+\newcommand _005cnewcommand-_0026-_005crenewcommand.html#g_t_005cnewcommand-_0026-_005crenewcommand
+\providecommand _005cprovidecommand.html#g_t_005cprovidecommand
+\makeatletter _005cmakeatletter-_0026-_005cmakeatother.html#g_t_005cmakeatletter-_0026-_005cmakeatother
+\@ifstar _005c_0040ifstar.html#g_t_005c_0040ifstar
+\newcounter _005cnewcounter.html#g_t_005cnewcounter
+\newlength _005cnewlength.html#g_t_005cnewlength
+\newsavebox _005cnewsavebox.html#g_t_005cnewsavebox
+\newenvironment _005cnewenvironment-_0026-_005crenewenvironment.html#g_t_005cnewenvironment-_0026-_005crenewenvironment
+\newtheorem _005cnewtheorem.html#g_t_005cnewtheorem
+\newfont _005cnewfont.html#g_t_005cnewfont
+\protect _005cprotect.html#g_t_005cprotect
+\ignorespaces _005cignorespaces-_0026-_005cignorespacesafterend.html#g_t_005cignorespaces-_0026-_005cignorespacesafterend
+\alph _005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol.html#g_t_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol
+\usecounter _005cusecounter.html#g_t_005cusecounter
+\value _005cvalue.html#g_t_005cvalue
+\setcounter _005csetcounter.html#g_t_005csetcounter
+\addtocounter _005caddtocounter.html#g_t_005caddtocounter
+\refstepcounter _005crefstepcounter.html#g_t_005crefstepcounter
+\stepcounter _005cstepcounter.html#g_t_005cstepcounter
+\day _005cday-_0026-_005cmonth-_0026-_005cyear.html#g_t_005cday-_0026-_005cmonth-_0026-_005cyear
+\setlength _005csetlength.html#g_t_005csetlength
+\addtolength _005caddtolength.html#g_t_005caddtolength
+\settodepth _005csettodepth.html#g_t_005csettodepth
+\settoheight _005csettoheight.html#g_t_005csettoheight
+\settowidth _005csettowidth.html#g_t_005csettowidth
+\par _005cpar.html#g_t_005cpar
+\indent _005cindent-_0026-_005cnoindent.html#g_t_005cindent-_0026-_005cnoindent
+\parindent _005cparindent-_0026-_005cparskip.html#g_t_005cparindent-_0026-_005cparskip
+\boldmath _005cboldmath-_0026-_005cunboldmath.html#g_t_005cboldmath-_0026-_005cunboldmath
+\left _005cleft-_0026-_005cright.html#g_t_005cleft-_0026-_005cright
+\bigl _005cbigl-_0026-_005cbigr-etc_002e.html#g_t_005cbigl-_0026-_005cbigr-etc_002e
+\smash _005csmash.html#g_t_005csmash
+\phantom _005cphantom-_0026-_005cvphantom-_0026-_005chphantom.html#g_t_005cphantom-_0026-_005cvphantom-_0026-_005chphantom
+\* _005c_002a.html#g_t_005c_002a
+\frac _005cfrac.html#g_t_005cfrac
+\sqrt _005csqrt.html#g_t_005csqrt
+\stackrel _005cstackrel.html#g_t_005cstackrel
+\ensuremath _005censuremath.html#g_t_005censuremath
+\maketitle _005cmaketitle.html#g_t_005cmaketitle
+\pagenumbering _005cpagenumbering.html#g_t_005cpagenumbering
+\pagestyle _005cpagestyle.html#g_t_005cpagestyle
+\thispagestyle _005cthispagestyle.html#g_t_005cthispagestyle
+\enspace _005censpace-_0026-_005cquad-_0026-_005cqquad.html#g_t_005censpace-_0026-_005cquad-_0026-_005cqquad
+\hspace _005chspace.html#g_t_005chspace
+\hfill _005chfill.html#g_t_005chfill
+\hss _005chss.html#g_t_005chss
+\spacefactor _005cspacefactor.html#g_t_005cspacefactor
+\@ _005c_0040.html#g_t_005c_0040
+\frenchspacing _005cfrenchspacing.html#g_t_005cfrenchspacing
+\normalsfcodes _005cnormalsfcodes.html#g_t_005cnormalsfcodes
+\(SPACE) _005c_0028SPACE_0029.html#g_t_005c_0028SPACE_0029
+\thinspace _005cthinspace-_0026-_005cnegthinspace.html#g_t_005cthinspace-_0026-_005cnegthinspace
+\/ _005c_002f.html#g_t_005c_002f
+\hrulefill _005chrulefill-_0026-_005cdotfill.html#g_t_005chrulefill-_0026-_005cdotfill
+\bigskip _005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip.html#g_t_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip
+\bigbreak _005cbigbreak-_0026-_005cmedbreak-_0026-_005csmallbreak.html#g_t_005cbigbreak-_0026-_005cmedbreak-_0026-_005csmallbreak
+\strut _005cstrut.html#g_t_005cstrut
+\vspace _005cvspace.html#g_t_005cvspace
+\vfill _005cvfill.html#g_t_005cvfill
+\addvspace _005caddvspace.html#g_t_005caddvspace
+\mbox _005cmbox-_0026-_005cmakebox.html#g_t_005cmbox-_0026-_005cmakebox
+\fbox _005cfbox-_0026-_005cframebox.html#g_t_005cfbox-_0026-_005cframebox
+\parbox _005cparbox.html#g_t_005cparbox
+\raisebox _005craisebox.html#g_t_005craisebox
+\sbox _005csbox-_0026-_005csavebox.html#g_t_005csbox-_0026-_005csavebox
+\usebox _005cusebox.html#g_t_005cusebox
+\graphicspath _005cgraphicspath.html#g_t_005cgraphicspath
+\DeclareGraphicsExtensions _005cDeclareGraphicsExtensions.html#g_t_005cDeclareGraphicsExtensions
+\DeclareGraphicsRule _005cDeclareGraphicsRule.html#g_t_005cDeclareGraphicsRule
+\includegraphics _005cincludegraphics.html#g_t_005cincludegraphics
+\rotatebox _005crotatebox.html#g_t_005crotatebox
+\scalebox _005cscalebox.html#g_t_005cscalebox
+\resizebox _005cresizebox.html#g_t_005cresizebox
+\accent _005caccent.html#g_t_005caccent
+\rule _005crule.html#g_t_005crule
+\today _005ctoday.html#g_t_005ctoday
+\endinput _005cendinput.html#g_t_005cendinput
+\include _005cinclude-_0026-_005cincludeonly.html#g_t_005cinclude-_0026-_005cincludeonly
+\input _005cinput.html#g_t_005cinput
+\addcontentsline _005caddcontentsline.html#g_t_005caddcontentsline
+\addtocontents _005caddtocontents.html#g_t_005caddtocontents
+\nofiles _005cnofiles.html#g_t_005cnofiles
+\index _005cindex.html#g_t_005cindex
+\printindex _005cprintindex.html#g_t_005cprintindex
+\newglossaryentry _005cnewglossaryentry.html#g_t_005cnewglossaryentry
+\gls _005cgls.html#g_t_005cgls
+\address _005caddress.html#g_t_005caddress
+\cc _005ccc.html#g_t_005ccc
+\closing _005cclosing.html#g_t_005cclosing
+\encl _005cencl.html#g_t_005cencl
+\location _005clocation.html#g_t_005clocation
+\makelabels _005cmakelabels.html#g_t_005cmakelabels
+\name _005cname.html#g_t_005cname
+\opening _005copening.html#g_t_005copening
+\ps _005cps.html#g_t_005cps
+\signature _005csignature.html#g_t_005csignature
+\telephone _005ctelephone.html#g_t_005ctelephone
+\openin _005copenin-_0026-_005copenout.html#g_t_005copenin-_0026-_005copenout
+\read _005cread.html#g_t_005cread
+\typein _005ctypein.html#g_t_005ctypein
+\typeout _005ctypeout.html#g_t_005ctypeout
+\write _005cwrite.html#g_t_005cwrite
+\message _005cmessage.html#g_t_005cmessage
+\wlog _005cwlog.html#g_t_005cwlog
+\write18 _005cwrite18.html#g_t_005cwrite18
+\ LaTeX-command-syntax.html#index-_005c-character-starting-commands
+\! Spacing-in-math-mode.html#index-_005c_0021
+\" Accents.html#index-_005c_0022-_0028umlaut-accent_0029
+\# Reserved-characters.html#index-_005c_0023
+\$ Reserved-characters.html#index-_005c_0024
+\% Reserved-characters.html#index-_005c_0025
+\& Reserved-characters.html#index-_005c_0026
+\' Accents.html#index-_005c_0027-_0028acute-accent_0029
+\' tabbing.html#index-_005c_0027-_0028tabbing_0029
+\* _005c_002a.html#index-_005c_002a
+\+ tabbing.html#index-_005c_002b
+\, Spacing-in-math-mode.html#index-_005c_002c
+\- tabbing.html#index-_005c_002d
+\- _005c_002d-_0028hyphenation_0029.html#index-_005c_002d-_0028hyphenation_0029
+\. Accents.html#index-_005c_002e-_0028dot_002dover-accent_0029
+\/ _005c_002f.html#index-_005c_002f
+\: Spacing-in-math-mode.html#index-_005c_003a
+\; Spacing-in-math-mode.html#index-_005c_003b
+\< tabbing.html#index-_005c_003c
+\= Accents.html#index-_005c_003d-_0028macron-accent_0029
+\= tabbing.html#index-_005c_003d-_0028tabbing_0029
+\> tabbing.html#index-_005c_003e
+\> Spacing-in-math-mode.html#index-_005c_003e-1
+\> tabbing.html#index-_005c_003e-_0028tabbing_0029
+\@ _005c_0040.html#index-_005c_0040
+\@beginparpenalty list.html#index-_005c_0040beginparpenalty
+\@endparpenalty list.html#index-_005c_0040endparpenalty
+\@fnsymbol _005cfootnote.html#index-_005c_0040fnsymbol
+\@ifstar _005c_0040ifstar.html#index-_005c_0040ifstar
+\@itempenalty list.html#index-_005c_0040itempenalty
+\@startsection _005c_0040startsection.html#index-_005c_0040startsection
+\a tabbing.html#index-_005ca-_0028tabbing_0029
+\a' tabbing.html#index-_005ca_0027-_0028acute-accent-in-tabbing_0029
+\a= tabbing.html#index-_005ca_003d-_0028macron-accent-in-tabbing_0029
+\aa Additional-Latin-letters.html#index-_005caa-_0028aa_0029
+\AA Additional-Latin-letters.html#index-_005cAA-_0028AA_0029
+\accent _005caccent.html#index-_005caccent
+\acute Math-accents.html#index-_005cacute
+\addcontentsline _005caddcontentsline.html#index-_005caddcontentsline
+\address _005caddress.html#index-_005caddress
+\addtocontents{ext}{text} _005caddtocontents.html#index-_005caddtocontents_007bext_007d_007btext_007d
+\addtocounter _005caddtocounter.html#index-_005caddtocounter
+\addtolength _005caddtolength.html#index-_005caddtolength
+\addvspace _005caddvspace.html#index-_005caddvspace
+\ae Additional-Latin-letters.html#index-_005cae-_0028ae_0029
+\AE Additional-Latin-letters.html#index-_005cAE-_0028AE_0029
+\aleph Math-symbols.html#index-_005caleph
+\Alph enumerate.html#index-_005cAlph-example
+\alpha Math-symbols.html#index-_005calpha
+\alph{counter} _005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol.html#index-_005calph_007bcounter_007d
+\Alph{counter} _005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol.html#index-_005cAlph_007bcounter_007d
+\alsoname _005cindex.html#index-_005calsoname
+\amalg Math-symbols.html#index-_005camalg
+\and _005cmaketitle.html#index-_005cand-for-_005cauthor
+\angle Math-symbols.html#index-_005cangle
+\appendix _005cappendix.html#index-_005cappendix
+\approx Math-symbols.html#index-_005capprox
+\arabic{counter} _005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol.html#index-_005carabic_007bcounter_007d
+\arccos Math-functions.html#index-_005carccos
+\arcsin Math-functions.html#index-_005carcsin
+\arctan Math-functions.html#index-_005carctan
+\arg Math-functions.html#index-_005carg
+\arraycolsep array.html#index-_005carraycolsep
+\arrayrulewidth tabular.html#index-_005carrayrulewidth
+\arraystretch tabular.html#index-_005carraystretch
+\ast Math-symbols.html#index-_005cast
+\asymp Math-symbols.html#index-_005casymp
+\AtBeginDocument _005cAtBeginDocument.html#index-_005cAtBeginDocument
+\AtBeginDvi Class-and-package-commands.html#index-_005cAtBeginDvi
+\AtEndDocument _005cAtEndDocument.html#index-_005cAtEndDocument
+\AtEndOfClass Class-and-package-commands.html#index-_005cAtEndOfClass
+\AtEndOfPackage Class-and-package-commands.html#index-_005cAtEndOfPackage
+\author{name1 _005cmaketitle.html#index-_005cauthor_007bname1-_005cand-name2-_005cand-_002e_002e_002e_007d
+\a` tabbing.html#index-_005ca_0060-_0028grave-accent-in-tabbing_0029
+\b Accents.html#index-_005cb-_0028bar_002dunder-accent_0029
+\backmatter _005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter.html#index-_005cbackmatter
+\backslash Math-symbols.html#index-_005cbackslash
+\bar Math-accents.html#index-_005cbar
+\baselineskip Low_002dlevel-font-commands.html#index-_005cbaselineskip
+\baselinestretch Low_002dlevel-font-commands.html#index-_005cbaselinestretch
+\begin Environments.html#index-_005cbegin
+\beta Math-symbols.html#index-_005cbeta
+\bf Font-styles.html#index-_005cbf
+\bfseries Font-styles.html#index-_005cbfseries
+\bibitem _005cbibitem.html#index-_005cbibitem
+\bibliography Using-BibTeX.html#index-_005cbibliography
+\bibliographystyle Using-BibTeX.html#index-_005cbibliographystyle
+\bigcap Math-symbols.html#index-_005cbigcap
+\bigcirc Math-symbols.html#index-_005cbigcirc
+\bigcup Math-symbols.html#index-_005cbigcup
+\bigodot Math-symbols.html#index-_005cbigodot
+\bigoplus Math-symbols.html#index-_005cbigoplus
+\bigotimes Math-symbols.html#index-_005cbigotimes
+\bigskip _005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip.html#index-_005cbigskip
+\bigskipamount _005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip.html#index-_005cbigskipamount
+\bigsqcup Math-symbols.html#index-_005cbigsqcup
+\bigtriangledown Math-symbols.html#index-_005cbigtriangledown
+\bigtriangleup Math-symbols.html#index-_005cbigtriangleup
+\biguplus Math-symbols.html#index-_005cbiguplus
+\bigvee Math-symbols.html#index-_005cbigvee
+\bigwedge Math-symbols.html#index-_005cbigwedge
+\bmod Math-functions.html#index-_005cbmod
+\boldmath _005cboldmath-_0026-_005cunboldmath.html#index-_005cboldmath
+\boldmath _005cboldmath-_0026-_005cunboldmath.html#index-_005cboldmath-1
+\bot Math-symbols.html#index-_005cbot
+\bottomfraction Floats.html#index-_005cbottomfraction
+\bottomfraction Floats.html#index-_005cbottomfraction-1
+\bowtie Math-symbols.html#index-_005cbowtie
+\Box Math-symbols.html#index-_005cBox
+\breve Math-accents.html#index-_005cbreve
+\bullet Math-symbols.html#index-_005cbullet
+\c Accents.html#index-_005cc-_0028cedilla-accent_0029
+\cal Font-styles.html#index-_005ccal
+\cap Math-symbols.html#index-_005ccap
+\capitalacute Accents.html#index-_005ccapitalacute
+\capitalbreve Accents.html#index-_005ccapitalbreve
+\capitalcaron Accents.html#index-_005ccapitalcaron
+\capitalcedilla Accents.html#index-_005ccapitalcedilla
+\capitalcircumflex Accents.html#index-_005ccapitalcircumflex
+\capitaldieresis Accents.html#index-_005ccapitaldieresis
+\capitaldotaccent Accents.html#index-_005ccapitaldotaccent
+\capitalgrave Accents.html#index-_005ccapitalgrave
+\capitalhungarumlaut Accents.html#index-_005ccapitalhungarumlaut
+\capitalmacron Accents.html#index-_005ccapitalmacron
+\capitalnewtie Accents.html#index-_005ccapitalnewtie
+\capitalogonek Accents.html#index-_005ccapitalogonek
+\capitalring Accents.html#index-_005ccapitalring
+\capitaltie Accents.html#index-_005ccapitaltie
+\capitaltilde Accents.html#index-_005ccapitaltilde
+\caption figure.html#index-_005ccaption
+\caption table.html#index-_005ccaption-1
+\cc _005ccc.html#index-_005ccc
+\cdot Math-symbols.html#index-_005ccdot
+\cdots Dots.html#index-_005ccdots
+\centering _005ccentering.html#index-_005ccentering
+\chapter Sectioning.html#index-_005cchapter
+\chapter _005cchapter.html#index-_005cchapter-1
+\check Math-accents.html#index-_005ccheck
+\CheckCommand Class-and-package-commands.html#index-_005cCheckCommand
+\CheckCommand* Class-and-package-commands.html#index-_005cCheckCommand_002a
+\chi Math-symbols.html#index-_005cchi
+\circ Math-symbols.html#index-_005ccirc
+\circle _005ccircle.html#index-_005ccircle
+\cite _005ccite.html#index-_005ccite
+\ClassError Class-and-package-commands.html#index-_005cClassError
+\ClassInfo Class-and-package-commands.html#index-_005cClassInfo
+\ClassInfoNoLine Class-and-package-commands.html#index-_005cClassInfoNoLine
+\ClassWarning Class-and-package-commands.html#index-_005cClassWarning
+\ClassWarningNoLine Class-and-package-commands.html#index-_005cClassWarningNoLine
+\cleardoublepage _005cclearpage-_0026-_005ccleardoublepage.html#index-_005ccleardoublepage
+\clearpage _005cclearpage-_0026-_005ccleardoublepage.html#index-_005cclearpage
+\cline _005ccline.html#index-_005ccline
+\closein _005copenin-_0026-_005copenout.html#index-_005cclosein
+\closeout _005copenin-_0026-_005copenout.html#index-_005ccloseout
+\closing _005cclosing.html#index-_005cclosing
+\clubsuit Math-symbols.html#index-_005cclubsuit
+\colon Colon-character-_0026-_005ccolon.html#index-_005ccolon
+\columnsep _005ctwocolumn.html#index-_005ccolumnsep
+\columnsep Page-layout-parameters.html#index-_005ccolumnsep-1
+\columnsep Page-layout-parameters.html#index-_005ccolumnsep-2
+\columnseprule _005ctwocolumn.html#index-_005ccolumnseprule
+\columnseprule Page-layout-parameters.html#index-_005ccolumnseprule-1
+\columnseprule Page-layout-parameters.html#index-_005ccolumnseprule-2
+\columnwidth _005ctwocolumn.html#index-_005ccolumnwidth
+\columnwidth Page-layout-parameters.html#index-_005ccolumnwidth-1
+\columnwidth Page-layout-parameters.html#index-_005ccolumnwidth-2
+\complement Math-symbols.html#index-_005ccomplement
+\cong Math-symbols.html#index-_005ccong
+\contentsline _005caddcontentsline.html#index-_005ccontentsline
+\coprod Math-symbols.html#index-_005ccoprod
+\copyright Text-symbols.html#index-_005ccopyright
+\cos Math-functions.html#index-_005ccos
+\cosh Math-functions.html#index-_005ccosh
+\cot Math-functions.html#index-_005ccot
+\coth Math-functions.html#index-_005ccoth
+\csc Math-functions.html#index-_005ccsc
+\cup Math-symbols.html#index-_005ccup
+\CurrentOption Class-and-package-commands.html#index-_005cCurrentOption
+\d Accents.html#index-_005cd-_0028dot_002dunder-accent_0029
+\dag Text-symbols.html#index-_005cdag
+\dagger Math-symbols.html#index-_005cdagger
+\dashbox _005cdashbox.html#index-_005cdashbox
+\dashv Math-symbols.html#index-_005cdashv
+\date{text} _005cmaketitle.html#index-_005cdate_007btext_007d
+\day _005cday-_0026-_005cmonth-_0026-_005cyear.html#index-_005cday
+\dblfloatpagefraction _005ctwocolumn.html#index-_005cdblfloatpagefraction
+\dblfloatsep _005ctwocolumn.html#index-_005cdblfloatsep
+\dbltextfloatsep _005ctwocolumn.html#index-_005cdbltextfloatsep
+\dbltopfraction _005ctwocolumn.html#index-_005cdbltopfraction
+\dbltopnumber _005ctwocolumn.html#index-_005cdbltopnumber
+\ddag Text-symbols.html#index-_005cddag
+\ddagger Math-symbols.html#index-_005cddagger
+\ddot Math-accents.html#index-_005cddot
+\ddots Dots.html#index-_005cddots
+\DeclareFontEncoding _005cDeclareFontEncoding.html#index-_005cDeclareFontEncoding
+\DeclareGraphicsExtensions _005cDeclareGraphicsExtensions.html#index-_005cDeclareGraphicsExtensions
+\DeclareGraphicsRule _005cDeclareGraphicsRule.html#index-_005cDeclareGraphicsRule
+\DeclareOption Class-and-package-commands.html#index-_005cDeclareOption
+\DeclareOption* Class-and-package-commands.html#index-_005cDeclareOption_002a
+\DeclareRobustCommand Class-and-package-commands.html#index-_005cDeclareRobustCommand
+\DeclareRobustCommand* Class-and-package-commands.html#index-_005cDeclareRobustCommand_002a
+\DeclareTextAccent _005cDeclareTextAccent.html#index-_005cDeclareTextAccent
+\DeclareTextAccent _005cDeclareTextAccentDefault.html#index-_005cDeclareTextAccent-1
+\DeclareTextAccentDefault _005cDeclareTextAccentDefault.html#index-_005cDeclareTextAccentDefault
+\DeclareTextCommand _005cDeclareTextCommand-_0026-_005cProvideTextCommand.html#index-_005cDeclareTextCommand
+\DeclareTextCommand _005cDeclareTextCommandDefault-_0026-_005cProvideTextCommandDefault.html#index-_005cDeclareTextCommand-1
+\DeclareTextCommandDefault _005cDeclareTextCommand-_0026-_005cProvideTextCommand.html#index-_005cDeclareTextCommandDefault
+\DeclareTextCommandDefault _005cDeclareTextCommandDefault-_0026-_005cProvideTextCommandDefault.html#index-_005cDeclareTextCommandDefault-1
+\DeclareTextComposite _005cDeclareTextComposite.html#index-_005cDeclareTextComposite
+\DeclareTextCompositeCommand _005cDeclareTextCompositeCommand.html#index-_005cDeclareTextCompositeCommand
+\DeclareTextSymbol _005cDeclareTextSymbol.html#index-_005cDeclareTextSymbol
+\DeclareTextSymbol _005cDeclareTextSymbolDefault.html#index-_005cDeclareTextSymbol-1
+\DeclareTextSymbolDefault _005cDeclareTextSymbolDefault.html#index-_005cDeclareTextSymbolDefault
+\deg Math-functions.html#index-_005cdeg
+\Delta Math-symbols.html#index-_005cDelta
+\delta Math-symbols.html#index-_005cdelta
+\det Math-functions.html#index-_005cdet
+\dh Additional-Latin-letters.html#index-_005cdh-_0028d_0029
+\DH Additional-Latin-letters.html#index-_005cDH-_0028D_0029
+\Diamond Math-symbols.html#index-_005cDiamond
+\diamond Math-symbols.html#index-_005cdiamond
+\diamondsuit Math-symbols.html#index-_005cdiamondsuit
+\dim Math-functions.html#index-_005cdim
+\displaystyle Math-formulas.html#index-_005cdisplaystyle
+\div Math-symbols.html#index-_005cdiv
+\dj Additional-Latin-letters.html#index-_005cdj
+\DJ Additional-Latin-letters.html#index-_005cDJ
+\documentclass Document-classes.html#index-_005cdocumentclass
+\dot Math-accents.html#index-_005cdot
+\doteq Math-symbols.html#index-_005cdoteq
+\dotfill _005chrulefill-_0026-_005cdotfill.html#index-_005cdotfill
+\dots Text-symbols.html#index-_005cdots
+\doublerulesep tabular.html#index-_005cdoublerulesep
+\downarrow Math-symbols.html#index-_005cdownarrow
+\Downarrow Math-symbols.html#index-_005cDownarrow
+\ell Math-symbols.html#index-_005cell
+\emph Font-styles.html#index-_005cemph
+\emptyset Math-symbols.html#index-_005cemptyset
+\encl _005cencl.html#index-_005cencl
+\end Environments.html#index-_005cend
+\endinput _005cendinput.html#index-_005cendinput
+\enlargethispage _005cenlargethispage.html#index-_005cenlargethispage
+\enspace _005censpace-_0026-_005cquad-_0026-_005cqquad.html#index-_005censpace
+\enumi enumerate.html#index-_005cenumi
+\enumii enumerate.html#index-_005cenumii
+\enumiii enumerate.html#index-_005cenumiii
+\enumiv enumerate.html#index-_005cenumiv
+\epsilon Math-symbols.html#index-_005cepsilon
+\equiv Math-symbols.html#index-_005cequiv
+\eta Math-symbols.html#index-_005ceta
+\evensidemargin Document-class-options.html#index-_005cevensidemargin
+\evensidemargin Page-layout-parameters.html#index-_005cevensidemargin-1
+\evensidemargin Page-layout-parameters.html#index-_005cevensidemargin-2
+\ExecuteOptions Class-and-package-commands.html#index-_005cExecuteOptions
+\exists Math-symbols.html#index-_005cexists
+\exp Math-functions.html#index-_005cexp
+\extracolsep tabular.html#index-_005cextracolsep
+\fbox _005cfbox-_0026-_005cframebox.html#index-_005cfbox
+\fboxrule _005cframebox-_0028picture_0029.html#index-_005cfboxrule-1
+\fboxrule _005cfbox-_0026-_005cframebox.html#index-_005cfboxrule
+\fboxrule _005cfbox-_0026-_005cframebox.html#index-_005cfboxrule-2
+\fboxsep _005cframebox-_0028picture_0029.html#index-_005cfboxsep-1
+\fboxsep _005cfbox-_0026-_005cframebox.html#index-_005cfboxsep
+\fboxsep _005cfbox-_0026-_005cframebox.html#index-_005cfboxsep-2
+\fill _005chfill.html#index-_005cfill
+\flat Math-symbols.html#index-_005cflat
+\floatpagefraction Floats.html#index-_005cfloatpagefraction
+\floatpagefraction Floats.html#index-_005cfloatpagefraction-1
+\floatsep Floats.html#index-_005cfloatsep
+\floatsep Floats.html#index-_005cfloatsep-1
+\flushbottom _005cflushbottom.html#index-_005cflushbottom
+\fnsymbol, _005cfootnote.html#index-_005cfnsymbol_002c-and-footnotes
+\fnsymbol{counter} _005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol.html#index-_005cfnsymbol_007bcounter_007d
+\fontencoding Low_002dlevel-font-commands.html#index-_005cfontencoding
+\fontfamily Low_002dlevel-font-commands.html#index-_005cfontfamily
+\fontseries Low_002dlevel-font-commands.html#index-_005cfontseries
+\fontshape Low_002dlevel-font-commands.html#index-_005cfontshape
+\fontsize Low_002dlevel-font-commands.html#index-_005cfontsize
+\footnote _005cfootnote.html#index-_005cfootnote
+\footnotemark _005cfootnotemark.html#index-_005cfootnotemark
+\footnoterule _005cfootnote.html#index-_005cfootnoterule
+\footnotesep _005cfootnote.html#index-_005cfootnotesep
+\footnotesize Font-sizes.html#index-_005cfootnotesize
+\footnotetext _005cfootnotetext.html#index-_005cfootnotetext
+\footskip Page-layout-parameters.html#index-_005cfootskip
+\footskip Page-layout-parameters.html#index-_005cfootskip-1
+\forall Math-symbols.html#index-_005cforall
+\frac _005cfrac.html#index-_005cfrac
+\frame _005cframe.html#index-_005cframe
+\framebox _005cframebox-_0028picture_0029.html#index-_005cframebox
+\framebox _005cfbox-_0026-_005cframebox.html#index-_005cframebox-1
+\frenchspacing _005cfrenchspacing.html#index-_005cfrenchspacing
+\frontmatter _005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter.html#index-_005cfrontmatter
+\frown Math-symbols.html#index-_005cfrown
+\fussy _005cfussy-_0026-_005csloppy.html#index-_005cfussy
+\Gamma Math-symbols.html#index-_005cGamma
+\gamma Math-symbols.html#index-_005cgamma
+\gcd Math-functions.html#index-_005cgcd
+\ge Math-symbols.html#index-_005cge
+\geq Math-symbols.html#index-_005cgeq
+\gets Math-symbols.html#index-_005cgets
+\gg Math-symbols.html#index-_005cgg
+\gls _005cgls.html#index-_005cgls
+\graphicspath _005cgraphicspath.html#index-_005cgraphicspath
+\graphpaper _005cgraphpaper.html#index-_005cgraphpaper
+\grave Math-accents.html#index-_005cgrave
+\guillemotleft Text-symbols.html#index-_005cguillemotleft-_0028_00ab_0029
+\guillemotright Text-symbols.html#index-_005cguillemotright-_0028_00bb_0029
+\guilsinglleft Text-symbols.html#index-_005cguilsinglleft-_0028_2039_0029
+\guilsinglright Text-symbols.html#index-_005cguilsinglright-_0028_203a_0029
+\H Accents.html#index-_005cH-_0028Hungarian-umlaut-accent_0029
+\hat Math-accents.html#index-_005chat
+\hbar Math-symbols.html#index-_005chbar
+\headheight Page-layout-parameters.html#index-_005cheadheight
+\headheight Page-layout-parameters.html#index-_005cheadheight-1
+\headsep Page-layout-parameters.html#index-_005cheadsep
+\headsep Page-layout-parameters.html#index-_005cheadsep-1
+\heartsuit Math-symbols.html#index-_005cheartsuit
+\hfill _005chfill.html#index-_005chfill
+\hline _005chline.html#index-_005chline
+\hom Math-functions.html#index-_005chom
+\hookleftarrow Math-symbols.html#index-_005chookleftarrow
+\hookrightarrow Math-symbols.html#index-_005chookrightarrow
+\hrulefill _005chrulefill-_0026-_005cdotfill.html#index-_005chrulefill
+\hsize Page-layout-parameters.html#index-_005chsize
+\hsize Page-layout-parameters.html#index-_005chsize-1
+\hspace _005chspace.html#index-_005chspace
+\hss _005chss.html#index-_005chss
+\huge Font-sizes.html#index-_005chuge
+\Huge Font-sizes.html#index-_005cHuge
+\hyphenation _005chyphenation.html#index-_005chyphenation
+\i Accents.html#index-_005ci-_0028dotless-i_0029
+\iff Math-symbols.html#index-_005ciff
+\IfFileExists Class-and-package-commands.html#index-_005cIfFileExists
+\ignorespaces _005cignorespaces-_0026-_005cignorespacesafterend.html#index-_005cignorespaces
+\ignorespacesafterend _005cignorespaces-_0026-_005cignorespacesafterend.html#index-_005cignorespacesafterend
+\ij Additional-Latin-letters.html#index-_005cij-_0028ij_0029
+\IJ Additional-Latin-letters.html#index-_005cIJ-_0028IJ_0029
+\Im Math-symbols.html#index-_005cIm
+\imath Math-symbols.html#index-_005cimath
+\in Math-symbols.html#index-_005cin
+\include _005cinclude-_0026-_005cincludeonly.html#index-_005cinclude
+\includegraphics _005cincludegraphics.html#index-_005cincludegraphics
+\includeonly _005cinclude-_0026-_005cincludeonly.html#index-_005cincludeonly
+\indent _005cindent-_0026-_005cnoindent.html#index-_005cindent
+\index Indexes.html#index-_005cindex
+\index _005cindex.html#index-_005cindex-1
+\indexentry _005cindex.html#index-_005cindexentry
+\indexspace makeindex.html#index-_005cindexspace
+\inf Math-functions.html#index-_005cinf
+\infty Math-symbols.html#index-_005cinfty
+\input _005cinput.html#index-_005cinput
+\InputIfFileExists Class-and-package-commands.html#index-_005cInputIfFileExists
+\int Math-symbols.html#index-_005cint
+\intextsep Floats.html#index-_005cintextsep
+\intextsep Floats.html#index-_005cintextsep-1
+\iota Math-symbols.html#index-_005ciota
+\it Font-styles.html#index-_005cit
+\item description.html#index-_005citem
+\item enumerate.html#index-_005citem-1
+\item itemize.html#index-_005citem-2
+\item itemize.html#index-_005citem-3
+\itemindent list.html#index-_005citemindent
+\itemsep list.html#index-_005citemsep
+\itshape Font-styles.html#index-_005citshape
+\j Accents.html#index-_005cj-_0028dotless-j_0029
+\jmath Math-symbols.html#index-_005cjmath
+\Join Math-symbols.html#index-_005cJoin
+\k Accents.html#index-_005ck-_0028ogonek_0029
+\kappa Math-symbols.html#index-_005ckappa
+\ker Math-functions.html#index-_005cker
+\kill tabbing.html#index-_005ckill
+\l Additional-Latin-letters.html#index-_005cl-_0028l_0029
+\L Additional-Latin-letters.html#index-_005cL-_0028L_0029
+\label _005clabel.html#index-_005clabel
+\labelenumi enumerate.html#index-_005clabelenumi
+\labelenumii enumerate.html#index-_005clabelenumii
+\labelenumiii enumerate.html#index-_005clabelenumiii
+\labelenumiv enumerate.html#index-_005clabelenumiv
+\labelitemi itemize.html#index-_005clabelitemi
+\labelitemii itemize.html#index-_005clabelitemii
+\labelitemiii itemize.html#index-_005clabelitemiii
+\labelitemiv itemize.html#index-_005clabelitemiv
+\labelsep list.html#index-_005clabelsep
+\labelwidth list.html#index-_005clabelwidth
+\Lambda Math-symbols.html#index-_005cLambda
+\lambda Math-symbols.html#index-_005clambda
+\land Math-symbols.html#index-_005cland
+\langle Math-symbols.html#index-_005clangle
+\large Font-sizes.html#index-_005clarge
+\Large Font-sizes.html#index-_005cLarge
+\LARGE Font-sizes.html#index-_005cLARGE
+\LastDeclaredEncoding _005cLastDeclaredEncoding.html#index-_005cLastDeclaredEncoding
+\LaTeX Text-symbols.html#index-_005cLaTeX
+\LaTeXe Text-symbols.html#index-_005cLaTeXe
+\lbrace Math-symbols.html#index-_005clbrace
+\lbrack Math-symbols.html#index-_005clbrack
+\lceil Math-symbols.html#index-_005clceil
+\ldots Dots.html#index-_005cldots
+\ldots Text-symbols.html#index-_005cldots-1
+\le Math-symbols.html#index-_005cle
+\leadsto Math-symbols.html#index-_005cleadsto
+\left _005cleft-_0026-_005cright.html#index-_005cleft
+\Leftarrow Math-symbols.html#index-_005cLeftarrow
+\leftarrow Math-symbols.html#index-_005cleftarrow
+\lefteqn eqnarray.html#index-_005clefteqn
+\leftharpoondown Math-symbols.html#index-_005cleftharpoondown
+\leftharpoonup Math-symbols.html#index-_005cleftharpoonup
+\leftmargin itemize.html#index-_005cleftmargin
+\leftmargin list.html#index-_005cleftmargin-1
+\leftmargini itemize.html#index-_005cleftmargini
+\leftmarginii itemize.html#index-_005cleftmarginii
+\leftmarginiii itemize.html#index-_005cleftmarginiii
+\leftmarginiv itemize.html#index-_005cleftmarginiv
+\leftmarginv itemize.html#index-_005cleftmarginv
+\leftmarginvi itemize.html#index-_005cleftmarginvi
+\Leftrightarrow Math-symbols.html#index-_005cLeftrightarrow
+\leftrightarrow Math-symbols.html#index-_005cleftrightarrow
+\leq Math-symbols.html#index-_005cleq
+\lfloor Math-symbols.html#index-_005clfloor
+\lg Math-functions.html#index-_005clg
+\lhd Math-symbols.html#index-_005clhd
+\lim Math-functions.html#index-_005clim
+\liminf Math-functions.html#index-_005climinf
+\limsup Math-functions.html#index-_005climsup
+\line _005cline.html#index-_005cline
+\linebreak _005clinebreak-_0026-_005cnolinebreak.html#index-_005clinebreak
+\linespread Low_002dlevel-font-commands.html#index-_005clinespread
+\linethickness _005clinethickness.html#index-_005clinethickness
+\linewidth Page-layout-parameters.html#index-_005clinewidth
+\linewidth Page-layout-parameters.html#index-_005clinewidth-1
+\listoffigures Table-of-contents-etc_002e.html#index-_005clistoffigures
+\listoftables Table-of-contents-etc_002e.html#index-_005clistoftables
+\listparindent list.html#index-_005clistparindent
+\ll Math-symbols.html#index-_005cll
+\ln Math-functions.html#index-_005cln
+\lnot Math-symbols.html#index-_005clnot
+\LoadClass Class-and-package-commands.html#index-_005cLoadClass
+\LoadClassWithOptions Class-and-package-commands.html#index-_005cLoadClassWithOptions
+\location _005clocation.html#index-_005clocation
+\log Math-functions.html#index-_005clog
+\longleftarrow Math-symbols.html#index-_005clongleftarrow
+\longleftrightarrow Math-symbols.html#index-_005clongleftrightarrow
+\longmapsto Math-symbols.html#index-_005clongmapsto
+\longrightarrow Math-symbols.html#index-_005clongrightarrow
+\lor Math-symbols.html#index-_005clor
+\lq Text-symbols.html#index-_005clq
+\mainmatter _005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter.html#index-_005cmainmatter
+\makebox _005cmbox-_0026-_005cmakebox.html#index-_005cmakebox
+\makebox _005cmakebox-_0028picture_0029.html#index-_005cmakebox-_0028for-picture_0029
+\makeglossary Glossaries.html#index-_005cmakeglossary
+\makeglossary Glossaries.html#index-_005cmakeglossary-1
+\makeindex Indexes.html#index-_005cmakeindex
+\makelabel list.html#index-_005cmakelabel
+\makelabels _005cmakelabels.html#index-_005cmakelabels
+\maketitle _005cmaketitle.html#index-_005cmaketitle
+\mapsto Math-symbols.html#index-_005cmapsto
+\marginpar Marginal-notes.html#index-_005cmarginpar
+\marginparpush Page-layout-parameters.html#index-_005cmarginparpush
+\marginparpush Page-layout-parameters.html#index-_005cmarginparpush-1
+\marginparpush Marginal-notes.html#index-_005cmarginparpush-2
+\marginparsep Marginal-notes.html#index-_005cmarginparsep
+\marginparwidth Page-layout-parameters.html#index-_005cmarginparwidth
+\marginparwidth Page-layout-parameters.html#index-_005cmarginparwidth-1
+\marginparwidth Marginal-notes.html#index-_005cmarginparwidth-2
+\marginsep Page-layout-parameters.html#index-_005cmarginsep
+\marginsep Page-layout-parameters.html#index-_005cmarginsep-1
+\markboth{left-head}{right-head} _005cpagestyle.html#index-_005cmarkboth_007bleft_002dhead_007d_007bright_002dhead_007d
+\markright{right} _005cpagestyle.html#index-_005cmarkright_007bright_007d
+\mathbf Font-styles.html#index-_005cmathbf
+\mathcal Font-styles.html#index-_005cmathcal
+\mathdollar Math-symbols.html#index-_005cmathdollar
+\mathnormal Font-styles.html#index-_005cmathnormal
+\mathparagraph Math-symbols.html#index-_005cmathparagraph
+\mathring Math-accents.html#index-_005cmathring
+\mathrm Font-styles.html#index-_005cmathrm
+\mathsection Math-symbols.html#index-_005cmathsection
+\mathsf Font-styles.html#index-_005cmathsf
+\mathsterling Math-symbols.html#index-_005cmathsterling
+\mathtt Font-styles.html#index-_005cmathtt
+\mathunderscore Math-symbols.html#index-_005cmathunderscore
+\mathversion Font-styles.html#index-_005cmathversion
+\max Math-functions.html#index-_005cmax
+\mbox _005cmbox-_0026-_005cmakebox.html#index-_005cmbox
+\mdseries Font-styles.html#index-_005cmdseries
+\medskip _005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip.html#index-_005cmedskip
+\medskipamount _005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip.html#index-_005cmedskipamount
+\medspace Spacing-in-math-mode.html#index-_005cmedspace
+\message _005cmessage.html#index-_005cmessage
+\mho Math-symbols.html#index-_005cmho
+\mid Math-symbols.html#index-_005cmid
+\min Math-functions.html#index-_005cmin
+\models Math-symbols.html#index-_005cmodels
+\month _005cday-_0026-_005cmonth-_0026-_005cyear.html#index-_005cmonth
+\mp Math-symbols.html#index-_005cmp
+\mu Math-symbols.html#index-_005cmu
+\multicolumn _005cmulticolumn.html#index-_005cmulticolumn
+\multiput _005cmultiput.html#index-_005cmultiput
+\nabla Math-symbols.html#index-_005cnabla
+\name _005cname.html#index-_005cname
+\natural Math-symbols.html#index-_005cnatural
+\ne Math-symbols.html#index-_005cne
+\nearrow Math-symbols.html#index-_005cnearrow
+\NeedsTeXFormat Class-and-package-commands.html#index-_005cNeedsTeXFormat
+\neg Math-symbols.html#index-_005cneg
+\negthinspace Spacing-in-math-mode.html#index-_005cnegthinspace
+\negthinspace _005cthinspace-_0026-_005cnegthinspace.html#index-_005cnegthinspace-1
+\neq Math-symbols.html#index-_005cneq
+\newcommand _005cnewcommand-_0026-_005crenewcommand.html#index-_005cnewcommand
+\newcounter _005cnewcounter.html#index-_005cnewcounter
+\newenvironment _005cnewenvironment-_0026-_005crenewenvironment.html#index-_005cnewenvironment
+\newfont _005cnewfont.html#index-_005cnewfont
+\newglossaryentry _005cnewglossaryentry.html#index-_005cnewglossaryentry
+\newlength _005cnewlength.html#index-_005cnewlength
+\newline _005cnewline.html#index-_005cnewline
+\NEWLINE _005c_0028SPACE_0029.html#index-_005cNEWLINE
+\newpage _005cnewpage.html#index-_005cnewpage
+\newsavebox _005cnewsavebox.html#index-_005cnewsavebox
+\newtheorem _005cnewtheorem.html#index-_005cnewtheorem
+\newtie Accents.html#index-_005cnewtie
+\ng Additional-Latin-letters.html#index-_005cng
+\NG Additional-Latin-letters.html#index-_005cNG
+\ni Math-symbols.html#index-_005cni
+\nocite _005cnocite.html#index-_005cnocite
+\nocorr Font-styles.html#index-_005cnocorr
+\nocorrlist Font-styles.html#index-_005cnocorrlist
+\nofiles _005cnofiles.html#index-_005cnofiles
+\noindent _005cindent-_0026-_005cnoindent.html#index-_005cnoindent
+\nolinebreak _005clinebreak-_0026-_005cnolinebreak.html#index-_005cnolinebreak
+\nonfrenchspacing _005cfrenchspacing.html#index-_005cnonfrenchspacing
+\nonumber eqnarray.html#index-_005cnonumber
+\nopagebreak _005cpagebreak-_0026-_005cnopagebreak.html#index-_005cnopagebreak
+\normalfont Font-styles.html#index-_005cnormalfont
+\normalmarginpar Marginal-notes.html#index-_005cnormalmarginpar
+\normalsfcodes _005cnormalsfcodes.html#index-_005cnormalsfcodes
+\normalsize Font-sizes.html#index-_005cnormalsize
+\not Math-symbols.html#index-_005cnot
+\notin Math-symbols.html#index-_005cnotin
+\nu Math-symbols.html#index-_005cnu
+\nwarrow Math-symbols.html#index-_005cnwarrow
+\o Additional-Latin-letters.html#index-_005co-_0028o_0029
+\O Additional-Latin-letters.html#index-_005cO-_0028O_0029
+\obeycr _005cobeycr-_0026-_005crestorecr.html#index-_005cobeycr
+\oddsidemargin Document-class-options.html#index-_005coddsidemargin
+\oddsidemargin Page-layout-parameters.html#index-_005coddsidemargin-1
+\oddsidemargin Page-layout-parameters.html#index-_005coddsidemargin-2
+\odot Math-symbols.html#index-_005codot
+\oe Additional-Latin-letters.html#index-_005coe-_0028oe_0029
+\OE Additional-Latin-letters.html#index-_005cOE-_0028OE_0029
+\oint Math-symbols.html#index-_005coint
+\oldstylenums Font-styles.html#index-_005coldstylenums
+\Omega Math-symbols.html#index-_005cOmega
+\omega Math-symbols.html#index-_005comega
+\ominus Math-symbols.html#index-_005cominus
+\onecolumn _005conecolumn.html#index-_005conecolumn
+\openin _005copenin-_0026-_005copenout.html#index-_005copenin
+\opening _005copening.html#index-_005copening
+\openout _005copenin-_0026-_005copenout.html#index-_005copenout
+\oplus Math-symbols.html#index-_005coplus
+\OptionNotUsed Class-and-package-commands.html#index-_005cOptionNotUsed
+\oslash Math-symbols.html#index-_005coslash
+\otimes Math-symbols.html#index-_005cotimes
+\oval _005coval.html#index-_005coval
+\overbrace{math} Over_002d-and-Underlining.html#index-_005coverbrace_007bmath_007d
+\overline{text} Over_002d-and-Underlining.html#index-_005coverline_007btext_007d
+\owns Math-symbols.html#index-_005cowns
+\P Text-symbols.html#index-_005cP
+\PackageError Class-and-package-commands.html#index-_005cPackageError
+\PackageInfo Class-and-package-commands.html#index-_005cPackageInfo
+\PackageInfoNoLine Class-and-package-commands.html#index-_005cPackageInfoNoLine
+\PackageWarning Class-and-package-commands.html#index-_005cPackageWarning
+\PackageWarningNoLine Class-and-package-commands.html#index-_005cPackageWarningNoLine
+\pagebreak _005cpagebreak-_0026-_005cnopagebreak.html#index-_005cpagebreak
+\pagenumbering _005cpagenumbering.html#index-_005cpagenumbering
+\pageref _005cpageref.html#index-_005cpageref
+\pagestyle _005cpagestyle.html#index-_005cpagestyle
+\paperheight Page-layout-parameters.html#index-_005cpaperheight
+\paperheight Page-layout-parameters.html#index-_005cpaperheight-1
+\paperwidth Page-layout-parameters.html#index-_005cpaperwidth
+\paperwidth Page-layout-parameters.html#index-_005cpaperwidth-1
+\par _005cpar.html#index-_005cpar
+\paragraph Sectioning.html#index-_005cparagraph
+\paragraph _005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph.html#index-_005cparagraph-1
+\parallel Math-symbols.html#index-_005cparallel
+\parbox _005cparbox.html#index-_005cparbox
+\parindent minipage.html#index-_005cparindent
+\parindent _005cindent-_0026-_005cnoindent.html#index-_005cparindent-1
+\parindent _005cparindent-_0026-_005cparskip.html#index-_005cparindent-2
+\parsep list.html#index-_005cparsep
+\parskip _005cparindent-_0026-_005cparskip.html#index-_005cparskip
+\parskip itemize.html#index-_005cparskip-example
+\part Sectioning.html#index-_005cpart
+\part _005cpart.html#index-_005cpart-1
+\partial Math-symbols.html#index-_005cpartial
+\partopsep list.html#index-_005cpartopsep
+\PassOptionsToClass Class-and-package-commands.html#index-_005cPassOptionsToClass
+\PassOptionsToPackage Class-and-package-commands.html#index-_005cPassOptionsToPackage
+\pdfpageheight Document-class-options.html#index-_005cpdfpageheight
+\pdfpagewidth Document-class-options.html#index-_005cpdfpagewidth
+\perp Math-symbols.html#index-_005cperp
+\Phi Math-symbols.html#index-_005cPhi
+\phi Math-symbols.html#index-_005cphi
+\Pi Math-symbols.html#index-_005cPi
+\pi Math-symbols.html#index-_005cpi
+\pm Math-symbols.html#index-_005cpm
+\pmod Math-functions.html#index-_005cpmod
+\poptabs tabbing.html#index-_005cpoptabs
+\poptabs tabbing.html#index-_005cpoptabs-1
+\pounds Text-symbols.html#index-_005cpounds
+\Pr Math-functions.html#index-_005cPr
+\prec Math-symbols.html#index-_005cprec
+\preceq Math-symbols.html#index-_005cpreceq
+\prime Math-symbols.html#index-_005cprime
+\printglossaries Glossaries.html#index-_005cprintglossaries
+\printglossaries Glossaries.html#index-_005cprintglossaries-1
+\printindex _005cprintindex.html#index-_005cprintindex
+\printindex _005cprintindex.html#index-_005cprintindex-1
+\ProcessOptions Class-and-package-commands.html#index-_005cProcessOptions
+\ProcessOptions* Class-and-package-commands.html#index-_005cProcessOptions_002a
+\prod Math-symbols.html#index-_005cprod
+\propto Math-symbols.html#index-_005cpropto
+\protect _005cprotect.html#index-_005cprotect
+\providecommand _005cprovidecommand.html#index-_005cprovidecommand
+\ProvidesClass Class-and-package-commands.html#index-_005cProvidesClass
+\ProvidesFile Class-and-package-commands.html#index-_005cProvidesFile
+\ProvidesPackage Class-and-package-commands.html#index-_005cProvidesPackage
+\ProvideTextCommand _005cDeclareTextCommand-_0026-_005cProvideTextCommand.html#index-_005cProvideTextCommand
+\ProvideTextCommand _005cDeclareTextCommandDefault-_0026-_005cProvideTextCommandDefault.html#index-_005cProvideTextCommand-1
+\ProvideTextCommandDefault _005cDeclareTextCommandDefault-_0026-_005cProvideTextCommandDefault.html#index-_005cProvideTextCommandDefault
+\ps _005cps.html#index-_005cps
+\Psi Math-symbols.html#index-_005cPsi
+\psi Math-symbols.html#index-_005cpsi
+\pushtabs tabbing.html#index-_005cpushtabs
+\put _005cput.html#index-_005cput
+\qbezier _005cqbezier.html#index-_005cqbezier
+\qquad Spacing-in-math-mode.html#index-_005cqquad
+\qquad _005censpace-_0026-_005cquad-_0026-_005cqquad.html#index-_005cqquad-1
+\quad Spacing-in-math-mode.html#index-_005cquad
+\quad _005censpace-_0026-_005cquad-_0026-_005cqquad.html#index-_005cquad-1
+\quotedblbase Text-symbols.html#index-_005cquotedblbase-_0028_201e_0029
+\quotesinglbase Text-symbols.html#index-_005cquotesinglbase-_0028_201a_0029
+\r Accents.html#index-_005cr-_0028ring-accent_0029
+\raggedbottom _005craggedbottom.html#index-_005craggedbottom
+\raggedleft _005craggedleft.html#index-_005craggedleft
+\raggedright _005craggedright.html#index-_005craggedright
+\raisebox _005craisebox.html#index-_005craisebox
+\rangle Math-symbols.html#index-_005crangle
+\rbrace Math-symbols.html#index-_005crbrace
+\rbrack Math-symbols.html#index-_005crbrack
+\rceil Math-symbols.html#index-_005crceil
+\Re Math-symbols.html#index-_005cRe
+\read _005cread.html#index-_005cread
+\ref _005cref.html#index-_005cref
+\reflectbox _005cscalebox.html#index-_005creflectbox
+\refstepcounter _005crefstepcounter.html#index-_005crefstepcounter
+\renewenvironment _005cnewenvironment-_0026-_005crenewenvironment.html#index-_005crenewenvironment
+\RequirePackage Class-and-package-commands.html#index-_005cRequirePackage
+\RequirePackageWithOptions Class-and-package-commands.html#index-_005cRequirePackageWithOptions
+\resizebox _005cresizebox.html#index-_005cresizebox
+\restorecr _005cobeycr-_0026-_005crestorecr.html#index-_005crestorecr
+\restriction Math-symbols.html#index-_005crestriction
+\revemptyset Math-symbols.html#index-_005crevemptyset
+\reversemarginpar Marginal-notes.html#index-_005creversemarginpar
+\rfloor Math-symbols.html#index-_005crfloor
+\rhd Math-symbols.html#index-_005crhd
+\rho Math-symbols.html#index-_005crho
+\right _005cleft-_0026-_005cright.html#index-_005cright
+\Rightarrow Math-symbols.html#index-_005cRightarrow
+\rightarrow Math-symbols.html#index-_005crightarrow
+\rightharpoondown Math-symbols.html#index-_005crightharpoondown
+\rightharpoonup Math-symbols.html#index-_005crightharpoonup
+\rightleftharpoons Math-symbols.html#index-_005crightleftharpoons
+\rightmargin list.html#index-_005crightmargin
+\rm Font-styles.html#index-_005crm
+\rmfamily Font-styles.html#index-_005crmfamily
+\roman{counter} _005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol.html#index-_005croman_007bcounter_007d
+\Roman{counter} _005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol.html#index-_005cRoman_007bcounter_007d
+\rotatebox _005crotatebox.html#index-_005crotatebox
+\rq Text-symbols.html#index-_005crq
+\rule _005crule.html#index-_005crule
+\S Text-symbols.html#index-_005cS
+\savebox _005csbox-_0026-_005csavebox.html#index-_005csavebox
+\sbox _005csbox-_0026-_005csavebox.html#index-_005csbox
+\sc Font-styles.html#index-_005csc
+\scalebox _005cscalebox.html#index-_005cscalebox
+\scriptsize Font-sizes.html#index-_005cscriptsize
+\scshape Font-styles.html#index-_005cscshape
+\searrow Math-symbols.html#index-_005csearrow
+\sec Math-functions.html#index-_005csec
+\section Sectioning.html#index-_005csection
+\section _005csection.html#index-_005csection-1
+\seename _005cindex.html#index-_005cseename
+\selectfont Low_002dlevel-font-commands.html#index-_005cselectfont
+\setcounter _005csetcounter.html#index-_005csetcounter
+\setlength _005csetlength.html#index-_005csetlength
+\setminus Math-symbols.html#index-_005csetminus
+\settodepth _005csettodepth.html#index-_005csettodepth
+\settoheight _005csettoheight.html#index-_005csettoheight
+\settowidth _005csettowidth.html#index-_005csettowidth
+\sf Font-styles.html#index-_005csf
+\sffamily Font-styles.html#index-_005csffamily
+\sharp Math-symbols.html#index-_005csharp
+\shortstack _005cshortstack.html#index-_005cshortstack
+\Sigma Math-symbols.html#index-_005cSigma
+\sigma Math-symbols.html#index-_005csigma
+\signature _005csignature.html#index-_005csignature
+\sim Math-symbols.html#index-_005csim
+\simeq Math-symbols.html#index-_005csimeq
+\sin Math-functions.html#index-_005csin
+\sinh Math-functions.html#index-_005csinh
+\sl Font-styles.html#index-_005csl
+\sloppy _005cfussy-_0026-_005csloppy.html#index-_005csloppy
+\slshape Font-styles.html#index-_005cslshape
+\small Font-sizes.html#index-_005csmall
+\smallint Math-symbols.html#index-_005csmallint
+\smallskip _005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip.html#index-_005csmallskip
+\smallskipamount _005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip.html#index-_005csmallskipamount
+\smile Math-symbols.html#index-_005csmile
+\SPACE _005c_0028SPACE_0029.html#index-_005cSPACE
+\SPACE _005c_0028SPACE_0029.html#index-_005cSPACE-1
+\spacefactor _005cspacefactor.html#index-_005cspacefactor
+\spadesuit Math-symbols.html#index-_005cspadesuit
+\sqcap Math-symbols.html#index-_005csqcap
+\sqcup Math-symbols.html#index-_005csqcup
+\sqrt _005csqrt.html#index-_005csqrt
+\sqsubset Math-symbols.html#index-_005csqsubset
+\sqsubseteq Math-symbols.html#index-_005csqsubseteq
+\sqsupset Math-symbols.html#index-_005csqsupset
+\sqsupseteq Math-symbols.html#index-_005csqsupseteq
+\ss Additional-Latin-letters.html#index-_005css-_0028ss_0029
+\SS Additional-Latin-letters.html#index-_005cSS-_0028SS_0029
+\stackrel _005cstackrel.html#index-_005cstackrel
+\star Math-symbols.html#index-_005cstar
+\stepcounter _005cstepcounter.html#index-_005cstepcounter
+\stop Recovering-from-errors.html#index-_005cstop
+\strut _005cstrut.html#index-_005cstrut
+\subparagraph Sectioning.html#index-_005csubparagraph
+\subparagraph _005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph.html#index-_005csubparagraph-1
+\subsection Sectioning.html#index-_005csubsection
+\subsection _005csubsection.html#index-_005csubsection-1
+\subset Math-symbols.html#index-_005csubset
+\subseteq Math-symbols.html#index-_005csubseteq
+\subsubsection _005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph.html#index-_005csubsubsection
+\succ Math-symbols.html#index-_005csucc
+\succeq Math-symbols.html#index-_005csucceq
+\sum Math-symbols.html#index-_005csum
+\sup Math-functions.html#index-_005csup
+\suppressfloats Floats.html#index-_005csuppressfloats
+\supset Math-symbols.html#index-_005csupset
+\supseteq Math-symbols.html#index-_005csupseteq
+\surd Math-symbols.html#index-_005csurd
+\swarrow Math-symbols.html#index-_005cswarrow
+\symbol Symbols-by-font-position.html#index-_005csymbol
+\t Accents.html#index-_005ct-_0028tie_002dafter-accent_0029
+\TAB _005c_0028SPACE_0029.html#index-_005cTAB
+\tabbingsep tabbing.html#index-_005ctabbingsep
+\tabcolsep tabular.html#index-_005ctabcolsep
+\tableofcontents Table-of-contents-etc_002e.html#index-_005ctableofcontents
+\tan Math-functions.html#index-_005ctan
+\tanh Math-functions.html#index-_005ctanh
+\tau Math-symbols.html#index-_005ctau
+\telephone _005ctelephone.html#index-_005ctelephone
+\TeX Text-symbols.html#index-_005cTeX
+\textascendercompwordmark Text-symbols.html#index-_005ctextascendercompwordmark
+\textasciicircum Text-symbols.html#index-_005ctextasciicircum
+\textasciitilde Text-symbols.html#index-_005ctextasciitilde
+\textasteriskcentered Text-symbols.html#index-_005ctextasteriskcentered
+\textbackslash Reserved-characters.html#index-_005ctextbackslash
+\textbackslash Text-symbols.html#index-_005ctextbackslash-1
+\textbar Text-symbols.html#index-_005ctextbar
+\textbardbl Text-symbols.html#index-_005ctextbardbl
+\textbf Font-styles.html#index-_005ctextbf
+\textbigcircle Text-symbols.html#index-_005ctextbigcircle
+\textbraceleft Text-symbols.html#index-_005ctextbraceleft
+\textbraceright Text-symbols.html#index-_005ctextbraceright
+\textbullet Text-symbols.html#index-_005ctextbullet
+\textcapitalcompwordmark Text-symbols.html#index-_005ctextcapitalcompwordmark
+\textcircled{letter} Text-symbols.html#index-_005ctextcircled_007bletter_007d
+\textcompwordmark Text-symbols.html#index-_005ctextcompwordmark
+\textcopyright Text-symbols.html#index-_005ctextcopyright
+\textdagger Text-symbols.html#index-_005ctextdagger
+\textdaggerdbl Text-symbols.html#index-_005ctextdaggerdbl
+\textdollar Text-symbols.html#index-_005ctextdollar-_0028or-_005c_0024_0029
+\textellipsis Text-symbols.html#index-_005ctextellipsis
+\textemdash Text-symbols.html#index-_005ctextemdash-_0028or-_002d_002d_002d_0029
+\textendash Text-symbols.html#index-_005ctextendash-_0028or-_002d_002d_0029
+\texteuro Text-symbols.html#index-_005ctexteuro
+\textexclamdown Text-symbols.html#index-_005ctextexclamdown-_0028or-_0021_0060_0029
+\textfloatsep Floats.html#index-_005ctextfloatsep
+\textfloatsep Floats.html#index-_005ctextfloatsep-1
+\textfraction Floats.html#index-_005ctextfraction
+\textfraction Floats.html#index-_005ctextfraction-1
+\textgreater Text-symbols.html#index-_005ctextgreater
+\textheight Page-layout-parameters.html#index-_005ctextheight
+\textheight Page-layout-parameters.html#index-_005ctextheight-1
+\textit Font-styles.html#index-_005ctextit
+\textleftarrow Text-symbols.html#index-_005ctextleftarrow
+\textless Text-symbols.html#index-_005ctextless
+\textmd Font-styles.html#index-_005ctextmd
+\textnormal Font-styles.html#index-_005ctextnormal
+\textordfeminine Text-symbols.html#index-_005ctextordfeminine
+\textordmasculine Text-symbols.html#index-_005ctextordmasculine
+\textparagraph Text-symbols.html#index-_005ctextparagraph
+\textperiodcentered Text-symbols.html#index-_005ctextperiodcentered
+\textquestiondown Text-symbols.html#index-_005ctextquestiondown-_0028or-_003f_0060_0029
+\textquotedblleft Text-symbols.html#index-_005ctextquotedblleft-_0028or-_0060_0060_0029
+\textquotedblright Text-symbols.html#index-_005ctextquotedblright-_0028or-_0027_0027_0029
+\textquoteleft Text-symbols.html#index-_005ctextquoteleft-_0028or-_0060_0029
+\textquoteright Text-symbols.html#index-_005ctextquoteright-_0028or-_0027_0029
+\textquotesingle Text-symbols.html#index-_005ctextquotesingle
+\textquotestraightbase Text-symbols.html#index-_005ctextquotestraightbase
+\textquotestraightdblbase Text-symbols.html#index-_005ctextquotestraightdblbase
+\textregistered Text-symbols.html#index-_005ctextregistered
+\textrightarrow Text-symbols.html#index-_005ctextrightarrow
+\textrm Font-styles.html#index-_005ctextrm
+\textsc Font-styles.html#index-_005ctextsc
+\textsection Text-symbols.html#index-_005ctextsection
+\textsf Font-styles.html#index-_005ctextsf
+\textsl Font-styles.html#index-_005ctextsl
+\textsterling Text-symbols.html#index-_005ctextsterling
+\textthreequartersemdash Text-symbols.html#index-_005ctextthreequartersemdash
+\texttrademark Text-symbols.html#index-_005ctexttrademark
+\texttt Font-styles.html#index-_005ctexttt
+\texttwelveudash Text-symbols.html#index-_005ctexttwelveudash
+\textunderscore Text-symbols.html#index-_005ctextunderscore
+\textup Font-styles.html#index-_005ctextup
+\textvisiblespace Text-symbols.html#index-_005ctextvisiblespace
+\textwidth Page-layout-parameters.html#index-_005ctextwidth
+\textwidth Page-layout-parameters.html#index-_005ctextwidth-1
+\th Additional-Latin-letters.html#index-_005cth-_0028th_0029
+\TH Additional-Latin-letters.html#index-_005cTH-_0028TH_0029
+\thanks{text} _005cmaketitle.html#index-_005cthanks_007btext_007d
+\theta Math-symbols.html#index-_005ctheta
+\thicklines _005cthicklines.html#index-_005cthicklines
+\thickspace Spacing-in-math-mode.html#index-_005cthickspace
+\thinlines _005cthinlines.html#index-_005cthinlines
+\thinspace Spacing-in-math-mode.html#index-_005cthinspace
+\thinspace _005cthinspace-_0026-_005cnegthinspace.html#index-_005cthinspace-1
+\thispagestyle _005cthispagestyle.html#index-_005cthispagestyle
+\tilde Math-accents.html#index-_005ctilde
+\times Math-symbols.html#index-_005ctimes
+\tiny Font-sizes.html#index-_005ctiny
+\title{text} _005cmaketitle.html#index-_005ctitle_007btext_007d
+\to Math-symbols.html#index-_005cto
+\today _005ctoday.html#index-_005ctoday
+\top Math-symbols.html#index-_005ctop
+\topfraction Floats.html#index-_005ctopfraction
+\topfraction Floats.html#index-_005ctopfraction-1
+\topmargin Page-layout-parameters.html#index-_005ctopmargin
+\topsep list.html#index-_005ctopsep
+\topskip Page-layout-parameters.html#index-_005ctopskip
+\topskip Page-layout-parameters.html#index-_005ctopskip-1
+\triangle Math-symbols.html#index-_005ctriangle
+\triangleleft Math-symbols.html#index-_005ctriangleleft
+\triangleright Math-symbols.html#index-_005ctriangleright
+\tt Font-styles.html#index-_005ctt
+\ttfamily Font-styles.html#index-_005cttfamily
+\twocolumn _005ctwocolumn.html#index-_005ctwocolumn
+\typein _005ctypein.html#index-_005ctypein
+\typeout _005ctypeout.html#index-_005ctypeout
+\u Accents.html#index-_005cu-_0028breve-accent_0029
+\unboldmath _005cboldmath-_0026-_005cunboldmath.html#index-_005cunboldmath
+\unboldmath _005cboldmath-_0026-_005cunboldmath.html#index-_005cunboldmath-1
+\underbar Accents.html#index-_005cunderbar
+\underbrace{math} Over_002d-and-Underlining.html#index-_005cunderbrace_007bmath_007d
+\underline{text} Over_002d-and-Underlining.html#index-_005cunderline_007btext_007d
+\unitlength picture.html#index-_005cunitlength
+\unlhd Math-symbols.html#index-_005cunlhd
+\unrhd Math-symbols.html#index-_005cunrhd
+\Uparrow Math-symbols.html#index-_005cUparrow
+\uparrow Math-symbols.html#index-_005cuparrow
+\Updownarrow Math-symbols.html#index-_005cUpdownarrow
+\updownarrow Math-symbols.html#index-_005cupdownarrow
+\upharpoonright Math-symbols.html#index-_005cupharpoonright
+\uplus Math-symbols.html#index-_005cuplus
+\upshape Font-styles.html#index-_005cupshape
+\Upsilon Math-symbols.html#index-_005cUpsilon
+\upsilon Math-symbols.html#index-_005cupsilon
+\usebox _005cusebox.html#index-_005cusebox
+\usecounter _005cusecounter.html#index-_005cusecounter
+\usefont Low_002dlevel-font-commands.html#index-_005cusefont
+\usepackage Additional-packages.html#index-_005cusepackage
+\UseTextAccent _005cUseTextAccent-_0026-_005cUseTextSymbol.html#index-_005cUseTextAccent
+\UseTextSymbol _005cUseTextAccent-_0026-_005cUseTextSymbol.html#index-_005cUseTextSymbol
+\v Accents.html#index-_005cv-_0028breve-accent_0029
+\value _005cvalue.html#index-_005cvalue
+\vanothing Math-symbols.html#index-_005cvanothing
+\varepsilon Math-symbols.html#index-_005cvarepsilon
+\varphi Math-symbols.html#index-_005cvarphi
+\varpi Math-symbols.html#index-_005cvarpi
+\varrho Math-symbols.html#index-_005cvarrho
+\varsigma Math-symbols.html#index-_005cvarsigma
+\vartheta Math-symbols.html#index-_005cvartheta
+\vdash Math-symbols.html#index-_005cvdash
+\vdots Dots.html#index-_005cvdots
+\vec Math-accents.html#index-_005cvec
+\vector _005cvector.html#index-_005cvector
+\vee Math-symbols.html#index-_005cvee
+\verb _005cverb.html#index-_005cverb
+\Vert Math-symbols.html#index-_005cVert
+\vert Math-symbols.html#index-_005cvert
+\vfill _005cvfill.html#index-_005cvfill
+\vline _005cvline.html#index-_005cvline
+\vspace _005cvspace.html#index-_005cvspace
+\wedge Math-symbols.html#index-_005cwedge
+\widehat Math-accents.html#index-_005cwidehat
+\widetilde Math-accents.html#index-_005cwidetilde
+\wlog _005cwlog.html#index-_005cwlog
+\wp Math-symbols.html#index-_005cwp
+\wr Math-symbols.html#index-_005cwr
+\write _005cwrite.html#index-_005cwrite
+\write18 _005cwrite18.html#index-_005cwrite18
+\Xi Math-symbols.html#index-_005cXi
+\xi Math-symbols.html#index-_005cxi
+\year _005cday-_0026-_005cmonth-_0026-_005cyear.html#index-_005cyear
+\zeta Math-symbols.html#index-_005czeta
+\\ _005c_005c.html#index-_005c_005c-force-line-break
+\\* eqnarray.html#index-_005c_005c_002a-_0028for-eqnarray_0029
+\^ Reserved-characters.html#index-_005c_005e
+\^ Accents.html#index-_005c_005e-_0028circumflex-accent_0029
+\_ Reserved-characters.html#index-_005c_005f
+\` Accents.html#index-_005c_0060-_0028grave-accent_0029
+\` tabbing.html#index-_005c_0060-_0028tabbing_0029
+\{ Reserved-characters.html#index-_005c_007b
+\| Math-symbols.html#index-_005c_007c
+\} Reserved-characters.html#index-_005c_007d
+\~ Reserved-characters.html#index-_005c_007e
+\~ Accents.html#index-_005c_007e-_0028tilde-accent_0029
+abstract abstract.html#index-abstract-environment
+align eqnarray.html#index-align-environment_002c-from-amsmath
+array array.html#index-array-environment
+center center.html#index-center-environment
+centering center.html#index-centering-text_002c-environment-for
+defining _005cnewenvironment-_0026-_005crenewenvironment.html#index-defining-new-environments
+description description.html#index-description-environment
+displaymath displaymath.html#index-displaymath-environment
+displaymath Math-formulas.html#index-displaymath-environment-1
+document document.html#index-document-environment
+enumerate enumerate.html#index-enumerate-environment
+eqnarray eqnarray.html#index-eqnarray-environment
+equation equation.html#index-equation-environment
+equations, equation.html#index-equations_002c-environment-for
+figure figure.html#index-figure-environment
+filecontents filecontents.html#index-filecontents-environment
+filecontents* filecontents.html#index-filecontents_002a-environment
+flushleft flushleft.html#index-flushleft-environment
+flushright flushright.html#index-flushright-environment
+formulas, equation.html#index-formulas_002c-environment-for
+group, Environments.html#index-group_002c-and-environments
+itemize itemize.html#index-itemize-environment
+left-justifying flushleft.html#index-left_002djustifying-text_002c-environment-for
+letter letter.html#index-letter-environment
+list list.html#index-list-environment
+math math.html#index-math-environment
+math Math-formulas.html#index-math-environment-1
+minipage minipage.html#index-minipage-environment
+picture picture.html#index-picture-environment
+poetry, verse.html#index-poetry_002c-an-environment-for
+quotation quotation-_0026-quote.html#index-quotation-environment
+quote quotation-_0026-quote.html#index-quote-environment
+ragged flushright.html#index-ragged-left-text_002c-environment-for
+redefining _005cnewenvironment-_0026-_005crenewenvironment.html#index-redefining-environments
+right-justifying flushright.html#index-right_002djustifying-text_002c-environment-for
+sloppypar sloppypar.html#index-sloppypar-environment
+tabbing tabbing.html#index-tabbing-environment
+table table.html#index-table-environment
+tabular tabular.html#index-tabular-environment
+thebibliography thebibliography.html#index-thebibliography-environment
+theorem theorem.html#index-theorem-environment
+theorem-like _005cnewtheorem.html#index-theorem_002dlike-environment
+titlepage titlepage.html#index-titlepage-environment
+verbatim verbatim.html#index-verbatim-environment
+verse verse.html#index-verse-environment
diff --git a/src/data/help/unofficial-latex2e-reference-manual/About-this-document.html b/src/data/help/unofficial-latex2e-reference-manual/About-this-document.html
new file mode 100644
index 00000000..15a1a06c
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/About-this-document.html
@@ -0,0 +1,194 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>About this document (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="About this document (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="About this document (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="index.html#Top" rel="up" title="Top">
+<link href="Overview.html#Overview" rel="next" title="Overview">
+<link href="index.html#Top" rel="prev" title="Top">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="About-this-document"></a>
+<div class="header">
+<p>
+Next: <a href="Overview.html#Overview" accesskey="n" rel="next">Overview</a>, Previous: <a href="index.html#Top" accesskey="p" rel="prev">Top</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="About-this-document-1"></a>
+<h2 class="chapter">1 About this document</h2>
+
+<a name="index-home-page-for-manual"></a>
+<p>This is an unofficial reference manual for the LaTeX2e document
+preparation system, which is a macro package for the TeX
+typesetting program (see <a href="Overview.html#Overview">Overview</a>).
+</p>
+<p>This document&rsquo;s home page is <a href="https://latexref.xyz">https://latexref.xyz</a>. There
+you can get the sources, subscribe to the mailing list or read its
+archives, see other infrastructure, and get the current output in
+various formats. In particular, the output comes in two web formats.
+Probably the most convenient one, shown at <a href="http://latexref.xyz/">http://latexref.xyz/</a>,
+has pages for each topic and so is good for a quick lookup; see also the
+note there about easy-to-remember links. The other, shown at
+<a href="http://svn.gnu.org.ua/viewvc/latexrefman/trunk/latex2e.html?view=co">http://svn.gnu.org.ua/viewvc/latexrefman/trunk/latex2e.html?view=co</a>,
+has all the information on single page.
+</p>
+<a name="index-LaTeX-vs_002e-LaTeX2e"></a>
+<p>In this document, we will mostly just use &lsquo;LaTeX&rsquo; rather than
+&lsquo;LaTeX2e&rsquo;, since the previous version of LaTeX&nbsp;(2.09) was
+frozen decades ago.
+</p>
+<a name="index-unofficial-nature-of-this-manual"></a>
+<a name="index-LaTeX-Project-team"></a>
+<a name="index-latexrefman_0040tug_002eorg-email-address"></a>
+<p>LaTeX is currently maintained by a group of volunteers
+(<a href="http://latex-project.org">http://latex-project.org</a>). The official documentation written by
+the LaTeX project is available from their web site. This document is
+completely unofficial and has not been reviewed by the LaTeX
+maintainers.
+<a name="index-bug-reporting"></a>
+<a name="index-reporting-bugs"></a>
+Do not send bug reports or anything else about this document to them.
+Instead, please send all comments to <a href="mailto:latexrefman@tug.org">latexrefman@tug.org</a>.
+</p>
+<p>This document is a reference. There is a vast array of other sources
+of information about LaTeX, at all levels. Here are a few
+introductions.
+</p>
+<dl compact="compact">
+<dt><a href="http://ctan.org/pkg/latex-doc-ptr">http://ctan.org/pkg/latex-doc-ptr</a></dt>
+<dd><a name="index-latex_002ddoc_002dptr-document"></a>
+<p>Two pages of recommended references to LaTeX documentation.
+</p>
+</dd>
+<dt><a href="http://ctan.org/pkg/first-latex-doc">http://ctan.org/pkg/first-latex-doc</a></dt>
+<dd><a name="index-first_002dlatex_002ddoc-document"></a>
+<p>Writing your first document, with a bit of both text and math.
+</p>
+</dd>
+<dt><a href="http://ctan.org/pkg/usrguide">http://ctan.org/pkg/usrguide</a></dt>
+<dd><a name="index-usrguide-official-documentation"></a>
+<p>The guide for document authors that is maintained as part of LaTeX.
+Many other guides by many other people are also available, independent
+of LaTeX itself; one such is the next item:
+</p>
+</dd>
+<dt><a href="http://ctan.org/pkg/lshort">http://ctan.org/pkg/lshort</a></dt>
+<dd><a name="index-lshort-document"></a>
+<p>A short introduction to LaTeX, translated to many languages.
+</p>
+</dd>
+<dt><a href="http://tug.org/begin.html">http://tug.org/begin.html</a></dt>
+<dd><p>Introduction to the TeX system, including LaTeX, with further
+references.
+</p>
+</dd>
+</dl>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Accents.html b/src/data/help/unofficial-latex2e-reference-manual/Accents.html
new file mode 100644
index 00000000..d3c563a8
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Accents.html
@@ -0,0 +1,310 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Accents (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Accents (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Accents (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Special-insertions.html#Special-insertions" rel="up" title="Special insertions">
+<link href="_005caccent.html#g_t_005caccent" rel="next" title="\accent">
+<link href="Text-symbols.html#Text-symbols" rel="prev" title="Text symbols">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Accents"></a>
+<div class="header">
+<p>
+Next: <a href="Additional-Latin-letters.html#Additional-Latin-letters" accesskey="n" rel="next">Additional Latin letters</a>, Previous: <a href="Text-symbols.html#Text-symbols" accesskey="p" rel="prev">Text symbols</a>, Up: <a href="Special-insertions.html#Special-insertions" accesskey="u" rel="up">Special insertions</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Accents-1"></a>
+<h3 class="section">23.5 Accents</h3>
+
+<a name="index-accents"></a>
+<a name="index-characters_002c-accented"></a>
+<a name="index-letters_002c-accented"></a>
+
+<a name="index-package_002c-babel-2"></a>
+<a name="index-babel-package-2"></a>
+
+<a name="index-package_002c-polyglossia"></a>
+<a name="index-polyglossia-package"></a>
+
+<a name="index-multilingual-support"></a>
+<p>LaTeX has wide support for many of the world&rsquo;s scripts and languages,
+through the <code>babel</code> package and related support if you are using
+pdfLaTeX, or <samp>polyglossia</samp> if you are using XeLaTeX or
+LuaLaTeX. This section does not cover that support. It only lists
+the core LaTeX commands for creating accented characters. The
+<code>\capital...</code> commands shown here produce alternative forms for use
+with capital letters. These are not available with OT1.
+</p>
+<p>Below, to make them easier to find, the accents are all illustrated with
+lowercase &lsquo;<samp>o</samp>&rsquo;.
+</p>
+<a name="index-_005ci-_0028dotless-i_0029"></a>
+<a name="index-dotless-i"></a>
+<p>Note that <code>\i</code> produces a dotless i,
+<a name="index-_005cj-_0028dotless-j_0029"></a>
+<a name="index-dotless-j"></a>
+and <code>\j</code> produces a dotless j.
+These are often used in place of their dotted counterparts when they are
+accented.
+</p>
+<dl compact="compact">
+<dt><code>\&quot;</code></dt>
+<dt><code>\capitaldieresis</code></dt>
+<dd><a name="index-_005c_0022-_0028umlaut-accent_0029"></a>
+<a name="index-_005ccapitaldieresis"></a>
+<a name="index-umlaut-accent"></a>
+<a name="index-dieresis-accent"></a>
+<p>&ouml; Umlaut (dieresis).
+</p>
+</dd>
+<dt><code>\'</code></dt>
+<dt><code>\capitalacute</code></dt>
+<dd><a name="index-_005c_0027-_0028acute-accent_0029"></a>
+<a name="index-_005ccapitalacute"></a>
+<a name="index-acute-accent"></a>
+<p>&oacute; Acute accent.
+</p>
+</dd>
+<dt><code>\.</code></dt>
+<dd><a name="index-_005c_002e-_0028dot_002dover-accent_0029"></a>
+<a name="index-dot-accent"></a>
+<a name="index-dot_002dover-accent"></a>
+<p>&#559; Dot accent.
+</p>
+</dd>
+<dt><code>\=</code></dt>
+<dt><code>\capitalmacron</code></dt>
+<dd><a name="index-_005c_003d-_0028macron-accent_0029"></a>
+<a name="index-_005ccapitalmacron"></a>
+<a name="index-macron-accent"></a>
+<a name="index-overbar-accent"></a>
+<a name="index-bar_002dover-accent"></a>
+<p>&#333; Macron (overbar) accent.
+</p>
+</dd>
+<dt><code>\^</code></dt>
+<dt><code>\capitalcircumflex</code></dt>
+<dd><a name="index-_005c_005e-_0028circumflex-accent_0029"></a>
+<a name="index-_005ccapitalcircumflex"></a>
+<a name="index-circumflex-accent"></a>
+<a name="index-hat-accent"></a>
+<p>&ocirc; Circumflex (hat) accent.
+</p>
+</dd>
+<dt><code>\`</code></dt>
+<dt><code>\capitalgrave</code></dt>
+<dd><a name="index-_005c_0060-_0028grave-accent_0029"></a>
+<a name="index-_005ccapitalgrave"></a>
+<a name="index-grave-accent"></a>
+<p>&ograve; Grave accent.
+</p>
+</dd>
+<dt><code>\~</code></dt>
+<dt><code>\capitaltilde</code></dt>
+<dd><a name="index-_005c_007e-_0028tilde-accent_0029"></a>
+<a name="index-_005ccapitaltilde"></a>
+<a name="index-tilde-accent"></a>
+<p>&ntilde; Tilde accent.
+</p>
+</dd>
+<dt><code>\b</code></dt>
+<dd><a name="index-_005cb-_0028bar_002dunder-accent_0029"></a>
+<a name="index-bar_002dunder-accent"></a>
+<p>o_ Bar accent underneath.
+</p>
+<a name="index-_005cunderbar"></a>
+<a name="index-underbar"></a>
+<p>Related to this, <code>\underbar{<var>text</var>}</code> produces a bar under
+<var>text</var>. The argument is always processed in LR mode
+(see <a href="Modes.html#Modes">Modes</a>). The bar is always a fixed position under the baseline,
+thus crossing through descenders. See also <code>\underline</code> in
+<a href="Math-miscellany.html#Math-miscellany">Math miscellany</a>.
+</p>
+</dd>
+<dt><code>\c</code></dt>
+<dt><code>\capitalcedilla</code></dt>
+<dd><a name="index-_005cc-_0028cedilla-accent_0029"></a>
+<a name="index-_005ccapitalcedilla"></a>
+<a name="index-cedilla-accent"></a>
+<p>&ccedil; Cedilla accent underneath.
+</p>
+</dd>
+<dt><code>\d</code></dt>
+<dt><code>\capitaldotaccent</code></dt>
+<dd><a name="index-_005cd-_0028dot_002dunder-accent_0029"></a>
+<a name="index-_005ccapitaldotaccent"></a>
+<a name="index-dot_002dunder-accent"></a>
+<p>&#7885; Dot accent underneath.
+</p>
+</dd>
+<dt><code>\H</code></dt>
+<dt><code>\capitalhungarumlaut</code></dt>
+<dd><a name="index-_005cH-_0028Hungarian-umlaut-accent_0029"></a>
+<a name="index-_005ccapitalhungarumlaut"></a>
+<a name="index-hungarian-umlaut-accent"></a>
+<p>&#337; Long Hungarian umlaut accent.
+</p>
+</dd>
+<dt><code>\k</code></dt>
+<dt><code>\capitalogonek</code></dt>
+<dd><a name="index-_005ck-_0028ogonek_0029"></a>
+<a name="index-_005ccapitalogonek"></a>
+<a name="index-ogonek"></a>
+<p>&#491; Ogonek. Not available in the OT1 encoding.
+</p>
+</dd>
+<dt><code>\r</code></dt>
+<dt><code>\capitalring</code></dt>
+<dd><a name="index-_005cr-_0028ring-accent_0029"></a>
+<a name="index-_005ccapitalring"></a>
+<a name="index-ring-accent"></a>
+<p>o* Ring accent.
+</p>
+</dd>
+<dt><code>\t</code></dt>
+<dt><code>\capitaltie</code></dt>
+<dt><code>\newtie</code></dt>
+<dt><code>\capitalnewtie</code></dt>
+<dd><a name="index-_005ct-_0028tie_002dafter-accent_0029"></a>
+<a name="index-_005ccapitaltie"></a>
+<a name="index-_005cnewtie"></a>
+<a name="index-_005ccapitalnewtie"></a>
+<a name="index-tie_002dafter-accent"></a>
+<p>oo[ Tie-after accent. The <code>\newtie</code> form is centered in
+its box.
+</p>
+</dd>
+<dt><code>\u</code></dt>
+<dt><code>\capitalbreve</code></dt>
+<dd><a name="index-_005cu-_0028breve-accent_0029"></a>
+<a name="index-_005ccapitalbreve"></a>
+<a name="index-breve-accent"></a>
+<p>&#335; Breve accent.
+</p>
+</dd>
+<dt><code>\v</code></dt>
+<dt><code>\capitalcaron</code></dt>
+<dd><a name="index-_005cv-_0028breve-accent_0029"></a>
+<a name="index-_005ccapitalcaron"></a>
+<a name="index-hacek-accent"></a>
+<a name="index-check-accent"></a>
+<a name="index-caron-accent"></a>
+<p>&#466; H&aacute;&#269;ek (check, caron) accent.
+</p>
+</dd>
+</dl>
+
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="_005caccent.html#g_t_005caccent" accesskey="1">\accent</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Low level command to produce an accented character.
+</td></tr>
+</table>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Additional-Latin-letters.html b/src/data/help/unofficial-latex2e-reference-manual/Additional-Latin-letters.html
new file mode 100644
index 00000000..cb90cf62
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Additional-Latin-letters.html
@@ -0,0 +1,236 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Additional Latin letters (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Additional Latin letters (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Additional Latin letters (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Special-insertions.html#Special-insertions" rel="up" title="Special insertions">
+<link href="_005crule.html#g_t_005crule" rel="next" title="\rule">
+<link href="_005caccent.html#g_t_005caccent" rel="prev" title="\accent">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Additional-Latin-letters"></a>
+<div class="header">
+<p>
+Next: <a href="_005crule.html#g_t_005crule" accesskey="n" rel="next">\rule</a>, Previous: <a href="Accents.html#Accents" accesskey="p" rel="prev">Accents</a>, Up: <a href="Special-insertions.html#Special-insertions" accesskey="u" rel="up">Special insertions</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Additional-Latin-letters-1"></a>
+<h3 class="section">23.6 Additional Latin letters</h3>
+
+<a name="Non_002dEnglish-characters"></a><a name="index-Latin-letters_002c-additional"></a>
+<a name="index-letters_002c-additional-Latin"></a>
+<a name="index-extended-Latin"></a>
+<a name="index-special-characters-1"></a>
+<a name="index-non_002dEnglish-characters"></a>
+<a name="index-characters_002c-non_002dEnglish"></a>
+
+<p>Here are the basic LaTeX commands for inserting letters beyond
+A&ndash;Z that extend the Latin alphabet, used primarily in languages other
+than English.
+</p>
+<dl compact="compact">
+<dt><code>\aa</code></dt>
+<dt><code>\AA</code></dt>
+<dd><a name="index-_005caa-_0028aa_0029"></a>
+<a name="index-_005cAA-_0028AA_0029"></a>
+<a name="index-aring"></a>
+<p>&aring; and &Aring;.
+</p>
+</dd>
+<dt><code>\ae</code></dt>
+<dt><code>\AE</code></dt>
+<dd><a name="index-_005cae-_0028ae_0029"></a>
+<a name="index-_005cAE-_0028AE_0029"></a>
+<a name="index-ae-ligature"></a>
+<p>&aelig; and &AElig;.
+</p>
+</dd>
+<dt><code>\dh</code></dt>
+<dt><code>\DH</code></dt>
+<dd><a name="index-_005cdh-_0028d_0029"></a>
+<a name="index-_005cDH-_0028D_0029"></a>
+<a name="index-Icelandic-eth"></a>
+<a name="index-eth_002c-Icelandic-letter"></a>
+<p>Icelandic letter eth: &eth; and &ETH;. Not available with <small>OT1</small>
+encoding, you need the <samp>fontenc</samp> package to select an alternate
+font encoding, such as <small>T1</small>.
+</p>
+</dd>
+<dt><code>\dj</code></dt>
+<dt><code>\DJ</code></dt>
+<dd><a name="index-_005cdj"></a>
+<a name="index-_005cDJ"></a>
+<p>Crossed d and D, a.k.a. capital and small letter d with stroke. Not
+available with <small>OT1</small> encoding, you need the <samp>fontenc</samp> package to
+select an alternate font encoding, such as <small>T1</small>.
+</p>
+</dd>
+<dt><code>\ij</code></dt>
+<dt><code>\IJ</code></dt>
+<dd><a name="index-_005cij-_0028ij_0029"></a>
+<a name="index-_005cIJ-_0028IJ_0029"></a>
+<a name="index-ij-letter_002c-Dutch"></a>
+<p>ij and IJ (except somewhat closer together than appears here).
+</p>
+</dd>
+<dt><code>\l</code></dt>
+<dt><code>\L</code></dt>
+<dd><a name="index-_005cl-_0028l_0029"></a>
+<a name="index-_005cL-_0028L_0029"></a>
+<a name="index-polish-l"></a>
+<p>&#322; and &#321;.
+</p>
+</dd>
+<dt><code>\ng</code></dt>
+<dt><code>\NG</code></dt>
+<dd><a name="index-_005cng"></a>
+<a name="index-_005cNG"></a>
+<p>Lappish letter eng, also used in phonetics.
+</p>
+</dd>
+<dt><code>\o</code></dt>
+<dt><code>\O</code></dt>
+<dd><a name="index-_005co-_0028o_0029"></a>
+<a name="index-_005cO-_0028O_0029"></a>
+<a name="index-oslash"></a>
+<p>&oslash; and &Oslash;.
+</p>
+</dd>
+<dt><code>\oe</code></dt>
+<dt><code>\OE</code></dt>
+<dd><a name="index-_005coe-_0028oe_0029"></a>
+<a name="index-_005cOE-_0028OE_0029"></a>
+<a name="index-oe-ligature"></a>
+<p>&oelig; and &OElig;.
+</p>
+</dd>
+<dt><code>\ss</code></dt>
+<dt><code>\SS</code></dt>
+<dd><a name="index-_005css-_0028ss_0029"></a>
+<a name="index-_005cSS-_0028SS_0029"></a>
+<a name="index-es_002dzet-German-letter"></a>
+<a name="index-sharp-S-letters"></a>
+<p>&szlig; and SS.
+</p>
+</dd>
+<dt><code>\th</code></dt>
+<dt><code>\TH</code></dt>
+<dd><a name="index-_005cth-_0028th_0029"></a>
+<a name="index-_005cTH-_0028TH_0029"></a>
+<a name="index-Icelandic-thorn"></a>
+<a name="index-thorn_002c-Icelandic-letter"></a>
+<p>Icelandic letter thorn: &thorn; and &THORN;. Not available with <small>OT1</small>
+encoding, you need the <samp>fontenc</samp> package to select an alternate
+font encoding, such as <small>T1</small>.
+</p>
+</dd>
+</dl>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Additional-packages.html b/src/data/help/unofficial-latex2e-reference-manual/Additional-packages.html
new file mode 100644
index 00000000..bac05082
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Additional-packages.html
@@ -0,0 +1,148 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Additional packages (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Additional packages (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Additional packages (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Document-classes.html#Document-classes" rel="up" title="Document classes">
+<link href="Class-and-package-construction.html#Class-and-package-construction" rel="next" title="Class and package construction">
+<link href="Document-class-options.html#Document-class-options" rel="prev" title="Document class options">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Additional-packages"></a>
+<div class="header">
+<p>
+Next: <a href="Class-and-package-construction.html#Class-and-package-construction" accesskey="n" rel="next">Class and package construction</a>, Previous: <a href="Document-class-options.html#Document-class-options" accesskey="p" rel="prev">Document class options</a>, Up: <a href="Document-classes.html#Document-classes" accesskey="u" rel="up">Document classes</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Additional-packages-1"></a>
+<h3 class="section">3.2 Additional packages</h3>
+
+<a name="index-loading-additional-packages"></a>
+<a name="index-packages_002c-loading-additional"></a>
+<a name="index-additional-packages_002c-loading"></a>
+<a name="index-_005cusepackage"></a>
+<p>Load a package <var>pkg</var>, with the package options given in the comma-separated
+list <var>options</var>, as here.
+</p>
+<div class="example">
+<pre class="example">\usepackage[<var>options</var>]{<var>pkg</var>}.
+</pre></div>
+
+<p>To specify more than one package you can separate them with a comma,
+as in <code>\usepackage{<var>pkg1</var>,<var>pkg2</var>,...}</code>, or use multiple
+<code>\usepackage</code> commands.
+</p>
+<a name="index-global-options-1"></a>
+<a name="index-options_002c-global"></a>
+<p>Any options given in the <code>\documentclass</code> command that are unknown
+to the selected document class are passed on to the packages loaded with
+<code>\usepackage</code>.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Arrows.html b/src/data/help/unofficial-latex2e-reference-manual/Arrows.html
new file mode 100644
index 00000000..21b602f7
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Arrows.html
@@ -0,0 +1,182 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Arrows (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Arrows (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Arrows (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Math-symbols.html#Math-symbols" rel="up" title="Math symbols">
+<link href="_005cboldmath-_0026-_005cunboldmath.html#g_t_005cboldmath-_0026-_005cunboldmath" rel="next" title="\boldmath &amp; \unboldmath">
+<link href="Math-symbols.html#Math-symbols" rel="prev" title="Math symbols">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Arrows"></a>
+<div class="header">
+<p>
+Next: <a href="_005cboldmath-_0026-_005cunboldmath.html#g_t_005cboldmath-_0026-_005cunboldmath" accesskey="n" rel="next">\boldmath &amp; \unboldmath</a>, Up: <a href="Math-symbols.html#Math-symbols" accesskey="u" rel="up">Math symbols</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Arrows-1"></a>
+<h4 class="subsection">16.2.1 Arrows</h4>
+
+<a name="index-arrows"></a>
+<a name="index-symbols_002c-arrows"></a>
+<a name="index-math_002c-arrows"></a>
+
+<a name="index-package_002c-amsfonts-1"></a>
+<a name="index-amsfonts-package-1"></a>
+
+<a name="index-package_002c-latexsym"></a>
+<a name="index-latexsym-package"></a>
+
+<p>These are the arrows that come with standard LaTeX. The
+<samp>latexsym</samp> and <samp>amsfonts</samp> packages contain many more.
+</p>
+<table>
+<thead><tr><th width="10%">Symbol</th><th width="40%">Command</th><th width="50%"></th></tr></thead>
+<tr><td width="10%">&#x021D3;</td><td width="40%"><code>\Downarrow</code></td><td width="50%"></td></tr>
+<tr><td width="10%">&#x02193;</td><td width="40%"><code>\downarrow</code></td><td width="50%"></td></tr>
+<tr><td width="10%">&#x021A9;</td><td width="40%"><code>\hookleftarrow</code></td><td width="50%"></td></tr>
+<tr><td width="10%">&#x021AA;</td><td width="40%"><code>\hookrightarrow</code></td><td width="50%"></td></tr>
+<tr><td width="10%">&#x2190;</td><td width="40%"><code>\leftarrow</code></td><td width="50%"></td></tr>
+<tr><td width="10%">&#x021D0;</td><td width="40%"><code>\Leftarrow</code></td><td width="50%"></td></tr>
+<tr><td width="10%">&#x021D4;</td><td width="40%"><code>\Leftrightarrow</code></td><td width="50%"></td></tr>
+<tr><td width="10%">&#x02194;</td><td width="40%"><code>\leftrightarrow</code></td><td width="50%"></td></tr>
+<tr><td width="10%">&#x027F5;</td><td width="40%"><code>\longleftarrow</code></td><td width="50%"></td></tr>
+<tr><td width="10%">&#x027F8;</td><td width="40%"><code>\Longleftarrow</code></td><td width="50%"></td></tr>
+<tr><td width="10%">&#x027F7;</td><td width="40%"><code>\longleftrightarrow</code></td><td width="50%"></td></tr>
+<tr><td width="10%">&#x027FA;</td><td width="40%"><code>\Longleftrightarrow</code></td><td width="50%"></td></tr>
+<tr><td width="10%">&#x027FC;</td><td width="40%"><code>\longmapsto</code></td><td width="50%"></td></tr>
+<tr><td width="10%">&#x027F9;</td><td width="40%"><code>\Longrightarrow</code></td><td width="50%"></td></tr>
+<tr><td width="10%">&#x027F6;</td><td width="40%"><code>\longrightarrow</code></td><td width="50%"></td></tr>
+<tr><td width="10%">&#x021A6;</td><td width="40%"><code>\mapsto</code></td><td width="50%"></td></tr>
+<tr><td width="10%">&#x02197;</td><td width="40%"><code>\nearrow</code></td><td width="50%"></td></tr>
+<tr><td width="10%">&#x02196;</td><td width="40%"><code>\nwarrow</code></td><td width="50%"></td></tr>
+<tr><td width="10%">&#x021D2;</td><td width="40%"><code>\Rightarrow</code></td><td width="50%"></td></tr>
+<tr><td width="10%">&#x02192;</td><td width="40%"><code>\rightarrow</code>, or <code>\to</code></td><td width="50%"></td></tr>
+<tr><td width="10%">&#x02198;</td><td width="40%"><code>\searrow</code></td><td width="50%"></td></tr>
+<tr><td width="10%">&#x02199;</td><td width="40%"><code>\swarrow</code></td><td width="50%"></td></tr>
+<tr><td width="10%">&#x02191;</td><td width="40%"><code>\uparrow</code></td><td width="50%"></td></tr>
+<tr><td width="10%">&#x021D1;</td><td width="40%"><code>\Uparrow</code></td><td width="50%"></td></tr>
+<tr><td width="10%">&#x02195;</td><td width="40%"><code>\updownarrow</code></td><td width="50%"></td></tr>
+<tr><td width="10%">&#x021D5;</td><td width="40%"><code>\Updownarrow</code></td><td width="50%"></td></tr>
+</table>
+
+<p>An example of the difference between <code>\to</code> and <code>\mapsto</code>
+is: <code>\( f\colon D\to C \) given by \( n\mapsto n^2 \)</code>.
+</p>
+<a name="index-package_002c-amscd"></a>
+<a name="index-amscd-package"></a>
+
+<a name="index-package_002c-tikz_002dcd"></a>
+<a name="index-tikz_002dcd-package"></a>
+
+<p>For commutative diagrams there are a number of packages, including
+<samp>tikz-cd</samp> and <samp>amscd</samp>.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Blackboard-bold.html b/src/data/help/unofficial-latex2e-reference-manual/Blackboard-bold.html
new file mode 100644
index 00000000..58c3643c
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Blackboard-bold.html
@@ -0,0 +1,157 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Blackboard bold (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Blackboard bold (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Blackboard bold (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Math-symbols.html#Math-symbols" rel="up" title="Math symbols">
+<link href="Calligraphic.html#Calligraphic" rel="next" title="Calligraphic">
+<link href="_005cboldmath-_0026-_005cunboldmath.html#g_t_005cboldmath-_0026-_005cunboldmath" rel="prev" title="\boldmath &amp; \unboldmath">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Blackboard-bold"></a>
+<div class="header">
+<p>
+Next: <a href="Calligraphic.html#Calligraphic" accesskey="n" rel="next">Calligraphic</a>, Previous: <a href="_005cboldmath-_0026-_005cunboldmath.html#g_t_005cboldmath-_0026-_005cunboldmath" accesskey="p" rel="prev">\boldmath &amp; \unboldmath</a>, Up: <a href="Math-symbols.html#Math-symbols" accesskey="u" rel="up">Math symbols</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Blackboard-bold-1"></a>
+<h4 class="subsection">16.2.3 Blackboard bold</h4>
+
+<a name="index-blackboard-bold"></a>
+<a name="index-doublestruck"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\usepackage{amssymb} % in preamble
+ ...
+\mathbb{<var>uppercase-letter</var>}
+</pre></div>
+
+<p>Provide blackboard bold symbols, sometimes also known as doublestruck
+letters, used to denote number sets such as the natural numbers, the
+integers, etc.
+</p>
+<p>Here
+</p>
+<div class="example">
+<pre class="example">\( \forall n \in \mathbb{N}, n^2 \geq 0 \)
+</pre></div>
+
+<p>the <code>\mathbb{N}</code> gives blackboard bold symbol &#x2115;
+representing the natural numbers.
+</p>
+<p>If you use other than an uppercase letter then you do not get an error
+but you get strange results, including unexpected characters.
+</p>
+<p>There are packages that give access to symbols other than just the
+capital letters; look on CTAN.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Boxes.html b/src/data/help/unofficial-latex2e-reference-manual/Boxes.html
new file mode 100644
index 00000000..ea2511cd
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Boxes.html
@@ -0,0 +1,152 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Boxes (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Boxes (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Boxes (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="index.html#Top" rel="up" title="Top">
+<link href="_005cmbox-_0026-_005cmakebox.html#g_t_005cmbox-_0026-_005cmakebox" rel="next" title="\mbox &amp; \makebox">
+<link href="_005caddvspace.html#g_t_005caddvspace" rel="prev" title="\addvspace">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Boxes"></a>
+<div class="header">
+<p>
+Next: <a href="Color.html#Color" accesskey="n" rel="next">Color</a>, Previous: <a href="Spaces.html#Spaces" accesskey="p" rel="prev">Spaces</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Boxes-1"></a>
+<h2 class="chapter">20 Boxes</h2>
+
+<a name="index-boxes"></a>
+
+<p>At its core, LaTeX puts things in boxes and then puts the boxes on a
+page. So these commands are central.
+</p>
+<p>There are many packages on CTAN that are useful for manipulating boxes.
+One useful adjunct to the commands here is <samp>adjustbox</samp>.
+</p>
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="_005cmbox-_0026-_005cmakebox.html#g_t_005cmbox-_0026-_005cmakebox" accesskey="1">\mbox &amp; \makebox</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Horizontal boxes.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cfbox-_0026-_005cframebox.html#g_t_005cfbox-_0026-_005cframebox" accesskey="2">\fbox &amp; \framebox</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Put a frame around a box.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cparbox.html#g_t_005cparbox" accesskey="3">\parbox</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Box with text in paragraph mode.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005craisebox.html#g_t_005craisebox" accesskey="4">\raisebox</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Raise or lower text.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005csbox-_0026-_005csavebox.html#g_t_005csbox-_0026-_005csavebox" accesskey="5">\sbox &amp; \savebox</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Like <code>\makebox</code> but save the text for later.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="lrbox.html#lrbox" accesskey="6">lrbox</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Environment version of <code>\sbox</code>.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cusebox.html#g_t_005cusebox" accesskey="7">\usebox</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Print saved text.
+</td></tr>
+</table>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/CTAN.html b/src/data/help/unofficial-latex2e-reference-manual/CTAN.html
new file mode 100644
index 00000000..416c7d7f
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/CTAN.html
@@ -0,0 +1,155 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>CTAN (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="CTAN (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="CTAN (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Overview.html#Overview" rel="up" title="Overview">
+<link href="Document-classes.html#Document-classes" rel="next" title="Document classes">
+<link href="Environment.html#Environment" rel="prev" title="Environment">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="CTAN"></a>
+<div class="header">
+<p>
+Previous: <a href="Environment.html#Environment" accesskey="p" rel="prev">Environment</a>, Up: <a href="Overview.html#Overview" accesskey="u" rel="up">Overview</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="CTAN_003a-the-Comprehensive-TeX-Archive-Network"></a>
+<h3 class="section">2.6 CTAN: the Comprehensive TeX Archive Network</h3>
+
+<a name="index-CTAN"></a>
+
+<p>The Comprehensive TeX Archive Network, CTAN, is the TeX and
+LaTeX community&rsquo;s repository of free material. It is a set of
+Internet sites around the world that offer material related to LaTeX
+for download. Visit CTAN on the web at <a href="https://ctan.org">https://ctan.org</a>.
+</p>
+<p>This material is organized into packages, discrete bundles that
+typically offer some coherent functionality and are maintained by one
+person or a small number of people. For instance, many publishers have
+a package that allows authors to format papers to that publisher&rsquo;s
+specifications.
+</p>
+<p>In addition to the massive holdings, the web site offers features such
+as search by name or by functionality.
+</p>
+<a name="index-DANTE-e_002eV_002e"></a>
+<a name="index-mirrors-of-CTAN"></a>
+<p>CTAN is not a single site, but instead is a set of sites. One of the
+sites is the core. This site actively manages the material, for
+instance, by accepting uploads of new or updated packages. It is
+hosted by the German TeX group DANTE e.V. Other sites around the
+world help out by mirroring, that is, automatically syncing their
+collections with the core site and then in turn making their copies
+publicly available. This gives users close to their location better
+access and relieves the load on the core site. The list of mirrors is
+at <a href="https://ctan.org/mirrors">https://ctan.org/mirrors</a>.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Calligraphic.html b/src/data/help/unofficial-latex2e-reference-manual/Calligraphic.html
new file mode 100644
index 00000000..b94fa377
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Calligraphic.html
@@ -0,0 +1,149 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Calligraphic (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Calligraphic (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Calligraphic (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Math-symbols.html#Math-symbols" rel="up" title="Math symbols">
+<link href="Delimiters.html#Delimiters" rel="next" title="Delimiters">
+<link href="Blackboard-bold.html#Blackboard-bold" rel="prev" title="Blackboard bold">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Calligraphic"></a>
+<div class="header">
+<p>
+Next: <a href="Delimiters.html#Delimiters" accesskey="n" rel="next">Delimiters</a>, Previous: <a href="Blackboard-bold.html#Blackboard-bold" accesskey="p" rel="prev">Blackboard bold</a>, Up: <a href="Math-symbols.html#Math-symbols" accesskey="u" rel="up">Math symbols</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Calligraphic-1"></a>
+<h4 class="subsection">16.2.4 Calligraphic</h4>
+
+<a name="index-calligraphic-fonts"></a>
+<a name="index-script-fonts"></a>
+<a name="index-fonts_002c-script"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\mathcal{<var>uppercase-letters</var>}
+</pre></div>
+
+<p>Use a script-like font.
+</p>
+<p>In this example the graph identifier is output in a cursive font.
+</p>
+<div class="example">
+<pre class="example">Let the graph be \( \mathcal{G} \).
+</pre></div>
+
+<p>If you use something other than an uppercase letter then you do not get
+an error but you also do not get math calligraphic output. For instance,
+<code>\mathcal{g}</code> outputs a close curly brace symbol.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Class-and-package-commands.html b/src/data/help/unofficial-latex2e-reference-manual/Class-and-package-commands.html
new file mode 100644
index 00000000..4db2e31c
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Class-and-package-commands.html
@@ -0,0 +1,552 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Class and package commands (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Class and package commands (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Class and package commands (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Class-and-package-construction.html#Class-and-package-construction" rel="up" title="Class and package construction">
+<link href="Fonts.html#Fonts" rel="next" title="Fonts">
+<link href="Class-and-package-structure.html#Class-and-package-structure" rel="prev" title="Class and package structure">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Class-and-package-commands"></a>
+<div class="header">
+<p>
+Previous: <a href="Class-and-package-structure.html#Class-and-package-structure" accesskey="p" rel="prev">Class and package structure</a>, Up: <a href="Class-and-package-construction.html#Class-and-package-construction" accesskey="u" rel="up">Class and package construction</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Class-and-package-commands-1"></a>
+<h4 class="subsection">3.3.2 Class and package commands</h4>
+<a name="index-class-and-package-commands"></a>
+<a name="index-commands_002c-class-and-package"></a>
+
+<p>These are the commands designed to help writers of classes or packages.
+</p>
+<dl compact="compact">
+<dt><code>\AtBeginDvi{specials}</code></dt>
+<dd><a name="index-_005cAtBeginDvi"></a>
+<p>Save in a box register things that are written to the <samp>.dvi</samp> file
+at the beginning of the shipout of the first page of the document.
+</p>
+</dd>
+<dt><code>\AtEndOfClass{<var>code</var>}</code></dt>
+<dt><code>\AtEndOfPackage{<var>code</var>}</code></dt>
+<dd><a name="index-_005cAtEndOfClass"></a>
+<a name="index-_005cAtEndOfPackage"></a>
+<p>Hook to insert <var>code</var> to be executed when LaTeX finishes
+processing the current class or package. You can use these hooks
+multiple times; the <code>code</code> will be executed in the order that you
+called it. See also <a href="_005cAtBeginDocument.html#g_t_005cAtBeginDocument">\AtBeginDocument</a>.
+</p>
+</dd>
+<dt><code>\CheckCommand{<var>cmd</var>}[<var>num</var>][<var>default</var>]{<var>definition</var>}</code></dt>
+<dt><code>\CheckCommand*{<var>cmd</var>}[<var>num</var>][<var>default</var>]{<var>definition</var>}</code></dt>
+<dd><a name="index-_005cCheckCommand"></a>
+<a name="index-_005cCheckCommand_002a"></a>
+<a name="index-new-command_002c-check"></a>
+<p>Like <code>\newcommand</code> (see <a href="_005cnewcommand-_0026-_005crenewcommand.html#g_t_005cnewcommand-_0026-_005crenewcommand">\newcommand &amp; \renewcommand</a>) but does
+not define <var>cmd</var>; instead it checks that the current definition of
+<var>cmd</var> is exactly as given by <var>definition</var> and is or is not
+<a name="index-long-command"></a>
+<em>long</em> as expected. A long command is a command that accepts
+<code>\par</code> within an argument. The <var>cmd</var> command is expected to be
+long with the unstarred version of <code>\CheckCommand</code>. Raises an
+error when the check fails. This allows you to check before you start
+redefining <code>cmd</code> yourself that no other package has already
+redefined this command.
+</p>
+</dd>
+<dt><code>\ClassError{<var>class name</var>}{<var>error text</var>}{<var>help text</var>}</code></dt>
+<dt><code>\PackageError{<var>package name</var>}{<var>error text</var>}{<var>help text</var>}</code></dt>
+<dt><code>\ClassWarning{<var>class name</var>}{<var>warning text</var>}</code></dt>
+<dt><code>\PackageWarning{<var>package name</var>}{<var>warning text</var>}</code></dt>
+<dt><code>\ClassWarningNoLine{<var>class name</var>}{<var>warning text</var>}</code></dt>
+<dt><code>\PackageWarningNoLine{<var>package name</var>}{<var>warning text</var>}</code></dt>
+<dt><code>\ClassInfo{<var>class name</var>}{<var>info text</var>}</code></dt>
+<dt><code>\PackageInfo{<var>package name</var>}{<var>info text</var>}</code></dt>
+<dt><code>\ClassInfoNoLine{<var>class name</var>}{<var>info text</var>}</code></dt>
+<dt><code>\PackageInfoNoLine{<var>package name</var>}{<var>info text</var>}</code></dt>
+<dd><a name="index-_005cClassError"></a>
+<a name="index-_005cPackageError"></a>
+<a name="index-_005cClassWarning"></a>
+<a name="index-_005cPackageWarning"></a>
+<a name="index-_005cClassWarningNoLine"></a>
+<a name="index-_005cPackageWarningNoLine"></a>
+<a name="index-_005cClassInfo"></a>
+<a name="index-_005cPackageInfo"></a>
+<a name="index-_005cClassInfoNoLine"></a>
+<a name="index-_005cPackageInfoNoLine"></a>
+<p>Produce an error message, or warning or informational messages.
+</p>
+<p>For <code>\ClassError</code> and <code>\PackageError</code> the message is
+<var>error text</var>, followed by TeX&rsquo;s <code>?</code> error prompt. If the
+user then asks for help by typing <code>h</code>, they see the <var>help
+text</var>.
+</p>
+<p>The four warning commands are similar except that they write
+<var>warning text</var> on the screen with no error prompt. The four info
+commands write <var>info text</var> only in the transcript file. The
+<code>NoLine</code> versions do not show the number of the line generating the
+message, while the other versions do show that number.
+</p>
+<p>To format the messages, including the <var>help text</var>: use
+<code>\protect</code> to stop a command from expanding, get a line break with
+<code>\MessageBreak</code>, and get a space with <code>\space</code> when a space
+character does not allow it, like after a command. Note that LaTeX
+appends a period to the messages.
+</p>
+</dd>
+<dt><code>\CurrentOption</code></dt>
+<dd><a name="index-_005cCurrentOption"></a>
+<p>Expands to the name of the currently-being-processed option. Can only
+be used within the <var>code</var> argument of either <code>\DeclareOption</code>
+or <code>\DeclareOption*</code>.
+</p>
+</dd>
+<dt><code>\DeclareOption{<var>option</var>}{<var>code</var>}</code></dt>
+<dt><code>\DeclareOption*{<var>code</var>}</code></dt>
+<dd><a name="index-_005cDeclareOption"></a>
+<a name="index-_005cDeclareOption_002a"></a>
+<a name="index-class-options-2"></a>
+<a name="index-package-options-1"></a>
+<a name="index-options_002c-class"></a>
+<a name="index-options_002c-package-1"></a>
+<p>Make an option available to a user to invoke in their
+<code>\documentclass</code> command. For example, the <code>smcmemo</code> class
+could have an option <code>\documentclass[logo]{smcmemo}</code> allowing
+users to put the institutional logo on the first page. The class file
+must contain <code>\DeclareOption{logo}{<var>code</var>}</code> (and later,
+<code>\ProcessOptions</code>).
+</p>
+<p>If you request an option that has not been declared, by default this
+will produce a warning like <code>Unused global option(s): [badoption].</code>
+Change this behaviour with the starred version
+<code>\DeclareOption*{<var>code</var>}</code>. For example, many classes extend
+an existing class, using a declaration such as
+<code>\LoadClass{article}</code>, and for passing extra options to the
+underlying class use code such as this.
+</p>
+<div class="example">
+<pre class="example">\DeclareOption*{%
+\PassOptionsToClass{\CurrentOption}{article}%
+}
+</pre></div>
+
+<p>Another example is that the class <code>smcmemo</code> may allow users to keep
+lists of memo recipients in external files. Then the user could invoke
+<code>\documentclass[math]{smcmemo}</code> and it will read the file
+<code>math.memo</code>. This code handles the file if it exists and otherwise
+passes the option to the <code>article</code> class.
+</p>
+<div class="example">
+<pre class="example">\DeclareOption*{\InputIfFileExists{\CurrentOption.memo}{}{%
+ \PassOptionsToClass{\CurrentOption}{article}}}
+</pre></div>
+
+</dd>
+<dt><code>\DeclareRobustCommand{<var>cmd</var>}[<var>num</var>][<var>default</var>]{<var>definition</var>}</code></dt>
+<dt><code>\DeclareRobustCommand*{<var>cmd</var>}[<var>num</var>][<var>default</var>]{<var>definition</var>}</code></dt>
+<dd><a name="index-_005cDeclareRobustCommand"></a>
+<a name="index-_005cDeclareRobustCommand_002a"></a>
+<a name="index-new-command_002c-definition"></a>
+<p>Like <code>\newcommand</code> and <code>\newcommand*</code> (see <a href="_005cnewcommand-_0026-_005crenewcommand.html#g_t_005cnewcommand-_0026-_005crenewcommand">\newcommand &amp; \renewcommand</a>) but these declare a robust command, even if some code
+within the <var>definition</var> is fragile. (For a discussion of robust and
+fragile commands see <a href="_005cprotect.html#g_t_005cprotect">\protect</a>.) Use this command to define new
+robust commands or to redefine existing commands and make them
+robust. Unlike <code>\newcommand</code> these do not give an error if macro
+<var>cmd</var> already exists; instead, a log message is put into the
+transcript file if a command is redefined.
+</p>
+<p>Commands defined this way are a bit less efficient than those defined
+using <code>\newcommand</code> so unless the command&rsquo;s data is fragile and the
+command is used within a moving argument, use <code>\newcommand</code>.
+</p>
+<a name="index-package_002c-etoolbox"></a>
+<a name="index-etoolbox-package"></a>
+<p>The <samp>etoolbox</samp> package offers the commands
+<code>\newrobustcmd</code>, <code>\newrobustcmd*</code>, as well as the commands
+<code>\renewrobustcmd</code>, <code>\renewrobustcmd*</code>, and the commands
+<code>\providerobustcmd</code>, and <code>\providerobustcmd*</code>. These are
+similar to <code>\newcommand</code>, <code>\newcommand*</code>,
+<code>\renewcommand</code>, <code>\renewcommand*</code>, <code>\providecommand</code>, and
+<code>\providecommand*</code>, but define a robust <var>cmd</var> with two
+advantages as compared to <code>\DeclareRobustCommand</code>:
+</p><ol>
+<li> They use the low-level e-TeX protection mechanism rather than the
+higher level LaTeX <code>\protect</code> mechanism, so they do not incur
+the slight loss of performance mentioned above, and
+</li><li> They make the same distinction between <code>\new&hellip;</code>,
+<code>\renew&hellip;</code>, and <code>\provide&hellip;</code>, as the standard
+commands, so they do not just make a log message when you redefine
+<var>cmd</var> that already exists, in that case you need to use either
+<code>\renew&hellip;</code> or <code>\provide&hellip;</code> or you get an error.
+</li></ol>
+
+
+</dd>
+<dt><code>\IfFileExists{<var>file name</var>}{<var>true code</var>}{<var>false code</var>}</code></dt>
+<dt><code>\InputIfFileExists{<var>file name</var>}{<var>true code</var>}{<var>false code</var>}</code></dt>
+<dd><a name="index-_005cIfFileExists"></a>
+<a name="index-_005cInputIfFileExists"></a>
+<p>Execute <var>true code</var> if LaTeX finds the file <samp><var>file
+name</var></samp> or <var>false code</var> otherwise. In the first case it executing
+<var>true code</var> and then inputs the file. Thus the command
+</p>
+<div class="example">
+<pre class="example">\IfFileExists{img.pdf}{%
+ \includegraphics{img.pdf}}{\typeout{!! img.pdf not found}
+</pre></div>
+
+<p>will include the graphic <samp>img.pdf</samp> if it is found and otherwise
+give a warning.
+</p>
+<p>This command looks for the file in all search paths that LaTeX uses,
+not only in the current directory. To look only in the current
+directory do something like <code>\IfFileExists{./filename}{<var>true
+code</var>}{<var>false code</var>}</code>. If you ask for a filename without a
+<code>.tex</code> extension then LaTeX will first look for the file by
+appending the <code>.tex</code>; for more on how LaTeX handles file
+extensions see <a href="_005cinput.html#g_t_005cinput">\input</a>.
+</p>
+</dd>
+<dt><code>\LoadClass[<var>options list</var>]{<var>class name</var>}[<var>release date</var>]</code></dt>
+<dt><code>\LoadClassWithOptions{<var>class name</var>}[<var>release date</var>]</code></dt>
+<dd><a name="index-_005cLoadClass"></a>
+<a name="index-_005cLoadClassWithOptions"></a>
+<p>Load a class, as with <code>\documentclass[<var>options
+list</var>]{<var>class name</var>}[<var>release info</var>]</code>. An example is
+<code>\LoadClass[twoside]{article}</code>.
+</p>
+<p>The <var>options list</var>, if present, is a comma-separated list. The
+<var>release date</var> is optional. If present it must have the form
+<var>YYYY/MM/DD</var>.
+</p>
+<p>If you request a <var>release date</var> and the date of the package
+installed on your system is earlier, then you get a warning on the
+screen and in the log like this.
+</p>
+<div class="example">
+<pre class="example">You have requested, on input line 4, version `2038/01/19' of
+document class article, but only version `2014/09/29 v1.4h
+Standard LaTeX document class' is available.
+</pre></div>
+
+<p>The command version <code>\LoadClassWithOptions</code> uses the list of
+options for the current class. This means it ignores any options passed
+to it via <code>\PassOptionsToClass</code>. This is a convenience command
+that lets you build classes on existing ones, such as the standard
+<code>article</code> class, without having to track which options were passed.
+</p>
+</dd>
+<dt><code>\ExecuteOptions{<var>options-list</var>}</code></dt>
+<dd><a name="index-_005cExecuteOptions"></a>
+<p>For each option <var>option</var> in the <var>options-list</var>, in order, this command
+executes the command <code>\ds@<var>option</var></code>. If this command is not
+defined then that option is silently ignored.
+</p>
+<p>It can be used to provide a default option list before
+<code>\ProcessOptions</code>. For example, if in a class file you want the
+default to be 11pt fonts then you could specify
+<code>\ExecuteOptions{11pt}\ProcessOptions\relax</code>.
+</p>
+</dd>
+<dt><code>\NeedsTeXFormat{<var>format</var>}[<var>format date</var>]</code></dt>
+<dd><a name="index-_005cNeedsTeXFormat"></a>
+<p>Specifies the format that this class must be run under. Often issued
+as the first line of a class file, and most often used as:
+<code>\NeedsTeXFormat{LaTeX2e}</code>. When a document using that class is
+processed, the format name given here must match the format that is
+actually being run (including that the <var>format</var> string is case
+sensitive). If it does not match then execution stops with an error
+like &lsquo;<samp>This file needs format `LaTeX2e' but this is `xxx'.</samp>&rsquo;
+</p>
+<p>To specify a version of the format that you know to have certain
+features, include the optional <var>format date</var> on which those features
+were implemented. If present it must be in the form <code>YYYY/MM/DD</code>.
+If the format version installed on your system is earlier than
+<var>format date</var> then you get a warning like this.
+</p>
+<div class="example">
+<pre class="example">You have requested release `2038/01/20' of LaTeX, but only
+release `2016/02/01' is available.
+</pre></div>
+
+</dd>
+<dt><code>\OptionNotUsed</code></dt>
+<dd><a name="index-_005cOptionNotUsed"></a>
+<p>Adds the current option to the list of unused options. Can only be used
+within the <var>code</var> argument of either <code>\DeclareOption</code> or
+<code>\DeclareOption*</code>.
+</p>
+
+</dd>
+<dt><code>\PassOptionsToClass{<var>option list</var>}{<var>class name</var>}</code></dt>
+<dt><code>\PassOptionsToPackage{<var>option list</var>}{<var>package name</var>}</code></dt>
+<dd><a name="index-_005cPassOptionsToClass"></a>
+<a name="index-_005cPassOptionsToPackage"></a>
+<p>Adds the options in the comma-separated list <var>option list</var> to the
+options used by any future <code>\RequirePackage</code> or <code>\usepackage</code>
+command for package <var>package name</var> or the class <var>class name</var>.
+</p>
+<p>The reason for these commands is: you may load a package any number of
+times with no options but if you want options then you may only supply
+them when you first load the package. Loading a package with options
+more than once will get you an error like <code>Option clash for package
+foo.</code> (LaTeX throws an error even if there is no conflict between the
+options.)
+</p>
+<p>If your own code is bringing in a package twice then you can collapse
+that to once, for example replacing the two
+<code>\RequirePackage[landscape]{geometry}</code> and
+<code>\RequirePackage[margins=1in]{geometry}</code> with the single command
+<code>\RequirePackage[landscape,margins=1in]{geometry}</code>.
+</p>
+<p>However, imagine that you are loading <samp>firstpkg</samp> and inside that
+package it loads <samp>secondpkg</samp>, and you need the second package to be
+loaded with option <code>draft</code>. Then before doing the first package
+you must queue up the options for the second package, like this.
+</p>
+<div class="example">
+<pre class="example">\PassOptionsToPackage{draft}{secondpkg}
+\RequirePackage{firstpkg}
+</pre></div>
+
+<p>(If <code>firstpkg.sty</code> loads an option in conflict with what you want
+then you may have to alter its source.)
+</p>
+<p>These commands are useful for general users as well as class and package
+writers. For instance, suppose a user wants to load the <code>graphicx</code>
+package with the option <code>draft</code> and also wants to use a class
+<code>foo</code> that loads the <code>graphicx</code> package, but without that
+option. The user could start their LaTeX file with
+<code>\PassOptionsToPackage{draft}{graphicx}\documentclass{foo}</code>.
+</p>
+</dd>
+<dt><code>\ProcessOptions</code></dt>
+<dt><code>\ProcessOptions*<var>\@options</var></code></dt>
+<dd><a name="index-_005cProcessOptions"></a>
+<a name="index-_005cProcessOptions_002a"></a>
+<p>Execute the code for each option that the user has invoked. Include it
+in the class file as <code>\ProcessOptions\relax</code> (because of the
+existence of the starred command).
+</p>
+<p>Options come in two types. <em>Local options</em> have been specified for this
+particular package in the <var>options</var> argument of
+<code>\PassOptionsToPackage{<var>options</var>}</code>,
+<code>\usepackage[<var>options</var>]</code>, or
+<code>\RequirePackage[<var>options</var>]</code>. <em>Global options</em> are those given
+by the class user in <code>\documentclass[<var>options</var>]</code> (If an option
+is specified both locally and globally then it is local.)
+</p>
+<p>When <code>\ProcessOptions</code> is called for a package <samp>pkg.sty</samp>, the
+following happens:
+</p><ol>
+<li> For each option <var>option</var> so far declared
+with <code>\DeclareOption</code>, it looks to see if that option is either a
+global or a local option for <code>pkg</code>. If so then it executes the
+declared code. This is done in the order in which these options were
+given in <samp>pkg.sty</samp>.
+</li><li> For each remaining local option, it executes the command
+<code>\ds@</code><var>option</var> if it has been defined somewhere (other than by
+a <code>\DeclareOption</code>); otherwise, it executes the default option code
+given in <code>\DeclareOption*</code>. If no default option code has been
+declared then it gives an error message. This is done in the order in
+which these options were specified.
+</li></ol>
+
+<p>When <code>\ProcessOptions</code> is called for a class it works in the same
+way except that all options are local, and the default <var>code</var> for
+<code>\DeclareOption*</code> is <code>\OptionNotUsed</code> rather than an error.
+</p>
+<p>The starred version <code>\ProcessOptions*</code> executes the
+options in the order specified in the calling commands, rather than in
+the order of declaration in the class or package. For a package this
+means that the global options are processed first.
+</p>
+</dd>
+<dt><code>\ProvidesClass{<var>class name</var>}[<var>release date</var> <var>brief additional information</var>]</code></dt>
+<dt><code>\ProvidesClass{<var>class name</var>}[<var>release date</var>]</code></dt>
+<dt><code>\ProvidesPackage{<var>package name</var>}[<var>release date</var> <var>brief additional information</var>]</code></dt>
+<dt><code>\ProvidesPackage{<var>package name</var>}[<var>release date</var>]</code></dt>
+<dd><a name="index-_005cProvidesClass"></a>
+<a name="index-_005cProvidesPackage"></a>
+<p>Identifies the class or package, printing a message to the screen and
+the log file.
+</p>
+<p>When you load a class or package, for example with
+<code>\documentclass{smcmemo}</code> or <code>\usepackage{test}</code>, LaTeX
+inputs a file. If the name of the file does not match the class or
+package name declared in it then you get a warning. Thus, if you invoke
+<code>\documentclass{smcmemo}</code>, and the file <samp>smcmemo.cls</samp> has
+the statement <code>\ProvidesClass{xxx}</code> then you get a warning like
+<code>You have requested document class `smcmemo', but the document
+class provides 'xxx'.</code> This warning does not prevent LaTeX from
+processing the rest of the class file normally.
+</p>
+<p>If you include the optional argument then you must include a date,
+before any spaces, of the form <code>YYYY/MM/DD</code>. The rest of the
+optional argument is free-form, although it traditionally identifies the
+class, and is written to the screen during compilation and to the log
+file. Thus, if your file <samp>smcmemo.cls</samp> contains the line
+<code>\ProvidesClass{smcmemo}[2008/06/01 v1.0 SMC memo class]</code> and
+your document&rsquo;s first line is <code>\documentclass{smcmemo}</code> then you
+will see <code>Document Class: smcmemo 2008/06/01 v1.0 SMC memo class</code>.
+</p>
+<p>The date in the optional argument allows class and package users to ask
+to be warned if the version of the class or package is earlier than
+<var>release date</var>. For instance, a user could enter
+<code>\documentclass{smcmemo}[2018/10/12]</code> or
+<code>\usepackage{foo}[[2017/07/07]]</code> to require a class or package
+with certain features by specifying that it must be released no earlier
+than the given date. (Although, in practice package users only rarely
+include a date, and class users almost never do.)
+</p>
+</dd>
+<dt><code>\ProvidesFile{<var>file name</var>}[<var>additional information</var>]</code></dt>
+<dd><a name="index-_005cProvidesFile"></a>
+<p>Declare a file other than the main class and package files, such as
+configuration files or font definition files. Put this command in that
+file and you get in the log a string like <code>File: test.config
+2017/10/12 config file for test.cls</code> for <var>file name</var> equal to
+&lsquo;<samp>test.config</samp>&rsquo; and <var>additional information</var> equal to
+&lsquo;<samp>2017/10/12 config file for test.cls</samp>&rsquo;.
+</p>
+</dd>
+<dt><code>\RequirePackage[<var>option list</var>]{<var>package name</var>}[<var>release date</var>]</code></dt>
+<dt><code>\RequirePackageWithOptions{<var>package name</var>}[<var>release date</var>]</code></dt>
+<dd><a name="index-_005cRequirePackage"></a>
+<a name="index-_005cRequirePackageWithOptions"></a>
+<p>Load a package, like the command <code>\usepackage</code> (see <a href="Additional-packages.html#Additional-packages">Additional packages</a>). The LaTeX development team strongly recommends use of
+these commands over Plain&nbsp;TeX&rsquo;s <code>\input</code>; see the Class
+Guide. An example is
+<code>\RequirePackage[landscape,margin=1in]{geometry}</code>.
+</p>
+<p>The <var>option list</var>, if present, is a comma-separated list. The
+<var>release date</var>, if present, must have the form <var>YYYY/MM/DD</var>. If
+the release date of the package as installed on your system is earlier
+than <var>release date</var> then you get a warning like <code>You have
+requested, on input line 9, version `2017/07/03' of package jhtest, but
+only version `2000/01/01' is available</code>.
+</p>
+<p>The <code>\RequirePackageWithOptions</code> version uses the list of options
+for the current class. This means it ignores any options passed to it
+via <code>\PassOptionsToClass</code>. This is a convenience command to allow
+easily building classes on existing ones without having to track which
+options were passed.
+</p>
+<p>The difference between <code>\usepackage</code> and <code>\RequirePackage</code> is
+small. The <code>\usepackage</code> command is intended for the document file
+while <code>\RequirePackage</code> is intended for package and class files.
+Thus, using <code>\usepackage</code> before the <code>\documentclass</code> command
+causes LaTeX to give error like <code>\usepackage before
+\documentclass</code>, but you can use <code>\RequirePackage</code> there.
+</p></dd>
+</dl>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Class-and-package-construction.html b/src/data/help/unofficial-latex2e-reference-manual/Class-and-package-construction.html
new file mode 100644
index 00000000..2490d5b0
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Class-and-package-construction.html
@@ -0,0 +1,163 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Class and package construction (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Class and package construction (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Class and package construction (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Document-classes.html#Document-classes" rel="up" title="Document classes">
+<link href="Class-and-package-structure.html#Class-and-package-structure" rel="next" title="Class and package structure">
+<link href="Additional-packages.html#Additional-packages" rel="prev" title="Additional packages">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Class-and-package-construction"></a>
+<div class="header">
+<p>
+Previous: <a href="Additional-packages.html#Additional-packages" accesskey="p" rel="prev">Additional packages</a>, Up: <a href="Document-classes.html#Document-classes" accesskey="u" rel="up">Document classes</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Class-and-package-construction-1"></a>
+<h3 class="section">3.3 Class and package construction</h3>
+
+<a name="index-document-class-commands"></a>
+<a name="index-commands_002c-document-class"></a>
+<a name="index-new-class-commands"></a>
+
+<p>You can create new document classes and new packages. For instance, if
+your memos must satisfy some local requirements, such as a
+standard header for each page, then you could create a new class
+<code>smcmemo.cls</code> and begin your documents with
+<code>\documentclass{smcmemo}</code>.
+</p>
+<p>What separates a package from a document class is that the commands in a
+package are useful across classes while those in a document class are
+specific to that class. Thus, a command to set page headers is for a
+package while a command to make the page headers say <code>Memo from the
+SMC Math Department</code> is for a class.
+<a name="index-class-and-package-difference"></a>
+<a name="index-difference-between-class-and-package"></a>
+</p>
+<p>Inside of a class or package file you can use the at-sign <code>@</code> as a
+character in command names without having to surround the code
+containing that command with <code>\makeatletter</code> and
+<code>\makeatother</code>. See <a href="_005cmakeatletter-_0026-_005cmakeatother.html#g_t_005cmakeatletter-_0026-_005cmakeatother">\makeatletter &amp; \makeatother</a>. This allow
+you to create commands that users will not accidentally redefine.
+Another technique is to preface class- or package-specific commands with
+some string to prevent your class or package from interfering with
+others. For instance, the class <code>smcmemo</code> might have commands
+<code>\smc@tolist</code>, <code>\smc@fromlist</code>, etc.
+</p>
+
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="Class-and-package-structure.html#Class-and-package-structure" accesskey="1">Class and package structure</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Layout of the file.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="Class-and-package-commands.html#Class-and-package-commands" accesskey="2">Class and package commands</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">List of commands.
+</td></tr>
+</table>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Class-and-package-structure.html b/src/data/help/unofficial-latex2e-reference-manual/Class-and-package-structure.html
new file mode 100644
index 00000000..b021d05d
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Class-and-package-structure.html
@@ -0,0 +1,185 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Class and package structure (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Class and package structure (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Class and package structure (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Class-and-package-construction.html#Class-and-package-construction" rel="up" title="Class and package construction">
+<link href="Class-and-package-commands.html#Class-and-package-commands" rel="next" title="Class and package commands">
+<link href="Class-and-package-construction.html#Class-and-package-construction" rel="prev" title="Class and package construction">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Class-and-package-structure"></a>
+<div class="header">
+<p>
+Next: <a href="Class-and-package-commands.html#Class-and-package-commands" accesskey="n" rel="next">Class and package commands</a>, Up: <a href="Class-and-package-construction.html#Class-and-package-construction" accesskey="u" rel="up">Class and package construction</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Class-and-package-structure-1"></a>
+<h4 class="subsection">3.3.1 Class and package structure</h4>
+
+<a name="index-class-and-package-structure"></a>
+<a name="index-class-file-layout"></a>
+<a name="index-package-file-layout"></a>
+<a name="index-options_002c-document-class-1"></a>
+<a name="index-options_002c-package"></a>
+<a name="index-class-options-1"></a>
+<a name="index-package-options"></a>
+
+<p>A class file or package file typically has four parts.
+</p><ol>
+<li> In the <em>identification part</em>, the file says that it is a LaTeX
+package or class and describes itself, using the <code>\NeedsTeXFormat</code>
+and <code>\ProvidesClass</code> or <code>\ProvidesPackage</code> commands.
+
+</li><li> The <em>preliminary declarations part</em> declares some commands and
+can also load other files. Usually these commands will be those needed
+for the code used in the next part. For example, an <code>smcmemo</code>
+class might be called with an option to read in a file with a list of
+people for the to-head, as <code>\documentclass[mathto]{smcmemo}</code>, and
+therefore needs to define a command
+<code>\newcommand{\setto}[1]{\def\@tolist{#1}}</code> used in that
+file.
+
+</li><li> In the <em>handle options part</em> the class or package declares
+and processes its options. Class options allow a user to start their
+document as <code>\documentclass[<var>option list</var>]{<var>class
+name</var>}</code>, to modify the behavior of the class. An example is when you
+declare <code>\documentclass[11pt]{article}</code> to set the default
+document font size.
+
+</li><li> Finally, in the <em>more declarations part</em> the class or package usually does
+most of its work: declaring new variables, commands and fonts, and
+loading other files.
+</li></ol>
+
+<p>Here is a starting class file, which should be saved as <samp>stub.cls</samp>
+where LaTeX can find it, for example in the same directory as the
+<samp>.tex</samp> file.
+</p>
+<div class="example">
+<pre class="example">\NeedsTeXFormat{LaTeX2e}
+\ProvidesClass{stub}[2017/07/06 stub to start building classes from]
+\DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}}
+\ProcessOptions\relax
+\LoadClass{article}
+</pre></div>
+<a name="index-class-file-example"></a>
+
+<p>It identifies itself, handles the class options via the default of
+passing them all to the <code>article</code> class, and then loads the
+<code>article</code> class to provide the basis for this class&rsquo;s code.
+</p>
+<p>For more, see the official guide for class and package writers, the
+Class Guide, at
+<a href="http://www.latex-project.org/help/documentation/clsguide.pdf">http://www.latex-project.org/help/documentation/clsguide.pdf</a> (much
+of the descriptions here derive from this document), or the tutorial
+<a href="https://www.tug.org/TUGboat/tb26-3/tb84heff.pdf">https://www.tug.org/TUGboat/tb26-3/tb84heff.pdf</a>.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Colon-character-_0026-_005ccolon.html b/src/data/help/unofficial-latex2e-reference-manual/Colon-character-_0026-_005ccolon.html
new file mode 100644
index 00000000..ac3ee144
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Colon-character-_0026-_005ccolon.html
@@ -0,0 +1,159 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Colon character &amp; \colon (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Colon character &amp; \colon (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Colon character &amp; \colon (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Math-miscellany.html#Math-miscellany" rel="up" title="Math miscellany">
+<link href="_005c_002a.html#g_t_005c_002a" rel="next" title="\*">
+<link href="Math-miscellany.html#Math-miscellany" rel="prev" title="Math miscellany">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Colon-character-_0026-_005ccolon"></a>
+<div class="header">
+<p>
+Next: <a href="_005c_002a.html#g_t_005c_002a" accesskey="n" rel="next">\*</a>, Up: <a href="Math-miscellany.html#Math-miscellany" accesskey="u" rel="up">Math miscellany</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Colon-character-_003a-_0026-_005ccolon"></a>
+<h4 class="subsection">16.7.1 Colon character <code>:</code> &amp; <code>\colon</code></h4>
+
+<a name="index-_003a"></a>
+<a name="index-colon-character"></a>
+<a name="index-_003a-1"></a>
+<a name="index-_005ccolon"></a>
+
+<p>Synopsis, one of:
+</p>
+<div class="example">
+<pre class="example">:
+\colon
+</pre></div>
+
+<p>In mathematics, the colon character, <code>:</code>, is a relation.
+</p>
+<div class="example">
+<pre class="example">With side ratios \( 3:4 \) and \( 4:5 \), the triangle is right.
+</pre></div>
+
+<a name="index-package_002c-amsmath-11"></a>
+<a name="index-amsmath-package-11"></a>
+
+<p>Ordinary LaTeX defines <code>\colon</code> to produce the colon character
+with the spacing appropriate for punctuation, as in set-builder notation
+<code>\{x\colon 0\leq x&lt;1\}</code>.
+</p>
+<a name="index-package_002c-amsmath-12"></a>
+<a name="index-amsmath-package-12"></a>
+
+<p>But the widely-used <samp>amsmath</samp> package defines <code>\colon</code> for use
+in the definition of functions <code>f\colon D\to C</code>. So if you want
+the colon character as a punctuation then use <code>\mathpunct{:}</code>.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Color-models.html b/src/data/help/unofficial-latex2e-reference-manual/Color-models.html
new file mode 100644
index 00000000..57ac2ccb
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Color-models.html
@@ -0,0 +1,184 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Color models (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Color models (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Color models (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Color.html#Color" rel="up" title="Color">
+<link href="Commands-for-color.html#Commands-for-color" rel="next" title="Commands for color">
+<link href="Color-package-options.html#Color-package-options" rel="prev" title="Color package options">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Color-models"></a>
+<div class="header">
+<p>
+Next: <a href="Commands-for-color.html#Commands-for-color" accesskey="n" rel="next">Commands for color</a>, Previous: <a href="Color-package-options.html#Color-package-options" accesskey="p" rel="prev">Color package options</a>, Up: <a href="Color.html#Color" accesskey="u" rel="up">Color</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Color-models-1"></a>
+<h3 class="section">21.2 Color models</h3>
+
+<a name="index-color-models"></a>
+
+<p>A <em>color model</em> is a way of representing colors. LaTeX&rsquo;s
+capabilities depend on the printer driver. However, the <samp>pdftex</samp>,
+<samp>xetex</samp>, and <samp>luatex</samp> printer drivers are today by far the
+most commonly used. The models below work for those drivers. All but
+one of these is also supported by essentially all other printer drivers
+used today.
+</p>
+<p>Note that color combination can be additive or subtractive. Additive
+mixes colors of light, so that for instance combining full intensities
+of red, green, and blue produces white. Subtractive mixes pigments,
+such as with inks, so that combining full intensity of cyan, magenta,
+and yellow makes black.
+</p>
+<dl compact="compact">
+<dd><a name="color-models-cmyk"></a></dd>
+<dt><code>cmyk</code></dt>
+<dd><p>A comma-separated list with four real numbers between 0 and 1,
+inclusive. The first number is the intensity of cyan, the second is
+magenta, and the others are yellow and black. A number value of 0 means
+minimal intensity, while a 1 is for full intensity. This model is often
+used in color printing. It is a subtractive model.
+</p>
+<a name="color-models-gray"></a></dd>
+<dt><code>gray</code></dt>
+<dd><p>A single real number between 0 and 1, inclusive. The colors are shades
+of grey. The number 0 produces black while 1 gives white.
+</p>
+<a name="color-models-rgb"></a></dd>
+<dt><code>rgb</code></dt>
+<dd><p>A comma-separated list with three real numbers between 0 and 1,
+inclusive. The first number is the intensity of the red component, the
+second is green, and the third the blue. A number value of 0 means that
+none of that component is added in, while a 1 means full intensity.
+This is an additive model.
+</p>
+<a name="color-models-RGB"></a></dd>
+<dt><code>RGB</code></dt>
+<dd><p>(<samp>pdftex</samp>, <samp>xetex</samp>, <samp>luatex</samp> drivers) A comma-separated
+list with three integers between 0 and 255, inclusive. This model is a
+convenience for using <code>rgb</code> since outside of LaTeX colors are
+often described in a red-green-blue model using numbers in this range.
+The values entered here are converted to the <code>rgb</code> model by
+dividing by 255.
+</p>
+<a name="color-models-named"></a></dd>
+<dt><code>named</code></dt>
+<dd><p>Colors are accessed by name, such as &lsquo;<samp>PrussianBlue</samp>&rsquo;. The list of
+names depends on the driver, but all support the names &lsquo;<samp>black</samp>&rsquo;,
+&lsquo;<samp>blue</samp>&rsquo;, &lsquo;<samp>cyan</samp>&rsquo;, &lsquo;<samp>green</samp>&rsquo;, &lsquo;<samp>magenta</samp>&rsquo;, &lsquo;<samp>red</samp>&rsquo;,
+&lsquo;<samp>white</samp>&rsquo;, and &lsquo;<samp>yellow</samp>&rsquo; (See the <code>dvipsnames</code> option in
+<a href="Color-package-options.html#Color-package-options">Color package options</a>).
+</p>
+</dd>
+</dl>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Color-package-options.html b/src/data/help/unofficial-latex2e-reference-manual/Color-package-options.html
new file mode 100644
index 00000000..d8fd7e97
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Color-package-options.html
@@ -0,0 +1,175 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Color package options (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Color package options (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Color package options (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Color.html#Color" rel="up" title="Color">
+<link href="Color-models.html#Color-models" rel="next" title="Color models">
+<link href="Color.html#Color" rel="prev" title="Color">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Color-package-options"></a>
+<div class="header">
+<p>
+Next: <a href="Color-models.html#Color-models" accesskey="n" rel="next">Color models</a>, Up: <a href="Color.html#Color" accesskey="u" rel="up">Color</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="color-package-options"></a>
+<h3 class="section">21.1 <code>color</code> package options</h3>
+
+<a name="index-color-package-options"></a>
+<a name="index-options_002c-color-package"></a>
+
+<p>Synopsis (must be in the document preamble):
+</p>
+<div class="example">
+<pre class="example">\usepackage[<var>comma-separated option list</var>]{color}
+</pre></div>
+
+<p>When you load the <samp>color</samp> package there are two kinds of available
+options.
+</p>
+<p>The first specifies the <em>printer driver</em>. LaTeX doesn&rsquo;t contain
+information about different output systems but instead depends on
+information stored in a file. Normally you should not specify the
+driver option in the document, and instead rely on your system&rsquo;s
+default. One advantage of this is that it makes the document portable
+across systems. For completeness we include a list of the drivers. The
+currently relevant ones are: <samp>dvipdfmx</samp>, <samp>dvips</samp>,
+<samp>dvisvgm</samp>, <samp>luatex</samp>, <samp>pdftex</samp>, <samp>xetex</samp>. The two
+<samp>xdvi</samp> and <samp>oztex</samp> are essentially aliases for <samp>dvips</samp>
+(and <samp>xdvi</samp> is monochrome). Ones that should not be used for new
+systems are: <samp>dvipdf</samp>, <samp>dvipdfm</samp>, <samp>dviwin</samp>,
+<samp>dvipsone</samp>, <samp>emtex</samp>, <samp>pctexps</samp>, <samp>pctexwin</samp>,
+<samp>pctexhp</samp>, <samp>pctex32</samp>, <samp>truetex</samp>, <samp>tcidvi</samp>,
+<samp>vtex</samp> (and <samp>dviwindo</samp> is an alias for <samp>dvipsone</samp>).
+</p>
+<p>The second kind of options, beyond the drivers, are below.
+</p>
+<dl compact="compact">
+<dt><code>monochrome</code></dt>
+<dd><p>Disable the color commands, so that they do not generate errors but do
+not generate color either.
+</p>
+</dd>
+<dt><code>dvipsnames</code></dt>
+<dd><p>Make available a list of 68 color names that are often used,
+particularly in legacy documents. These color names were originally
+provided by the <samp>dvips</samp> driver, giving the option name.
+</p>
+</dd>
+<dt><code>nodvipsnames</code></dt>
+<dd><p>Do not load that list of color names, saving LaTeX a tiny amount of
+memory space.
+</p>
+</dd>
+</dl>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Color.html b/src/data/help/unofficial-latex2e-reference-manual/Color.html
new file mode 100644
index 00000000..5725166c
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Color.html
@@ -0,0 +1,150 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Color (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Color (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Color (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="index.html#Top" rel="up" title="Top">
+<link href="Color-package-options.html#Color-package-options" rel="next" title="Color package options">
+<link href="_005cusebox.html#g_t_005cusebox" rel="prev" title="\usebox">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Color"></a>
+<div class="header">
+<p>
+Next: <a href="Graphics.html#Graphics" accesskey="n" rel="next">Graphics</a>, Previous: <a href="Boxes.html#Boxes" accesskey="p" rel="prev">Boxes</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Color-1"></a>
+<h2 class="chapter">21 Color</h2>
+
+<a name="index-color"></a>
+
+<p>You can add color to text, rules, etc. You can also have color in a box
+or on an entire page and write text on top of it.
+</p>
+<p>Color support comes as an additional package. So put
+<code>\usepackage{color}</code> in your document preamble to use the
+commands described here.
+</p>
+<p>Many other packages also supplement LaTeX&rsquo;s color abilities.
+Particularly worth mentioning is <samp>xcolor</samp>, which is widely used and
+significantly extends the capabilities described here, including adding
+&lsquo;<samp>HTML</samp>&rsquo; and &lsquo;<samp>Hsb</samp>&rsquo; color models.
+</p>
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="Color-package-options.html#Color-package-options" accesskey="1">Color package options</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Options when you load the standard package.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="Color-models.html#Color-models" accesskey="2">Color models</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">How colors are represented.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="Commands-for-color.html#Commands-for-color" accesskey="3">Commands for color</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">The available commands.
+</td></tr>
+</table>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Colored-boxes.html b/src/data/help/unofficial-latex2e-reference-manual/Colored-boxes.html
new file mode 100644
index 00000000..d0de0703
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Colored-boxes.html
@@ -0,0 +1,176 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Colored boxes (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Colored boxes (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Colored boxes (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Commands-for-color.html#Commands-for-color" rel="up" title="Commands for color">
+<link href="Colored-pages.html#Colored-pages" rel="next" title="Colored pages">
+<link href="Colored-text.html#Colored-text" rel="prev" title="Colored text">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Colored-boxes"></a>
+<div class="header">
+<p>
+Next: <a href="Colored-pages.html#Colored-pages" accesskey="n" rel="next">Colored pages</a>, Previous: <a href="Colored-text.html#Colored-text" accesskey="p" rel="prev">Colored text</a>, Up: <a href="Commands-for-color.html#Commands-for-color" accesskey="u" rel="up">Commands for color</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Colored-boxes-1"></a>
+<h4 class="subsection">21.3.3 Colored boxes</h4>
+
+<a name="index-color-3"></a>
+<a name="index-colored-boxes"></a>
+<a name="index-box_002c-colored"></a>
+
+<p>Synopses:
+</p>
+<div class="example">
+<pre class="example">\colorbox{<var>name</var>}{...}
+\colorbox[<var>model name</var>]{<var>box background color</var>}{...}
+</pre></div>
+
+<p>or
+</p>
+<div class="example">
+<pre class="example">\fcolorbox{<var>frame color</var>}{<var>box background color</var>}{...}
+\fcolorbox[<var>model name</var>]{<var>frame color</var>}{<var>box background color</var>}{...}
+</pre></div>
+
+<p>Make a box with the stated background color. The <code>\fcolorbox</code>
+command puts a frame around the box. For instance this
+</p>
+<div class="example">
+<pre class="example">Name:~\colorbox{cyan}{\makebox[5cm][l]{\strut}}
+</pre></div>
+
+<p>makes a cyan-colored box that is five centimeters long and gets its
+depth and height from the <code>\strut</code> (so the depth is
+<code>-.3\baselineskip</code> and the height is <code>\baselineskip</code>). This
+puts white text on a blue background.
+</p>
+<div class="example">
+<pre class="example">\colorbox{blue}{\textcolor{white}{Welcome to the machine.}}
+</pre></div>
+
+<p>The <code>\fcolorbox</code> commands use the same parameters as <code>\fbox</code>
+(see <a href="_005cfbox-_0026-_005cframebox.html#g_t_005cfbox-_0026-_005cframebox">\fbox &amp; \framebox</a>), <code>\fboxrule</code> and <code>\fboxsep</code>, to
+set the thickness of the rule and the boundary between the box interior
+and the surrounding rule. LaTeX&rsquo;s defaults are <code>0.4pt</code> and
+<code>3pt</code>, respectively.
+</p>
+<p>This example changes the thickness of the border to 0.8 points. Note
+that it is surrounded by curly braces so that the change ends at the end
+of the second line.
+</p>
+<div class="example">
+<pre class="example">{\setlength{\fboxrule}{0.8pt}
+\fcolorbox{black}{red}{Under no circumstances turn this knob.}}
+</pre></div>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Colored-pages.html b/src/data/help/unofficial-latex2e-reference-manual/Colored-pages.html
new file mode 100644
index 00000000..5632bdc8
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Colored-pages.html
@@ -0,0 +1,154 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Colored pages (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Colored pages (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Colored pages (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Commands-for-color.html#Commands-for-color" rel="up" title="Commands for color">
+<link href="Graphics.html#Graphics" rel="next" title="Graphics">
+<link href="Colored-boxes.html#Colored-boxes" rel="prev" title="Colored boxes">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Colored-pages"></a>
+<div class="header">
+<p>
+Previous: <a href="Colored-boxes.html#Colored-boxes" accesskey="p" rel="prev">Colored boxes</a>, Up: <a href="Commands-for-color.html#Commands-for-color" accesskey="u" rel="up">Commands for color</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Colored-pages-1"></a>
+<h4 class="subsection">21.3.4 Colored pages</h4>
+
+<a name="index-color-4"></a>
+<a name="index-colored-page"></a>
+<a name="index-page_002c-colored"></a>
+<a name="index-background_002c-colored"></a>
+
+<p>Synopses:
+</p>
+<div class="example">
+<pre class="example">\pagecolor{<var>name</var>}
+\pagecolor[<var>color model</var>]{<var>color specification</var>}
+\nopagecolor
+</pre></div>
+
+<p>The first two set the background of the page, and all subsequent pages,
+to the color. For an explanation of the specification in the second
+form see <a href="Colored-text.html#Colored-text">Colored text</a>. The third returns the background to normal,
+which is a transparent background. (If that is not supported use
+<code>\pagecolor{white}</code>, although that will make a white background
+rather than the default transparent background.)
+</p>
+<div class="example">
+<pre class="example"> ...
+\pagecolor{cyan}
+ ...
+\nopagecolor
+</pre></div>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Colored-text.html b/src/data/help/unofficial-latex2e-reference-manual/Colored-text.html
new file mode 100644
index 00000000..a3bde801
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Colored-text.html
@@ -0,0 +1,219 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Colored text (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Colored text (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Colored text (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Commands-for-color.html#Commands-for-color" rel="up" title="Commands for color">
+<link href="Colored-boxes.html#Colored-boxes" rel="next" title="Colored boxes">
+<link href="Define-colors.html#Define-colors" rel="prev" title="Define colors">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Colored-text"></a>
+<div class="header">
+<p>
+Next: <a href="Colored-boxes.html#Colored-boxes" accesskey="n" rel="next">Colored boxes</a>, Previous: <a href="Define-colors.html#Define-colors" accesskey="p" rel="prev">Define colors</a>, Up: <a href="Commands-for-color.html#Commands-for-color" accesskey="u" rel="up">Commands for color</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Colored-text-1"></a>
+<h4 class="subsection">21.3.2 Colored text</h4>
+
+<a name="index-color-2"></a>
+<a name="index-colored-text"></a>
+
+<p>Synopses:
+</p>
+<div class="example">
+<pre class="example">\textcolor{<var>name</var>}{...}
+\textcolor[<var>color model</var>]{<var>color specification</var>}{...}
+</pre></div>
+
+<p>or
+</p>
+<div class="example">
+<pre class="example">\color{<var>name</var>}
+\color[<var>color model</var>]{<var>specification</var>}
+</pre></div>
+
+<p>The affected text gets the color. This line
+</p>
+<div class="example">
+<pre class="example">\textcolor{magenta}{My name is Ozymandias, king of kings:}
+Look on my works, ye Mighty, and despair!
+</pre></div>
+
+<p>causes the first half to be in magenta while the rest is in black. You
+can use a color declared with <code>\definecolor</code> in exactly the same
+way that we just used the builtin color &lsquo;<samp>magenta</samp>&rsquo;.
+</p>
+<div class="example">
+<pre class="example">\definecolor{MidlifeCrisisRed}{rgb}{1.0,0.11,0.0}
+I'm thinking about getting a \textcolor{MidlifeCrisisRed}{sports car}.
+</pre></div>
+
+<p>The two <code>\textcolor</code> and <code>\color</code> differ in that the first is
+a command form, enclosing the text to be colored as an argument. Often
+this form is more convenient, or at least more explicit. The second
+form is a declaration, as in <code>The moon is made of {\color{green}
+green} cheese</code>, so it is in effect until the end of the current group
+or environment. This is sometimes useful when writing macros or as
+below where it colors everything inside the <code>center</code> environment,
+including the vertical and horizontal lines.
+</p>
+<div class="example">
+<pre class="example">\begin{center} \color{blue}
+ \begin{tabular}{l|r}
+ UL &amp;UR \\ \hline
+ LL &amp;LR
+ \end{tabular}
+\end{center}
+</pre></div>
+
+<p>You can use color in equations. A document might have this definition
+in the preamble
+</p>
+<div class="example">
+<pre class="example">\definecolor{highlightcolor}{RGB}{225,15,0}
+</pre></div>
+
+<p>and then contain this equation.
+</p>
+<div class="example">
+<pre class="example">\begin{equation}
+ \int_a^b \textcolor{highlightcolor}{f'(x)}\,dx=f(b)-f(a)
+\end{equation}
+</pre></div>
+
+<p>Typically the colors used in a document are declared in a class or style
+but sometimes you want a one-off. Those are the second forms in the
+synopses.
+</p>
+<div class="example">
+<pre class="example">Colors of \textcolor[rgb]{0.33,0.14,0.47}{Purple} and
+{\color[rgb]{0.72,0.60,0.37} Gold} for the team.
+</pre></div>
+
+<p>The format of <var>color specification </var> depends on the color model
+(see <a href="Color-models.html#Color-models">Color models</a>). For instance, while <code>rgb</code> takes three
+numbers, <code>gray</code> takes only one.
+</p>
+<div class="example">
+<pre class="example">The selection was \textcolor[gray]{0.5}{grayed out}.
+</pre></div>
+
+<p>Colors inside colors do not combine. Thus
+</p>
+<div class="example">
+<pre class="example">\textcolor{green}{kind of \textcolor{blue}{blue}}
+</pre></div>
+
+<p>has a final word that is blue, not a combination of blue and green.
+</p>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Command-Index.html b/src/data/help/unofficial-latex2e-reference-manual/Command-Index.html
new file mode 100644
index 00000000..678f21d1
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Command-Index.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Command Index (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Command Index (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Command Index (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=IndexDocument.html#Command-Index">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="IndexDocument.html#Command-Index">Command Index</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Command-line-input.html b/src/data/help/unofficial-latex2e-reference-manual/Command-line-input.html
new file mode 100644
index 00000000..4c93cdfc
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Command-line-input.html
@@ -0,0 +1,183 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Command line input (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Command line input (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Command line input (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Command-line.html#Command-line" rel="up" title="Command line">
+<link href="Recovering-from-errors.html#Recovering-from-errors" rel="next" title="Recovering from errors">
+<link href="Command-line-options.html#Command-line-options" rel="prev" title="Command line options">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Command-line-input"></a>
+<div class="header">
+<p>
+Next: <a href="Recovering-from-errors.html#Recovering-from-errors" accesskey="n" rel="next">Recovering from errors</a>, Previous: <a href="Command-line-options.html#Command-line-options" accesskey="p" rel="prev">Command line options</a>, Up: <a href="Command-line.html#Command-line" accesskey="u" rel="up">Command line</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Command-line-input-1"></a>
+<h3 class="section">28.2 Command line input</h3>
+
+<a name="index-input_002c-on-command-line"></a>
+
+<p>As part of the command line invocation <code>pdflatex <var>options</var>
+<var>argument</var></code> you can specify arbitrary LaTeX input by starting
+<var>argument</var> with a backslash. This allows you to do some special
+effects.
+</p>
+<a name="index-package_002c-hyperref-3"></a>
+<a name="index-hyperref-package-3"></a>
+
+<p>For example, this file (which uses the <samp>hyperref</samp> package for
+hyperlinks) can produce two kinds of output, one for paper and one for a
+PDF.
+</p>
+<div class="example">
+<pre class="example">\ifdefined\paperversion % in preamble
+\newcommand{\urlcolor}{black}
+\else
+\newcommand{\urlcolor}{blue}
+\fi
+\usepackage[colorlinks=true,urlcolor=\urlcolor]{hyperref}
+ ...
+\href{https://www.ctan.org}{CTAN} % in body
+ ...
+</pre></div>
+
+<p>Compiling this document <samp>book.tex</samp> with the command line
+<code>pdflatex book</code> will give the &lsquo;<samp>CTAN</samp>&rsquo; link in blue. But
+compiling it with <code>pdflatex &quot;\def\paperversion{}\input book.tex&quot;</code>
+has the link in black. (Note the use of double quotes to prevent
+interpretation of the symbols by the command line shell; your system may
+do this differently.)
+</p>
+<p>In a similar way, from the single file <samp>main.tex</samp> you can compile
+two different versions.
+</p>
+<div class="example">
+<pre class="example">pdflatex -jobname=students &quot;\def\student{}\input{main}&quot;
+pdflatex -jobname=teachers &quot;\def\teachers{}\input{main}&quot;
+</pre></div>
+
+<p>The <code>jobname</code> option is there because otherwise both files would be
+called <samp>main.pdf</samp> and the second would overwrite the first.
+</p>
+<p>A final example. This loads the package <samp>graphicx</samp> with the option
+<code>draft</code>
+</p>
+<div class="example">
+<pre class="example">pdflatex -jobname=aa &quot;\RequirePackage[draft]{graphicx}\input{aa.tex}&quot;
+</pre></div>
+
+<p>so the graphic files are read for their size information but not
+incorporated into the PDF. (The <code>jobname</code> option is there because
+otherwise the output file would be <samp>graphicx.pdf</samp>, as
+<code>\RequirePackage</code> does an <code>\input</code> of its own.)
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Command-line-options.html b/src/data/help/unofficial-latex2e-reference-manual/Command-line-options.html
new file mode 100644
index 00000000..e59c758a
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Command-line-options.html
@@ -0,0 +1,240 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Command line options (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Command line options (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Command line options (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Command-line.html#Command-line" rel="up" title="Command line">
+<link href="Command-line-input.html#Command-line-input" rel="next" title="Command line input">
+<link href="Command-line.html#Command-line" rel="prev" title="Command line">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Command-line-options"></a>
+<div class="header">
+<p>
+Next: <a href="Command-line-input.html#Command-line-input" accesskey="n" rel="next">Command line input</a>, Up: <a href="Command-line.html#Command-line" accesskey="u" rel="up">Command line</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Command-line-options-1"></a>
+<h3 class="section">28.1 Command line options</h3>
+
+<a name="index-options_002c-command-line"></a>
+
+<p>These are the command-line options relevant to ordinary document
+authoring. For a full list, try running &lsquo;<samp>latex --help</samp>&rsquo; from the
+command line.
+</p>
+<p>With many implementations you can specify command line options by
+prefixing them with &lsquo;<samp>-</samp>&rsquo; or &lsquo;<samp>--</samp>&rsquo;. This is the case for
+both TeX Live (and MacTeX) and MiKTeX. We will use both
+conventions interchangeably.
+</p>
+<dl compact="compact">
+<dd><a name="index-_002d_002dversion-command_002dline-option"></a>
+</dd>
+<dt><code>-version</code></dt>
+<dd><p>Show the current version, like &lsquo;<samp>pdfTeX 3.14159265-2.6-1.40.16 (TeX
+Live 2015/Debian)</samp>&rsquo; along with a small amount of additional information,
+and exit.
+</p>
+<a name="index-_002d_002dhelp-command_002dline-option"></a>
+</dd>
+<dt><code>-help</code></dt>
+<dd><p>Give a brief usage message that is useful as a prompt and exit.
+</p>
+<a name="index-_002d_002dinteraction-command_002dline-option"></a>
+</dd>
+<dt><code>-interaction=<var>mode</var></code></dt>
+<dd><p>TeX compiles a document in one of four interaction modes:
+<code>batchmode</code>, <code>nonstopmode</code>, <code>scrollmode</code>,
+<code>errorstopmode</code>. In <em>errorstop mode</em> (the default), TeX
+stops at each error and asks for user intervention. In <em>batch
+mode</em> it prints nothing on the terminal, errors are scrolled as if the
+user hit <code>&lt;return&gt;</code> at every error, and missing files cause the
+job to abort. In <em>nonstop mode</em>, diagnostic message appear on the
+terminal but as in batch mode there is no user interaction. In
+<em>scroll mode</em>, TeX only stops for missing files or keyboard
+input.
+</p>
+<p>For instance, starting LaTeX with this command line
+</p>
+<div class="example">
+<pre class="example">pdflatex -interaction=batchmode <var>filename</var>
+</pre></div>
+
+<p>eliminates most terminal output.
+</p>
+<a name="index-_002d_002djobname-command_002dline-option"></a>
+</dd>
+<dt><code>-jobname=<var>string</var></code></dt>
+<dd><p>Set the value of TeX&rsquo;s <code>jobname</code> to the string. The log file
+and output file will then be named <samp><var>string</var>.log</samp> and
+<samp><var>string</var>.pdf</samp>.
+</p>
+<p>When you run <code><code>pdflatex</code> <var>options</var> <var>argument</var></code>, if
+<var>argument</var> does not start with a backslash then TeX considers it
+the name of a file to input. Otherwise it waits for the first
+<code>\input</code> instruction and the name of the input file will be the job
+name. This is used to name the log file the output file. The
+<code>jobname</code> option overrides that process and directly specifies the
+name. See <a href="Command-line-input.html#Command-line-input">Command line input</a> for an example of its use.
+</p>
+<a name="index-_002d_002doutput_002ddirectory-command_002dline-option"></a>
+</dd>
+<dt><code>-output-directory=<var>directory</var></code></dt>
+<dd><p>Write files in the directory <var>directory</var>. It must already exist.
+</p>
+<a name="index-_002d_002dshell_002descape-command_002dline-option"></a>
+<a name="index-_002d_002dno_002dshell_002descape-command_002dline-option"></a>
+<a name="index-_002d_002denable_002dwrite18-command_002dline-option"></a>
+<a name="index-_002d_002ddisable_002dwrite18-command_002dline-option"></a>
+</dd>
+<dt><code>--shell-escape</code></dt>
+<dt><code>--no-shell-escape</code></dt>
+<dt><code>--enable-write18</code></dt>
+<dt><code>--disable-write18</code></dt>
+<dd><p>Enable or disable <code>\write18{<var>shell_command</var>}</code>
+(see <a href="_005cwrite18.html#g_t_005cwrite18">\write18</a>). The first two options are for with TeX Live or
+MacTeX while the second two are for MiKTeX.
+</p>
+<a name="index-package_002c-sagetex"></a>
+<a name="index-sagetex-package"></a>
+
+<p>Sometimes you want to run external system commands from inside a
+LaTeX file. For instance the package <samp>sagetex</samp> allows you to
+have the mathematics software system <i>Sage</i> do calculations or draw
+graphs and then incorporate that output in your document. For this
+TeX provides the <code>\write18</code> command.
+</p>
+<p>But with this functionality enabled, security issues could happen if you
+compiled a LaTeX file from the Internet. By default <code>\write18</code>
+is disabled. (More precisely, by default TeX Live, MacTeX, and
+MiKTeX only allow the execution of a limited number of TeX-related
+programs, which they distribute.)
+</p>
+<p>If you invoke LaTeX with the option <code>no-shell-escape</code>, and in
+your document you call <code>\write18{ls -l}</code>, then you do not get an
+error but the log file says &lsquo;<samp>runsystem(ls -l)...disabled</samp>&rsquo;.
+</p>
+<a name="index-_002d_002dhalt_002don_002derror-command_002dline-option"></a>
+</dd>
+<dt><code>-halt-on-error</code></dt>
+<dd><p>Stop processing at the first error.
+</p>
+<a name="index-_002d_002dfile_002dline_002derror-command_002dline-option"></a>
+<a name="index-_002d_002dno_002dfile_002dline_002derror-command_002dline-option"></a>
+</dd>
+<dt><code>-file-line-error</code></dt>
+<dt><code>-no-file-line-error</code></dt>
+<dd><p>Enable or disable <code><var>filename</var>:<var>lineno</var>:<var>error</var></code>-style
+error messages. These are only available with TeX Live or MacTeX.
+</p></dd>
+</dl>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Command-line.html b/src/data/help/unofficial-latex2e-reference-manual/Command-line.html
new file mode 100644
index 00000000..eece9bfc
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Command-line.html
@@ -0,0 +1,185 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Command line (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Command line (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Command line (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="index.html#Top" rel="up" title="Top">
+<link href="Command-line-options.html#Command-line-options" rel="next" title="Command line options">
+<link href="_005cwrite18.html#g_t_005cwrite18" rel="prev" title="\write18">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Command-line"></a>
+<div class="header">
+<p>
+Next: <a href="Document-templates.html#Document-templates" accesskey="n" rel="next">Document templates</a>, Previous: <a href="Input_002foutput.html#Input_002foutput" accesskey="p" rel="prev">Input/output</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Command-line-1"></a>
+<h2 class="chapter">28 Command line</h2>
+
+<a name="index-command-line"></a>
+
+<p>Synopsis (from a terminal command line):
+</p>
+<div class="example">
+<pre class="example">pdflatex <var>options</var> <var>argument</var>
+</pre></div>
+
+<p>Run LaTeX on <var>argument</var>. In place of <code>pdflatex</code> you can
+also use <code>xelatex</code>, or <code>lualatex</code>, or <code>dviluatex</code>, or
+<code>latex</code>.
+</p>
+<p>For example, this will run LaTeX on the file <samp>thesis.tex</samp>,
+creating the output <samp>thesis.pdf</samp>.
+</p>
+<div class="example">
+<pre class="example">pdflatex thesis
+</pre></div>
+
+<p><a name="index-_002etex_002c-default-extension"></a>
+Note that <samp>.tex</samp> is the default file extension.
+</p>
+<p>pdfTeX is a development of the original TeX program, as are
+XeTeX and LuaTeX (see <a href="TeX-engines.html#TeX-engines">TeX engines</a>). They are completely
+backward compatible. But the original program had a custom output
+format, DVI, while the newer ones can output directly to PDF. This
+allows them to take advantage of the extra features in PDF such as
+hyperlinks, support for modern image formats such as JPG and PNG, and
+ubiquitous viewing programs. In short, if you run <code>pdflatex</code> or
+<code>xelatex</code> or <code>lualatex</code> then you will by default get PDF
+and have access to all its modern features. If you run <code>latex</code>,
+or <code>dvilualatex</code>, then you will get DVI. The description here
+assumes pdfLaTeX.
+</p>
+<p>See <a href="Command-line-options.html#Command-line-options">Command line options</a>, for a selection of the most useful
+command line options. As to <var>argument</var>, the usual case is that it
+does not begin with a backslash, so the system takes it to be the name
+of a file and it compiles that file. If <var>argument</var> begins with a
+backslash then the system will interpret it as a line of LaTeX
+input, which can be used for special effects (see <a href="Command-line-input.html#Command-line-input">Command line input</a>).
+</p>
+<p>If you gave no arguments or options then <code>pdflatex</code> prompts for
+input from the terminal. You can escape from this by entering
+<code>&lt;control&gt;-D</code>.
+</p>
+<p>If LaTeX finds an error in your document then by default it stops and
+asks you about it. See <a href="Recovering-from-errors.html#Recovering-from-errors">Recovering from errors</a> for an outline of what
+to do.
+</p>
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="Command-line-options.html#Command-line-options" accesskey="1">Command line options</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Read text from the terminal.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="Command-line-input.html#Command-line-input" accesskey="2">Command line input</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Write text to the terminal.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="Recovering-from-errors.html#Recovering-from-errors" accesskey="3">Recovering from errors</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">When something goes wrong.
+</td></tr>
+</table>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Commands-for-color.html b/src/data/help/unofficial-latex2e-reference-manual/Commands-for-color.html
new file mode 100644
index 00000000..85ddf9a0
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Commands-for-color.html
@@ -0,0 +1,142 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Commands for color (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Commands for color (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Commands for color (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Color.html#Color" rel="up" title="Color">
+<link href="Define-colors.html#Define-colors" rel="next" title="Define colors">
+<link href="Color-models.html#Color-models" rel="prev" title="Color models">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Commands-for-color"></a>
+<div class="header">
+<p>
+Previous: <a href="Color-models.html#Color-models" accesskey="p" rel="prev">Color models</a>, Up: <a href="Color.html#Color" accesskey="u" rel="up">Color</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Commands-for-color-1"></a>
+<h3 class="section">21.3 Commands for color</h3>
+
+<a name="index-color-package-commands"></a>
+
+<p>These are the commands available with the <samp>color</samp> package.
+</p>
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="Define-colors.html#Define-colors" accesskey="1">Define colors</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Give a color a name.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="Colored-text.html#Colored-text" accesskey="2">Colored text</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Text or rules in color.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="Colored-boxes.html#Colored-boxes" accesskey="3">Colored boxes</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">A box of color, to write over.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="Colored-pages.html#Colored-pages" accesskey="4">Colored pages</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">A whole page colored.
+</td></tr>
+</table>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Commands-for-graphics.html b/src/data/help/unofficial-latex2e-reference-manual/Commands-for-graphics.html
new file mode 100644
index 00000000..482bc6c7
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Commands-for-graphics.html
@@ -0,0 +1,144 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Commands for graphics (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Commands for graphics (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Commands for graphics (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Graphics.html#Graphics" rel="up" title="Graphics">
+<link href="_005cincludegraphics.html#g_t_005cincludegraphics" rel="next" title="\includegraphics">
+<link href="_005cDeclareGraphicsRule.html#g_t_005cDeclareGraphicsRule" rel="prev" title="\DeclareGraphicsRule">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Commands-for-graphics"></a>
+<div class="header">
+<p>
+Previous: <a href="Graphics-package-configuration.html#Graphics-package-configuration" accesskey="p" rel="prev">Graphics package configuration</a>, Up: <a href="Graphics.html#Graphics" accesskey="u" rel="up">Graphics</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Commands-for-graphics-1"></a>
+<h3 class="section">22.3 Commands for graphics</h3>
+
+<a name="index-graphics-package-commands"></a>
+<a name="index-commands_002c-graphics-package"></a>
+
+<p>These are the commands available with the <samp>graphics</samp> and
+<samp>graphicx</samp> packages.
+</p>
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="_005cincludegraphics.html#g_t_005cincludegraphics" accesskey="1">\includegraphics</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Using a graphic in your document.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005crotatebox.html#g_t_005crotatebox" accesskey="2">\rotatebox</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Rotating boxes, including graphics.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cscalebox.html#g_t_005cscalebox" accesskey="3">\scalebox</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Scaling boxes, including graphics.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cresizebox.html#g_t_005cresizebox" accesskey="4">\resizebox</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Scaling boxes, including graphics, to a set size.
+</td></tr>
+</table>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Counters.html b/src/data/help/unofficial-latex2e-reference-manual/Counters.html
new file mode 100644
index 00000000..e495801c
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Counters.html
@@ -0,0 +1,177 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Counters (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Counters (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Counters (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="index.html#Top" rel="up" title="Top">
+<link href="_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol.html#g_t_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol" rel="next" title="\alph \Alph \arabic \roman \Roman \fnsymbol">
+<link href="_005cignorespaces-_0026-_005cignorespacesafterend.html#g_t_005cignorespaces-_0026-_005cignorespacesafterend" rel="prev" title="\ignorespaces &amp; \ignorespacesafterend">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Counters"></a>
+<div class="header">
+<p>
+Next: <a href="Lengths.html#Lengths" accesskey="n" rel="next">Lengths</a>, Previous: <a href="Definitions.html#Definitions" accesskey="p" rel="prev">Definitions</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Counters-1"></a>
+<h2 class="chapter">13 Counters</h2>
+
+<a name="index-counters_002c-a-list-of"></a>
+<a name="index-variables_002c-a-list-of"></a>
+
+<p>Everything LaTeX numbers for you has a counter associated with
+it. The name of the counter is often the same as the name of the
+environment or command associated with the number, except that the
+counter&rsquo;s name has no backslash&nbsp;<code>\</code>. Thus, associated with
+the <code>\chapter</code> command is the <code>chapter</code> counter that keeps
+track of the chapter number.
+</p>
+<p>Below is a list of the counters used in LaTeX&rsquo;s standard document
+classes to control numbering.
+</p>
+<div class="example">
+<pre class="example">part paragraph figure enumi
+chapter subparagraph table enumii
+section page footnote enumiii
+subsection equation mpfootnote enumiv
+subsubsection
+</pre></div>
+
+<p>The <code>mpfootnote</code> counter is used by the <code>\footnote</code> command
+inside of a minipage (see <a href="minipage.html#minipage">minipage</a>). The counters <code>enumi</code>
+through <code>enumiv</code> are used in the <code>enumerate</code> environment, for
+up to four levels of nesting (see <a href="enumerate.html#enumerate">enumerate</a>).
+</p>
+<p>Counters can have any integer value but they are typically positive.
+</p>
+<p>New counters are created with <code>\newcounter</code>. See <a href="_005cnewcounter.html#g_t_005cnewcounter">\newcounter</a>.
+</p>
+
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol.html#g_t_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol" accesskey="1">\alph \Alph \arabic \roman \Roman \fnsymbol</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Print value of a counter.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cusecounter.html#g_t_005cusecounter" accesskey="2">\usecounter</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Use a specified counter in a list environment.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cvalue.html#g_t_005cvalue" accesskey="3">\value</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Use the value of a counter in an expression.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005csetcounter.html#g_t_005csetcounter" accesskey="4">\setcounter</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Set the value of a counter.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005caddtocounter.html#g_t_005caddtocounter" accesskey="5">\addtocounter</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Add a quantity to a counter.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005crefstepcounter.html#g_t_005crefstepcounter" accesskey="6">\refstepcounter</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Add to a counter.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cstepcounter.html#g_t_005cstepcounter" accesskey="7">\stepcounter</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Add to a counter, resetting subsidiary counters.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cday-_0026-_005cmonth-_0026-_005cyear.html#g_t_005cday-_0026-_005cmonth-_0026-_005cyear" accesskey="8">\day &amp; \month &amp; \year</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Numeric date values.
+</td></tr>
+</table>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Cross-references.html b/src/data/help/unofficial-latex2e-reference-manual/Cross-references.html
new file mode 100644
index 00000000..c8fd57a8
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Cross-references.html
@@ -0,0 +1,183 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Cross references (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Cross references (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Cross references (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="index.html#Top" rel="up" title="Top">
+<link href="_005clabel.html#g_t_005clabel" rel="next" title="\label">
+<link href="_005c_0040startsection.html#g_t_005c_0040startsection" rel="prev" title="\@startsection">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Cross-references"></a>
+<div class="header">
+<p>
+Next: <a href="Environments.html#Environments" accesskey="n" rel="next">Environments</a>, Previous: <a href="Sectioning.html#Sectioning" accesskey="p" rel="prev">Sectioning</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Cross-references-1"></a>
+<h2 class="chapter">7 Cross references</h2>
+
+<a name="index-cross-references"></a>
+
+<a name="index-label"></a>
+<p>We often want something like &lsquo;<samp>See Theorem~31</samp>&rsquo;. But by-hand typing
+the 31 is poor practice. Instead you should write a <em>label</em> such as
+<code>\label{eq:GreensThm}</code> and then <em>reference</em> it, as with
+<code>See equation~\ref{eq:GreensThm}</code>. LaTeX will automatically
+work out the number, put it into the output, and will change that number
+later if needed.
+</p>
+<div class="example">
+<pre class="example">We will see this with Theorem~\ref{th:GreensThm}. % forward reference
+...
+\begin{theorem} \label{th:GreensThm}
+ ...
+\end{theorem}
+...
+See Theorem~\ref{th:GreensThm} on page~\pageref{th:GreensThm}.
+</pre></div>
+
+<p>LaTeX tracks cross reference information in a file having the
+extension <samp>.aux</samp> and with the same base name as the file containing
+the <code>\label</code>. So if <code>\label</code> is in <samp>calculus.tex</samp> then
+the information is in <samp>calculus.aux</samp>. LaTeX puts the
+information in that file every time it runs across a <code>\label</code>.
+</p>
+<a name="index-forward-reference"></a>
+<a name="index-reference_002c-forward"></a>
+<p>The behavior described in the prior paragraph results in a quirk that
+happens when your document has a <em>forward reference</em>, a <code>\ref</code>
+that appears before the associated <code>\label</code>. If this is the first
+time that you are compiling the document then you will get &lsquo;<samp>LaTeX
+Warning: Label(s) may have changed. Rerun to get cross references right</samp>&rsquo;
+and in the output the forward reference will appear as two question
+marks&nbsp;&lsquo;<samp>??</samp>&rsquo;, in boldface. A similar thing happens if you
+change some things so the references changes; you get the same warning
+and the output contains the old reference information. In both cases,
+resolve this by compiling the document a second time.
+</p>
+<a name="index-package_002c-cleveref"></a>
+<a name="index-cleveref-package"></a>
+<p>The <code>cleveref</code> package enhances LaTeX&rsquo;s
+cross referencing features. You can arrange that if you enter
+<code>\begin{thm}\label{th:Nerode}...\end{thm}</code> then
+<code>\cref{th:Nerode}</code> will output &lsquo;<samp>Theorem 3.21</samp>&rsquo;, without you
+having to enter the &ldquo;Theorem.&rdquo;
+</p>
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="_005clabel.html#g_t_005clabel" accesskey="1">\label</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Assign a symbolic name to a piece of text.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cpageref.html#g_t_005cpageref" accesskey="2">\pageref</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Refer to a page number.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cref.html#g_t_005cref" accesskey="3">\ref</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Refer to a section, figure or similar.
+</td></tr>
+</table>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Define-colors.html b/src/data/help/unofficial-latex2e-reference-manual/Define-colors.html
new file mode 100644
index 00000000..52f2905c
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Define-colors.html
@@ -0,0 +1,157 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Define colors (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Define colors (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Define colors (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Commands-for-color.html#Commands-for-color" rel="up" title="Commands for color">
+<link href="Colored-text.html#Colored-text" rel="next" title="Colored text">
+<link href="Commands-for-color.html#Commands-for-color" rel="prev" title="Commands for color">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Define-colors"></a>
+<div class="header">
+<p>
+Next: <a href="Colored-text.html#Colored-text" accesskey="n" rel="next">Colored text</a>, Up: <a href="Commands-for-color.html#Commands-for-color" accesskey="u" rel="up">Commands for color</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Define-colors-1"></a>
+<h4 class="subsection">21.3.1 Define colors</h4>
+
+<a name="index-color-1"></a>
+<a name="index-define-color"></a>
+<a name="index-color_002c-define"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\definecolor{<var>name</var>}{<var>model</var>}{<var>specification</var>}
+</pre></div>
+
+<p>Give the name <var>name</var> to the color. For example, after this
+</p>
+<div class="example">
+<pre class="example">\definecolor{silver}{rgb}{0.75,0.75,0.74}
+</pre></div>
+
+<p>you can use that color name with <code>Hi ho,
+\textcolor{silver}{Silver}!</code>.
+</p>
+<p>This example gives the color a more abstract name, so it could change and
+not be misleading.
+</p>
+<div class="example">
+<pre class="example">\definecolor{logocolor}{RGB}{145,92,131} % RGB needs pdflatex
+\newcommand{\logo}{\textcolor{logocolor}{Bob's Big Bagels}}
+</pre></div>
+
+<p>Often a document&rsquo;s colors are defined in the preamble, or in the class
+or style, rather than in the document body.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Definitions.html b/src/data/help/unofficial-latex2e-reference-manual/Definitions.html
new file mode 100644
index 00000000..2d0e031b
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Definitions.html
@@ -0,0 +1,158 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Definitions (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Definitions (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Definitions (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="index.html#Top" rel="up" title="Top">
+<link href="_005cnewcommand-_0026-_005crenewcommand.html#g_t_005cnewcommand-_0026-_005crenewcommand" rel="next" title="\newcommand &amp; \renewcommand">
+<link href="Footnotes-of-footnotes.html#Footnotes-of-footnotes" rel="prev" title="Footnotes of footnotes">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Definitions"></a>
+<div class="header">
+<p>
+Next: <a href="Counters.html#Counters" accesskey="n" rel="next">Counters</a>, Previous: <a href="Footnotes.html#Footnotes" accesskey="p" rel="prev">Footnotes</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Definitions-1"></a>
+<h2 class="chapter">12 Definitions</h2>
+
+<a name="index-definitions"></a>
+
+<p>LaTeX has support for making new commands of many different kinds.
+</p>
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="_005cnewcommand-_0026-_005crenewcommand.html#g_t_005cnewcommand-_0026-_005crenewcommand" accesskey="1">\newcommand &amp; \renewcommand</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">(Re)define a new command.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cprovidecommand.html#g_t_005cprovidecommand" accesskey="2">\providecommand</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Define a new command, if name not used.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cmakeatletter-_0026-_005cmakeatother.html#g_t_005cmakeatletter-_0026-_005cmakeatother" accesskey="3">\makeatletter &amp; \makeatother</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Change the status of the at-sign character.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005c_0040ifstar.html#g_t_005c_0040ifstar" accesskey="4">\@ifstar</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Define your own commands with *-variants.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cnewcounter.html#g_t_005cnewcounter" accesskey="5">\newcounter</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Define a new counter.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cnewlength.html#g_t_005cnewlength" accesskey="6">\newlength</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Define a new length.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cnewsavebox.html#g_t_005cnewsavebox" accesskey="7">\newsavebox</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Define a new box.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cnewenvironment-_0026-_005crenewenvironment.html#g_t_005cnewenvironment-_0026-_005crenewenvironment" accesskey="8">\newenvironment &amp; \renewenvironment</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Define a new environment.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cnewtheorem.html#g_t_005cnewtheorem" accesskey="9">\newtheorem</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Define a new theorem-like environment.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cnewfont.html#g_t_005cnewfont">\newfont</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Define a new font name.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cprotect.html#g_t_005cprotect">\protect</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Using tricky commands.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cignorespaces-_0026-_005cignorespacesafterend.html#g_t_005cignorespaces-_0026-_005cignorespacesafterend">\ignorespaces &amp; \ignorespacesafterend</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Discard extra spaces.
+</td></tr>
+</table>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Delimiters.html b/src/data/help/unofficial-latex2e-reference-manual/Delimiters.html
new file mode 100644
index 00000000..861ad0df
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Delimiters.html
@@ -0,0 +1,187 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Delimiters (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Delimiters (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Delimiters (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Math-symbols.html#Math-symbols" rel="up" title="Math symbols">
+<link href="_005cleft-_0026-_005cright.html#g_t_005cleft-_0026-_005cright" rel="next" title="\left &amp; \right">
+<link href="Calligraphic.html#Calligraphic" rel="prev" title="Calligraphic">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Delimiters"></a>
+<div class="header">
+<p>
+Next: <a href="Dots.html#Dots" accesskey="n" rel="next">Dots</a>, Previous: <a href="Calligraphic.html#Calligraphic" accesskey="p" rel="prev">Calligraphic</a>, Up: <a href="Math-symbols.html#Math-symbols" accesskey="u" rel="up">Math symbols</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Delimiters-1"></a>
+<h4 class="subsection">16.2.5 Delimiters</h4>
+
+<a name="index-Delimiters"></a>
+<a name="index-parentheses"></a>
+<a name="index-braces"></a>
+<a name="index-curly-braces"></a>
+<a name="index-brackets"></a>
+
+<p>Delimiters are parentheses, braces, or other characters used to mark
+the start and end of subformulas. This formula has three sets of
+parentheses delimiting the three subformulas.
+</p>
+<div class="example">
+<pre class="example">(z-z_0)^2 = (x-x_0)^2 + (y-y_0)^2
+</pre></div>
+
+<p>The delimiters do not need to match, so you can enter <code>\( [0,1) \)</code>.
+</p>
+<p>These are the common delimiters.
+</p>
+<table>
+<thead><tr><th width="10%">Delimiter</th><th width="20%">Command</th><th width="40%">Name</th></tr></thead>
+<tr><td width="10%">(</td><td width="20%"><code>(</code></td><td width="40%">Left parenthesis</td></tr>
+<tr><td width="10%">)</td><td width="20%"><code>)</code></td><td width="40%">Right parenthesis</td></tr>
+<tr><td width="10%">\}</td><td width="20%"><code>{</code> or <code>\lbrace</code></td><td width="40%">Left brace</td></tr>
+<tr><td width="10%">\{</td><td width="20%"><code>}</code> or <code>\rbrace</code></td><td width="40%">Right brace</td></tr>
+<tr><td width="10%">[</td><td width="20%"><code>[</code> or <code>\lbrack</code></td><td width="40%">Left bracket</td></tr>
+<tr><td width="10%">]</td><td width="20%"><code>]</code> or <code>\rbrack</code></td><td width="40%">Right bracket</td></tr>
+<tr><td width="10%">&#x230A;</td><td width="20%"><code>\lfloor</code></td><td width="40%">Left floor bracket</td></tr>
+<tr><td width="10%">&#x230B;</td><td width="20%"><code>\rfloor</code></td><td width="40%">Right floor bracket</td></tr>
+<tr><td width="10%">&#x2308;</td><td width="20%"><code>\lceil</code></td><td width="40%">Left ceiling bracket</td></tr>
+<tr><td width="10%">&#x2309;</td><td width="20%"><code>\rceil</code></td><td width="40%">Right ceiling bracket</td></tr>
+<tr><td width="10%">&#x27E8;</td><td width="20%"><code>\langle</code></td><td width="40%">Left angle bracket</td></tr>
+<tr><td width="10%">&#x27E9;</td><td width="20%"><code>\rangle</code></td><td width="40%">Right angle bracket</td></tr>
+<tr><td width="10%">/</td><td width="20%"><code>/</code></td><td width="40%">Slash, or forward slash</td></tr>
+<tr><td width="10%">\</td><td width="20%"><code>\backslash</code></td><td width="40%">Reverse slash, or backslash</td></tr>
+<tr><td width="10%">|</td><td width="20%"><code>|</code> or <code>\vert</code></td><td width="40%">Vertical bar</td></tr>
+<tr><td width="10%">&#x2016;</td><td width="20%"><code>\|</code> or <code>\Vert</code></td><td width="40%">Double vertical bar</td></tr>
+</table>
+
+<a name="index-package_002c-mathtools-1"></a>
+<a name="index-mathtools-package-1"></a>
+
+<p>The <samp>mathtools</samp> package allows you to create commands for paired
+delimiters. For instance, if you put
+<code>\DeclarePairedDelimiter\abs{\lvert}{\rvert}</code> in your preamble
+then you get two commands for single-line vertical bars (they only work
+in math mode). The starred version, such as
+<code>\abs*{\frac{22}{7}}</code>, has the height of the vertical bars
+match the height of the argument. The unstarred version, such as
+<code>\abs{\frac{22}{7}}</code>, has the bars fixed at a default height.
+This version accepts an optional argument, as in <code>\abs[<var>size
+command</var>]{\frac{22}{7}}</code>, where the height of the bars is given in
+<var>size command</var>, such as <code>\Bigg</code>.
+</p>
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="_005cleft-_0026-_005cright.html#g_t_005cleft-_0026-_005cright" accesskey="1">\left &amp; \right</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Automatically sized delimiters.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cbigl-_0026-_005cbigr-etc.html#g_t_005cbigl-_0026-_005cbigr-etc" accesskey="2">\bigl &amp; \bigr etc</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Manually sized delimiters.
+</td></tr>
+</table>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Document-class-options.html b/src/data/help/unofficial-latex2e-reference-manual/Document-class-options.html
new file mode 100644
index 00000000..993a651e
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Document-class-options.html
@@ -0,0 +1,296 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Document class options (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Document class options (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Document class options (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Document-classes.html#Document-classes" rel="up" title="Document classes">
+<link href="Additional-packages.html#Additional-packages" rel="next" title="Additional packages">
+<link href="Document-classes.html#Document-classes" rel="prev" title="Document classes">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Document-class-options"></a>
+<div class="header">
+<p>
+Next: <a href="Additional-packages.html#Additional-packages" accesskey="n" rel="next">Additional packages</a>, Up: <a href="Document-classes.html#Document-classes" accesskey="u" rel="up">Document classes</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Document-class-options-1"></a>
+<h3 class="section">3.1 Document class options</h3>
+
+<a name="index-document-class-options"></a>
+<a name="index-options_002c-document-class"></a>
+<a name="index-class-options"></a>
+<a name="index-global-options"></a>
+
+<p>You can specify <em>global options</em> or <em>class options</em> to the
+<code>\documentclass</code> command by enclosing them in square brackets. To
+specify more than one <var>option</var>, separate them with a comma.
+</p>
+<div class="example">
+<pre class="example">\documentclass[<var>option1</var>,<var>option2</var>,...]{<var>class</var>}
+</pre></div>
+
+<p>Here is the list of the standard class options.
+</p>
+<a name="index-10pt-option"></a>
+<a name="index-11pt-option"></a>
+<a name="index-12pt-option"></a>
+<p>All of the standard classes except <code>slides</code> accept the following
+options for selecting the typeface size (default is <code>10pt</code>):
+</p>
+<div class="example">
+<pre class="example">10pt 11pt 12pt
+</pre></div>
+
+<a name="index-a4paper-option"></a>
+<a name="index-a5paper-option"></a>
+<a name="index-b5paper-option"></a>
+<a name="index-executivepaper-option"></a>
+<a name="index-legalpaper-option"></a>
+<a name="index-letterpaper-option"></a>
+<p>All of the standard classes accept these options for selecting the paper
+size (these show height by width):
+</p>
+<dl compact="compact">
+<dt><code>a4paper</code></dt>
+<dd><p>210 by 297mm (about 8.25 by 11.75&nbsp;inches)
+</p>
+</dd>
+<dt><code>a5paper</code></dt>
+<dd><p>148 by 210mm (about 5.8 by 8.3&nbsp;inches)
+</p>
+</dd>
+<dt><code>b5paper</code></dt>
+<dd><p>176 by 250mm (about 6.9 by 9.8&nbsp;inches)
+</p>
+</dd>
+<dt><code>executivepaper</code></dt>
+<dd><p>7.25 by 10.5&nbsp;inches
+</p>
+</dd>
+<dt><code>legalpaper</code></dt>
+<dd><p>8.5 by 14&nbsp;inches
+</p>
+</dd>
+<dt><code>letterpaper</code></dt>
+<dd><p>8.5 by 11&nbsp;inches (the default)
+</p></dd>
+</dl>
+
+<a name="index-_005cpdfpagewidth"></a>
+<a name="index-_005cpdfpageheight"></a>
+<a name="index-package_002c-geometry"></a>
+<a name="index-geometry-package"></a>
+
+<p>When using one of the engines pdfLaTeX, LuaLaTeX, or XeLaTeX
+(see <a href="TeX-engines.html#TeX-engines">TeX engines</a>), options other than <code>letterpaper</code> set
+the print area but you must also set the physical paper size. One way
+to do that is to put <code>\pdfpagewidth=\paperwidth</code> and
+<code>\pdfpageheight=\paperheight</code> in your document&rsquo;s preamble.
+<a name="index-package_002c-geometry-1"></a>
+<a name="index-geometry-package-1"></a>
+</p>
+<p>The <code>geometry</code> package provides flexible ways of setting the print
+area and physical page size.
+</p>
+<a name="index-draft-option"></a>
+<a name="index-final-option"></a>
+<a name="index-fleqn-option"></a>
+<a name="index-landscape-option"></a>
+<a name="index-leqno-option"></a>
+<a name="index-openbib-option"></a>
+<a name="index-titlepage-option"></a>
+<a name="index-notitlepage-option"></a>
+<p>Miscellaneous other options:
+</p>
+<dl compact="compact">
+<dt><code>draft</code></dt>
+<dt><code>final</code></dt>
+<dd><a name="index-black-boxes_002c-omitting"></a>
+<p>Mark (<code>draft</code>) or do not mark (<code>final</code>) overfull boxes with a
+black box in the margin; default is <code>final</code>.
+</p>
+</dd>
+<dt><code>fleqn</code></dt>
+<dd><a name="index-flush-left-equations"></a>
+<a name="index-centered-equations"></a>
+<a name="index-equations_002c-flush-left-vs_002e-centered"></a>
+<p>Put displayed formulas flush left; default is centered.
+</p>
+</dd>
+<dt><code>landscape</code></dt>
+<dd><a name="index-landscape-orientation"></a>
+<a name="index-portrait-orientation"></a>
+<p>Selects landscape format; default is portrait.
+</p>
+</dd>
+<dt><code>leqno</code></dt>
+<dd><a name="index-left_002dhand-equation-numbers"></a>
+<a name="index-right_002dhand-equation-numbers"></a>
+<a name="index-equation-numbers_002c-left-vs_002e-right"></a>
+<p>Put equation numbers on the left side of equations; default is the right side.
+</p>
+</dd>
+<dt><code>openbib</code></dt>
+<dd><a name="index-bibliography-format_002c-open"></a>
+<p>Use &ldquo;open&rdquo; bibliography format.
+</p>
+</dd>
+<dt><code>titlepage</code></dt>
+<dt><code>notitlepage</code></dt>
+<dd><a name="index-title-page_002c-separate-or-run_002din"></a>
+<p>Specifies whether there is a separate page for the title information and
+for the abstract also, if there is one. The default for the
+<code>report</code> class is <code>titlepage</code>, for the other classes it is
+<code>notitlepage</code>.
+</p></dd>
+</dl>
+
+<p>The following options are not available with the <code>slides</code> class.
+</p>
+<a name="index-onecolumn-option"></a>
+<a name="index-twocolumn-option"></a>
+<a name="index-oneside-option"></a>
+<a name="index-twoside-option"></a>
+<a name="index-openright-option"></a>
+<a name="index-openany-option"></a>
+<dl compact="compact">
+<dt><code>onecolumn</code></dt>
+<dt><code>twocolumn</code></dt>
+<dd><p>Typeset in one or two columns; default is <code>onecolumn</code>.
+</p>
+</dd>
+<dt><code>oneside</code></dt>
+<dt><code>twoside</code></dt>
+<dd><a name="index-_005cevensidemargin"></a>
+<a name="index-_005coddsidemargin"></a>
+<p>Selects one- or two-sided layout; default is <code>oneside</code>, except
+that in the <code>book</code> class the default is <code>twoside</code>.
+</p>
+<p>For one-sided printing, the text is centered on the page. For two-sided
+printing, the <code>\evensidemargin</code> (<code>\oddsidemargin</code>) parameter
+determines the distance on even (odd) numbered pages between the left
+side of the page and the text&rsquo;s left margin, with <code>\oddsidemargin</code>
+being 40% of the difference between <code>\paperwidth</code> and
+<code>\textwidth</code>, and <code>\evensidemargin</code> is the remainder.
+</p>
+</dd>
+<dt><code>openright</code></dt>
+<dt><code>openany</code></dt>
+<dd><p>Determines if a chapter should start on a right-hand page; default is
+<code>openright</code> for <code>book</code>, and <code>openany</code> for <code>report</code>.
+</p></dd>
+</dl>
+
+<a name="index-clock-option-to-slides-class"></a>
+<p>The <code>slides</code> class offers the option <code>clock</code> for printing
+the time at the bottom of each note.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Document-classes.html b/src/data/help/unofficial-latex2e-reference-manual/Document-classes.html
new file mode 100644
index 00000000..ebf963cc
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Document-classes.html
@@ -0,0 +1,186 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Document classes (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Document classes (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Document classes (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="index.html#Top" rel="up" title="Top">
+<link href="Document-class-options.html#Document-class-options" rel="next" title="Document class options">
+<link href="CTAN.html#CTAN" rel="prev" title="CTAN">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Document-classes"></a>
+<div class="header">
+<p>
+Next: <a href="Fonts.html#Fonts" accesskey="n" rel="next">Fonts</a>, Previous: <a href="Overview.html#Overview" accesskey="p" rel="prev">Overview</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Document-classes-1"></a>
+<h2 class="chapter">3 Document classes</h2>
+
+<a name="index-document-classes"></a>
+<a name="index-classes-of-documents"></a>
+<a name="index-_005cdocumentclass"></a>
+
+<p>The document&rsquo;s overall class is defined with this command, which is
+normally the first command in a LaTeX source file.
+</p>
+<div class="example">
+<pre class="example">\documentclass[<var>options</var>]{<var>class</var>}
+</pre></div>
+
+<a name="index-article-class"></a>
+<a name="index-report-class"></a>
+<a name="index-book-class"></a>
+<a name="index-letter-class"></a>
+<a name="index-slides-class"></a>
+<p>The following document <var>class</var> names are built into LaTeX.
+(Many other document classes are available as separate packages;
+see <a href="Overview.html#Overview">Overview</a>.)
+</p>
+<dl compact="compact">
+<dt><code>article</code></dt>
+<dd><a name="document-classes-article"></a><p>For a journal article, a presentation, and miscellaneous general use.
+</p>
+</dd>
+<dt><code>book</code></dt>
+<dd><a name="document-classes-book"></a><p>Full-length books, including chapters and possibly including front
+matter, such as a preface, and back matter, such as an appendix
+(see <a href="Front_002fback-matter.html#Front_002fback-matter">Front/back matter</a>).
+</p>
+</dd>
+<dt><code>letter</code></dt>
+<dd><a name="document-classes-letter"></a><p>Mail, optionally including mailing labels
+(see <a href="Letters.html#Letters">Letters</a>).
+</p>
+</dd>
+<dt><code>report</code></dt>
+<dd><a name="document-classes-report"></a><p>For documents of length between an <code>article</code> and a <code>book</code>,
+such as technical reports or theses, which may contain several chapters.
+</p>
+</dd>
+<dt><code>slides</code></dt>
+<dd><a name="document-classes-slides"></a><p>For slide presentations&mdash;rarely used today. In its place the
+<code>beamer</code> package is perhaps the most prevalent (see <a href="beamer-template.html#beamer-template">beamer template</a>).
+</p>
+</dd>
+</dl>
+
+<p>Standard <var>options</var> are described in the next section.
+</p>
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="Document-class-options.html#Document-class-options" accesskey="1">Document class options</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Global options.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="Additional-packages.html#Additional-packages" accesskey="2">Additional packages</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Bring in packages.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="Class-and-package-construction.html#Class-and-package-construction" accesskey="3">Class and package construction</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Create new classes and packages.
+</td></tr>
+</table>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Document-templates.html b/src/data/help/unofficial-latex2e-reference-manual/Document-templates.html
new file mode 100644
index 00000000..60d326f6
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Document-templates.html
@@ -0,0 +1,147 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Document templates (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Document templates (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Document templates (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="index.html#Top" rel="up" title="Top">
+<link href="beamer-template.html#beamer-template" rel="next" title="beamer template">
+<link href="Recovering-from-errors.html#Recovering-from-errors" rel="prev" title="Recovering from errors">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Document-templates"></a>
+<div class="header">
+<p>
+Next: <a href="IndexDocument.html#Index" accesskey="n" rel="next">Index</a>, Previous: <a href="Command-line.html#Command-line" accesskey="p" rel="prev">Command line</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Document-templates-1"></a>
+<h2 class="appendix">Appendix A Document templates</h2>
+
+<a name="index-document-templates"></a>
+<a name="index-templates_002c-document"></a>
+
+<p>Although not reference material, perhaps these document templates will
+be useful. Additional template resources are listed at
+<a href="http://tug.org/interest.html#latextemplates">http://tug.org/interest.html#latextemplates</a>.
+</p>
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="beamer-template.html#beamer-template" accesskey="1">beamer template</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="article-template.html#article-template" accesskey="2">article template</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="book-template.html#book-template" accesskey="3">book template</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="Larger-book-template.html#Larger-book-template" accesskey="4">Larger book template</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="tugboat-template.html#tugboat-template" accesskey="5">tugboat template</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+</td></tr>
+</table>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Dots.html b/src/data/help/unofficial-latex2e-reference-manual/Dots.html
new file mode 100644
index 00000000..34b00599
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Dots.html
@@ -0,0 +1,209 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Dots (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Dots (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Dots (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Math-symbols.html#Math-symbols" rel="up" title="Math symbols">
+<link href="Greek-letters.html#Greek-letters" rel="next" title="Greek letters">
+<link href="_005cbigl-_0026-_005cbigr-etc.html#g_t_005cbigl-_0026-_005cbigr-etc" rel="prev" title="\bigl &amp; \bigr etc">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Dots"></a>
+<div class="header">
+<p>
+Next: <a href="Greek-letters.html#Greek-letters" accesskey="n" rel="next">Greek letters</a>, Previous: <a href="Delimiters.html#Delimiters" accesskey="p" rel="prev">Delimiters</a>, Up: <a href="Math-symbols.html#Math-symbols" accesskey="u" rel="up">Math symbols</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Dots_002c-horizontal-or-vertical"></a>
+<h4 class="subsection">16.2.6 Dots, horizontal or vertical</h4>
+
+<a name="index-ellipses"></a>
+<a name="index-dots"></a>
+
+<p>Ellipses are the three dots (usually three) indicating that a pattern
+continues.
+</p>
+<div class="example">
+<pre class="example">\begin{array}{cccc}
+ a_{0,0} &amp;a_{0,1} &amp;a_{0,2} &amp;\ldots \\
+ a_{1,0} &amp;\ddots \\
+ \vdots
+\end{array}
+</pre></div>
+
+<p>LaTeX provides these.
+</p>
+<dl compact="compact">
+<dd><a name="ellipses-cdots"></a></dd>
+<dt><code>\cdots</code>
+<a name="index-_005ccdots"></a>
+</dt>
+<dd><p>Horizontal ellipsis with the dots raised to the center of the line, as
+in &#x22EF;. Used as: <code>\( a_0\cdot a_1\cdots a_{n-1}
+\)</code>.
+</p>
+<a name="ellipses-ddots"></a></dd>
+<dt><code>\ddots</code>
+<a name="index-_005cddots"></a>
+</dt>
+<dd><p>Diagonal ellipsis, &#x22F1;. See the above array example for a
+usage.
+</p>
+<a name="ellipses-ldots"></a></dd>
+<dt><code>\ldots</code>
+<a name="index-_005cldots"></a>
+</dt>
+<dd><p>Ellipsis on the baseline, &#x2026;. Used as: <code>\(
+x_0,\ldots x_{n-1} \)</code>. Another example is the above array example. A
+synonym is <code>\mathellipsis</code>. A synonym from the <samp>amsmath</samp>
+package is <code>\hdots</code>.
+</p>
+<p>You can also use this command outside of mathematical text, as in
+<code>The gears, brakes, \ldots{} are all broken</code>. (In a paragraph
+mode or LR mode a synonym for <code>\ldots</code> is <code>\dots</code>.)
+</p>
+<a name="ellipses-vdots"></a></dd>
+<dt><code>\vdots</code>
+<a name="index-_005cvdots"></a>
+</dt>
+<dd><p>Vertical ellipsis, &#x22EE;. See the above array example for a
+usage.
+</p>
+</dd>
+</dl>
+
+<a name="index-package_002c-amsmath-8"></a>
+<a name="index-amsmath-package-8"></a>
+
+<p>The <samp>amsmath</samp> package has the command <code>\dots</code> to semantically
+mark up ellipses. This example produces two different-looking outputs
+for the first two uses of the <code>\dots</code> command.
+</p>
+<div class="example">
+<pre class="example">\usepackage{amsmath} % in preamble
+ ...
+Suppose that \( p_0, p_1, \dots, p_{n-1} \) lists all of the primes.
+Observe that \( p_0\cdot p_1 \dots \cdot p_{n-1} +1 \) is not a
+ multiple of any \( p_i \).
+Conclusion: there are infinitely many primes \( p_0, p_1, \dotsc \).
+</pre></div>
+
+<p>In the first line LaTeX looks to the comma following <code>\dots</code> to
+determine that it should output an ellipsis on the baseline. The second
+line has a <code>\cdot</code> following <code>\dots</code> so LaTeX outputs an
+ellipsis that is on the math axis, vertically centered. However, the
+third usage has no follow-on character so you have to tell LaTeX what
+to do. You can use one of the commands: <code>\dotsc</code> if you need the
+ellipsis appropriate for a comma following, <code>\dotsb</code> if you need
+the ellipses that fits when the dots are followed by a binary operator
+or relation symbol, <code>\dotsi</code> for dots with integrals, or
+<code>\dotso</code> for others.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Environment.html b/src/data/help/unofficial-latex2e-reference-manual/Environment.html
new file mode 100644
index 00000000..86841e86
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Environment.html
@@ -0,0 +1,166 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Environment (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Environment (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Environment (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Overview.html#Overview" rel="up" title="Overview">
+<link href="CTAN.html#CTAN" rel="next" title="CTAN">
+<link href="LaTeX-command-syntax.html#LaTeX-command-syntax" rel="prev" title="LaTeX command syntax">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Environment"></a>
+<div class="header">
+<p>
+Next: <a href="CTAN.html#CTAN" accesskey="n" rel="next">CTAN</a>, Previous: <a href="LaTeX-command-syntax.html#LaTeX-command-syntax" accesskey="p" rel="prev">LaTeX command syntax</a>, Up: <a href="Overview.html#Overview" accesskey="u" rel="up">Overview</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Environment-1"></a>
+<h3 class="section">2.5 Environment</h3>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\begin{<var>environment name</var>}
+ ...
+\end{<var>environment name</var>}
+</pre></div>
+
+<p>An area of LaTeX source, inside of which there is a distinct
+behavior. For instance, for poetry in LaTeX put the lines between
+<code>\begin{verse}</code> and <code>\end{verse}</code>.
+</p>
+<div class="example">
+<pre class="example">\begin{verse}
+ There once was a man from Nantucket \\
+ ...
+\end{verse}
+</pre></div>
+
+<p>See <a href="Environments.html#Environments">Environments</a> for a list of environments. Particularly notable is
+that every LaTeX document must have a <code>document</code> environment,
+a <code>\begin{document} ... \end{document}</code> pair.
+</p>
+<p>The <var>environment name</var> at the beginning must exactly match that at
+the end. This includes the case where <var>environment name</var> ends in a
+star&nbsp;(<code>*</code>); both the <code>\begin</code> and <code>\end</code> texts must
+include the star.
+</p>
+<p>Environments may have arguments, including optional arguments. This
+example produces a table. The first argument is optional (and causes
+the table to be aligned on its top row) while the second argument is
+required (it specifies the formatting of columns).
+</p>
+<div class="example">
+<pre class="example">\begin{tabular}[t]{r|l}
+ ... rows of table ...
+\end{tabular}
+</pre></div>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Environments.html b/src/data/help/unofficial-latex2e-reference-manual/Environments.html
new file mode 100644
index 00000000..8b2334e4
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Environments.html
@@ -0,0 +1,209 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Environments (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Environments (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Environments (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="index.html#Top" rel="up" title="Top">
+<link href="abstract.html#abstract" rel="next" title="abstract">
+<link href="_005cref.html#g_t_005cref" rel="prev" title="\ref">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Environments"></a>
+<div class="header">
+<p>
+Next: <a href="Line-breaking.html#Line-breaking" accesskey="n" rel="next">Line breaking</a>, Previous: <a href="Cross-references.html#Cross-references" accesskey="p" rel="prev">Cross references</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Environments-1"></a>
+<h2 class="chapter">8 Environments</h2>
+
+<a name="index-environments"></a>
+<a name="index-_005cbegin"></a>
+<a name="index-_005cend"></a>
+
+<p>LaTeX provides many environments for delimiting certain behavior.
+An environment begins with <code>\begin</code> and ends with <code>\end</code>,
+like this:
+</p>
+<div class="example">
+<pre class="example">\begin{<var>environment-name</var>}
+ ...
+\end{<var>environment-name</var>}
+</pre></div>
+
+<p>The <var>environment-name</var> at the beginning must exactly match that at
+the end. For instance, the input
+<code>\begin{table*}...\end{table}</code> will cause an error like:
+&lsquo;<samp>! LaTeX Error: \begin{table*} on input line 5 ended by
+\end{table}.</samp>&rsquo;
+</p>
+<a name="index-group_002c-and-environments"></a>
+<p>Environments are executed within a group.
+</p>
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="abstract.html#abstract" accesskey="1">abstract</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Produce an abstract.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="array.html#array" accesskey="2">array</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Math arrays.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="center.html#center" accesskey="3">center</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Centered lines.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="description.html#description" accesskey="4">description</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Labelled lists.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="displaymath.html#displaymath" accesskey="5">displaymath</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Formulas that appear on their own line.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="document.html#document" accesskey="6">document</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Enclose the whole document.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="enumerate.html#enumerate" accesskey="7">enumerate</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Numbered lists.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="eqnarray.html#eqnarray" accesskey="8">eqnarray</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Sequences of aligned equations.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="equation.html#equation" accesskey="9">equation</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Displayed equation.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="figure.html#figure">figure</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Floating figures.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="filecontents.html#filecontents">filecontents</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Writing multiple files from the source.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="flushleft.html#flushleft">flushleft</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Flushed left lines.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="flushright.html#flushright">flushright</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Flushed right lines.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="itemize.html#itemize">itemize</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Bulleted lists.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="letter.html#letter">letter</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Letters.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="list.html#list">list</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Generic list environment.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="math.html#math">math</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">In-line math.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="minipage.html#minipage">minipage</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Miniature page.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="picture.html#picture">picture</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Picture with text, arrows, lines and circles.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="quotation-_0026-quote.html#quotation-_0026-quote">quotation &amp; quote</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Include a quotation.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="tabbing.html#tabbing">tabbing</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Align text arbitrarily.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="table.html#table">table</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Floating tables.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="tabular.html#tabular">tabular</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Align text in columns.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="thebibliography.html#thebibliography">thebibliography</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Bibliography or reference list.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="theorem.html#theorem">theorem</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Theorems, lemmas, etc.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="titlepage.html#titlepage">titlepage</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">For hand crafted title pages.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="verbatim.html#verbatim">verbatim</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Simulating typed input.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="verse.html#verse">verse</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">For poetry and other things.
+</td></tr>
+</table>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Floats.html b/src/data/help/unofficial-latex2e-reference-manual/Floats.html
new file mode 100644
index 00000000..f776cd59
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Floats.html
@@ -0,0 +1,348 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Floats (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Floats (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Floats (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Layout.html#Layout" rel="up" title="Layout">
+<link href="Sectioning.html#Sectioning" rel="next" title="Sectioning">
+<link href="Page-layout-parameters.html#Page-layout-parameters" rel="prev" title="Page layout parameters">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Floats"></a>
+<div class="header">
+<p>
+Previous: <a href="Page-layout-parameters.html#Page-layout-parameters" accesskey="p" rel="prev">Page layout parameters</a>, Up: <a href="Layout.html#Layout" accesskey="u" rel="up">Layout</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Floats-1"></a>
+<h3 class="section">5.6 Floats</h3>
+
+<p>Some typographic elements, such as figures and tables, cannot be broken
+across pages. They must be typeset outside of the normal flow of text,
+for instance floating to the top of a later page.
+</p>
+<p>LaTeX can have a number of different classes of floating material.
+The default is the two classes, <code>figure</code> (see <a href="figure.html#figure">figure</a>) and
+<code>table</code> (see <a href="table.html#table">table</a>), but you can create a new class with the
+package <samp>float</samp>.
+</p>
+<p>Within any one float class LaTeX always respects the order, so that
+the first figure in a document source must be typeset before the second
+figure. However, LaTeX may mix the classes, so it can happen that
+while the first table appears in the source before the first figure, it
+appears in the output after it.
+</p>
+<p>The placement of floats is subject to parameters, given below, that
+limit the number of floats that can appear at the top of a page, and
+the bottom, etc. If so many floats are queued that the limits prevent
+them all from fitting on a page then LaTeX places what it can and
+defers the rest to the next page. In this way, floats may end up
+being typeset far from their place in the source. In particular, a
+float that is big may migrate to the end of the document. In which
+event, because all floats in a class must appear in sequential order,
+every following float in that class also appears at the end.
+</p>
+<a name="index-placement-of-floats"></a>
+<a name="index-specifier_002c-float-placement"></a>
+<p>In addition to changing the parameters, for each float you can tweak
+where the float placement algorithm tries to place it by using its
+<var>placement</var> argument. The possible values are a sequence of the
+letters below. The default for both <code>figure</code> and <code>table</code>, in
+both <code>article</code> and <code>book</code> classes, is <code>tbp</code>.
+</p>
+<dl compact="compact">
+<dt><code>t</code></dt>
+<dd><p>(Top)&mdash;at the top of a text page.
+</p>
+</dd>
+<dt><code>b</code></dt>
+<dd><p>(Bottom)&mdash;at the bottom of a text page. (However, <code>b</code> is not
+allowed for full-width floats (<code>figure*</code>) with double-column
+output. To ameliorate this, use the <samp>stfloats</samp> or
+<samp>dblfloatfix</samp> package, but see the discussion at caveats in the
+FAQ: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=2colfloat">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=2colfloat</a>.
+</p>
+</dd>
+<dt><code>h</code></dt>
+<dd><p>(Here)&mdash;at the position in the text where the <code>figure</code> environment
+appears. However, <code>h</code> is not allowed by itself; <code>t</code> is
+automatically added.
+</p>
+<a name="index-here_002c-putting-floats"></a>
+<a name="index-package_002c-float"></a>
+<a name="index-float-package"></a>
+
+<p>To absolutely force a float to appear &ldquo;here&rdquo;, you can
+<code>\usepackage{float}</code> and use the <code>H</code> specifier which it
+defines. For further discussion, see the FAQ entry at
+<a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=figurehere">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=figurehere</a>.
+</p>
+</dd>
+<dt><code>p</code></dt>
+<dd><a name="index-float-page"></a>
+<p>(Page of floats)&mdash;on a separate <em>float page</em>, which is a page
+containing no text, only floats.
+</p>
+</dd>
+<dt><code>!</code></dt>
+<dd><p>Used in addition to one of the above; for this float only, LaTeX
+ignores the restrictions on both the number of floats that can appear
+and the relative amounts of float and non-float text on the page.
+The <code>!</code> specifier does <em>not</em> mean &ldquo;put the float here&rdquo;;
+see above.
+</p>
+</dd>
+</dl>
+
+<p>Note: the order in which letters appear in the <var>placement</var> argument
+does not change the order in which LaTeX tries to place the float;
+for instance, <code>btp</code> has the same effect as <code>tbp</code>. All that
+<var>placement</var> does is that if a letter is not present then the
+algorithm does not try that location. Thus, LaTeX&rsquo;s default of
+<code>tbp</code> is to try every location except placing the float where it
+occurs in the source.
+</p>
+<p>To prevent LaTeX from moving floats to the end of the document or a
+chapter you can use a <code>\clearpage</code> command to start a new page and
+insert all pending floats. If a pagebreak is undesirable then you can
+use the <samp>afterpage</samp> package and issue
+<code>\afterpage{\clearpage}</code>. This will wait until the current page
+is finished and then flush all outstanding floats.
+</p>
+<a name="index-package_002c-flafter"></a>
+<a name="index-flafter-package"></a>
+
+<p>LaTeX can typeset a float before where it appears in the source
+(although on the same output page) if there is a <code>t</code> specifier in
+the <var>placement</var> parameter. If this is not desired, and deleting
+the <code>t</code> is not acceptable as it keeps the float from being placed
+at the top of the next page, then you can prevent it by either using
+the <samp>flafter</samp> package or using the command
+<a name="index-_005csuppressfloats"></a>
+<code>\suppressfloats[t]</code>, which causes floats for the top position on
+this page to moved to the next page.
+</p>
+<p>Parameters relating to fractions of pages occupied by float and
+non-float text (change them with
+<code>\renewcommand{<var>parameter</var>}{<var>decimal between 0 and 1</var>}</code>):
+</p>
+<dl compact="compact">
+<dt><code>\bottomfraction</code>
+<a name="index-_005cbottomfraction"></a>
+</dt>
+<dd><a name="index-_005cbottomfraction-1"></a>
+<a name="floats-bottomfraction"></a><p>The maximum fraction of the page allowed to be occupied by floats at
+the bottom; default &lsquo;<samp>.3</samp>&rsquo;.
+</p>
+</dd>
+<dt><code>\floatpagefraction</code>
+<a name="index-_005cfloatpagefraction"></a>
+</dt>
+<dd><a name="index-_005cfloatpagefraction-1"></a>
+<a name="floats-floatpagefraction"></a><p>The minimum fraction of a float page that must be occupied by floats;
+default &lsquo;<samp>.5</samp>&rsquo;.
+</p>
+</dd>
+<dt><code>\textfraction</code>
+<a name="index-_005ctextfraction"></a>
+</dt>
+<dd><a name="index-_005ctextfraction-1"></a>
+<a name="floats-textfraction"></a><p>Minimum fraction of a page that must be text; if floats take up too
+much space to preserve this much text, floats will be moved to a
+different page. The default is &lsquo;<samp>.2</samp>&rsquo;.
+</p>
+</dd>
+<dt><code>\topfraction</code>
+<a name="index-_005ctopfraction"></a>
+</dt>
+<dd><a name="index-_005ctopfraction-1"></a>
+<a name="floats-topfraction"></a><p>Maximum fraction at the top of a page that may be occupied before
+floats; default &lsquo;<samp>.7</samp>&rsquo;.
+</p></dd>
+</dl>
+
+<p>Parameters relating to vertical space around floats (change them with a
+command of the form <code>\setlength{<var>parameter</var>}{<var>length
+expression</var>}</code>):
+</p>
+<dl compact="compact">
+<dt><code>\floatsep</code>
+<a name="index-_005cfloatsep"></a>
+</dt>
+<dd><a name="index-_005cfloatsep-1"></a>
+<a name="floats-floatsep"></a><p>Space between floats at the top or bottom of a page; default
+&lsquo;<samp>12pt plus2pt minus2pt</samp>&rsquo;.
+</p>
+</dd>
+<dt><code>\intextsep</code>
+<a name="index-_005cintextsep"></a>
+</dt>
+<dd><a name="index-_005cintextsep-1"></a>
+<a name="floats-intextsep"></a><p>Space above and below a float in the middle of the main text; default
+&lsquo;<samp>12pt plus2pt minus2pt</samp>&rsquo; for 10 point and 11 point documents,
+and &lsquo;<samp>14pt plus4pt minus4pt</samp>&rsquo; for 12 point documents.
+</p>
+</dd>
+<dt><code>\textfloatsep</code>
+<a name="index-_005ctextfloatsep"></a>
+</dt>
+<dd><a name="index-_005ctextfloatsep-1"></a>
+<a name="floats-textfloatsep"></a><p>Space between the last (first) float at the top (bottom) of a page;
+default &lsquo;<samp>20pt plus2pt minus4pt</samp>&rsquo;.
+</p></dd>
+</dl>
+
+<p>Counters relating to the number of floats on a page (change them with a
+command of the form <code>\setcounter{<var>ctrname</var>}{<var>natural
+number</var>}</code>):
+</p>
+<dl compact="compact">
+<dt><code>bottomnumber</code>
+<a name="index-bottomnumber"></a>
+</dt>
+<dd><a name="index-bottomnumber-1"></a>
+<a name="floats-bottomnumber"></a><p>Maximum number of floats that can appear at the bottom of a text page;
+default 1.
+</p>
+</dd>
+<dt><code>dbltopnumber</code>
+<a name="index-dbltopnumber"></a>
+</dt>
+<dd><a name="index-dbltopnumber-1"></a>
+<a name="floats-dbltopnumber"></a><p>Maximum number of full-sized floats that can appear at the top of a
+two-column page; default 2.
+</p>
+</dd>
+<dt><code>topnumber</code>
+<a name="index-topnumber"></a>
+</dt>
+<dd><a name="index-topnumber-1"></a>
+<a name="floats-topnumber"></a><p>Maximum number of floats that can appear at the top of a text page;
+default 2.
+</p>
+</dd>
+<dt><code>totalnumber</code>
+<a name="index-totalnumber"></a>
+</dt>
+<dd><a name="index-totalnumber-1"></a>
+<a name="floats-totalnumber"></a><p>Maximum number of floats that can appear on a text page; default 3.
+</p></dd>
+</dl>
+
+<p>The principal TeX&nbsp;FAQ entry relating to floats
+<a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=floats">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=floats</a> contains
+suggestions for relaxing LaTeX&rsquo;s default parameters to reduce the
+problem of floats being pushed to the end. A full explanation of the
+float placement algorithm is in Frank Mittelbach&rsquo;s article &ldquo;How to
+influence the position of float environments like figure and table in
+LaTeX?&rdquo;
+(<a href="http://latex-project.org/papers/tb111mitt-float.pdf">http://latex-project.org/papers/tb111mitt-float.pdf</a>).
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Font-sizes.html b/src/data/help/unofficial-latex2e-reference-manual/Font-sizes.html
new file mode 100644
index 00000000..37d32fd4
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Font-sizes.html
@@ -0,0 +1,177 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Font sizes (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Font sizes (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Font sizes (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Fonts.html#Fonts" rel="up" title="Fonts">
+<link href="Low_002dlevel-font-commands.html#Low_002dlevel-font-commands" rel="next" title="Low-level font commands">
+<link href="Font-styles.html#Font-styles" rel="prev" title="Font styles">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Font-sizes"></a>
+<div class="header">
+<p>
+Next: <a href="Low_002dlevel-font-commands.html#Low_002dlevel-font-commands" accesskey="n" rel="next">Low-level font commands</a>, Previous: <a href="Font-styles.html#Font-styles" accesskey="p" rel="prev">Font styles</a>, Up: <a href="Fonts.html#Fonts" accesskey="u" rel="up">Fonts</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Font-sizes-1"></a>
+<h3 class="section">4.3 Font sizes</h3>
+
+<a name="index-font-sizes"></a>
+<a name="index-typeface-sizes"></a>
+<a name="index-sizes-of-text"></a>
+
+<p>The following standard type size commands are supported by LaTeX.
+The table shows the command name and the corresponding actual font
+size used (in points) with the &lsquo;<samp>10pt</samp>&rsquo;, &lsquo;<samp>11pt</samp>&rsquo;, and
+&lsquo;<samp>12pt</samp>&rsquo; document size options, respectively (see <a href="Document-class-options.html#Document-class-options">Document class options</a>).
+</p>
+<a name="index-_005ctiny"></a>
+<a name="index-_005cscriptsize"></a>
+<a name="index-_005cfootnotesize"></a>
+<a name="index-_005csmall"></a>
+<a name="index-_005cnormalsize"></a>
+<a name="index-_005clarge"></a>
+<a name="index-_005cLarge"></a>
+<a name="index-_005cLARGE"></a>
+<a name="index-_005chuge"></a>
+<a name="index-_005cHuge"></a>
+
+<table>
+<thead><tr><th>Command</th><th><code>10pt</code></th><th><code>11pt</code></th><th><code>12pt</code></th></tr></thead>
+<tr><td><code>\tiny</code></td><td>5</td><td>6</td><td>6</td></tr>
+<tr><td><code>\scriptsize</code></td><td>7</td><td>8</td><td>8</td></tr>
+<tr><td><code>\footnotesize</code></td><td>8</td><td>9</td><td>10</td></tr>
+<tr><td><code>\small</code></td><td>9</td><td>10</td><td>10.95</td></tr>
+<tr><td><code>\normalsize</code> (default)</td><td>10</td><td>10.95</td><td>12</td></tr>
+<tr><td><code>\large</code></td><td>12</td><td>12</td><td>14.4</td></tr>
+<tr><td><code>\Large</code></td><td>14.4</td><td>14.4</td><td>17.28</td></tr>
+<tr><td><code>\LARGE</code></td><td>17.28</td><td>17.28</td><td>20.74</td></tr>
+<tr><td><code>\huge</code></td><td>20.74</td><td>20.74</td><td>24.88</td></tr>
+<tr><td><code>\Huge</code></td><td>24.88</td><td>24.88</td><td>24.88</td></tr>
+</table>
+
+<p>The commands are listed here in declaration forms. You use them by
+declaring them, as with this example.
+</p>
+<div class="example">
+<pre class="example">\begin{quotation} \small
+ The Tao that can be named is not the eternal Tao.
+\end{quotation}
+</pre></div>
+
+<p>The scope of the <code>\small</code> lasts until the end of the
+<code>quotation</code> environment. It would also end at the next type style
+command or the end of the current group, so you could enclose it in
+extra curly braces <code>{\small We are here, we are here, we are
+here!}</code>. You can instead use the environment form of these commands;
+for instance, <code>\begin{tiny}...\end{tiny}</code>.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Font-styles.html b/src/data/help/unofficial-latex2e-reference-manual/Font-styles.html
new file mode 100644
index 00000000..c70102ee
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Font-styles.html
@@ -0,0 +1,372 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Font styles (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Font styles (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Font styles (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Fonts.html#Fonts" rel="up" title="Fonts">
+<link href="Font-sizes.html#Font-sizes" rel="next" title="Font sizes">
+<link href="_005cUseTextAccent-_0026-_005cUseTextSymbol.html#g_t_005cUseTextAccent-_0026-_005cUseTextSymbol" rel="prev" title="\UseTextAccent &amp; \UseTextSymbol">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Font-styles"></a>
+<div class="header">
+<p>
+Next: <a href="Font-sizes.html#Font-sizes" accesskey="n" rel="next">Font sizes</a>, Previous: <a href="fontenc-package.html#fontenc-package" accesskey="p" rel="prev">fontenc package</a>, Up: <a href="Fonts.html#Fonts" accesskey="u" rel="up">Fonts</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Font-styles-1"></a>
+<h3 class="section">4.2 Font styles</h3>
+
+<a name="index-font-styles"></a>
+<a name="index-type-styles"></a>
+<a name="index-styles-of-text"></a>
+
+<p>The following type style commands are supported by LaTeX.
+</p>
+<p>In the table below the listed commands, the <code>\text...</code> commands,
+is used with an argument, as in <code>\textit{<var>text</var>}</code>. This is
+the preferred form. But shown after it, in parenthesis, is the
+corresponding declaration form, which is sometimes useful. This form
+takes no arguments, as in <code>{\itshape <var>text</var>}</code>. The scope of
+the declaration form lasts until the next type style command or the end
+of the current group. In addition, each has an environment form such as
+<code>\begin{itshape}...\end{itshape}</code>.
+</p>
+<p>These commands, in both the argument form and the declaration form, are
+cumulative; for instance you can get bold sans serif by saying either of
+<code>\sffamily\bfseries</code> or <code>\bfseries\sffamily</code>.
+</p>
+<a name="index-_005cnocorrlist"></a>
+<a name="index-_005cnocorr"></a>
+<p>One advantage of these commands is that they automatically insert italic
+corrections if needed (see <a href="_005c_002f.html#g_t_005c_002f">\/</a>). Specifically, they insert the
+italic correction unless the following character is in the list
+<code>\nocorrlist</code>, which by default consists of a period and a comma.
+To suppress the automatic insertion of italic correction, use
+<code>\nocorr</code> at the start or end of the command argument, such as
+<code>\textit{\nocorr text}</code> or <code>\textsc{text \nocorr}</code>.
+</p>
+<dl compact="compact">
+<dt><code>\textrm (\rmfamily)</code></dt>
+<dd><a name="index-_005ctextrm"></a>
+<a name="index-_005crmfamily"></a>
+<p>Roman.
+</p>
+</dd>
+<dt><code>\textit (\itshape)</code></dt>
+<dd><a name="index-_005ctextit"></a>
+<a name="index-_005citshape"></a>
+<p>Italics.
+</p>
+</dd>
+<dt><code>\textmd (\mdseries)</code></dt>
+<dd><a name="index-_005ctextmd"></a>
+<a name="index-_005cmdseries"></a>
+<p>Medium weight (default).
+</p>
+</dd>
+<dt><code>\textbf (\bfseries)</code></dt>
+<dd><a name="index-_005ctextbf"></a>
+<a name="index-_005cbfseries"></a>
+<p>Boldface.
+</p>
+</dd>
+<dt><code>\textup (\upshape)</code></dt>
+<dd><a name="index-_005ctextup"></a>
+<a name="index-_005cupshape"></a>
+<p>Upright (default).
+</p>
+</dd>
+<dt><code>\textsl (\slshape)</code></dt>
+<dd><a name="index-_005ctextsl"></a>
+<a name="index-_005cslshape"></a>
+<p>Slanted.
+</p>
+</dd>
+<dt><code>\textsf (\sffamily)</code></dt>
+<dd><a name="index-_005ctextsf"></a>
+<a name="index-_005csffamily"></a>
+<p>Sans serif.
+</p>
+</dd>
+<dt><code>\textsc (\scshape)</code></dt>
+<dd><a name="index-_005ctextsc"></a>
+<a name="index-_005cscshape"></a>
+<p>Small caps.
+</p>
+</dd>
+<dt><code>\texttt (\ttfamily)</code></dt>
+<dd><a name="index-_005ctexttt"></a>
+<a name="index-_005cttfamily"></a>
+<p>Typewriter.
+</p>
+</dd>
+<dt><code>\textnormal (\normalfont)</code></dt>
+<dd><a name="index-_005ctextnormal"></a>
+<a name="index-_005cnormalfont"></a>
+<p>Main document font.
+</p>
+</dd>
+</dl>
+
+<a name="index-emphasis"></a>
+<a name="index-_005cemph"></a>
+<p>Although it also changes fonts, the <code>\emph{<var>text</var>}</code> command
+is semantic, for text to be emphasized, and should not be used as a
+substitute for <code>\textit</code>. For example, <code>\emph{<var>start
+text</var> \emph{<var>middle text</var>} <var>end text</var>}</code> will result in the
+<var>start text</var> and <var>end text</var> in italics, but <var>middle text</var>
+will be in roman.
+</p>
+<p>LaTeX also provides the following commands, which unconditionally
+switch to the given style, that is, are <em>not</em> cumulative. They are
+used as declarations: <code>{\<var>cmd</var>...}</code> instead of
+<code>\<var>cmd</var>{...}</code>.
+</p>
+<p>(The unconditional commands below are an older version of font
+switching. The earlier commands are an improvement in most
+circumstances. But sometimes an unconditional font switch is precisely
+what you want.)
+</p>
+<dl compact="compact">
+<dt><code>\bf</code>
+<a name="index-_005cbf"></a>
+</dt>
+<dd><a name="index-bold-font"></a>
+<p>Switch to bold face.
+</p>
+</dd>
+<dt><code>\cal</code>
+<a name="index-_005ccal"></a>
+</dt>
+<dd><a name="index-script-letters-for-math"></a>
+<a name="index-calligraphic-letters-for-math"></a>
+<p>Switch to calligraphic letters for math.
+</p>
+</dd>
+<dt><code>\it</code>
+<a name="index-_005cit"></a>
+</dt>
+<dd><a name="index-italic-font"></a>
+<p>Italics.
+</p>
+</dd>
+<dt><code>\rm</code>
+<a name="index-_005crm"></a>
+</dt>
+<dd><a name="index-roman-font"></a>
+<p>Roman.
+</p>
+</dd>
+<dt><code>\sc</code>
+<a name="index-_005csc"></a>
+</dt>
+<dd><a name="index-small-caps-font"></a>
+<p>Small caps.
+</p>
+</dd>
+<dt><code>\sf</code>
+<a name="index-_005csf"></a>
+</dt>
+<dd><a name="index-sans-serif-font"></a>
+<p>Sans serif.
+</p>
+</dd>
+<dt><code>\sl</code>
+<a name="index-_005csl"></a>
+</dt>
+<dd><a name="index-slanted-font"></a>
+<a name="index-oblique-font"></a>
+<p>Slanted (oblique).
+</p>
+</dd>
+<dt><code>\tt</code>
+<a name="index-_005ctt"></a>
+</dt>
+<dd><a name="index-typewriter-font"></a>
+<a name="index-monospace-font"></a>
+<a name="index-fixed_002dwidth-font"></a>
+<p>Typewriter (monospace, fixed-width).
+</p>
+</dd>
+</dl>
+
+<p>The <code>\em</code> command is the unconditional version of <code>\emph</code>.
+</p>
+<p>The following commands are for use in math mode. They are not
+cumulative, so <code>\mathbf{\mathit{<var>symbol</var>}}</code> does not
+create a boldface and italic <var>symbol</var>; instead, it will just be in
+italics. This is because typically math symbols need consistent
+typographic treatment, regardless of the surrounding environment.
+</p>
+<dl compact="compact">
+<dt><code>\mathrm</code></dt>
+<dd><a name="index-_005cmathrm"></a>
+<p>Roman, for use in math mode.
+</p>
+</dd>
+<dt><code>\mathbf</code></dt>
+<dd><a name="index-_005cmathbf"></a>
+<p>Boldface, for use in math mode.
+</p>
+</dd>
+<dt><code>\mathsf</code></dt>
+<dd><a name="index-_005cmathsf"></a>
+<p>Sans serif, for use in math mode.
+</p>
+</dd>
+<dt><code>\mathtt</code></dt>
+<dd><a name="index-_005cmathtt"></a>
+<p>Typewriter, for use in math mode.
+</p>
+</dd>
+<dt><code>\mathit</code></dt>
+<dt><code>(\mit)</code></dt>
+<dd><p>Italics, for use in math mode.
+</p>
+</dd>
+<dt><code>\mathnormal</code></dt>
+<dd><a name="index-_005cmathnormal"></a>
+<p>For use in math mode, e.g., inside another type style declaration.
+</p>
+</dd>
+<dt><code>\mathcal</code></dt>
+<dd><a name="index-_005cmathcal"></a>
+<p>Calligraphic letters, for use in math mode.
+</p>
+</dd>
+</dl>
+
+<a name="index-_005cmathversion"></a>
+<a name="index-math_002c-bold"></a>
+<a name="index-bold-math"></a>
+<p>In addition, the command <code>\mathversion{bold}</code> can be used for
+switching to bold letters and symbols in
+formulas. <code>\mathversion{normal}</code> restores the default.
+</p>
+<a name="index-_005coldstylenums"></a>
+<a name="index-numerals_002c-old_002dstyle"></a>
+<a name="index-old_002dstyle-numerals"></a>
+<a name="index-lining-numerals"></a>
+<a name="index-package_002c-textcomp"></a>
+<a name="index-textcomp-package"></a>
+
+<p>Finally, the command <code>\oldstylenums{<var>numerals</var>}</code> will typeset
+so-called &ldquo;old-style&rdquo; numerals, which have differing heights and
+depths (and sometimes widths) from the standard &ldquo;lining&rdquo; numerals,
+which all have the same height as uppercase letters. LaTeX&rsquo;s
+default fonts support this, and will respect <code>\textbf</code> (but not
+other styles; there are no italic old-style numerals in Computer
+Modern). Many other fonts have old-style numerals also; sometimes the
+<code>textcomp</code> package must be loaded, and sometimes package options
+are provided to make them the default. FAQ entry:
+<a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=osf">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=osf</a>.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Fonts.html b/src/data/help/unofficial-latex2e-reference-manual/Fonts.html
new file mode 100644
index 00000000..92bc0f28
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Fonts.html
@@ -0,0 +1,178 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Fonts (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Fonts (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Fonts (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="index.html#Top" rel="up" title="Top">
+<link href="fontenc-package.html#fontenc-package" rel="next" title="fontenc package">
+<link href="Class-and-package-commands.html#Class-and-package-commands" rel="prev" title="Class and package commands">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Fonts"></a>
+<div class="header">
+<p>
+Next: <a href="Layout.html#Layout" accesskey="n" rel="next">Layout</a>, Previous: <a href="Document-classes.html#Document-classes" accesskey="p" rel="prev">Document classes</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Fonts-1"></a>
+<h2 class="chapter">4 Fonts</h2>
+<a name="Typefaces"></a>
+<a name="index-typefaces"></a>
+<a name="index-fonts"></a>
+
+<p>LaTeX comes with powerful font capacities. For one thing, its New
+Font Selection Scheme allows you to work easily with the font families
+in your document (for instance, see&nbsp;<a href="Font-styles.html#Font-styles">Font styles</a>). And,
+LaTeX documents can use most fonts that are available today,
+including versions of Times Roman, Helvetica, Courier, etc. (Note,
+though, that many fonts do not have support for mathematics.)
+</p>
+<p>The first typeface in the TeX world was the Computer Modern family,
+developed by Donald Knuth. It is the default for LaTeX documents and
+is still the most widely used. But changing to another font often only
+involves a few commands. For instance, putting the following in your
+preamble gives you a Palatino-like font, which is handsome and more
+readable online than many other fonts, while still allowing you to
+typeset mathematics. (This example is from Michael Sharpe,
+<a href="http://math.ucsd.edu/~msharpe/RcntFnts.pdf">http://math.ucsd.edu/~msharpe/RcntFnts.pdf</a>.)
+</p>
+<div class="example">
+<pre class="example">\usepackage[full]{textcomp}
+\usepackage[osf]{newpxtext} % osf for text, not math
+\usepackage{cabin} % sans serif
+\usepackage[varqu,varl]{inconsolata} % sans serif typewriter
+\usepackage[bigdelims,vvarbb]{newpxmath} % bb from STIX
+\usepackage[cal=boondoxo]{mathalfa} % mathcal
+</pre></div>
+
+<p>In addition, the <code>xelatex</code> or <code>lualatex</code> engines allow
+you to use any fonts on your system that are in OpenType or TrueType
+format (see <a href="TeX-engines.html#TeX-engines">TeX engines</a>).
+</p>
+<p>The LaTeX Font Catalogue <a href="http://www.tug.dk/FontCatalogue/">http://www.tug.dk/FontCatalogue/</a> shows
+font sample graphics and copy-and-pasteable source to use many fonts,
+including many with support for mathematics. It aims to cover all Latin
+alphabet free fonts available for easy use with LaTeX.
+</p>
+<p>More information is also available from the TeX Users Group, at
+<a href="https://www.tug.org/fonts/">https://www.tug.org/fonts/</a>.
+</p>
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="fontenc-package.html#fontenc-package" accesskey="1">fontenc package</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Encoding of the font.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="Font-styles.html#Font-styles" accesskey="2">Font styles</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Select roman, italics, etc.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="Font-sizes.html#Font-sizes" accesskey="3">Font sizes</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Select point size.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="Low_002dlevel-font-commands.html#Low_002dlevel-font-commands" accesskey="4">Low-level font commands</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Select encoding, family, series, shape.
+</td></tr>
+</table>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Footnotes-in-a-table.html b/src/data/help/unofficial-latex2e-reference-manual/Footnotes-in-a-table.html
new file mode 100644
index 00000000..70592950
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Footnotes-in-a-table.html
@@ -0,0 +1,202 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Footnotes in a table (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Footnotes in a table (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Footnotes in a table (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Footnotes.html#Footnotes" rel="up" title="Footnotes">
+<link href="Footnotes-of-footnotes.html#Footnotes-of-footnotes" rel="next" title="Footnotes of footnotes">
+<link href="Footnotes-in-section-headings.html#Footnotes-in-section-headings" rel="prev" title="Footnotes in section headings">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Footnotes-in-a-table"></a>
+<div class="header">
+<p>
+Next: <a href="Footnotes-of-footnotes.html#Footnotes-of-footnotes" accesskey="n" rel="next">Footnotes of footnotes</a>, Previous: <a href="Footnotes-in-section-headings.html#Footnotes-in-section-headings" accesskey="p" rel="prev">Footnotes in section headings</a>, Up: <a href="Footnotes.html#Footnotes" accesskey="u" rel="up">Footnotes</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Footnotes-in-a-table-1"></a>
+<h3 class="section">11.5 Footnotes in a table</h3>
+
+<a name="index-footnote_002c-in-a-table"></a>
+
+<p>Inside a <code>tabular</code> or <code>array</code> environment the <code>\footnote</code>
+command does not work; there is a footnote mark in the table cell but
+the footnote text does not appear. The solution is to use a
+<code>minipage</code> environment as here (see <a href="minipage.html#minipage">minipage</a>).
+</p>
+<div class="example">
+<pre class="example">\begin{center}
+ \begin{minipage}{\textwidth} \centering
+ \begin{tabular}{l|l}
+ \textsc{Ship} &amp;\textsc{Book} \\ \hline
+ \textit{HMS Sophie} &amp;Master and Commander \\
+ \textit{HMS Polychrest} &amp;Post Captain \\
+ \textit{HMS Lively} &amp;Post Captain \\
+ \textit{HMS Surprise} &amp;A number of books\footnote{%
+ Starting with HMS Surprise.}
+ \end{tabular}
+ \end{minipage}
+\end{center}
+</pre></div>
+
+<p>Inside a <code>minipage</code>, footnote marks are lowercase letters. Change
+that with something like
+<code>\renewcommand{\thempfootnote}{\arabic{mpfootnote}}</code>
+(see <a href="_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol.html#g_t_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol">\alph \Alph \arabic \roman \Roman \fnsymbol</a>).
+</p>
+<p>The footnotes in the prior example appear at the bottom of the
+<code>minipage</code>. To have them appear at the bottom of the main page, as
+part of the regular footnote sequence, use the <code>\footnotemark</code> and
+<code>\footnotetext</code> pair and make a new counter.
+</p>
+<div class="example">
+<pre class="example">\newcounter{mpFootnoteValueSaver}
+\begin{center}
+ \begin{minipage}{\textwidth}
+ \setcounter{mpFootnoteValueSaver}{\value{footnote}} \centering
+ \begin{tabular}{l|l}
+ \textsc{Woman} &amp;\textsc{Relationship} \\ \hline
+ Mona &amp;Attached\footnotemark \\
+ Diana Villiers &amp;Eventual wife \\
+ Christine Hatherleigh Wood &amp;Fiance\footnotemark
+ \end{tabular}
+ \end{minipage}% percent sign keeps footnote text close to minipage
+ \stepcounter{mpFootnoteValueSaver}%
+ \footnotetext[\value{mpFootnoteValueSaver}]{%
+ Little is known other than her death.}%
+ \stepcounter{mpFootnoteValueSaver}%
+ \footnotetext[\value{mpFootnoteValueSaver}]{%
+ Relationship is unresolved in XXI.}
+\end{center}
+</pre></div>
+
+<p>For a floating <code>table</code> environment (see <a href="table.html#table">table</a>), use the
+<samp>tablefootnote</samp> package.
+</p>
+<div class="example">
+<pre class="example">\usepackage{tablefootnote} % in preamble
+ ...
+\begin{table}
+ \centering
+ \begin{tabular}{l|l}
+ \textsc{Date} &amp;\textsc{Campaign} \\ \hline
+ 1862 &amp;Fort Donelson \\
+ 1863 &amp;Vicksburg \\
+ 1865 &amp;Army of Northern Virginia\tablefootnote{%
+ Ending the war.}
+ \end{tabular}
+ \caption{Forces captured by US Grant}
+\end{table}
+</pre></div>
+
+<p>The footnote appears at the page bottom and is numbered in sequence with
+other footnotes.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Footnotes-in-section-headings.html b/src/data/help/unofficial-latex2e-reference-manual/Footnotes-in-section-headings.html
new file mode 100644
index 00000000..0342cdd1
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Footnotes-in-section-headings.html
@@ -0,0 +1,150 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Footnotes in section headings (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Footnotes in section headings (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Footnotes in section headings (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Footnotes.html#Footnotes" rel="up" title="Footnotes">
+<link href="Footnotes-in-a-table.html#Footnotes-in-a-table" rel="next" title="Footnotes in a table">
+<link href="_005cfootnotetext.html#g_t_005cfootnotetext" rel="prev" title="\footnotetext">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Footnotes-in-section-headings"></a>
+<div class="header">
+<p>
+Next: <a href="Footnotes-in-a-table.html#Footnotes-in-a-table" accesskey="n" rel="next">Footnotes in a table</a>, Previous: <a href="_005cfootnotetext.html#g_t_005cfootnotetext" accesskey="p" rel="prev">\footnotetext</a>, Up: <a href="Footnotes.html#Footnotes" accesskey="u" rel="up">Footnotes</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Footnotes-in-section-headings-1"></a>
+<h3 class="section">11.4 Footnotes in section headings</h3>
+
+<a name="index-footnote_002c-in-section-headings"></a>
+<a name="index-table-of-contents_002c-avoiding-footnotes"></a>
+
+<p>Putting a footnote in a section heading, as in:
+</p>
+<div class="example">
+<pre class="example">\section{Full sets\protect\footnote{This material due to ...}}
+</pre></div>
+
+<p>causes the footnote to appear at the bottom of the page where the
+section starts, as usual, but also at the bottom of the table of
+contents, where it is not likely to be desired. The simplest way
+to have it not appear on the table of contents is to use the optional
+argument to <code>\section</code>
+</p>
+<div class="example">
+<pre class="example">\section[Please]{Please\footnote{%
+ Don't footnote in chapter and section headers!}}
+</pre></div>
+
+<p>No <code>\protect</code> is needed in front of <code>\footnote</code> here because
+what gets moved to the table of contents is the optional argument.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Footnotes-of-footnotes.html b/src/data/help/unofficial-latex2e-reference-manual/Footnotes-of-footnotes.html
new file mode 100644
index 00000000..e0ff8b78
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Footnotes-of-footnotes.html
@@ -0,0 +1,147 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Footnotes of footnotes (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Footnotes of footnotes (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Footnotes of footnotes (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Footnotes.html#Footnotes" rel="up" title="Footnotes">
+<link href="Definitions.html#Definitions" rel="next" title="Definitions">
+<link href="Footnotes-in-a-table.html#Footnotes-in-a-table" rel="prev" title="Footnotes in a table">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Footnotes-of-footnotes"></a>
+<div class="header">
+<p>
+Previous: <a href="Footnotes-in-a-table.html#Footnotes-in-a-table" accesskey="p" rel="prev">Footnotes in a table</a>, Up: <a href="Footnotes.html#Footnotes" accesskey="u" rel="up">Footnotes</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Footnotes-of-footnotes-1"></a>
+<h3 class="section">11.6 Footnotes of footnotes</h3>
+
+<a name="index-footnote_002c-of-a-footnote"></a>
+
+<a name="index-package_002c-bigfoot"></a>
+<a name="index-bigfoot-package"></a>
+
+<p>Particularly in the humanities, authors can have multiple classes of
+footnotes, including having footnotes of footnotes. The package
+<samp>bigfoot</samp> extends LaTeX&rsquo;s default footnote mechanism in many
+ways, including allow these two, as in this example.
+</p>
+<div class="example">
+<pre class="example">\usepackage{bigfoot} % in preamble
+\DeclareNewFootnote{Default}
+\DeclareNewFootnote{from}[alph] % create class \footnotefrom{}
+ ...
+The third theorem is a partial converse of the
+second.\footnotefrom{%
+ First noted in Wilson.\footnote{Second edition only.}}
+</pre></div>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Footnotes.html b/src/data/help/unofficial-latex2e-reference-manual/Footnotes.html
new file mode 100644
index 00000000..49e3351f
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Footnotes.html
@@ -0,0 +1,163 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Footnotes (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Footnotes (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Footnotes (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="index.html#Top" rel="up" title="Top">
+<link href="_005cfootnote.html#g_t_005cfootnote" rel="next" title="\footnote">
+<link href="_005cpagebreak-_0026-_005cnopagebreak.html#g_t_005cpagebreak-_0026-_005cnopagebreak" rel="prev" title="\pagebreak &amp; \nopagebreak">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Footnotes"></a>
+<div class="header">
+<p>
+Next: <a href="Definitions.html#Definitions" accesskey="n" rel="next">Definitions</a>, Previous: <a href="Page-breaking.html#Page-breaking" accesskey="p" rel="prev">Page breaking</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Footnotes-1"></a>
+<h2 class="chapter">11 Footnotes</h2>
+
+<a name="index-footnotes_002c-creating"></a>
+
+<p>Place a footnote at the bottom of the current page, as here.
+</p>
+<div class="example">
+<pre class="example">No&euml;l Coward quipped that having to read a footnote is like having
+to go downstairs to answer the door, while in the midst of making
+love.\footnote{%
+ I wouldn't know, I don't read footnotes.}
+</pre></div>
+
+<p>You can put multiple footnotes on a page. If the footnote text becomes
+too long then it will flow to the next page.
+</p>
+<p>You can also produce footnotes by combining the <code>\footnotemark</code> and
+the <code>\footnotetext</code> commands, which is useful in special
+circumstances.
+</p>
+<p>To make bibliographic references come out as footnotes you need to
+include a bibliographic style with that behavior (see <a href="Using-BibTeX.html#Using-BibTeX">Using BibTeX</a>).
+</p>
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="_005cfootnote.html#g_t_005cfootnote" accesskey="1">\footnote</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Insert a footnote.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cfootnotemark.html#g_t_005cfootnotemark" accesskey="2">\footnotemark</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Insert footnote mark only.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cfootnotetext.html#g_t_005cfootnotetext" accesskey="3">\footnotetext</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Insert footnote text only.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="Footnotes-in-section-headings.html#Footnotes-in-section-headings" accesskey="4">Footnotes in section headings</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Chapter or section titles.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="Footnotes-in-a-table.html#Footnotes-in-a-table" accesskey="5">Footnotes in a table</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Table footnotes.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="Footnotes-of-footnotes.html#Footnotes-of-footnotes" accesskey="6">Footnotes of footnotes</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Multiple classes of footnotes.
+</td></tr>
+</table>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Front_002fback-matter.html b/src/data/help/unofficial-latex2e-reference-manual/Front_002fback-matter.html
new file mode 100644
index 00000000..eae75a13
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Front_002fback-matter.html
@@ -0,0 +1,136 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Front/back matter (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Front/back matter (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Front/back matter (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="index.html#Top" rel="up" title="Top">
+<link href="Table-of-contents-etc_002e.html#Table-of-contents-etc_002e" rel="next" title="Table of contents etc.">
+<link href="_005cinput.html#g_t_005cinput" rel="prev" title="\input">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Front_002fback-matter"></a>
+<div class="header">
+<p>
+Next: <a href="Letters.html#Letters" accesskey="n" rel="next">Letters</a>, Previous: <a href="Splitting-the-input.html#Splitting-the-input" accesskey="p" rel="prev">Splitting the input</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Front_002fback-matter-1"></a>
+<h2 class="chapter">25 Front/back matter</h2>
+
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="Table-of-contents-etc_002e.html#Table-of-contents-etc_002e" accesskey="1">Table of contents etc.</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Table of contents, list of figures, list of tables.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="Indexes.html#Indexes" accesskey="2">Indexes</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Generate an index.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="Glossaries.html#Glossaries" accesskey="3">Glossaries</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Generate a glossary.
+</td></tr>
+</table>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Glossaries.html b/src/data/help/unofficial-latex2e-reference-manual/Glossaries.html
new file mode 100644
index 00000000..29e1753a
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Glossaries.html
@@ -0,0 +1,194 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Glossaries (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Glossaries (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Glossaries (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Front_002fback-matter.html#Front_002fback-matter" rel="up" title="Front/back matter">
+<link href="_005cnewglossaryentry.html#g_t_005cnewglossaryentry" rel="next" title="\newglossaryentry">
+<link href="_005cprintindex.html#g_t_005cprintindex" rel="prev" title="\printindex">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Glossaries"></a>
+<div class="header">
+<p>
+Previous: <a href="Indexes.html#Indexes" accesskey="p" rel="prev">Indexes</a>, Up: <a href="Front_002fback-matter.html#Front_002fback-matter" accesskey="u" rel="up">Front/back matter</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Glossaries-1"></a>
+<h3 class="section">25.3 Glossaries</h3>
+
+<a name="index-glossary"></a>
+<a name="index-glossaries"></a>
+<a name="index-acronyms_002c-list-of"></a>
+<a name="index-_005cmakeglossary"></a>
+<a name="index-_005cprintglossaries"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\usepackage{glossaries} \makeglossaries
+ ...
+\newglossaryentry{<var>label</var>}{<var>settings</var>}
+ ...
+\gls{<var>label</var>}.
+ ...
+\printglossaries
+</pre></div>
+
+<p>The <samp>glossaries</samp> package allows you to make glossaries, including
+multiple glossaries, as well as lists of acronyms.
+</p>
+<p>To get the output from this example, compile the document (for instance
+with <code>pdflatex filename</code>), then run the command line command
+<code>makeglossaries filename</code>, and then compile the document again.
+</p>
+<div class="example">
+<pre class="example">\documentclass{...}
+\usepackage{glossaries} \makeglossaries
+\newglossaryentry{tm}{%
+ name={Turing machine},
+ description={A model of a machine that computes. The model is simple
+ but can compute anything any existing device can compute.
+ It is the standard model used in Computer Science.},
+ }
+\begin{document}
+Everything begins with the definition of a \gls{tm}.
+ ...
+\printglossaries
+\end{document}
+</pre></div>
+
+<p>That gives two things. In the main text it outputs &lsquo;<samp>... definition
+of a Turing machine</samp>&rsquo;. In addition, in a separate sectional unit headed
+&lsquo;<samp>Glossary</samp>&rsquo; there appears a description list. In boldface it says
+&lsquo;<samp>Turing machine</samp>&rsquo; and the rest of the item says in normal type
+&lsquo;<samp>A model of a machine &hellip; Computer Science</samp>&rsquo;.
+</p>
+<a name="index-_005cmakeglossary-1"></a>
+<a name="index-_005cprintglossaries-1"></a>
+<a name="index-_002eglo-file"></a>
+<p>The command <code>\makeglossary</code> opens the file that will contain the
+entry information, <samp><var>root-file</var>.glo</samp>. Put the
+<code>\printglossaries</code> command where you want the glossaries to appear
+in your document.
+</p>
+<p>The <samp>glossaries</samp> package is very powerful. For instance, besides
+the commands <code>\newglossaryentry</code> and <code>\gls</code>, there are similar
+commands for a list of acronyms. See the package documentations on
+CTAN.
+</p>
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="_005cnewglossaryentry.html#g_t_005cnewglossaryentry" accesskey="1">\newglossaryentry</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Declare the content of a glossary entry.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cgls.html#g_t_005cgls" accesskey="2">\gls</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Give a page reference for a glossary entry.
+</td></tr>
+</table>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Graphics-package-configuration.html b/src/data/help/unofficial-latex2e-reference-manual/Graphics-package-configuration.html
new file mode 100644
index 00000000..e731ac1d
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Graphics-package-configuration.html
@@ -0,0 +1,154 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Graphics package configuration (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Graphics package configuration (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Graphics package configuration (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Graphics.html#Graphics" rel="up" title="Graphics">
+<link href="_005cgraphicspath.html#g_t_005cgraphicspath" rel="next" title="\graphicspath">
+<link href="Graphics-package-options.html#Graphics-package-options" rel="prev" title="Graphics package options">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Graphics-package-configuration"></a>
+<div class="header">
+<p>
+Next: <a href="Commands-for-graphics.html#Commands-for-graphics" accesskey="n" rel="next">Commands for graphics</a>, Previous: <a href="Graphics-package-options.html#Graphics-package-options" accesskey="p" rel="prev">Graphics package options</a>, Up: <a href="Graphics.html#Graphics" accesskey="u" rel="up">Graphics</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="graphics-package-configuration"></a>
+<h3 class="section">22.2 <code>graphics</code> package configuration</h3>
+
+<a name="index-graphics-1"></a>
+<a name="index-graphics-package-1"></a>
+<a name="index-configuration_002c-graphics-package"></a>
+<a name="index-EPS-files"></a>
+<a name="index-JPEG-files"></a>
+<a name="index-JPG-files"></a>
+<a name="index-PDF-graphic-files"></a>
+<a name="index-PNG-files"></a>
+
+<p>These commands configure the way LaTeX searches the file system for
+the graphic.
+</p>
+<p>The behavior of file system search code is necessarily platform
+dependent. In this document we cover GNU/Linux, Macintosh, and Windows, as
+those systems are typically configured. For other situations consult
+the documentation in <samp>grfguide.pdf</samp>, or the LaTeX source, or your
+TeX distribution&rsquo;s documentation.
+</p>
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="_005cgraphicspath.html#g_t_005cgraphicspath" accesskey="1">\graphicspath</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Directories to search.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cDeclareGraphicsExtensions.html#g_t_005cDeclareGraphicsExtensions" accesskey="2">\DeclareGraphicsExtensions</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">File types, such as JPG or EPS.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cDeclareGraphicsRule.html#g_t_005cDeclareGraphicsRule" accesskey="3">\DeclareGraphicsRule</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">How to handle file types.
+</td></tr>
+</table>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Graphics-package-options.html b/src/data/help/unofficial-latex2e-reference-manual/Graphics-package-options.html
new file mode 100644
index 00000000..8676684f
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Graphics-package-options.html
@@ -0,0 +1,206 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Graphics package options (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Graphics package options (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Graphics package options (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Graphics.html#Graphics" rel="up" title="Graphics">
+<link href="Graphics-package-configuration.html#Graphics-package-configuration" rel="next" title="Graphics package configuration">
+<link href="Graphics.html#Graphics" rel="prev" title="Graphics">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Graphics-package-options"></a>
+<div class="header">
+<p>
+Next: <a href="Graphics-package-configuration.html#Graphics-package-configuration" accesskey="n" rel="next">Graphics package configuration</a>, Up: <a href="Graphics.html#Graphics" accesskey="u" rel="up">Graphics</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="graphics-package-options"></a>
+<h3 class="section">22.1 <code>graphics</code> package options</h3>
+
+<a name="index-graphics-package-options"></a>
+<a name="index-options_002c-graphics-package"></a>
+
+<p>Synopsis (must be in the document preamble):
+</p>
+<div class="example">
+<pre class="example">\usepackage[<var>comma-separated option list</var>]{graphics}
+</pre></div>
+
+<p>or
+</p>
+<div class="example">
+<pre class="example">\usepackage[<var>comma-separated option list</var>]{graphicx}
+</pre></div>
+
+<p>The <code>graphicx</code> package has a format for optional arguments to the
+<code>\includegraphics</code> command that is convenient (it is the key-value
+format), so it is the better choice for new documents. When you load
+the <samp>graphics</samp> or <samp>graphicx</samp> package with <code>\usepackage</code>
+there are two kinds of available options.
+</p>
+<p>The first is that LaTeX does not contain information about different
+output systems but instead depends on information stored in a
+<em>printer driver</em> file. Normally you should not specify the driver
+option in the document, and instead rely on your system&rsquo;s default. One
+advantage of this is that it makes the document portable across systems.
+</p>
+<p>For completeness here is a list of the drivers. The currently relevant
+ones are: <samp>dvipdfmx</samp>, <samp>dvips</samp>, <samp>dvisvgm</samp>, <samp>luatex</samp>,
+<samp>pdftex</samp>, <samp>xetex</samp>. The two <samp>xdvi</samp> and <samp>oztex</samp> are
+essentially aliases for <samp>dvips</samp> (and <samp>xdvi</samp> is monochrome).
+Ones that should not be used for new systems are: <samp>dvipdf</samp>,
+<samp>dvipdfm</samp>, <samp>dviwin</samp>, <samp>dvipsone</samp>, <samp>emtex</samp>,
+<samp>pctexps</samp>, <samp>pctexwin</samp>, <samp>pctexhp</samp>, <samp>pctex32</samp>,
+<samp>truetex</samp>, <samp>tcidvi</samp>, <samp>vtex</samp> (and <samp>dviwindo</samp> is an
+alias for <samp>dvipsone</samp>). These are stored in files with a
+<samp>.def</samp> extension, such as <samp>pdftex.def</samp>.
+</p>
+<p>The second kind of options are below.
+</p>
+<dl compact="compact">
+<dt><code>demo</code></dt>
+<dd><p>Instead of an image file, LaTeX puts in a 150&nbsp;pt by 100&nbsp;pt
+rectangle (unless another size is specified in the
+<code>\includegraphics</code> command).
+</p>
+</dd>
+<dt><code>draft</code></dt>
+<dd><p>For each graphic file, it is not shown but instead the file name is
+printed in a box of the correct size. In order to determine the size,
+the file must be present.
+</p>
+</dd>
+<dt><code>final</code></dt>
+<dd><p>(Default) Override any previous <code>draft</code> option, so that the
+document shows the contents of the graphic files.
+</p>
+</dd>
+<dt><code>hiderotate</code></dt>
+<dd><p>Do not show rotated text. (This allows for the possibility that a
+previewer does not have the capability to rotate text.)
+</p>
+</dd>
+<dt><code>hidescale</code></dt>
+<dd><p>Do not show scaled text. (This allows for the possibility that a
+previewer does not have the capability to scale.)
+</p>
+</dd>
+<dt><code>hiresbb</code></dt>
+<dd><p>In a PS or EPS file the graphic size may be specified in two ways. The
+<code>%%BoundingBox</code> lines describe the graphic size using integer
+multiples of a PostScript point, that is, integer multiples of 1/72
+inch. A later addition to the PostScript language allows decimal
+multiples, such as 1.23, in <code>%%HiResBoundingBox</code> lines. This
+option has LaTeX to read the size from the latter.
+</p>
+</dd>
+</dl>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Graphics.html b/src/data/help/unofficial-latex2e-reference-manual/Graphics.html
new file mode 100644
index 00000000..a86ecea0
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Graphics.html
@@ -0,0 +1,176 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Graphics (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Graphics (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Graphics (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="index.html#Top" rel="up" title="Top">
+<link href="Graphics-package-options.html#Graphics-package-options" rel="next" title="Graphics package options">
+<link href="Colored-pages.html#Colored-pages" rel="prev" title="Colored pages">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Graphics"></a>
+<div class="header">
+<p>
+Next: <a href="Special-insertions.html#Special-insertions" accesskey="n" rel="next">Special insertions</a>, Previous: <a href="Color.html#Color" accesskey="p" rel="prev">Color</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Graphics-1"></a>
+<h2 class="chapter">22 Graphics</h2>
+
+<a name="index-graphics"></a>
+<a name="index-graphics-package"></a>
+
+<p>You can use graphics such as PNG or PDF files in your LaTeX document.
+You need an additional package, which comes standard with LaTeX.
+This example is the short how-to.
+</p>
+<div class="example">
+<pre class="example">\include{graphicx} % goes in the preamble
+ ...
+\includegraphics[width=0.5\linewidth]{plot.pdf}
+</pre></div>
+
+<p>To use the commands described here your document preamble must contain
+either <code>\usepackage{graphicx}</code> or
+<code>\usepackage{graphics}</code>. Most of the time, <samp>graphicx</samp> is the
+better choice.
+</p>
+<p>Graphics come in two main types, raster and vector. LaTeX can use
+both. In raster graphics the file contains an entry for each location
+in an array, describing what color it is. An example is a photograph,
+in JPG format. In vector graphics, the file contains a list of
+instructions such as &lsquo;<samp>draw a circle with this radius and that
+center</samp>&rsquo;. An example is a line drawing produced by the Asymptote
+program, in PDF format. Generally vector graphics are more useful
+because you can rescale their size without pixelation or other problems,
+and because they often have a smaller size.
+</p>
+<p>There are systems particularly well-suited to make graphics for a
+LaTeX document. For example, these allow you to use the same fonts
+as in your document. LaTeX comes with a <code>picture</code> environment
+(see <a href="picture.html#picture">picture</a>) that has simple capabilities. Besides that, there are
+other ways to include the graphic-making commands in the document. Two
+such systems are the PSTricks and TikZ packages. There are also systems
+external to LaTeX, that generate a graphic that you include using the
+commands of this chapter. Two that use a programming language are
+Asymptote and MetaPost. One that uses a graphical interface is Xfig.
+Full description of these systems is outside the scope of this document;
+see their documentation on CTAN.
+</p>
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="Graphics-package-options.html#Graphics-package-options" accesskey="1">Graphics package options</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Options when you load the package.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="Graphics-package-configuration.html#Graphics-package-configuration" accesskey="2">Graphics package configuration</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Where to look for files, which file types.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="Commands-for-graphics.html#Commands-for-graphics" accesskey="3">Commands for graphics</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">The available commands.
+</td></tr>
+</table>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Greek-letters.html b/src/data/help/unofficial-latex2e-reference-manual/Greek-letters.html
new file mode 100644
index 00000000..a14995f8
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Greek-letters.html
@@ -0,0 +1,171 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Greek letters (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Greek letters (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Greek letters (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Math-symbols.html#Math-symbols" rel="up" title="Math symbols">
+<link href="Math-functions.html#Math-functions" rel="next" title="Math functions">
+<link href="Dots.html#Dots" rel="prev" title="Dots">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Greek-letters"></a>
+<div class="header">
+<p>
+Previous: <a href="Dots.html#Dots" accesskey="p" rel="prev">Dots</a>, Up: <a href="Math-symbols.html#Math-symbols" accesskey="u" rel="up">Math symbols</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Greek-letters-1"></a>
+<h4 class="subsection">16.2.7 Greek letters</h4>
+
+<a name="index-Greek-letters"></a>
+
+<p>The upper case versions of these Greek letters are only shown when they
+differ from Roman upper case letters.
+</p>
+<table>
+<thead><tr><th width="10%">Symbol</th><th width="30%">Command</th><th width="15%">Name</th><th width="45%"></th></tr></thead>
+<tr><td width="10%">&#x03B1;</td><td width="30%"><code>\alpha</code></td><td width="15%">Alpha</td></tr>
+<tr><td width="10%">&#x03B2;</td><td width="30%"><code>\beta</code></td><td width="15%">Beta</td></tr>
+<tr><td width="10%">&#x03B3;, &#x0393;</td><td width="30%"><code>\gamma</code>, <code>\Gamma</code></td><td width="15%">Gamma</td></tr>
+<tr><td width="10%">&#x03B4;, &#x0394;</td><td width="30%"><code>\delta</code>, <code>\Delta</code></td><td width="15%">Delta</td></tr>
+<tr><td width="10%">&#x03B5;, &#x03F5;</td><td width="30%"><code>\varepsilon</code>, <code>\epsilon</code></td><td width="15%">Epsilon</td></tr>
+<tr><td width="10%">&#x03B6;</td><td width="30%"><code>\zeta</code></td><td width="15%">Zeta</td></tr>
+<tr><td width="10%">&#x03B7;</td><td width="30%"><code>\eta</code></td><td width="15%">Eta</td></tr>
+<tr><td width="10%">&#x03B8;, &#x03D1;</td><td width="30%"><code>\theta</code>, <code>\vartheta</code></td><td width="15%">Theta</td></tr>
+<tr><td width="10%">&#x03B9;</td><td width="30%"><code>\iota</code></td><td width="15%">Iota</td></tr>
+<tr><td width="10%">&#x03BA;</td><td width="30%"><code>\kappa</code></td><td width="15%">Kappa</td></tr>
+<tr><td width="10%">&#x03BB;, &#x039B;</td><td width="30%"><code>\lambda</code>, <code>\Lambda</code></td><td width="15%">Lambda</td></tr>
+<tr><td width="10%">&#x03BC;</td><td width="30%"><code>\mu</code></td><td width="15%">Mu</td></tr>
+<tr><td width="10%">&#x03BD;</td><td width="30%"><code>\nu</code></td><td width="15%">Nu</td></tr>
+<tr><td width="10%">&#x03BE;, &#x039E;</td><td width="30%"><code>\xi</code>, <code>\Xi</code></td><td width="15%">Xi</td></tr>
+<tr><td width="10%">&#x03C0;, &#x03A0;</td><td width="30%"><code>\pi</code>, <code>\Pi</code></td><td width="15%">Pi</td></tr>
+<tr><td width="10%">&#x03C1;, &#x03F1;</td><td width="30%"><code>\rho</code>, <code>\varrho</code></td><td width="15%">Rho</td></tr>
+<tr><td width="10%">&#x03C3;, &#x03A3;</td><td width="30%"><code>\sigma</code>, <code>\Sigma</code></td><td width="15%">Sigma</td></tr>
+<tr><td width="10%">&#x03C4;</td><td width="30%"><code>\tau</code></td><td width="15%">Tau</td></tr>
+<tr><td width="10%">&#x03D5;, &#x03C6;, &#x03A6;</td><td width="30%"><code>\phi</code>, <code>\varphi</code>, <code>\Phi</code></td><td width="15%">Phi</td></tr>
+<tr><td width="10%">&#x03C7;</td><td width="30%"><code>\chi</code></td><td width="15%">chi</td></tr>
+<tr><td width="10%">&#x03C8;, &#x03A8;</td><td width="30%"><code>\psi</code>, <code>\Psi</code></td><td width="15%">Psi</td></tr>
+<tr><td width="10%">&#x03C9;, &#x03A9;</td><td width="30%"><code>\omega</code>, <code>\Omega</code></td><td width="15%">Omega</td></tr>
+</table>
+
+<a name="index-package_002c-unicode_002dmath"></a>
+<a name="index-unicode_002dmath-package"></a>
+
+<p>For omicron, if you are using LaTeX&rsquo;s default Computer Modern font
+then enter omicron just as &lsquo;<samp>o</samp>&rsquo; or &lsquo;<samp>O</samp>&rsquo;. If you like having the
+name or if your font shows a difference then you can use something like
+<code>\newcommand\omicron{o}</code>. The package <samp>unicode-math</samp> has
+<code>\upomicron</code> for upright omicron and <code>\mitomicron</code> for math
+italic.
+</p>
+<p>While the set membership relation symbol &#x2208; generated by
+<code>\in</code> is related to epsilon, it is never used for a variable.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/IndexDocument.html b/src/data/help/unofficial-latex2e-reference-manual/IndexDocument.html
new file mode 100644
index 00000000..e915f487
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/IndexDocument.html
@@ -0,0 +1,2548 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Index (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Index (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Index (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="index.html#Top" rel="up" title="Top">
+<link href="tugboat-template.html#tugboat-template" rel="prev" title="tugboat template">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Index"></a>
+<div class="header">
+<p>
+Previous: <a href="Document-templates.html#Document-templates" accesskey="p" rel="prev">Document templates</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Index-1"></a>
+<h2 class="unnumbered">Index</h2>
+
+<a name="Command-Index"></a>
+<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" href="#Index_cp_symbol-1"><b>&amp;</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_symbol-2"><b>*</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_symbol-3"><b>-</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_symbol-4"><b>.</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_symbol-5"><b>1</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_symbol-6"><b>:</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_symbol-7"><b>[</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_symbol-8"><b>\</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_symbol-9"><b>^</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_symbol-10"><b>_</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_symbol-11"><b>`</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_symbol-12"><b>{</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_symbol-13"><b>~</b></a>
+ &nbsp;
+<br>
+<a class="summary-letter" href="#Index_cp_letter-A"><b>A</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_letter-B"><b>B</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_letter-C"><b>C</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_letter-D"><b>D</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_letter-E"><b>E</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_letter-F"><b>F</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_letter-G"><b>G</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_letter-H"><b>H</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_letter-I"><b>I</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_letter-J"><b>J</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_letter-K"><b>K</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_letter-L"><b>L</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_letter-M"><b>M</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_letter-N"><b>N</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_letter-O"><b>O</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_letter-P"><b>P</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_letter-Q"><b>Q</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_letter-R"><b>R</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_letter-S"><b>S</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_letter-T"><b>T</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_letter-U"><b>U</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_letter-V"><b>V</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_letter-W"><b>W</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_letter-X"><b>X</b></a>
+ &nbsp;
+</td></tr></table>
+<table class="index-cp" border="0">
+<tr><td></td><th align="left">Index Entry</th><td>&nbsp;</td><th align="left"> Section</th></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th><a name="Index_cp_symbol-1">&amp;</a></th><td></td><td></td></tr>
+<tr><td></td><td valign="top"><a href="tabular.html#index-_0026"><code>&amp;</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="tabular.html#tabular">tabular</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th><a name="Index_cp_symbol-2">*</a></th><td></td><td></td></tr>
+<tr><td></td><td valign="top"><a href="Recovering-from-errors.html#index-_002a-prompt">&lsquo;<samp>*</samp>&rsquo; prompt</a>:</td><td>&nbsp;</td><td valign="top"><a href="Recovering-from-errors.html#Recovering-from-errors">Recovering from errors</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cnewenvironment-_0026-_005crenewenvironment.html#index-_002a_002dform-of-environment-commands"><code>*</code>-form of environment commands</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cnewenvironment-_0026-_005crenewenvironment.html#g_t_005cnewenvironment-_0026-_005crenewenvironment">\newenvironment &amp; \renewenvironment</a></td></tr>
+<tr><td></td><td valign="top"><a href="Sectioning.html#index-_002a_002dform-of-sectioning-commands"><code>*</code>-form of sectioning commands</a>:</td><td>&nbsp;</td><td valign="top"><a href="Sectioning.html#Sectioning">Sectioning</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cnewcommand-_0026-_005crenewcommand.html#index-_002a_002dform_002c-defining-new-commands">*-form, defining new commands</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cnewcommand-_0026-_005crenewcommand.html#g_t_005cnewcommand-_0026-_005crenewcommand">\newcommand &amp; \renewcommand</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th><a name="Index_cp_symbol-3">-</a></th><td></td><td></td></tr>
+<tr><td></td><td valign="top"><a href="Command-line-options.html#index-_002d_002ddisable_002dwrite18-command_002dline-option"><code>--disable-write18 <span class="roman">command-line option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Command-line-options.html#Command-line-options">Command line options</a></td></tr>
+<tr><td></td><td valign="top"><a href="Command-line-options.html#index-_002d_002denable_002dwrite18-command_002dline-option"><code>--enable-write18 <span class="roman">command-line option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Command-line-options.html#Command-line-options">Command line options</a></td></tr>
+<tr><td></td><td valign="top"><a href="Command-line-options.html#index-_002d_002dfile_002dline_002derror-command_002dline-option"><code>--file-line-error <span class="roman">command-line option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Command-line-options.html#Command-line-options">Command line options</a></td></tr>
+<tr><td></td><td valign="top"><a href="Command-line-options.html#index-_002d_002dhalt_002don_002derror-command_002dline-option"><code>--halt-on-error <span class="roman">command-line option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Command-line-options.html#Command-line-options">Command line options</a></td></tr>
+<tr><td></td><td valign="top"><a href="Command-line-options.html#index-_002d_002dhelp-command_002dline-option"><code>--help <span class="roman">command-line option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Command-line-options.html#Command-line-options">Command line options</a></td></tr>
+<tr><td></td><td valign="top"><a href="Command-line-options.html#index-_002d_002dinteraction-command_002dline-option"><code>--interaction <span class="roman">command-line option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Command-line-options.html#Command-line-options">Command line options</a></td></tr>
+<tr><td></td><td valign="top"><a href="Command-line-options.html#index-_002d_002djobname-command_002dline-option"><code>--jobname <span class="roman">command-line option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Command-line-options.html#Command-line-options">Command line options</a></td></tr>
+<tr><td></td><td valign="top"><a href="Command-line-options.html#index-_002d_002dno_002dfile_002dline_002derror-command_002dline-option"><code>--no-file-line-error <span class="roman">command-line option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Command-line-options.html#Command-line-options">Command line options</a></td></tr>
+<tr><td></td><td valign="top"><a href="Command-line-options.html#index-_002d_002dno_002dshell_002descape-command_002dline-option"><code>--no-shell-escape <span class="roman">command-line option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Command-line-options.html#Command-line-options">Command line options</a></td></tr>
+<tr><td></td><td valign="top"><a href="Command-line-options.html#index-_002d_002doutput_002ddirectory-command_002dline-option"><code>--output-directory <span class="roman">command-line option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Command-line-options.html#Command-line-options">Command line options</a></td></tr>
+<tr><td></td><td valign="top"><a href="Command-line-options.html#index-_002d_002dshell_002descape-command_002dline-option"><code>--shell-escape <span class="roman">command-line option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Command-line-options.html#Command-line-options">Command line options</a></td></tr>
+<tr><td></td><td valign="top"><a href="Command-line-options.html#index-_002d_002dversion-command_002dline-option"><code>--version <span class="roman">command-line option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Command-line-options.html#Command-line-options">Command line options</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th><a name="Index_cp_symbol-4">.</a></th><td></td><td></td></tr>
+<tr><td></td><td valign="top"><a href="Output-files.html#index-_002eaux-file"><code>.aux <span class="roman">file</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Output-files.html#Output-files">Output files</a></td></tr>
+<tr><td></td><td valign="top"><a href="Output-files.html#index-_002edvi-file"><code>.dvi <span class="roman">file</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Output-files.html#Output-files">Output files</a></td></tr>
+<tr><td></td><td valign="top"><a href="Glossaries.html#index-_002eglo-file"><samp>.glo</samp> file</a>:</td><td>&nbsp;</td><td valign="top"><a href="Glossaries.html#Glossaries">Glossaries</a></td></tr>
+<tr><td></td><td valign="top"><a href="Indexes.html#index-_002eidx-file"><samp>.idx</samp> file</a>:</td><td>&nbsp;</td><td valign="top"><a href="Indexes.html#Indexes">Indexes</a></td></tr>
+<tr><td></td><td valign="top"><a href="makeindex.html#index-_002eidx-file-1"><samp>.idx</samp> file</a>:</td><td>&nbsp;</td><td valign="top"><a href="makeindex.html#makeindex">makeindex</a></td></tr>
+<tr><td></td><td valign="top"><a href="makeindex.html#index-_002eind-file"><samp>.ind</samp> file</a>:</td><td>&nbsp;</td><td valign="top"><a href="makeindex.html#makeindex">makeindex</a></td></tr>
+<tr><td></td><td valign="top"><a href="makeindex.html#index-_002eisty-file"><samp>.isty</samp> file</a>:</td><td>&nbsp;</td><td valign="top"><a href="makeindex.html#makeindex">makeindex</a></td></tr>
+<tr><td></td><td valign="top"><a href="Output-files.html#index-_002elof-file"><code>.lof <span class="roman">file</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Output-files.html#Output-files">Output files</a></td></tr>
+<tr><td></td><td valign="top"><a href="Table-of-contents-etc_002e.html#index-_002elof-file-1"><code>.lof <span class="roman">file</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Table-of-contents-etc_002e.html#Table-of-contents-etc_002e">Table of contents etc.</a></td></tr>
+<tr><td></td><td valign="top"><a href="Output-files.html#index-_002elog-file"><code>.log <span class="roman">file</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Output-files.html#Output-files">Output files</a></td></tr>
+<tr><td></td><td valign="top"><a href="Output-files.html#index-_002elot-file"><code>.lot <span class="roman">file</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Output-files.html#Output-files">Output files</a></td></tr>
+<tr><td></td><td valign="top"><a href="Table-of-contents-etc_002e.html#index-_002elot-file-1"><code>.lot <span class="roman">file</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Table-of-contents-etc_002e.html#Table-of-contents-etc_002e">Table of contents etc.</a></td></tr>
+<tr><td></td><td valign="top"><a href="Output-files.html#index-_002epdf-file"><code>.pdf <span class="roman">file</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Output-files.html#Output-files">Output files</a></td></tr>
+<tr><td></td><td valign="top"><a href="Command-line.html#index-_002etex_002c-default-extension"><code>.tex, <span class="roman">default extension</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Command-line.html#Command-line">Command line</a></td></tr>
+<tr><td></td><td valign="top"><a href="Output-files.html#index-_002etoc-file"><code>.toc <span class="roman">file</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Output-files.html#Output-files">Output files</a></td></tr>
+<tr><td></td><td valign="top"><a href="Table-of-contents-etc_002e.html#index-_002etoc-file-1"><code>.toc <span class="roman">file</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Table-of-contents-etc_002e.html#Table-of-contents-etc_002e">Table of contents etc.</a></td></tr>
+<tr><td></td><td valign="top"><a href="TeX-engines.html#index-_002exdv-file"><code>.xdv <span class="roman">file</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="TeX-engines.html#TeX-engines">TeX engines</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th><a name="Index_cp_symbol-5">1</a></th><td></td><td></td></tr>
+<tr><td></td><td valign="top"><a href="Document-class-options.html#index-10pt-option"><code>10pt <span class="roman">option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-class-options.html#Document-class-options">Document class options</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-class-options.html#index-11pt-option"><code>11pt <span class="roman">option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-class-options.html#Document-class-options">Document class options</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-class-options.html#index-12pt-option"><code>12pt <span class="roman">option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-class-options.html#Document-class-options">Document class options</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th><a name="Index_cp_symbol-6">:</a></th><td></td><td></td></tr>
+<tr><td></td><td valign="top"><a href="Colon-character-_0026-_005ccolon.html#index-_003a">:</a>:</td><td>&nbsp;</td><td valign="top"><a href="Colon-character-_0026-_005ccolon.html#Colon-character-_0026-_005ccolon">Colon character &amp; \colon</a></td></tr>
+<tr><td></td><td valign="top"><a href="Colon-character-_0026-_005ccolon.html#index-_003a-1"><code>:</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Colon-character-_0026-_005ccolon.html#Colon-character-_0026-_005ccolon">Colon character &amp; \colon</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th><a name="Index_cp_symbol-7">[</a></th><td></td><td></td></tr>
+<tr><td></td><td valign="top"><a href="LaTeX-command-syntax.html#index-_005b_002e_002e_002e_005d-for-optional-arguments"><code>[...] <span class="roman">for optional arguments</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="LaTeX-command-syntax.html#LaTeX-command-syntax">LaTeX command syntax</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th><a name="Index_cp_symbol-8">\</a></th><td></td><td></td></tr>
+<tr><td></td><td valign="top"><a href="_005c_0028SPACE_0029.html#index-_005c-_0028backslash_002dspace_0029">\ (backslash-space)</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005c_0028SPACE_0029.html#g_t_005c_0028SPACE_0029">\(SPACE)</a></td></tr>
+<tr><td></td><td valign="top"><a href="LaTeX-command-syntax.html#index-_005c-character-starting-commands"><code>\ <span class="roman">character starting commands</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="LaTeX-command-syntax.html#LaTeX-command-syntax">LaTeX command syntax</a></td></tr>
+<tr><td></td><td valign="top"><a href="Spacing-in-math-mode.html#index-_005c_0021"><code>\!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Spacing-in-math-mode.html#Spacing-in-math-mode">Spacing in math mode</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-_005c_0022-_0028umlaut-accent_0029"><code>\&quot; <span class="roman">(umlaut accent)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Reserved-characters.html#index-_005c_0023"><code>\#</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Reserved-characters.html#Reserved-characters">Reserved characters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Reserved-characters.html#index-_005c_0024"><code>\$</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Reserved-characters.html#Reserved-characters">Reserved characters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Reserved-characters.html#index-_005c_0025"><code>\%</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Reserved-characters.html#Reserved-characters">Reserved characters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Reserved-characters.html#index-_005c_0026"><code>\&amp;</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Reserved-characters.html#Reserved-characters">Reserved characters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-_005c_0027-_0028acute-accent_0029"><code>\' <span class="roman">(acute accent)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="tabbing.html#index-_005c_0027-_0028tabbing_0029"><code>\' <span class="roman">(tabbing)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="tabbing.html#tabbing">tabbing</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005c_002a.html#index-_005c_002a"><code>\*</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005c_002a.html#g_t_005c_002a">\*</a></td></tr>
+<tr><td></td><td valign="top"><a href="tabbing.html#index-_005c_002b"><code>\+</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="tabbing.html#tabbing">tabbing</a></td></tr>
+<tr><td></td><td valign="top"><a href="Spacing-in-math-mode.html#index-_005c_002c"><code>\,</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Spacing-in-math-mode.html#Spacing-in-math-mode">Spacing in math mode</a></td></tr>
+<tr><td></td><td valign="top"><a href="tabbing.html#index-_005c_002d"><code>\-</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="tabbing.html#tabbing">tabbing</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005c_002d-_0028hyphenation_0029.html#index-_005c_002d-_0028hyphenation_0029"><code>\- <span class="roman">(hyphenation)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005c_002d-_0028hyphenation_0029.html#g_t_005c_002d-_0028hyphenation_0029">\- (hyphenation)</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-_005c_002e-_0028dot_002dover-accent_0029"><code>\. <span class="roman">(dot-over accent)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005c_002f.html#index-_005c_002f"><code>\/</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005c_002f.html#g_t_005c_002f">\/</a></td></tr>
+<tr><td></td><td valign="top"><a href="Spacing-in-math-mode.html#index-_005c_003a"><code>\:</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Spacing-in-math-mode.html#Spacing-in-math-mode">Spacing in math mode</a></td></tr>
+<tr><td></td><td valign="top"><a href="Spacing-in-math-mode.html#index-_005c_003b"><code>\;</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Spacing-in-math-mode.html#Spacing-in-math-mode">Spacing in math mode</a></td></tr>
+<tr><td></td><td valign="top"><a href="tabbing.html#index-_005c_003c"><code>\&lt;</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="tabbing.html#tabbing">tabbing</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-_005c_003d-_0028macron-accent_0029"><code>\= <span class="roman">(macron accent)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="tabbing.html#index-_005c_003d-_0028tabbing_0029"><code>\= <span class="roman">(tabbing)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="tabbing.html#tabbing">tabbing</a></td></tr>
+<tr><td></td><td valign="top"><a href="tabbing.html#index-_005c_003e"><code>\&gt;</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="tabbing.html#tabbing">tabbing</a></td></tr>
+<tr><td></td><td valign="top"><a href="Spacing-in-math-mode.html#index-_005c_003e-1"><code>\&gt;</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Spacing-in-math-mode.html#Spacing-in-math-mode">Spacing in math mode</a></td></tr>
+<tr><td></td><td valign="top"><a href="tabbing.html#index-_005c_003e-_0028tabbing_0029"><code>\&gt; <span class="roman">(tabbing)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="tabbing.html#tabbing">tabbing</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005c_0040.html#index-_005c_0040"><code>\@</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005c_0040.html#g_t_005c_0040">\@</a></td></tr>
+<tr><td></td><td valign="top"><a href="list.html#index-_005c_0040beginparpenalty"><code>\@beginparpenalty</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="list.html#list">list</a></td></tr>
+<tr><td></td><td valign="top"><a href="list.html#index-_005c_0040endparpenalty"><code>\@endparpenalty</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="list.html#list">list</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cfootnote.html#index-_005c_0040fnsymbol"><code>\@fnsymbol</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cfootnote.html#g_t_005cfootnote">\footnote</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005c_0040ifstar.html#index-_005c_0040ifstar"><code>\@ifstar</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005c_0040ifstar.html#g_t_005c_0040ifstar">\@ifstar</a></td></tr>
+<tr><td></td><td valign="top"><a href="list.html#index-_005c_0040itempenalty"><code>\@itempenalty</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="list.html#list">list</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005c_0040startsection.html#index-_005c_0040startsection"><code>\@startsection</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005c_0040startsection.html#g_t_005c_0040startsection">\@startsection</a></td></tr>
+<tr><td></td><td valign="top"><a href="tabbing.html#index-_005ca-_0028tabbing_0029"><code>\a <span class="roman">(tabbing)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="tabbing.html#tabbing">tabbing</a></td></tr>
+<tr><td></td><td valign="top"><a href="tabbing.html#index-_005ca_0027-_0028acute-accent-in-tabbing_0029"><code>\a' <span class="roman">(acute accent in tabbing)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="tabbing.html#tabbing">tabbing</a></td></tr>
+<tr><td></td><td valign="top"><a href="tabbing.html#index-_005ca_003d-_0028macron-accent-in-tabbing_0029"><code>\a= <span class="roman">(macron accent in tabbing)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="tabbing.html#tabbing">tabbing</a></td></tr>
+<tr><td></td><td valign="top"><a href="Additional-Latin-letters.html#index-_005caa-_0028aa_0029"><code>\aa (&aring;)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Additional-Latin-letters.html#Additional-Latin-letters">Additional Latin letters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Additional-Latin-letters.html#index-_005cAA-_0028AA_0029"><code>\AA (&Aring;)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Additional-Latin-letters.html#Additional-Latin-letters">Additional Latin letters</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005caccent.html#index-_005caccent"><code>\accent</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005caccent.html#g_t_005caccent">\accent</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-accents.html#index-_005cacute"><code>\acute</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-accents.html#Math-accents">Math accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005caddcontentsline.html#index-_005caddcontentsline"><code>\addcontentsline</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005caddcontentsline.html#g_t_005caddcontentsline">\addcontentsline</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005caddress.html#index-_005caddress"><code>\address</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005caddress.html#g_t_005caddress">\address</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005caddtocontents.html#index-_005caddtocontents_007bext_007d_007btext_007d"><code>\addtocontents{<var>ext</var>}{<var>text</var>}</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005caddtocontents.html#g_t_005caddtocontents">\addtocontents</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005caddtocounter.html#index-_005caddtocounter"><code>\addtocounter</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005caddtocounter.html#g_t_005caddtocounter">\addtocounter</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005caddtolength.html#index-_005caddtolength"><code>\addtolength</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005caddtolength.html#g_t_005caddtolength">\addtolength</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005caddvspace.html#index-_005caddvspace"><code>\addvspace</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005caddvspace.html#g_t_005caddvspace">\addvspace</a></td></tr>
+<tr><td></td><td valign="top"><a href="Additional-Latin-letters.html#index-_005cae-_0028ae_0029"><code>\ae (&aelig;)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Additional-Latin-letters.html#Additional-Latin-letters">Additional Latin letters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Additional-Latin-letters.html#index-_005cAE-_0028AE_0029"><code>\AE (&AElig;)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Additional-Latin-letters.html#Additional-Latin-letters">Additional Latin letters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005caleph"><code>\aleph</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="enumerate.html#index-_005cAlph-example"><code>\Alph <span class="roman">example</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="enumerate.html#enumerate">enumerate</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005calpha"><code>\alpha</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol.html#index-_005calph_007bcounter_007d"><code>\alph{<var>counter</var>}</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol.html#g_t_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol">\alph \Alph \arabic \roman \Roman \fnsymbol</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol.html#index-_005cAlph_007bcounter_007d"><code>\Alph{<var>counter</var>}</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol.html#g_t_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol">\alph \Alph \arabic \roman \Roman \fnsymbol</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cindex.html#index-_005calsoname"><code>\alsoname</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cindex.html#g_t_005cindex">\index</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005camalg"><code>\amalg</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cmaketitle.html#index-_005cand-for-_005cauthor"><code>\and <span class="roman">for <code>\author</code></span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cmaketitle.html#g_t_005cmaketitle">\maketitle</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cangle"><code>\angle</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cappendix.html#index-_005cappendix"><code>\appendix</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cappendix.html#g_t_005cappendix">\appendix</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005capprox"><code>\approx</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol.html#index-_005carabic_007bcounter_007d"><code>\arabic{<var>counter</var>}</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol.html#g_t_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol">\alph \Alph \arabic \roman \Roman \fnsymbol</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-functions.html#index-_005carccos"><code>\arccos</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-functions.html#Math-functions">Math functions</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-functions.html#index-_005carcsin"><code>\arcsin</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-functions.html#Math-functions">Math functions</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-functions.html#index-_005carctan"><code>\arctan</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-functions.html#Math-functions">Math functions</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-functions.html#index-_005carg"><code>\arg</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-functions.html#Math-functions">Math functions</a></td></tr>
+<tr><td></td><td valign="top"><a href="array.html#index-_005carraycolsep"><code>\arraycolsep</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="array.html#array">array</a></td></tr>
+<tr><td></td><td valign="top"><a href="tabular.html#index-_005carrayrulewidth"><code>\arrayrulewidth</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="tabular.html#tabular">tabular</a></td></tr>
+<tr><td></td><td valign="top"><a href="tabular.html#index-_005carraystretch"><code>\arraystretch</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="tabular.html#tabular">tabular</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cast"><code>\ast</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005casymp"><code>\asymp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cAtBeginDocument.html#index-_005cAtBeginDocument"><code>\AtBeginDocument</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cAtBeginDocument.html#g_t_005cAtBeginDocument">\AtBeginDocument</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-commands.html#index-_005cAtBeginDvi"><code>\AtBeginDvi</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-commands.html#Class-and-package-commands">Class and package commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cAtEndDocument.html#index-_005cAtEndDocument"><code>\AtEndDocument</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cAtEndDocument.html#g_t_005cAtEndDocument">\AtEndDocument</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-commands.html#index-_005cAtEndOfClass"><code>\AtEndOfClass</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-commands.html#Class-and-package-commands">Class and package commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-commands.html#index-_005cAtEndOfPackage"><code>\AtEndOfPackage</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-commands.html#Class-and-package-commands">Class and package commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cmaketitle.html#index-_005cauthor_007bname1-_005cand-name2-_005cand-_002e_002e_002e_007d"><code>\author{<var>name1</var> \and <var>name2</var> \and ...}</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cmaketitle.html#g_t_005cmaketitle">\maketitle</a></td></tr>
+<tr><td></td><td valign="top"><a href="tabbing.html#index-_005ca_0060-_0028grave-accent-in-tabbing_0029"><code>\a` <span class="roman">(grave accent in tabbing)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="tabbing.html#tabbing">tabbing</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-_005cb-_0028bar_002dunder-accent_0029"><code>\b <span class="roman">(bar-under accent)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter.html#index-_005cbackmatter"><code>\backmatter</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter.html#g_t_005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter">\frontmatter &amp; \mainmatter &amp; \backmatter</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cbackslash"><code>\backslash</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-accents.html#index-_005cbar"><code>\bar</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-accents.html#Math-accents">Math accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Low_002dlevel-font-commands.html#index-_005cbaselineskip"><code>\baselineskip</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Low_002dlevel-font-commands.html#Low_002dlevel-font-commands">Low-level font commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="Low_002dlevel-font-commands.html#index-_005cbaselinestretch"><code>\baselinestretch</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Low_002dlevel-font-commands.html#Low_002dlevel-font-commands">Low-level font commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="Environments.html#index-_005cbegin"><code>\begin</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Environments.html#Environments">Environments</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cbeta"><code>\beta</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-_005cbf"><code>\bf</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-_005cbfseries"><code>\bfseries</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cbibitem.html#index-_005cbibitem"><code>\bibitem</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cbibitem.html#g_t_005cbibitem">\bibitem</a></td></tr>
+<tr><td></td><td valign="top"><a href="Using-BibTeX.html#index-_005cbibliography"><code>\bibliography</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Using-BibTeX.html#Using-BibTeX">Using BibTeX</a></td></tr>
+<tr><td></td><td valign="top"><a href="Using-BibTeX.html#index-_005cbibliographystyle"><code>\bibliographystyle</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Using-BibTeX.html#Using-BibTeX">Using BibTeX</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cbigcap"><code>\bigcap</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cbigcirc"><code>\bigcirc</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cbigcup"><code>\bigcup</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cbigodot"><code>\bigodot</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cbigoplus"><code>\bigoplus</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cbigotimes"><code>\bigotimes</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip.html#index-_005cbigskip"><code>\bigskip</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip.html#g_t_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip">\bigskip &amp; \medskip &amp; \smallskip</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip.html#index-_005cbigskipamount"><code>\bigskipamount</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip.html#g_t_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip">\bigskip &amp; \medskip &amp; \smallskip</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cbigsqcup"><code>\bigsqcup</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cbigtriangledown"><code>\bigtriangledown</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cbigtriangleup"><code>\bigtriangleup</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cbiguplus"><code>\biguplus</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cbigvee"><code>\bigvee</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cbigwedge"><code>\bigwedge</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-functions.html#index-_005cbmod"><code>\bmod</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-functions.html#Math-functions">Math functions</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cboldmath-_0026-_005cunboldmath.html#index-_005cboldmath"><code>\boldmath</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cboldmath-_0026-_005cunboldmath.html#g_t_005cboldmath-_0026-_005cunboldmath">\boldmath &amp; \unboldmath</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cboldmath-_0026-_005cunboldmath.html#index-_005cboldmath-1"><code>\boldmath</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cboldmath-_0026-_005cunboldmath.html#g_t_005cboldmath-_0026-_005cunboldmath">\boldmath &amp; \unboldmath</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cbot"><code>\bot</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Floats.html#index-_005cbottomfraction"><code>\bottomfraction</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Floats.html#Floats">Floats</a></td></tr>
+<tr><td></td><td valign="top"><a href="Floats.html#index-_005cbottomfraction-1"><code>\bottomfraction</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Floats.html#Floats">Floats</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cbowtie"><code>\bowtie</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cBox"><code>\Box</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-accents.html#index-_005cbreve"><code>\breve</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-accents.html#Math-accents">Math accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cbullet"><code>\bullet</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-_005cc-_0028cedilla-accent_0029"><code>\c <span class="roman">(cedilla accent)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-_005ccal"><code>\cal</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005ccap"><code>\cap</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-_005ccapitalacute"><code>\capitalacute</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-_005ccapitalbreve"><code>\capitalbreve</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-_005ccapitalcaron"><code>\capitalcaron</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-_005ccapitalcedilla"><code>\capitalcedilla</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-_005ccapitalcircumflex"><code>\capitalcircumflex</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-_005ccapitaldieresis"><code>\capitaldieresis</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-_005ccapitaldotaccent"><code>\capitaldotaccent</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-_005ccapitalgrave"><code>\capitalgrave</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-_005ccapitalhungarumlaut"><code>\capitalhungarumlaut</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-_005ccapitalmacron"><code>\capitalmacron</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-_005ccapitalnewtie"><code>\capitalnewtie</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-_005ccapitalogonek"><code>\capitalogonek</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-_005ccapitalring"><code>\capitalring</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-_005ccapitaltie"><code>\capitaltie</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-_005ccapitaltilde"><code>\capitaltilde</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="figure.html#index-_005ccaption"><code>\caption</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="figure.html#figure">figure</a></td></tr>
+<tr><td></td><td valign="top"><a href="table.html#index-_005ccaption-1"><code>\caption</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="table.html#table">table</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005ccc.html#index-_005ccc"><code>\cc</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005ccc.html#g_t_005ccc">\cc</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005ccdot"><code>\cdot</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Dots.html#index-_005ccdots"><code>\cdots</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Dots.html#Dots">Dots</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005ccentering.html#index-_005ccentering"><code>\centering</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005ccentering.html#g_t_005ccentering">\centering</a></td></tr>
+<tr><td></td><td valign="top"><a href="Sectioning.html#index-_005cchapter"><code>\chapter</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Sectioning.html#Sectioning">Sectioning</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cchapter.html#index-_005cchapter-1"><code>\chapter</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cchapter.html#g_t_005cchapter">\chapter</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-accents.html#index-_005ccheck"><code>\check</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-accents.html#Math-accents">Math accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-commands.html#index-_005cCheckCommand"><code>\CheckCommand</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-commands.html#Class-and-package-commands">Class and package commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-commands.html#index-_005cCheckCommand_002a"><code>\CheckCommand*</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-commands.html#Class-and-package-commands">Class and package commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cchi"><code>\chi</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005ccirc"><code>\circ</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005ccircle.html#index-_005ccircle"><code>\circle</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005ccircle.html#g_t_005ccircle">\circle</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005ccite.html#index-_005ccite"><code>\cite</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005ccite.html#g_t_005ccite">\cite</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-commands.html#index-_005cClassError"><code>\ClassError</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-commands.html#Class-and-package-commands">Class and package commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-commands.html#index-_005cClassInfo"><code>\ClassInfo</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-commands.html#Class-and-package-commands">Class and package commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-commands.html#index-_005cClassInfoNoLine"><code>\ClassInfoNoLine</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-commands.html#Class-and-package-commands">Class and package commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-commands.html#index-_005cClassWarning"><code>\ClassWarning</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-commands.html#Class-and-package-commands">Class and package commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-commands.html#index-_005cClassWarningNoLine"><code>\ClassWarningNoLine</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-commands.html#Class-and-package-commands">Class and package commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cclearpage-_0026-_005ccleardoublepage.html#index-_005ccleardoublepage"><code>\cleardoublepage</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cclearpage-_0026-_005ccleardoublepage.html#g_t_005cclearpage-_0026-_005ccleardoublepage">\clearpage &amp; \cleardoublepage</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cclearpage-_0026-_005ccleardoublepage.html#index-_005cclearpage"><code>\clearpage</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cclearpage-_0026-_005ccleardoublepage.html#g_t_005cclearpage-_0026-_005ccleardoublepage">\clearpage &amp; \cleardoublepage</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005ccline.html#index-_005ccline"><code>\cline</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005ccline.html#g_t_005ccline">\cline</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005copenin-_0026-_005copenout.html#index-_005cclosein"><code>\closein</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005copenin-_0026-_005copenout.html#g_t_005copenin-_0026-_005copenout">\openin &amp; \openout</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005copenin-_0026-_005copenout.html#index-_005ccloseout"><code>\closeout</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005copenin-_0026-_005copenout.html#g_t_005copenin-_0026-_005copenout">\openin &amp; \openout</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cclosing.html#index-_005cclosing"><code>\closing</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cclosing.html#g_t_005cclosing">\closing</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cclubsuit"><code>\clubsuit</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Colon-character-_0026-_005ccolon.html#index-_005ccolon"><code>\colon</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Colon-character-_0026-_005ccolon.html#Colon-character-_0026-_005ccolon">Colon character &amp; \colon</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005ctwocolumn.html#index-_005ccolumnsep"><code>\columnsep</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005ctwocolumn.html#g_t_005ctwocolumn">\twocolumn</a></td></tr>
+<tr><td></td><td valign="top"><a href="Page-layout-parameters.html#index-_005ccolumnsep-1"><code>\columnsep</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Page-layout-parameters.html#Page-layout-parameters">Page layout parameters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Page-layout-parameters.html#index-_005ccolumnsep-2"><code>\columnsep</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Page-layout-parameters.html#Page-layout-parameters">Page layout parameters</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005ctwocolumn.html#index-_005ccolumnseprule"><code>\columnseprule</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005ctwocolumn.html#g_t_005ctwocolumn">\twocolumn</a></td></tr>
+<tr><td></td><td valign="top"><a href="Page-layout-parameters.html#index-_005ccolumnseprule-1"><code>\columnseprule</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Page-layout-parameters.html#Page-layout-parameters">Page layout parameters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Page-layout-parameters.html#index-_005ccolumnseprule-2"><code>\columnseprule</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Page-layout-parameters.html#Page-layout-parameters">Page layout parameters</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005ctwocolumn.html#index-_005ccolumnwidth"><code>\columnwidth</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005ctwocolumn.html#g_t_005ctwocolumn">\twocolumn</a></td></tr>
+<tr><td></td><td valign="top"><a href="Page-layout-parameters.html#index-_005ccolumnwidth-1"><code>\columnwidth</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Page-layout-parameters.html#Page-layout-parameters">Page layout parameters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Page-layout-parameters.html#index-_005ccolumnwidth-2"><code>\columnwidth</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Page-layout-parameters.html#Page-layout-parameters">Page layout parameters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005ccomplement"><code>\complement</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005ccong"><code>\cong</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005caddcontentsline.html#index-_005ccontentsline"><code>\contentsline</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005caddcontentsline.html#g_t_005caddcontentsline">\addcontentsline</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005ccoprod"><code>\coprod</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005ccopyright"><code>\copyright</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-functions.html#index-_005ccos"><code>\cos</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-functions.html#Math-functions">Math functions</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-functions.html#index-_005ccosh"><code>\cosh</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-functions.html#Math-functions">Math functions</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-functions.html#index-_005ccot"><code>\cot</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-functions.html#Math-functions">Math functions</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-functions.html#index-_005ccoth"><code>\coth</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-functions.html#Math-functions">Math functions</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-functions.html#index-_005ccsc"><code>\csc</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-functions.html#Math-functions">Math functions</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005ccup"><code>\cup</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-commands.html#index-_005cCurrentOption"><code>\CurrentOption</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-commands.html#Class-and-package-commands">Class and package commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-_005cd-_0028dot_002dunder-accent_0029"><code>\d <span class="roman">(dot-under accent)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005cdag"><code>\dag</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cdagger"><code>\dagger</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cdashbox.html#index-_005cdashbox"><code>\dashbox</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cdashbox.html#g_t_005cdashbox">\dashbox</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cdashv"><code>\dashv</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cmaketitle.html#index-_005cdate_007btext_007d"><code>\date{<var>text</var>}</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cmaketitle.html#g_t_005cmaketitle">\maketitle</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cday-_0026-_005cmonth-_0026-_005cyear.html#index-_005cday"><code>\day</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cday-_0026-_005cmonth-_0026-_005cyear.html#g_t_005cday-_0026-_005cmonth-_0026-_005cyear">\day &amp; \month &amp; \year</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005ctwocolumn.html#index-_005cdblfloatpagefraction"><code>\dblfloatpagefraction</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005ctwocolumn.html#g_t_005ctwocolumn">\twocolumn</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005ctwocolumn.html#index-_005cdblfloatsep"><code>\dblfloatsep</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005ctwocolumn.html#g_t_005ctwocolumn">\twocolumn</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005ctwocolumn.html#index-_005cdbltextfloatsep"><code>\dbltextfloatsep</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005ctwocolumn.html#g_t_005ctwocolumn">\twocolumn</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005ctwocolumn.html#index-_005cdbltopfraction"><code>\dbltopfraction</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005ctwocolumn.html#g_t_005ctwocolumn">\twocolumn</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005ctwocolumn.html#index-_005cdbltopnumber"><code>\dbltopnumber</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005ctwocolumn.html#g_t_005ctwocolumn">\twocolumn</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005cddag"><code>\ddag</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cddagger"><code>\ddagger</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-accents.html#index-_005cddot"><code>\ddot</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-accents.html#Math-accents">Math accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Dots.html#index-_005cddots"><code>\ddots</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Dots.html#Dots">Dots</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cDeclareFontEncoding.html#index-_005cDeclareFontEncoding"><code>\DeclareFontEncoding</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cDeclareFontEncoding.html#g_t_005cDeclareFontEncoding">\DeclareFontEncoding</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cDeclareGraphicsExtensions.html#index-_005cDeclareGraphicsExtensions"><code>\DeclareGraphicsExtensions</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cDeclareGraphicsExtensions.html#g_t_005cDeclareGraphicsExtensions">\DeclareGraphicsExtensions</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cDeclareGraphicsRule.html#index-_005cDeclareGraphicsRule"><code>\DeclareGraphicsRule</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cDeclareGraphicsRule.html#g_t_005cDeclareGraphicsRule">\DeclareGraphicsRule</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-commands.html#index-_005cDeclareOption"><code>\DeclareOption</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-commands.html#Class-and-package-commands">Class and package commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-commands.html#index-_005cDeclareOption_002a"><code>\DeclareOption*</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-commands.html#Class-and-package-commands">Class and package commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-commands.html#index-_005cDeclareRobustCommand"><code>\DeclareRobustCommand</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-commands.html#Class-and-package-commands">Class and package commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-commands.html#index-_005cDeclareRobustCommand_002a"><code>\DeclareRobustCommand*</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-commands.html#Class-and-package-commands">Class and package commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cDeclareTextAccent.html#index-_005cDeclareTextAccent"><code>\DeclareTextAccent</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cDeclareTextAccent.html#g_t_005cDeclareTextAccent">\DeclareTextAccent</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cDeclareTextAccentDefault.html#index-_005cDeclareTextAccent-1"><code>\DeclareTextAccent</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cDeclareTextAccentDefault.html#g_t_005cDeclareTextAccentDefault">\DeclareTextAccentDefault</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cDeclareTextAccentDefault.html#index-_005cDeclareTextAccentDefault"><code>\DeclareTextAccentDefault</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cDeclareTextAccentDefault.html#g_t_005cDeclareTextAccentDefault">\DeclareTextAccentDefault</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cDeclareTextCommand-_0026-_005cProvideTextCommand.html#index-_005cDeclareTextCommand"><code>\DeclareTextCommand</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cDeclareTextCommand-_0026-_005cProvideTextCommand.html#g_t_005cDeclareTextCommand-_0026-_005cProvideTextCommand">\DeclareTextCommand &amp; \ProvideTextCommand</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cDeclareTextCommandDefault-_0026-_005cProvideTextCommandDefault.html#index-_005cDeclareTextCommand-1"><code>\DeclareTextCommand</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cDeclareTextCommandDefault-_0026-_005cProvideTextCommandDefault.html#g_t_005cDeclareTextCommandDefault-_0026-_005cProvideTextCommandDefault">\DeclareTextCommandDefault &amp; \ProvideTextCommandDefault</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cDeclareTextCommand-_0026-_005cProvideTextCommand.html#index-_005cDeclareTextCommandDefault"><code>\DeclareTextCommandDefault</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cDeclareTextCommand-_0026-_005cProvideTextCommand.html#g_t_005cDeclareTextCommand-_0026-_005cProvideTextCommand">\DeclareTextCommand &amp; \ProvideTextCommand</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cDeclareTextCommandDefault-_0026-_005cProvideTextCommandDefault.html#index-_005cDeclareTextCommandDefault-1"><code>\DeclareTextCommandDefault</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cDeclareTextCommandDefault-_0026-_005cProvideTextCommandDefault.html#g_t_005cDeclareTextCommandDefault-_0026-_005cProvideTextCommandDefault">\DeclareTextCommandDefault &amp; \ProvideTextCommandDefault</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cDeclareTextComposite.html#index-_005cDeclareTextComposite"><code>\DeclareTextComposite</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cDeclareTextComposite.html#g_t_005cDeclareTextComposite">\DeclareTextComposite</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cDeclareTextCompositeCommand.html#index-_005cDeclareTextCompositeCommand"><code>\DeclareTextCompositeCommand</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cDeclareTextCompositeCommand.html#g_t_005cDeclareTextCompositeCommand">\DeclareTextCompositeCommand</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cDeclareTextSymbol.html#index-_005cDeclareTextSymbol"><code>\DeclareTextSymbol</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cDeclareTextSymbol.html#g_t_005cDeclareTextSymbol">\DeclareTextSymbol</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cDeclareTextSymbolDefault.html#index-_005cDeclareTextSymbol-1"><code>\DeclareTextSymbol</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cDeclareTextSymbolDefault.html#g_t_005cDeclareTextSymbolDefault">\DeclareTextSymbolDefault</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cDeclareTextSymbolDefault.html#index-_005cDeclareTextSymbolDefault"><code>\DeclareTextSymbolDefault</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cDeclareTextSymbolDefault.html#g_t_005cDeclareTextSymbolDefault">\DeclareTextSymbolDefault</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-functions.html#index-_005cdeg"><code>\deg</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-functions.html#Math-functions">Math functions</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cDelta"><code>\Delta</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cdelta"><code>\delta</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-functions.html#index-_005cdet"><code>\det</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-functions.html#Math-functions">Math functions</a></td></tr>
+<tr><td></td><td valign="top"><a href="Additional-Latin-letters.html#index-_005cdh-_0028d_0029"><code>\dh (&eth;)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Additional-Latin-letters.html#Additional-Latin-letters">Additional Latin letters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Additional-Latin-letters.html#index-_005cDH-_0028D_0029"><code>\DH (&ETH;)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Additional-Latin-letters.html#Additional-Latin-letters">Additional Latin letters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cDiamond"><code>\Diamond</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cdiamond"><code>\diamond</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cdiamondsuit"><code>\diamondsuit</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-functions.html#index-_005cdim"><code>\dim</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-functions.html#Math-functions">Math functions</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-formulas.html#index-_005cdisplaystyle"><code>\displaystyle</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-formulas.html#Math-formulas">Math formulas</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cdiv"><code>\div</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Additional-Latin-letters.html#index-_005cdj"><code>\dj</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Additional-Latin-letters.html#Additional-Latin-letters">Additional Latin letters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Additional-Latin-letters.html#index-_005cDJ"><code>\DJ</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Additional-Latin-letters.html#Additional-Latin-letters">Additional Latin letters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-classes.html#index-_005cdocumentclass"><code>\documentclass</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-classes.html#Document-classes">Document classes</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-accents.html#index-_005cdot"><code>\dot</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-accents.html#Math-accents">Math accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cdoteq"><code>\doteq</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005chrulefill-_0026-_005cdotfill.html#index-_005cdotfill"><code>\dotfill</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005chrulefill-_0026-_005cdotfill.html#g_t_005chrulefill-_0026-_005cdotfill">\hrulefill &amp; \dotfill</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005cdots"><code>\dots</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="tabular.html#index-_005cdoublerulesep"><code>\doublerulesep</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="tabular.html#tabular">tabular</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cdownarrow"><code>\downarrow</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cDownarrow"><code>\Downarrow</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cell"><code>\ell</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-_005cemph"><code>\emph</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cemptyset"><code>\emptyset</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cencl.html#index-_005cencl"><code>\encl</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cencl.html#g_t_005cencl">\encl</a></td></tr>
+<tr><td></td><td valign="top"><a href="Environments.html#index-_005cend"><code>\end</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Environments.html#Environments">Environments</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cendinput.html#index-_005cendinput"><code>\endinput</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cendinput.html#g_t_005cendinput">\endinput</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cenlargethispage.html#index-_005cenlargethispage"><code>\enlargethispage</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cenlargethispage.html#g_t_005cenlargethispage">\enlargethispage</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005censpace-_0026-_005cquad-_0026-_005cqquad.html#index-_005censpace"><code>\enspace</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005censpace-_0026-_005cquad-_0026-_005cqquad.html#g_t_005censpace-_0026-_005cquad-_0026-_005cqquad">\enspace &amp; \quad &amp; \qquad</a></td></tr>
+<tr><td></td><td valign="top"><a href="enumerate.html#index-_005cenumi"><code>\enumi</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="enumerate.html#enumerate">enumerate</a></td></tr>
+<tr><td></td><td valign="top"><a href="enumerate.html#index-_005cenumii"><code>\enumii</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="enumerate.html#enumerate">enumerate</a></td></tr>
+<tr><td></td><td valign="top"><a href="enumerate.html#index-_005cenumiii"><code>\enumiii</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="enumerate.html#enumerate">enumerate</a></td></tr>
+<tr><td></td><td valign="top"><a href="enumerate.html#index-_005cenumiv"><code>\enumiv</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="enumerate.html#enumerate">enumerate</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cepsilon"><code>\epsilon</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cequiv"><code>\equiv</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005ceta"><code>\eta</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-class-options.html#index-_005cevensidemargin"><code>\evensidemargin</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-class-options.html#Document-class-options">Document class options</a></td></tr>
+<tr><td></td><td valign="top"><a href="Page-layout-parameters.html#index-_005cevensidemargin-1"><code>\evensidemargin</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Page-layout-parameters.html#Page-layout-parameters">Page layout parameters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Page-layout-parameters.html#index-_005cevensidemargin-2"><code>\evensidemargin</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Page-layout-parameters.html#Page-layout-parameters">Page layout parameters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-commands.html#index-_005cExecuteOptions"><code>\ExecuteOptions</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-commands.html#Class-and-package-commands">Class and package commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cexists"><code>\exists</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-functions.html#index-_005cexp"><code>\exp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-functions.html#Math-functions">Math functions</a></td></tr>
+<tr><td></td><td valign="top"><a href="tabular.html#index-_005cextracolsep"><code>\extracolsep</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="tabular.html#tabular">tabular</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cfbox-_0026-_005cframebox.html#index-_005cfbox"><code>\fbox</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cfbox-_0026-_005cframebox.html#g_t_005cfbox-_0026-_005cframebox">\fbox &amp; \framebox</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cframebox-_0028picture_0029.html#index-_005cfboxrule-1"><code>\fboxrule</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cframebox-_0028picture_0029.html#g_t_005cframebox-_0028picture_0029">\framebox (picture)</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cfbox-_0026-_005cframebox.html#index-_005cfboxrule">\fboxrule</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cfbox-_0026-_005cframebox.html#g_t_005cfbox-_0026-_005cframebox">\fbox &amp; \framebox</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cfbox-_0026-_005cframebox.html#index-_005cfboxrule-2"><code>\fboxrule</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cfbox-_0026-_005cframebox.html#g_t_005cfbox-_0026-_005cframebox">\fbox &amp; \framebox</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cframebox-_0028picture_0029.html#index-_005cfboxsep-1"><code>\fboxsep</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cframebox-_0028picture_0029.html#g_t_005cframebox-_0028picture_0029">\framebox (picture)</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cfbox-_0026-_005cframebox.html#index-_005cfboxsep">\fboxsep</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cfbox-_0026-_005cframebox.html#g_t_005cfbox-_0026-_005cframebox">\fbox &amp; \framebox</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cfbox-_0026-_005cframebox.html#index-_005cfboxsep-2"><code>\fboxsep</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cfbox-_0026-_005cframebox.html#g_t_005cfbox-_0026-_005cframebox">\fbox &amp; \framebox</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005chfill.html#index-_005cfill"><code>\fill</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005chfill.html#g_t_005chfill">\hfill</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cflat"><code>\flat</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Floats.html#index-_005cfloatpagefraction"><code>\floatpagefraction</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Floats.html#Floats">Floats</a></td></tr>
+<tr><td></td><td valign="top"><a href="Floats.html#index-_005cfloatpagefraction-1"><code>\floatpagefraction</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Floats.html#Floats">Floats</a></td></tr>
+<tr><td></td><td valign="top"><a href="Floats.html#index-_005cfloatsep"><code>\floatsep</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Floats.html#Floats">Floats</a></td></tr>
+<tr><td></td><td valign="top"><a href="Floats.html#index-_005cfloatsep-1"><code>\floatsep</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Floats.html#Floats">Floats</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cflushbottom.html#index-_005cflushbottom"><code>\flushbottom</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cflushbottom.html#g_t_005cflushbottom">\flushbottom</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cfootnote.html#index-_005cfnsymbol_002c-and-footnotes"><code>\fnsymbol<span class="roman">, and footnotes</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cfootnote.html#g_t_005cfootnote">\footnote</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol.html#index-_005cfnsymbol_007bcounter_007d"><code>\fnsymbol{<var>counter</var>}</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol.html#g_t_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol">\alph \Alph \arabic \roman \Roman \fnsymbol</a></td></tr>
+<tr><td></td><td valign="top"><a href="Low_002dlevel-font-commands.html#index-_005cfontencoding"><code>\fontencoding</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Low_002dlevel-font-commands.html#Low_002dlevel-font-commands">Low-level font commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="Low_002dlevel-font-commands.html#index-_005cfontfamily"><code>\fontfamily</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Low_002dlevel-font-commands.html#Low_002dlevel-font-commands">Low-level font commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="Low_002dlevel-font-commands.html#index-_005cfontseries"><code>\fontseries</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Low_002dlevel-font-commands.html#Low_002dlevel-font-commands">Low-level font commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="Low_002dlevel-font-commands.html#index-_005cfontshape"><code>\fontshape</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Low_002dlevel-font-commands.html#Low_002dlevel-font-commands">Low-level font commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="Low_002dlevel-font-commands.html#index-_005cfontsize"><code>\fontsize</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Low_002dlevel-font-commands.html#Low_002dlevel-font-commands">Low-level font commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cfootnote.html#index-_005cfootnote"><code>\footnote</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cfootnote.html#g_t_005cfootnote">\footnote</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cfootnotemark.html#index-_005cfootnotemark"><code>\footnotemark</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cfootnotemark.html#g_t_005cfootnotemark">\footnotemark</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cfootnote.html#index-_005cfootnoterule"><code>\footnoterule</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cfootnote.html#g_t_005cfootnote">\footnote</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cfootnote.html#index-_005cfootnotesep"><code>\footnotesep</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cfootnote.html#g_t_005cfootnote">\footnote</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-sizes.html#index-_005cfootnotesize"><code>\footnotesize</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-sizes.html#Font-sizes">Font sizes</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cfootnotetext.html#index-_005cfootnotetext"><code>\footnotetext</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cfootnotetext.html#g_t_005cfootnotetext">\footnotetext</a></td></tr>
+<tr><td></td><td valign="top"><a href="Page-layout-parameters.html#index-_005cfootskip"><code>\footskip</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Page-layout-parameters.html#Page-layout-parameters">Page layout parameters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Page-layout-parameters.html#index-_005cfootskip-1"><code>\footskip</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Page-layout-parameters.html#Page-layout-parameters">Page layout parameters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cforall"><code>\forall</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cfrac.html#index-_005cfrac"><code>\frac</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cfrac.html#g_t_005cfrac">\frac</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cframe.html#index-_005cframe"><code>\frame</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cframe.html#g_t_005cframe">\frame</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cframebox-_0028picture_0029.html#index-_005cframebox"><code>\framebox</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cframebox-_0028picture_0029.html#g_t_005cframebox-_0028picture_0029">\framebox (picture)</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cfbox-_0026-_005cframebox.html#index-_005cframebox-1"><code>\framebox</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cfbox-_0026-_005cframebox.html#g_t_005cfbox-_0026-_005cframebox">\fbox &amp; \framebox</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cfrenchspacing.html#index-_005cfrenchspacing"><code>\frenchspacing</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cfrenchspacing.html#g_t_005cfrenchspacing">\frenchspacing</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter.html#index-_005cfrontmatter"><code>\frontmatter</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter.html#g_t_005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter">\frontmatter &amp; \mainmatter &amp; \backmatter</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cfrown"><code>\frown</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cfussy-_0026-_005csloppy.html#index-_005cfussy"><code>\fussy</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cfussy-_0026-_005csloppy.html#g_t_005cfussy-_0026-_005csloppy">\fussy &amp; \sloppy</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cGamma"><code>\Gamma</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cgamma"><code>\gamma</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-functions.html#index-_005cgcd"><code>\gcd</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-functions.html#Math-functions">Math functions</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cge"><code>\ge</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cgeq"><code>\geq</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cgets"><code>\gets</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cgg"><code>\gg</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cgls.html#index-_005cgls"><code>\gls</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cgls.html#g_t_005cgls">\gls</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cgraphicspath.html#index-_005cgraphicspath"><code>\graphicspath</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cgraphicspath.html#g_t_005cgraphicspath">\graphicspath</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cgraphpaper.html#index-_005cgraphpaper"><code>\graphpaper</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cgraphpaper.html#g_t_005cgraphpaper">\graphpaper</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-accents.html#index-_005cgrave"><code>\grave</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-accents.html#Math-accents">Math accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005cguillemotleft-_0028_00ab_0029"><code>\guillemotleft <span class="roman">(&laquo;)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005cguillemotright-_0028_00bb_0029"><code>\guillemotright <span class="roman">(&raquo;)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005cguilsinglleft-_0028_2039_0029"><code>\guilsinglleft <span class="roman">(&lsaquo;)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005cguilsinglright-_0028_203a_0029"><code>\guilsinglright <span class="roman">(&rsaquo;)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-_005cH-_0028Hungarian-umlaut-accent_0029"><code>\H <span class="roman">(Hungarian umlaut accent)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-accents.html#index-_005chat"><code>\hat</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-accents.html#Math-accents">Math accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005chbar"><code>\hbar</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Page-layout-parameters.html#index-_005cheadheight"><code>\headheight</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Page-layout-parameters.html#Page-layout-parameters">Page layout parameters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Page-layout-parameters.html#index-_005cheadheight-1"><code>\headheight</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Page-layout-parameters.html#Page-layout-parameters">Page layout parameters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Page-layout-parameters.html#index-_005cheadsep"><code>\headsep</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Page-layout-parameters.html#Page-layout-parameters">Page layout parameters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Page-layout-parameters.html#index-_005cheadsep-1"><code>\headsep</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Page-layout-parameters.html#Page-layout-parameters">Page layout parameters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cheartsuit"><code>\heartsuit</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005chfill.html#index-_005chfill"><code>\hfill</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005chfill.html#g_t_005chfill">\hfill</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005chline.html#index-_005chline"><code>\hline</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005chline.html#g_t_005chline">\hline</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-functions.html#index-_005chom"><code>\hom</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-functions.html#Math-functions">Math functions</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005chookleftarrow"><code>\hookleftarrow</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005chookrightarrow"><code>\hookrightarrow</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005chrulefill-_0026-_005cdotfill.html#index-_005chrulefill"><code>\hrulefill</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005chrulefill-_0026-_005cdotfill.html#g_t_005chrulefill-_0026-_005cdotfill">\hrulefill &amp; \dotfill</a></td></tr>
+<tr><td></td><td valign="top"><a href="Page-layout-parameters.html#index-_005chsize"><code>\hsize</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Page-layout-parameters.html#Page-layout-parameters">Page layout parameters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Page-layout-parameters.html#index-_005chsize-1"><code>\hsize</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Page-layout-parameters.html#Page-layout-parameters">Page layout parameters</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005chspace.html#index-_005chspace"><code>\hspace</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005chspace.html#g_t_005chspace">\hspace</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005chss.html#index-_005chss"><code>\hss</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005chss.html#g_t_005chss">\hss</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-sizes.html#index-_005chuge"><code>\huge</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-sizes.html#Font-sizes">Font sizes</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-sizes.html#index-_005cHuge"><code>\Huge</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-sizes.html#Font-sizes">Font sizes</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005chyphenation.html#index-_005chyphenation"><code>\hyphenation</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005chyphenation.html#g_t_005chyphenation">\hyphenation</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-_005ci-_0028dotless-i_0029"><code>\i <span class="roman">(dotless i)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005ciff"><code>\iff</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-commands.html#index-_005cIfFileExists"><code>\IfFileExists</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-commands.html#Class-and-package-commands">Class and package commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cignorespaces-_0026-_005cignorespacesafterend.html#index-_005cignorespaces"><code>\ignorespaces</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cignorespaces-_0026-_005cignorespacesafterend.html#g_t_005cignorespaces-_0026-_005cignorespacesafterend">\ignorespaces &amp; \ignorespacesafterend</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cignorespaces-_0026-_005cignorespacesafterend.html#index-_005cignorespacesafterend"><code>\ignorespacesafterend</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cignorespaces-_0026-_005cignorespacesafterend.html#g_t_005cignorespaces-_0026-_005cignorespacesafterend">\ignorespaces &amp; \ignorespacesafterend</a></td></tr>
+<tr><td></td><td valign="top"><a href="Additional-Latin-letters.html#index-_005cij-_0028ij_0029"><code>\ij (ij)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Additional-Latin-letters.html#Additional-Latin-letters">Additional Latin letters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Additional-Latin-letters.html#index-_005cIJ-_0028IJ_0029"><code>\IJ (IJ)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Additional-Latin-letters.html#Additional-Latin-letters">Additional Latin letters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cIm"><code>\Im</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cimath"><code>\imath</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cin"><code>\in</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cinclude-_0026-_005cincludeonly.html#index-_005cinclude"><code>\include</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cinclude-_0026-_005cincludeonly.html#g_t_005cinclude-_0026-_005cincludeonly">\include &amp; \includeonly</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cincludegraphics.html#index-_005cincludegraphics"><code>\includegraphics</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cincludegraphics.html#g_t_005cincludegraphics">\includegraphics</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cinclude-_0026-_005cincludeonly.html#index-_005cincludeonly"><code>\includeonly</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cinclude-_0026-_005cincludeonly.html#g_t_005cinclude-_0026-_005cincludeonly">\include &amp; \includeonly</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cindent-_0026-_005cnoindent.html#index-_005cindent"><code>\indent</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cindent-_0026-_005cnoindent.html#g_t_005cindent-_0026-_005cnoindent">\indent &amp; \noindent</a></td></tr>
+<tr><td></td><td valign="top"><a href="Indexes.html#index-_005cindex"><code>\index</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Indexes.html#Indexes">Indexes</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cindex.html#index-_005cindex-1"><code>\index</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cindex.html#g_t_005cindex">\index</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cindex.html#index-_005cindexentry"><code>\indexentry</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cindex.html#g_t_005cindex">\index</a></td></tr>
+<tr><td></td><td valign="top"><a href="makeindex.html#index-_005cindexspace"><code>\indexspace</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="makeindex.html#makeindex">makeindex</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-functions.html#index-_005cinf"><code>\inf</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-functions.html#Math-functions">Math functions</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cinfty"><code>\infty</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cinput.html#index-_005cinput"><code>\input</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cinput.html#g_t_005cinput">\input</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-commands.html#index-_005cInputIfFileExists"><code>\InputIfFileExists</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-commands.html#Class-and-package-commands">Class and package commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cint"><code>\int</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Floats.html#index-_005cintextsep"><code>\intextsep</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Floats.html#Floats">Floats</a></td></tr>
+<tr><td></td><td valign="top"><a href="Floats.html#index-_005cintextsep-1"><code>\intextsep</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Floats.html#Floats">Floats</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005ciota"><code>\iota</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-_005cit"><code>\it</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="description.html#index-_005citem"><code>\item</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="description.html#description">description</a></td></tr>
+<tr><td></td><td valign="top"><a href="enumerate.html#index-_005citem-1"><code>\item</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="enumerate.html#enumerate">enumerate</a></td></tr>
+<tr><td></td><td valign="top"><a href="itemize.html#index-_005citem-2"><code>\item</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="itemize.html#itemize">itemize</a></td></tr>
+<tr><td></td><td valign="top"><a href="itemize.html#index-_005citem-3"><code>\item</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="itemize.html#itemize">itemize</a></td></tr>
+<tr><td></td><td valign="top"><a href="list.html#index-_005citemindent"><code>\itemindent</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="list.html#list">list</a></td></tr>
+<tr><td></td><td valign="top"><a href="list.html#index-_005citemsep"><code>\itemsep</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="list.html#list">list</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-_005citshape"><code>\itshape</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-_005cj-_0028dotless-j_0029"><code>\j <span class="roman">(dotless j)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cjmath"><code>\jmath</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cJoin"><code>\Join</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-_005ck-_0028ogonek_0029"><code>\k <span class="roman">(ogonek)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005ckappa"><code>\kappa</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-functions.html#index-_005cker"><code>\ker</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-functions.html#Math-functions">Math functions</a></td></tr>
+<tr><td></td><td valign="top"><a href="tabbing.html#index-_005ckill"><code>\kill</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="tabbing.html#tabbing">tabbing</a></td></tr>
+<tr><td></td><td valign="top"><a href="Additional-Latin-letters.html#index-_005cl-_0028l_0029"><code>\l (&#322;)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Additional-Latin-letters.html#Additional-Latin-letters">Additional Latin letters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Additional-Latin-letters.html#index-_005cL-_0028L_0029"><code>\L (&#321;)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Additional-Latin-letters.html#Additional-Latin-letters">Additional Latin letters</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005clabel.html#index-_005clabel"><code>\label</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005clabel.html#g_t_005clabel">\label</a></td></tr>
+<tr><td></td><td valign="top"><a href="enumerate.html#index-_005clabelenumi"><code>\labelenumi</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="enumerate.html#enumerate">enumerate</a></td></tr>
+<tr><td></td><td valign="top"><a href="enumerate.html#index-_005clabelenumii"><code>\labelenumii</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="enumerate.html#enumerate">enumerate</a></td></tr>
+<tr><td></td><td valign="top"><a href="enumerate.html#index-_005clabelenumiii"><code>\labelenumiii</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="enumerate.html#enumerate">enumerate</a></td></tr>
+<tr><td></td><td valign="top"><a href="enumerate.html#index-_005clabelenumiv"><code>\labelenumiv</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="enumerate.html#enumerate">enumerate</a></td></tr>
+<tr><td></td><td valign="top"><a href="itemize.html#index-_005clabelitemi"><code>\labelitemi</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="itemize.html#itemize">itemize</a></td></tr>
+<tr><td></td><td valign="top"><a href="itemize.html#index-_005clabelitemii"><code>\labelitemii</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="itemize.html#itemize">itemize</a></td></tr>
+<tr><td></td><td valign="top"><a href="itemize.html#index-_005clabelitemiii"><code>\labelitemiii</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="itemize.html#itemize">itemize</a></td></tr>
+<tr><td></td><td valign="top"><a href="itemize.html#index-_005clabelitemiv"><code>\labelitemiv</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="itemize.html#itemize">itemize</a></td></tr>
+<tr><td></td><td valign="top"><a href="list.html#index-_005clabelsep"><code>\labelsep</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="list.html#list">list</a></td></tr>
+<tr><td></td><td valign="top"><a href="list.html#index-_005clabelwidth"><code>\labelwidth</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="list.html#list">list</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cLambda"><code>\Lambda</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005clambda"><code>\lambda</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cland"><code>\land</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005clangle"><code>\langle</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-sizes.html#index-_005clarge"><code>\large</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-sizes.html#Font-sizes">Font sizes</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-sizes.html#index-_005cLarge"><code>\Large</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-sizes.html#Font-sizes">Font sizes</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-sizes.html#index-_005cLARGE"><code>\LARGE</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-sizes.html#Font-sizes">Font sizes</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cLastDeclaredEncoding.html#index-_005cLastDeclaredEncoding"><code>\LastDeclaredEncoding</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cLastDeclaredEncoding.html#g_t_005cLastDeclaredEncoding">\LastDeclaredEncoding</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005cLaTeX"><code>\LaTeX</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005cLaTeXe"><code>\LaTeXe</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005clbrace"><code>\lbrace</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005clbrack"><code>\lbrack</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005clceil"><code>\lceil</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Dots.html#index-_005cldots"><code>\ldots</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Dots.html#Dots">Dots</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005cldots-1"><code>\ldots</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cle"><code>\le</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cleadsto"><code>\leadsto</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cleft-_0026-_005cright.html#index-_005cleft"><code>\left</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cleft-_0026-_005cright.html#g_t_005cleft-_0026-_005cright">\left &amp; \right</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cLeftarrow"><code>\Leftarrow</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cleftarrow"><code>\leftarrow</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="eqnarray.html#index-_005clefteqn"><code>\lefteqn</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="eqnarray.html#eqnarray">eqnarray</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cleftharpoondown"><code>\leftharpoondown</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cleftharpoonup"><code>\leftharpoonup</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="itemize.html#index-_005cleftmargin"><code>\leftmargin</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="itemize.html#itemize">itemize</a></td></tr>
+<tr><td></td><td valign="top"><a href="list.html#index-_005cleftmargin-1"><code>\leftmargin</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="list.html#list">list</a></td></tr>
+<tr><td></td><td valign="top"><a href="itemize.html#index-_005cleftmargini"><code>\leftmargini</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="itemize.html#itemize">itemize</a></td></tr>
+<tr><td></td><td valign="top"><a href="itemize.html#index-_005cleftmarginii"><code>\leftmarginii</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="itemize.html#itemize">itemize</a></td></tr>
+<tr><td></td><td valign="top"><a href="itemize.html#index-_005cleftmarginiii"><code>\leftmarginiii</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="itemize.html#itemize">itemize</a></td></tr>
+<tr><td></td><td valign="top"><a href="itemize.html#index-_005cleftmarginiv"><code>\leftmarginiv</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="itemize.html#itemize">itemize</a></td></tr>
+<tr><td></td><td valign="top"><a href="itemize.html#index-_005cleftmarginv"><code>\leftmarginv</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="itemize.html#itemize">itemize</a></td></tr>
+<tr><td></td><td valign="top"><a href="itemize.html#index-_005cleftmarginvi"><code>\leftmarginvi</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="itemize.html#itemize">itemize</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cLeftrightarrow"><code>\Leftrightarrow</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cleftrightarrow"><code>\leftrightarrow</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cleq"><code>\leq</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005clfloor"><code>\lfloor</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-functions.html#index-_005clg"><code>\lg</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-functions.html#Math-functions">Math functions</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005clhd"><code>\lhd</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-functions.html#index-_005clim"><code>\lim</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-functions.html#Math-functions">Math functions</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-functions.html#index-_005climinf"><code>\liminf</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-functions.html#Math-functions">Math functions</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-functions.html#index-_005climsup"><code>\limsup</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-functions.html#Math-functions">Math functions</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cline.html#index-_005cline"><code>\line</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cline.html#g_t_005cline">\line</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005clinebreak-_0026-_005cnolinebreak.html#index-_005clinebreak"><code>\linebreak</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005clinebreak-_0026-_005cnolinebreak.html#g_t_005clinebreak-_0026-_005cnolinebreak">\linebreak &amp; \nolinebreak</a></td></tr>
+<tr><td></td><td valign="top"><a href="Low_002dlevel-font-commands.html#index-_005clinespread"><code>\linespread</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Low_002dlevel-font-commands.html#Low_002dlevel-font-commands">Low-level font commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005clinethickness.html#index-_005clinethickness"><code>\linethickness</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005clinethickness.html#g_t_005clinethickness">\linethickness</a></td></tr>
+<tr><td></td><td valign="top"><a href="Page-layout-parameters.html#index-_005clinewidth"><code>\linewidth</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Page-layout-parameters.html#Page-layout-parameters">Page layout parameters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Page-layout-parameters.html#index-_005clinewidth-1"><code>\linewidth</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Page-layout-parameters.html#Page-layout-parameters">Page layout parameters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Table-of-contents-etc_002e.html#index-_005clistoffigures"><code>\listoffigures</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Table-of-contents-etc_002e.html#Table-of-contents-etc_002e">Table of contents etc.</a></td></tr>
+<tr><td></td><td valign="top"><a href="Table-of-contents-etc_002e.html#index-_005clistoftables"><code>\listoftables</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Table-of-contents-etc_002e.html#Table-of-contents-etc_002e">Table of contents etc.</a></td></tr>
+<tr><td></td><td valign="top"><a href="list.html#index-_005clistparindent"><code>\listparindent</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="list.html#list">list</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cll"><code>\ll</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-functions.html#index-_005cln"><code>\ln</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-functions.html#Math-functions">Math functions</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005clnot"><code>\lnot</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-commands.html#index-_005cLoadClass"><code>\LoadClass</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-commands.html#Class-and-package-commands">Class and package commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-commands.html#index-_005cLoadClassWithOptions"><code>\LoadClassWithOptions</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-commands.html#Class-and-package-commands">Class and package commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005clocation.html#index-_005clocation"><code>\location</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005clocation.html#g_t_005clocation">\location</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-functions.html#index-_005clog"><code>\log</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-functions.html#Math-functions">Math functions</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005clongleftarrow"><code>\longleftarrow</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005clongleftrightarrow"><code>\longleftrightarrow</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005clongmapsto"><code>\longmapsto</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005clongrightarrow"><code>\longrightarrow</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005clor"><code>\lor</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005clq"><code>\lq</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter.html#index-_005cmainmatter"><code>\mainmatter</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter.html#g_t_005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter">\frontmatter &amp; \mainmatter &amp; \backmatter</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cmbox-_0026-_005cmakebox.html#index-_005cmakebox"><code>\makebox</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cmbox-_0026-_005cmakebox.html#g_t_005cmbox-_0026-_005cmakebox">\mbox &amp; \makebox</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cmakebox-_0028picture_0029.html#index-_005cmakebox-_0028for-picture_0029"><code>\makebox <span class="roman">(for <code>picture</code>)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cmakebox-_0028picture_0029.html#g_t_005cmakebox-_0028picture_0029">\makebox (picture)</a></td></tr>
+<tr><td></td><td valign="top"><a href="Glossaries.html#index-_005cmakeglossary"><code>\makeglossary</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Glossaries.html#Glossaries">Glossaries</a></td></tr>
+<tr><td></td><td valign="top"><a href="Glossaries.html#index-_005cmakeglossary-1"><code>\makeglossary</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Glossaries.html#Glossaries">Glossaries</a></td></tr>
+<tr><td></td><td valign="top"><a href="Indexes.html#index-_005cmakeindex"><code>\makeindex</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Indexes.html#Indexes">Indexes</a></td></tr>
+<tr><td></td><td valign="top"><a href="list.html#index-_005cmakelabel"><code>\makelabel</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="list.html#list">list</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cmakelabels.html#index-_005cmakelabels"><code>\makelabels</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cmakelabels.html#g_t_005cmakelabels">\makelabels</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cmaketitle.html#index-_005cmaketitle"><code>\maketitle</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cmaketitle.html#g_t_005cmaketitle">\maketitle</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cmapsto"><code>\mapsto</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Marginal-notes.html#index-_005cmarginpar"><code>\marginpar</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Marginal-notes.html#Marginal-notes">Marginal notes</a></td></tr>
+<tr><td></td><td valign="top"><a href="Page-layout-parameters.html#index-_005cmarginparpush"><code>\marginparpush</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Page-layout-parameters.html#Page-layout-parameters">Page layout parameters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Page-layout-parameters.html#index-_005cmarginparpush-1"><code>\marginparpush</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Page-layout-parameters.html#Page-layout-parameters">Page layout parameters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Marginal-notes.html#index-_005cmarginparpush-2"><code>\marginparpush</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Marginal-notes.html#Marginal-notes">Marginal notes</a></td></tr>
+<tr><td></td><td valign="top"><a href="Marginal-notes.html#index-_005cmarginparsep"><code>\marginparsep</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Marginal-notes.html#Marginal-notes">Marginal notes</a></td></tr>
+<tr><td></td><td valign="top"><a href="Page-layout-parameters.html#index-_005cmarginparwidth"><code>\marginparwidth</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Page-layout-parameters.html#Page-layout-parameters">Page layout parameters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Page-layout-parameters.html#index-_005cmarginparwidth-1"><code>\marginparwidth</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Page-layout-parameters.html#Page-layout-parameters">Page layout parameters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Marginal-notes.html#index-_005cmarginparwidth-2"><code>\marginparwidth</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Marginal-notes.html#Marginal-notes">Marginal notes</a></td></tr>
+<tr><td></td><td valign="top"><a href="Page-layout-parameters.html#index-_005cmarginsep"><code>\marginsep</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Page-layout-parameters.html#Page-layout-parameters">Page layout parameters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Page-layout-parameters.html#index-_005cmarginsep-1"><code>\marginsep</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Page-layout-parameters.html#Page-layout-parameters">Page layout parameters</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cpagestyle.html#index-_005cmarkboth_007bleft_002dhead_007d_007bright_002dhead_007d"><code>\markboth{<var>left-head</var>}{<var>right-head</var>}</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cpagestyle.html#g_t_005cpagestyle">\pagestyle</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cpagestyle.html#index-_005cmarkright_007bright_007d"><code>\markright{<var>right</var>}</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cpagestyle.html#g_t_005cpagestyle">\pagestyle</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-_005cmathbf"><code>\mathbf</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-_005cmathcal"><code>\mathcal</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cmathdollar"><code>\mathdollar</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-_005cmathnormal"><code>\mathnormal</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cmathparagraph"><code>\mathparagraph</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-accents.html#index-_005cmathring"><code>\mathring</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-accents.html#Math-accents">Math accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-_005cmathrm"><code>\mathrm</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cmathsection"><code>\mathsection</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-_005cmathsf"><code>\mathsf</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cmathsterling"><code>\mathsterling</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-_005cmathtt"><code>\mathtt</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cmathunderscore"><code>\mathunderscore</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-_005cmathversion"><code>\mathversion</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-functions.html#index-_005cmax"><code>\max</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-functions.html#Math-functions">Math functions</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cmbox-_0026-_005cmakebox.html#index-_005cmbox"><code>\mbox</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cmbox-_0026-_005cmakebox.html#g_t_005cmbox-_0026-_005cmakebox">\mbox &amp; \makebox</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-_005cmdseries"><code>\mdseries</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip.html#index-_005cmedskip"><code>\medskip</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip.html#g_t_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip">\bigskip &amp; \medskip &amp; \smallskip</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip.html#index-_005cmedskipamount"><code>\medskipamount</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip.html#g_t_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip">\bigskip &amp; \medskip &amp; \smallskip</a></td></tr>
+<tr><td></td><td valign="top"><a href="Spacing-in-math-mode.html#index-_005cmedspace"><code>\medspace</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Spacing-in-math-mode.html#Spacing-in-math-mode">Spacing in math mode</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cmessage.html#index-_005cmessage"><code>\message</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cmessage.html#g_t_005cmessage">\message</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cmho"><code>\mho</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cmid"><code>\mid</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-functions.html#index-_005cmin"><code>\min</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-functions.html#Math-functions">Math functions</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cmodels"><code>\models</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cday-_0026-_005cmonth-_0026-_005cyear.html#index-_005cmonth"><code>\month</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cday-_0026-_005cmonth-_0026-_005cyear.html#g_t_005cday-_0026-_005cmonth-_0026-_005cyear">\day &amp; \month &amp; \year</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cmp"><code>\mp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cmu"><code>\mu</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cmulticolumn.html#index-_005cmulticolumn"><code>\multicolumn</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cmulticolumn.html#g_t_005cmulticolumn">\multicolumn</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cmultiput.html#index-_005cmultiput"><code>\multiput</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cmultiput.html#g_t_005cmultiput">\multiput</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cnabla"><code>\nabla</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cname.html#index-_005cname"><code>\name</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cname.html#g_t_005cname">\name</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cnatural"><code>\natural</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cne"><code>\ne</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cnearrow"><code>\nearrow</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-commands.html#index-_005cNeedsTeXFormat"><code>\NeedsTeXFormat</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-commands.html#Class-and-package-commands">Class and package commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cneg"><code>\neg</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Spacing-in-math-mode.html#index-_005cnegthinspace"><code>\negthinspace</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Spacing-in-math-mode.html#Spacing-in-math-mode">Spacing in math mode</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cthinspace-_0026-_005cnegthinspace.html#index-_005cnegthinspace-1"><code>\negthinspace</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cthinspace-_0026-_005cnegthinspace.html#g_t_005cthinspace-_0026-_005cnegthinspace">\thinspace &amp; \negthinspace</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cneq"><code>\neq</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cnewcommand-_0026-_005crenewcommand.html#index-_005cnewcommand"><code>\newcommand</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cnewcommand-_0026-_005crenewcommand.html#g_t_005cnewcommand-_0026-_005crenewcommand">\newcommand &amp; \renewcommand</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cnewcounter.html#index-_005cnewcounter"><code>\newcounter</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cnewcounter.html#g_t_005cnewcounter">\newcounter</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cnewenvironment-_0026-_005crenewenvironment.html#index-_005cnewenvironment"><code>\newenvironment</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cnewenvironment-_0026-_005crenewenvironment.html#g_t_005cnewenvironment-_0026-_005crenewenvironment">\newenvironment &amp; \renewenvironment</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cnewfont.html#index-_005cnewfont"><code>\newfont</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cnewfont.html#g_t_005cnewfont">\newfont</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cnewglossaryentry.html#index-_005cnewglossaryentry"><code>\newglossaryentry</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cnewglossaryentry.html#g_t_005cnewglossaryentry">\newglossaryentry</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cnewlength.html#index-_005cnewlength"><code>\newlength</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cnewlength.html#g_t_005cnewlength">\newlength</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cnewline.html#index-_005cnewline"><code>\newline</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cnewline.html#g_t_005cnewline">\newline</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005c_0028SPACE_0029.html#index-_005cNEWLINE">\NEWLINE</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005c_0028SPACE_0029.html#g_t_005c_0028SPACE_0029">\(SPACE)</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cnewpage.html#index-_005cnewpage"><code>\newpage</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cnewpage.html#g_t_005cnewpage">\newpage</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cnewsavebox.html#index-_005cnewsavebox"><code>\newsavebox</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cnewsavebox.html#g_t_005cnewsavebox">\newsavebox</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cnewtheorem.html#index-_005cnewtheorem"><code>\newtheorem</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cnewtheorem.html#g_t_005cnewtheorem">\newtheorem</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-_005cnewtie"><code>\newtie</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Additional-Latin-letters.html#index-_005cng"><code>\ng</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Additional-Latin-letters.html#Additional-Latin-letters">Additional Latin letters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Additional-Latin-letters.html#index-_005cNG"><code>\NG</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Additional-Latin-letters.html#Additional-Latin-letters">Additional Latin letters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cni"><code>\ni</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cnocite.html#index-_005cnocite"><code>\nocite</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cnocite.html#g_t_005cnocite">\nocite</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-_005cnocorr"><code>\nocorr</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-_005cnocorrlist"><code>\nocorrlist</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cnofiles.html#index-_005cnofiles"><code>\nofiles</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cnofiles.html#g_t_005cnofiles">\nofiles</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cindent-_0026-_005cnoindent.html#index-_005cnoindent"><code>\noindent</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cindent-_0026-_005cnoindent.html#g_t_005cindent-_0026-_005cnoindent">\indent &amp; \noindent</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005clinebreak-_0026-_005cnolinebreak.html#index-_005cnolinebreak"><code>\nolinebreak</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005clinebreak-_0026-_005cnolinebreak.html#g_t_005clinebreak-_0026-_005cnolinebreak">\linebreak &amp; \nolinebreak</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cfrenchspacing.html#index-_005cnonfrenchspacing"><code>\nonfrenchspacing</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cfrenchspacing.html#g_t_005cfrenchspacing">\frenchspacing</a></td></tr>
+<tr><td></td><td valign="top"><a href="eqnarray.html#index-_005cnonumber"><code>\nonumber</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="eqnarray.html#eqnarray">eqnarray</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cpagebreak-_0026-_005cnopagebreak.html#index-_005cnopagebreak"><code>\nopagebreak</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cpagebreak-_0026-_005cnopagebreak.html#g_t_005cpagebreak-_0026-_005cnopagebreak">\pagebreak &amp; \nopagebreak</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-_005cnormalfont"><code>\normalfont</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="Marginal-notes.html#index-_005cnormalmarginpar"><code>\normalmarginpar</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Marginal-notes.html#Marginal-notes">Marginal notes</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cnormalsfcodes.html#index-_005cnormalsfcodes"><code>\normalsfcodes</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cnormalsfcodes.html#g_t_005cnormalsfcodes">\normalsfcodes</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-sizes.html#index-_005cnormalsize"><code>\normalsize</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-sizes.html#Font-sizes">Font sizes</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cnot"><code>\not</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cnotin"><code>\notin</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cnu"><code>\nu</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cnwarrow"><code>\nwarrow</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Additional-Latin-letters.html#index-_005co-_0028o_0029"><code>\o (&oslash;)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Additional-Latin-letters.html#Additional-Latin-letters">Additional Latin letters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Additional-Latin-letters.html#index-_005cO-_0028O_0029"><code>\O (&Oslash;)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Additional-Latin-letters.html#Additional-Latin-letters">Additional Latin letters</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cobeycr-_0026-_005crestorecr.html#index-_005cobeycr"><code>\obeycr</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cobeycr-_0026-_005crestorecr.html#g_t_005cobeycr-_0026-_005crestorecr">\obeycr &amp; \restorecr</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-class-options.html#index-_005coddsidemargin"><code>\oddsidemargin</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-class-options.html#Document-class-options">Document class options</a></td></tr>
+<tr><td></td><td valign="top"><a href="Page-layout-parameters.html#index-_005coddsidemargin-1"><code>\oddsidemargin</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Page-layout-parameters.html#Page-layout-parameters">Page layout parameters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Page-layout-parameters.html#index-_005coddsidemargin-2"><code>\oddsidemargin</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Page-layout-parameters.html#Page-layout-parameters">Page layout parameters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005codot"><code>\odot</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Additional-Latin-letters.html#index-_005coe-_0028oe_0029"><code>\oe (&oelig;)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Additional-Latin-letters.html#Additional-Latin-letters">Additional Latin letters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Additional-Latin-letters.html#index-_005cOE-_0028OE_0029"><code>\OE (&OElig;)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Additional-Latin-letters.html#Additional-Latin-letters">Additional Latin letters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005coint"><code>\oint</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-_005coldstylenums"><code>\oldstylenums</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cOmega"><code>\Omega</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005comega"><code>\omega</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cominus"><code>\ominus</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005conecolumn.html#index-_005conecolumn"><code>\onecolumn</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005conecolumn.html#g_t_005conecolumn">\onecolumn</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005copenin-_0026-_005copenout.html#index-_005copenin"><code>\openin</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005copenin-_0026-_005copenout.html#g_t_005copenin-_0026-_005copenout">\openin &amp; \openout</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005copening.html#index-_005copening"><code>\opening</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005copening.html#g_t_005copening">\opening</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005copenin-_0026-_005copenout.html#index-_005copenout"><code>\openout</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005copenin-_0026-_005copenout.html#g_t_005copenin-_0026-_005copenout">\openin &amp; \openout</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005coplus"><code>\oplus</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-commands.html#index-_005cOptionNotUsed"><code>\OptionNotUsed</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-commands.html#Class-and-package-commands">Class and package commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005coslash"><code>\oslash</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cotimes"><code>\otimes</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005coval.html#index-_005coval"><code>\oval</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005coval.html#g_t_005coval">\oval</a></td></tr>
+<tr><td></td><td valign="top"><a href="Over_002d-and-Underlining.html#index-_005coverbrace_007bmath_007d"><code>\overbrace{<var>math</var>}</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Over_002d-and-Underlining.html#Over_002d-and-Underlining">Over- and Underlining</a></td></tr>
+<tr><td></td><td valign="top"><a href="Over_002d-and-Underlining.html#index-_005coverline_007btext_007d"><code>\overline{<var>text</var>}</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Over_002d-and-Underlining.html#Over_002d-and-Underlining">Over- and Underlining</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cowns"><code>\owns</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005cP"><code>\P</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-commands.html#index-_005cPackageError"><code>\PackageError</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-commands.html#Class-and-package-commands">Class and package commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-commands.html#index-_005cPackageInfo"><code>\PackageInfo</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-commands.html#Class-and-package-commands">Class and package commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-commands.html#index-_005cPackageInfoNoLine"><code>\PackageInfoNoLine</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-commands.html#Class-and-package-commands">Class and package commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-commands.html#index-_005cPackageWarning"><code>\PackageWarning</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-commands.html#Class-and-package-commands">Class and package commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-commands.html#index-_005cPackageWarningNoLine"><code>\PackageWarningNoLine</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-commands.html#Class-and-package-commands">Class and package commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cpagebreak-_0026-_005cnopagebreak.html#index-_005cpagebreak"><code>\pagebreak</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cpagebreak-_0026-_005cnopagebreak.html#g_t_005cpagebreak-_0026-_005cnopagebreak">\pagebreak &amp; \nopagebreak</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cpagenumbering.html#index-_005cpagenumbering"><code>\pagenumbering</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cpagenumbering.html#g_t_005cpagenumbering">\pagenumbering</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cpageref.html#index-_005cpageref"><code>\pageref</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cpageref.html#g_t_005cpageref">\pageref</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cpagestyle.html#index-_005cpagestyle"><code>\pagestyle</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cpagestyle.html#g_t_005cpagestyle">\pagestyle</a></td></tr>
+<tr><td></td><td valign="top"><a href="Page-layout-parameters.html#index-_005cpaperheight"><code>\paperheight</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Page-layout-parameters.html#Page-layout-parameters">Page layout parameters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Page-layout-parameters.html#index-_005cpaperheight-1"><code>\paperheight</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Page-layout-parameters.html#Page-layout-parameters">Page layout parameters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Page-layout-parameters.html#index-_005cpaperwidth"><code>\paperwidth</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Page-layout-parameters.html#Page-layout-parameters">Page layout parameters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Page-layout-parameters.html#index-_005cpaperwidth-1"><code>\paperwidth</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Page-layout-parameters.html#Page-layout-parameters">Page layout parameters</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cpar.html#index-_005cpar"><code>\par</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cpar.html#g_t_005cpar">\par</a></td></tr>
+<tr><td></td><td valign="top"><a href="Sectioning.html#index-_005cparagraph"><code>\paragraph</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Sectioning.html#Sectioning">Sectioning</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph.html#index-_005cparagraph-1"><code>\paragraph</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph.html#g_t_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph">\subsubsection &amp; \paragraph &amp; \subparagraph</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cparallel"><code>\parallel</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cparbox.html#index-_005cparbox"><code>\parbox</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cparbox.html#g_t_005cparbox">\parbox</a></td></tr>
+<tr><td></td><td valign="top"><a href="minipage.html#index-_005cparindent"><code>\parindent</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="minipage.html#minipage">minipage</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cindent-_0026-_005cnoindent.html#index-_005cparindent-1"><code>\parindent</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cindent-_0026-_005cnoindent.html#g_t_005cindent-_0026-_005cnoindent">\indent &amp; \noindent</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cparindent-_0026-_005cparskip.html#index-_005cparindent-2"><code>\parindent</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cparindent-_0026-_005cparskip.html#g_t_005cparindent-_0026-_005cparskip">\parindent &amp; \parskip</a></td></tr>
+<tr><td></td><td valign="top"><a href="list.html#index-_005cparsep"><code>\parsep</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="list.html#list">list</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cparindent-_0026-_005cparskip.html#index-_005cparskip"><code>\parskip</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cparindent-_0026-_005cparskip.html#g_t_005cparindent-_0026-_005cparskip">\parindent &amp; \parskip</a></td></tr>
+<tr><td></td><td valign="top"><a href="itemize.html#index-_005cparskip-example"><code>\parskip <span class="roman">example</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="itemize.html#itemize">itemize</a></td></tr>
+<tr><td></td><td valign="top"><a href="Sectioning.html#index-_005cpart"><code>\part</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Sectioning.html#Sectioning">Sectioning</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cpart.html#index-_005cpart-1"><code>\part</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cpart.html#g_t_005cpart">\part</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cpartial"><code>\partial</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="list.html#index-_005cpartopsep"><code>\partopsep</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="list.html#list">list</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-commands.html#index-_005cPassOptionsToClass"><code>\PassOptionsToClass</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-commands.html#Class-and-package-commands">Class and package commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-commands.html#index-_005cPassOptionsToPackage"><code>\PassOptionsToPackage</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-commands.html#Class-and-package-commands">Class and package commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-class-options.html#index-_005cpdfpageheight"><code>\pdfpageheight</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-class-options.html#Document-class-options">Document class options</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-class-options.html#index-_005cpdfpagewidth"><code>\pdfpagewidth</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-class-options.html#Document-class-options">Document class options</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cperp"><code>\perp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cPhi"><code>\Phi</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cphi"><code>\phi</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cPi"><code>\Pi</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cpi"><code>\pi</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cpm"><code>\pm</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-functions.html#index-_005cpmod"><code>\pmod</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-functions.html#Math-functions">Math functions</a></td></tr>
+<tr><td></td><td valign="top"><a href="tabbing.html#index-_005cpoptabs"><code>\poptabs</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="tabbing.html#tabbing">tabbing</a></td></tr>
+<tr><td></td><td valign="top"><a href="tabbing.html#index-_005cpoptabs-1"><code>\poptabs</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="tabbing.html#tabbing">tabbing</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005cpounds"><code>\pounds</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-functions.html#index-_005cPr"><code>\Pr</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-functions.html#Math-functions">Math functions</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cprec"><code>\prec</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cpreceq"><code>\preceq</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cprime"><code>\prime</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Glossaries.html#index-_005cprintglossaries"><code>\printglossaries</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Glossaries.html#Glossaries">Glossaries</a></td></tr>
+<tr><td></td><td valign="top"><a href="Glossaries.html#index-_005cprintglossaries-1"><code>\printglossaries</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Glossaries.html#Glossaries">Glossaries</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cprintindex.html#index-_005cprintindex"><code>\printindex</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cprintindex.html#g_t_005cprintindex">\printindex</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cprintindex.html#index-_005cprintindex-1"><code>\printindex</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cprintindex.html#g_t_005cprintindex">\printindex</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-commands.html#index-_005cProcessOptions"><code>\ProcessOptions</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-commands.html#Class-and-package-commands">Class and package commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-commands.html#index-_005cProcessOptions_002a"><code>\ProcessOptions*</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-commands.html#Class-and-package-commands">Class and package commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cprod"><code>\prod</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cpropto"><code>\propto</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cprotect.html#index-_005cprotect"><code>\protect</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cprotect.html#g_t_005cprotect">\protect</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cprovidecommand.html#index-_005cprovidecommand"><code>\providecommand</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cprovidecommand.html#g_t_005cprovidecommand">\providecommand</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-commands.html#index-_005cProvidesClass"><code>\ProvidesClass</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-commands.html#Class-and-package-commands">Class and package commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-commands.html#index-_005cProvidesFile"><code>\ProvidesFile</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-commands.html#Class-and-package-commands">Class and package commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-commands.html#index-_005cProvidesPackage"><code>\ProvidesPackage</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-commands.html#Class-and-package-commands">Class and package commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cDeclareTextCommand-_0026-_005cProvideTextCommand.html#index-_005cProvideTextCommand"><code>\ProvideTextCommand</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cDeclareTextCommand-_0026-_005cProvideTextCommand.html#g_t_005cDeclareTextCommand-_0026-_005cProvideTextCommand">\DeclareTextCommand &amp; \ProvideTextCommand</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cDeclareTextCommandDefault-_0026-_005cProvideTextCommandDefault.html#index-_005cProvideTextCommand-1"><code>\ProvideTextCommand</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cDeclareTextCommandDefault-_0026-_005cProvideTextCommandDefault.html#g_t_005cDeclareTextCommandDefault-_0026-_005cProvideTextCommandDefault">\DeclareTextCommandDefault &amp; \ProvideTextCommandDefault</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cDeclareTextCommandDefault-_0026-_005cProvideTextCommandDefault.html#index-_005cProvideTextCommandDefault"><code>\ProvideTextCommandDefault</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cDeclareTextCommandDefault-_0026-_005cProvideTextCommandDefault.html#g_t_005cDeclareTextCommandDefault-_0026-_005cProvideTextCommandDefault">\DeclareTextCommandDefault &amp; \ProvideTextCommandDefault</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cps.html#index-_005cps"><code>\ps</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cps.html#g_t_005cps">\ps</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cPsi"><code>\Psi</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cpsi"><code>\psi</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="tabbing.html#index-_005cpushtabs"><code>\pushtabs</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="tabbing.html#tabbing">tabbing</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cput.html#index-_005cput"><code>\put</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cput.html#g_t_005cput">\put</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cqbezier.html#index-_005cqbezier"><code>\qbezier</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cqbezier.html#g_t_005cqbezier">\qbezier</a></td></tr>
+<tr><td></td><td valign="top"><a href="Spacing-in-math-mode.html#index-_005cqquad"><code>\qquad</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Spacing-in-math-mode.html#Spacing-in-math-mode">Spacing in math mode</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005censpace-_0026-_005cquad-_0026-_005cqquad.html#index-_005cqquad-1"><code>\qquad</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005censpace-_0026-_005cquad-_0026-_005cqquad.html#g_t_005censpace-_0026-_005cquad-_0026-_005cqquad">\enspace &amp; \quad &amp; \qquad</a></td></tr>
+<tr><td></td><td valign="top"><a href="Spacing-in-math-mode.html#index-_005cquad"><code>\quad</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Spacing-in-math-mode.html#Spacing-in-math-mode">Spacing in math mode</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005censpace-_0026-_005cquad-_0026-_005cqquad.html#index-_005cquad-1"><code>\quad</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005censpace-_0026-_005cquad-_0026-_005cqquad.html#g_t_005censpace-_0026-_005cquad-_0026-_005cqquad">\enspace &amp; \quad &amp; \qquad</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005cquotedblbase-_0028_201e_0029"><code>\quotedblbase <span class="roman">(&bdquo;)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005cquotesinglbase-_0028_201a_0029"><code>\quotesinglbase <span class="roman">(&sbquo;)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-_005cr-_0028ring-accent_0029"><code>\r <span class="roman">(ring accent)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005craggedbottom.html#index-_005craggedbottom"><code>\raggedbottom</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005craggedbottom.html#g_t_005craggedbottom">\raggedbottom</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005craggedleft.html#index-_005craggedleft"><code>\raggedleft</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005craggedleft.html#g_t_005craggedleft">\raggedleft</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005craggedright.html#index-_005craggedright"><code>\raggedright</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005craggedright.html#g_t_005craggedright">\raggedright</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005craisebox.html#index-_005craisebox"><code>\raisebox</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005craisebox.html#g_t_005craisebox">\raisebox</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005crangle"><code>\rangle</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005crbrace"><code>\rbrace</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005crbrack"><code>\rbrack</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005crceil"><code>\rceil</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cRe"><code>\Re</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cread.html#index-_005cread"><code>\read</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cread.html#g_t_005cread">\read</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cref.html#index-_005cref"><code>\ref</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cref.html#g_t_005cref">\ref</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cscalebox.html#index-_005creflectbox"><code>\reflectbox</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cscalebox.html#g_t_005cscalebox">\scalebox</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005crefstepcounter.html#index-_005crefstepcounter"><code>\refstepcounter</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005crefstepcounter.html#g_t_005crefstepcounter">\refstepcounter</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cnewenvironment-_0026-_005crenewenvironment.html#index-_005crenewenvironment"><code>\renewenvironment</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cnewenvironment-_0026-_005crenewenvironment.html#g_t_005cnewenvironment-_0026-_005crenewenvironment">\newenvironment &amp; \renewenvironment</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-commands.html#index-_005cRequirePackage"><code>\RequirePackage</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-commands.html#Class-and-package-commands">Class and package commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-commands.html#index-_005cRequirePackageWithOptions"><code>\RequirePackageWithOptions</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-commands.html#Class-and-package-commands">Class and package commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cresizebox.html#index-_005cresizebox"><code>\resizebox</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cresizebox.html#g_t_005cresizebox">\resizebox</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cobeycr-_0026-_005crestorecr.html#index-_005crestorecr"><code>\restorecr</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cobeycr-_0026-_005crestorecr.html#g_t_005cobeycr-_0026-_005crestorecr">\obeycr &amp; \restorecr</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005crestriction"><code>\restriction</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005crevemptyset"><code>\revemptyset</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Marginal-notes.html#index-_005creversemarginpar"><code>\reversemarginpar</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Marginal-notes.html#Marginal-notes">Marginal notes</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005crfloor"><code>\rfloor</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005crhd"><code>\rhd</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005crho"><code>\rho</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cleft-_0026-_005cright.html#index-_005cright"><code>\right</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cleft-_0026-_005cright.html#g_t_005cleft-_0026-_005cright">\left &amp; \right</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cRightarrow"><code>\Rightarrow</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005crightarrow"><code>\rightarrow</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005crightharpoondown"><code>\rightharpoondown</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005crightharpoonup"><code>\rightharpoonup</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005crightleftharpoons"><code>\rightleftharpoons</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="list.html#index-_005crightmargin"><code>\rightmargin</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="list.html#list">list</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-_005crm"><code>\rm</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-_005crmfamily"><code>\rmfamily</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol.html#index-_005croman_007bcounter_007d"><code>\roman{<var>counter</var>}</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol.html#g_t_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol">\alph \Alph \arabic \roman \Roman \fnsymbol</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol.html#index-_005cRoman_007bcounter_007d"><code>\Roman{<var>counter</var>}</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol.html#g_t_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol">\alph \Alph \arabic \roman \Roman \fnsymbol</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005crotatebox.html#index-_005crotatebox"><code>\rotatebox</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005crotatebox.html#g_t_005crotatebox">\rotatebox</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005crq"><code>\rq</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005crule.html#index-_005crule"><code>\rule</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005crule.html#g_t_005crule">\rule</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005cS"><code>\S</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005csbox-_0026-_005csavebox.html#index-_005csavebox"><code>\savebox</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005csbox-_0026-_005csavebox.html#g_t_005csbox-_0026-_005csavebox">\sbox &amp; \savebox</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005csbox-_0026-_005csavebox.html#index-_005csbox"><code>\sbox</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005csbox-_0026-_005csavebox.html#g_t_005csbox-_0026-_005csavebox">\sbox &amp; \savebox</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-_005csc"><code>\sc</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cscalebox.html#index-_005cscalebox"><code>\scalebox</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cscalebox.html#g_t_005cscalebox">\scalebox</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-sizes.html#index-_005cscriptsize"><code>\scriptsize</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-sizes.html#Font-sizes">Font sizes</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-_005cscshape"><code>\scshape</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005csearrow"><code>\searrow</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-functions.html#index-_005csec"><code>\sec</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-functions.html#Math-functions">Math functions</a></td></tr>
+<tr><td></td><td valign="top"><a href="Sectioning.html#index-_005csection"><code>\section</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Sectioning.html#Sectioning">Sectioning</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005csection.html#index-_005csection-1"><code>\section</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005csection.html#g_t_005csection">\section</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cindex.html#index-_005cseename"><code>\seename</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cindex.html#g_t_005cindex">\index</a></td></tr>
+<tr><td></td><td valign="top"><a href="Low_002dlevel-font-commands.html#index-_005cselectfont"><code>\selectfont</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Low_002dlevel-font-commands.html#Low_002dlevel-font-commands">Low-level font commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005csetcounter.html#index-_005csetcounter"><code>\setcounter</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005csetcounter.html#g_t_005csetcounter">\setcounter</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005csetlength.html#index-_005csetlength"><code>\setlength</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005csetlength.html#g_t_005csetlength">\setlength</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005csetminus"><code>\setminus</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005csettodepth.html#index-_005csettodepth"><code>\settodepth</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005csettodepth.html#g_t_005csettodepth">\settodepth</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005csettoheight.html#index-_005csettoheight"><code>\settoheight</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005csettoheight.html#g_t_005csettoheight">\settoheight</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005csettowidth.html#index-_005csettowidth"><code>\settowidth</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005csettowidth.html#g_t_005csettowidth">\settowidth</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-_005csf"><code>\sf</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-_005csffamily"><code>\sffamily</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005csharp"><code>\sharp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cshortstack.html#index-_005cshortstack"><code>\shortstack</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cshortstack.html#g_t_005cshortstack">\shortstack</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cSigma"><code>\Sigma</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005csigma"><code>\sigma</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005csignature.html#index-_005csignature"><code>\signature</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005csignature.html#g_t_005csignature">\signature</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005csim"><code>\sim</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005csimeq"><code>\simeq</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-functions.html#index-_005csin"><code>\sin</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-functions.html#Math-functions">Math functions</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-functions.html#index-_005csinh"><code>\sinh</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-functions.html#Math-functions">Math functions</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-_005csl"><code>\sl</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cfussy-_0026-_005csloppy.html#index-_005csloppy"><code>\sloppy</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cfussy-_0026-_005csloppy.html#g_t_005cfussy-_0026-_005csloppy">\fussy &amp; \sloppy</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-_005cslshape"><code>\slshape</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-sizes.html#index-_005csmall"><code>\small</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-sizes.html#Font-sizes">Font sizes</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005csmallint"><code>\smallint</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip.html#index-_005csmallskip"><code>\smallskip</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip.html#g_t_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip">\bigskip &amp; \medskip &amp; \smallskip</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip.html#index-_005csmallskipamount"><code>\smallskipamount</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip.html#g_t_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip">\bigskip &amp; \medskip &amp; \smallskip</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005csmile"><code>\smile</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005c_0028SPACE_0029.html#index-_005cSPACE">\SPACE</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005c_0028SPACE_0029.html#g_t_005c_0028SPACE_0029">\(SPACE)</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005c_0028SPACE_0029.html#index-_005cSPACE-1"><code>\SPACE</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005c_0028SPACE_0029.html#g_t_005c_0028SPACE_0029">\(SPACE)</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cspacefactor.html#index-_005cspacefactor"><code>\spacefactor</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cspacefactor.html#g_t_005cspacefactor">\spacefactor</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cspadesuit"><code>\spadesuit</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005csqcap"><code>\sqcap</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005csqcup"><code>\sqcup</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005csqrt.html#index-_005csqrt"><code>\sqrt</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005csqrt.html#g_t_005csqrt">\sqrt</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005csqsubset"><code>\sqsubset</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005csqsubseteq"><code>\sqsubseteq</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005csqsupset"><code>\sqsupset</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005csqsupseteq"><code>\sqsupseteq</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Additional-Latin-letters.html#index-_005css-_0028ss_0029"><code>\ss (&szlig;)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Additional-Latin-letters.html#Additional-Latin-letters">Additional Latin letters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Additional-Latin-letters.html#index-_005cSS-_0028SS_0029"><code>\SS (SS)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Additional-Latin-letters.html#Additional-Latin-letters">Additional Latin letters</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cstackrel.html#index-_005cstackrel"><code>\stackrel</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cstackrel.html#g_t_005cstackrel">\stackrel</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cstar"><code>\star</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cstepcounter.html#index-_005cstepcounter"><code>\stepcounter</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cstepcounter.html#g_t_005cstepcounter">\stepcounter</a></td></tr>
+<tr><td></td><td valign="top"><a href="Recovering-from-errors.html#index-_005cstop"><code>\stop</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Recovering-from-errors.html#Recovering-from-errors">Recovering from errors</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cstrut.html#index-_005cstrut"><code>\strut</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cstrut.html#g_t_005cstrut">\strut</a></td></tr>
+<tr><td></td><td valign="top"><a href="Sectioning.html#index-_005csubparagraph"><code>\subparagraph</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Sectioning.html#Sectioning">Sectioning</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph.html#index-_005csubparagraph-1"><code>\subparagraph</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph.html#g_t_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph">\subsubsection &amp; \paragraph &amp; \subparagraph</a></td></tr>
+<tr><td></td><td valign="top"><a href="Sectioning.html#index-_005csubsection"><code>\subsection</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Sectioning.html#Sectioning">Sectioning</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005csubsection.html#index-_005csubsection-1"><code>\subsection</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005csubsection.html#g_t_005csubsection">\subsection</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005csubset"><code>\subset</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005csubseteq"><code>\subseteq</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph.html#index-_005csubsubsection"><code>\subsubsection</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph.html#g_t_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph">\subsubsection &amp; \paragraph &amp; \subparagraph</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005csucc"><code>\succ</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005csucceq"><code>\succeq</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005csum"><code>\sum</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-functions.html#index-_005csup"><code>\sup</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-functions.html#Math-functions">Math functions</a></td></tr>
+<tr><td></td><td valign="top"><a href="Floats.html#index-_005csuppressfloats"><code>\suppressfloats</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Floats.html#Floats">Floats</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005csupset"><code>\supset</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005csupseteq"><code>\supseteq</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005csurd"><code>\surd</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cswarrow"><code>\swarrow</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Symbols-by-font-position.html#index-_005csymbol"><code>\symbol</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Symbols-by-font-position.html#Symbols-by-font-position">Symbols by font position</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-_005ct-_0028tie_002dafter-accent_0029"><code>\t <span class="roman">(tie-after accent)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005c_0028SPACE_0029.html#index-_005cTAB">\TAB</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005c_0028SPACE_0029.html#g_t_005c_0028SPACE_0029">\(SPACE)</a></td></tr>
+<tr><td></td><td valign="top"><a href="tabbing.html#index-_005ctabbingsep"><code>\tabbingsep</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="tabbing.html#tabbing">tabbing</a></td></tr>
+<tr><td></td><td valign="top"><a href="tabular.html#index-_005ctabcolsep"><code>\tabcolsep</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="tabular.html#tabular">tabular</a></td></tr>
+<tr><td></td><td valign="top"><a href="Table-of-contents-etc_002e.html#index-_005ctableofcontents"><code>\tableofcontents</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Table-of-contents-etc_002e.html#Table-of-contents-etc_002e">Table of contents etc.</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-functions.html#index-_005ctan"><code>\tan</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-functions.html#Math-functions">Math functions</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-functions.html#index-_005ctanh"><code>\tanh</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-functions.html#Math-functions">Math functions</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005ctau"><code>\tau</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005ctelephone.html#index-_005ctelephone"><code>\telephone</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005ctelephone.html#g_t_005ctelephone">\telephone</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005cTeX"><code>\TeX</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005ctextascendercompwordmark"><code>\textascendercompwordmark</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005ctextasciicircum"><code>\textasciicircum</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005ctextasciitilde"><code>\textasciitilde</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005ctextasteriskcentered"><code>\textasteriskcentered</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Reserved-characters.html#index-_005ctextbackslash"><code>\textbackslash</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Reserved-characters.html#Reserved-characters">Reserved characters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005ctextbackslash-1"><code>\textbackslash</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005ctextbar"><code>\textbar</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005ctextbardbl"><code>\textbardbl</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-_005ctextbf"><code>\textbf</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005ctextbigcircle"><code>\textbigcircle</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005ctextbraceleft"><code>\textbraceleft</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005ctextbraceright"><code>\textbraceright</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005ctextbullet"><code>\textbullet</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005ctextcapitalcompwordmark"><code>\textcapitalcompwordmark</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005ctextcircled_007bletter_007d"><code>\textcircled{<var>letter</var>}</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005ctextcompwordmark"><code>\textcompwordmark</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005ctextcopyright"><code>\textcopyright</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005ctextdagger"><code>\textdagger</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005ctextdaggerdbl"><code>\textdaggerdbl</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005ctextdollar-_0028or-_005c_0024_0029"><code>\textdollar <span class="roman">(or <code>\$</code>)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005ctextellipsis"><code>\textellipsis</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005ctextemdash-_0028or-_002d_002d_002d_0029"><code>\textemdash <span class="roman">(or <code>---</code>)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005ctextendash-_0028or-_002d_002d_0029"><code>\textendash <span class="roman">(or <code>--</code>)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005ctexteuro"><code>\texteuro</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005ctextexclamdown-_0028or-_0021_0060_0029"><code>\textexclamdown <span class="roman">(or <code>!`</code>)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Floats.html#index-_005ctextfloatsep"><code>\textfloatsep</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Floats.html#Floats">Floats</a></td></tr>
+<tr><td></td><td valign="top"><a href="Floats.html#index-_005ctextfloatsep-1"><code>\textfloatsep</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Floats.html#Floats">Floats</a></td></tr>
+<tr><td></td><td valign="top"><a href="Floats.html#index-_005ctextfraction"><code>\textfraction</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Floats.html#Floats">Floats</a></td></tr>
+<tr><td></td><td valign="top"><a href="Floats.html#index-_005ctextfraction-1"><code>\textfraction</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Floats.html#Floats">Floats</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005ctextgreater"><code>\textgreater</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Page-layout-parameters.html#index-_005ctextheight"><code>\textheight</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Page-layout-parameters.html#Page-layout-parameters">Page layout parameters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Page-layout-parameters.html#index-_005ctextheight-1"><code>\textheight</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Page-layout-parameters.html#Page-layout-parameters">Page layout parameters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-_005ctextit"><code>\textit</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005ctextleftarrow"><code>\textleftarrow</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005ctextless"><code>\textless</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-_005ctextmd"><code>\textmd</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-_005ctextnormal"><code>\textnormal</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005ctextordfeminine"><code>\textordfeminine</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005ctextordmasculine"><code>\textordmasculine</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005ctextparagraph"><code>\textparagraph</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005ctextperiodcentered"><code>\textperiodcentered</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005ctextquestiondown-_0028or-_003f_0060_0029"><code>\textquestiondown <span class="roman">(or <code>?`</code>)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005ctextquotedblleft-_0028or-_0060_0060_0029"><code>\textquotedblleft <span class="roman">(or <code>``</code>)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005ctextquotedblright-_0028or-_0027_0027_0029"><code>\textquotedblright <span class="roman">(or <code>''</code>)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005ctextquoteleft-_0028or-_0060_0029"><code>\textquoteleft <span class="roman">(or <code>`</code>)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005ctextquoteright-_0028or-_0027_0029"><code>\textquoteright <span class="roman">(or <code>'</code>)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005ctextquotesingle"><code>\textquotesingle</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005ctextquotestraightbase"><code>\textquotestraightbase</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005ctextquotestraightdblbase"><code>\textquotestraightdblbase</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005ctextregistered"><code>\textregistered</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005ctextrightarrow"><code>\textrightarrow</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-_005ctextrm"><code>\textrm</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-_005ctextsc"><code>\textsc</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005ctextsection"><code>\textsection</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-_005ctextsf"><code>\textsf</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-_005ctextsl"><code>\textsl</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005ctextsterling"><code>\textsterling</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005ctextthreequartersemdash"><code>\textthreequartersemdash</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005ctexttrademark"><code>\texttrademark</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-_005ctexttt"><code>\texttt</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005ctexttwelveudash"><code>\texttwelveudash</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005ctextunderscore"><code>\textunderscore</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-_005ctextup"><code>\textup</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-_005ctextvisiblespace"><code>\textvisiblespace</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Page-layout-parameters.html#index-_005ctextwidth"><code>\textwidth</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Page-layout-parameters.html#Page-layout-parameters">Page layout parameters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Page-layout-parameters.html#index-_005ctextwidth-1"><code>\textwidth</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Page-layout-parameters.html#Page-layout-parameters">Page layout parameters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Additional-Latin-letters.html#index-_005cth-_0028th_0029"><code>\th (&thorn;)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Additional-Latin-letters.html#Additional-Latin-letters">Additional Latin letters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Additional-Latin-letters.html#index-_005cTH-_0028TH_0029"><code>\TH (&THORN;)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Additional-Latin-letters.html#Additional-Latin-letters">Additional Latin letters</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cmaketitle.html#index-_005cthanks_007btext_007d"><code>\thanks{<var>text</var>}</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cmaketitle.html#g_t_005cmaketitle">\maketitle</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005ctheta"><code>\theta</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cthicklines.html#index-_005cthicklines"><code>\thicklines</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cthicklines.html#g_t_005cthicklines">\thicklines</a></td></tr>
+<tr><td></td><td valign="top"><a href="Spacing-in-math-mode.html#index-_005cthickspace"><code>\thickspace</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Spacing-in-math-mode.html#Spacing-in-math-mode">Spacing in math mode</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cthinlines.html#index-_005cthinlines"><code>\thinlines</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cthinlines.html#g_t_005cthinlines">\thinlines</a></td></tr>
+<tr><td></td><td valign="top"><a href="Spacing-in-math-mode.html#index-_005cthinspace"><code>\thinspace</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Spacing-in-math-mode.html#Spacing-in-math-mode">Spacing in math mode</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cthinspace-_0026-_005cnegthinspace.html#index-_005cthinspace-1"><code>\thinspace</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cthinspace-_0026-_005cnegthinspace.html#g_t_005cthinspace-_0026-_005cnegthinspace">\thinspace &amp; \negthinspace</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cthispagestyle.html#index-_005cthispagestyle"><code>\thispagestyle</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cthispagestyle.html#g_t_005cthispagestyle">\thispagestyle</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-accents.html#index-_005ctilde"><code>\tilde</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-accents.html#Math-accents">Math accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005ctimes"><code>\times</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-sizes.html#index-_005ctiny"><code>\tiny</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-sizes.html#Font-sizes">Font sizes</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cmaketitle.html#index-_005ctitle_007btext_007d"><code>\title{<var>text</var>}</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cmaketitle.html#g_t_005cmaketitle">\maketitle</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cto"><code>\to</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005ctoday.html#index-_005ctoday"><code>\today</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005ctoday.html#g_t_005ctoday">\today</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005ctop"><code>\top</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Floats.html#index-_005ctopfraction"><code>\topfraction</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Floats.html#Floats">Floats</a></td></tr>
+<tr><td></td><td valign="top"><a href="Floats.html#index-_005ctopfraction-1"><code>\topfraction</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Floats.html#Floats">Floats</a></td></tr>
+<tr><td></td><td valign="top"><a href="Page-layout-parameters.html#index-_005ctopmargin"><code>\topmargin</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Page-layout-parameters.html#Page-layout-parameters">Page layout parameters</a></td></tr>
+<tr><td></td><td valign="top"><a href="list.html#index-_005ctopsep"><code>\topsep</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="list.html#list">list</a></td></tr>
+<tr><td></td><td valign="top"><a href="Page-layout-parameters.html#index-_005ctopskip"><code>\topskip</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Page-layout-parameters.html#Page-layout-parameters">Page layout parameters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Page-layout-parameters.html#index-_005ctopskip-1"><code>\topskip</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Page-layout-parameters.html#Page-layout-parameters">Page layout parameters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005ctriangle"><code>\triangle</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005ctriangleleft"><code>\triangleleft</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005ctriangleright"><code>\triangleright</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-_005ctt"><code>\tt</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-_005cttfamily"><code>\ttfamily</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005ctwocolumn.html#index-_005ctwocolumn"><code>\twocolumn</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005ctwocolumn.html#g_t_005ctwocolumn">\twocolumn</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005ctypein.html#index-_005ctypein"><code>\typein</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005ctypein.html#g_t_005ctypein">\typein</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005ctypeout.html#index-_005ctypeout"><code>\typeout</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005ctypeout.html#g_t_005ctypeout">\typeout</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-_005cu-_0028breve-accent_0029"><code>\u <span class="roman">(breve accent)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cboldmath-_0026-_005cunboldmath.html#index-_005cunboldmath"><code>\unboldmath</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cboldmath-_0026-_005cunboldmath.html#g_t_005cboldmath-_0026-_005cunboldmath">\boldmath &amp; \unboldmath</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cboldmath-_0026-_005cunboldmath.html#index-_005cunboldmath-1"><code>\unboldmath</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cboldmath-_0026-_005cunboldmath.html#g_t_005cboldmath-_0026-_005cunboldmath">\boldmath &amp; \unboldmath</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-_005cunderbar"><code>\underbar</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Over_002d-and-Underlining.html#index-_005cunderbrace_007bmath_007d"><code>\underbrace{<var>math</var>}</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Over_002d-and-Underlining.html#Over_002d-and-Underlining">Over- and Underlining</a></td></tr>
+<tr><td></td><td valign="top"><a href="Over_002d-and-Underlining.html#index-_005cunderline_007btext_007d"><code>\underline{<var>text</var>}</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Over_002d-and-Underlining.html#Over_002d-and-Underlining">Over- and Underlining</a></td></tr>
+<tr><td></td><td valign="top"><a href="picture.html#index-_005cunitlength"><code>\unitlength</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="picture.html#picture">picture</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cunlhd"><code>\unlhd</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cunrhd"><code>\unrhd</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cUparrow"><code>\Uparrow</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cuparrow"><code>\uparrow</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cUpdownarrow"><code>\Updownarrow</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cupdownarrow"><code>\updownarrow</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cupharpoonright"><code>\upharpoonright</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cuplus"><code>\uplus</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-_005cupshape"><code>\upshape</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cUpsilon"><code>\Upsilon</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cupsilon"><code>\upsilon</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cusebox.html#index-_005cusebox"><code>\usebox</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cusebox.html#g_t_005cusebox">\usebox</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cusecounter.html#index-_005cusecounter"><code>\usecounter</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cusecounter.html#g_t_005cusecounter">\usecounter</a></td></tr>
+<tr><td></td><td valign="top"><a href="Low_002dlevel-font-commands.html#index-_005cusefont"><code>\usefont</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Low_002dlevel-font-commands.html#Low_002dlevel-font-commands">Low-level font commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="Additional-packages.html#index-_005cusepackage"><code>\usepackage</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Additional-packages.html#Additional-packages">Additional packages</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cUseTextAccent-_0026-_005cUseTextSymbol.html#index-_005cUseTextAccent"><code>\UseTextAccent</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cUseTextAccent-_0026-_005cUseTextSymbol.html#g_t_005cUseTextAccent-_0026-_005cUseTextSymbol">\UseTextAccent &amp; \UseTextSymbol</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cUseTextAccent-_0026-_005cUseTextSymbol.html#index-_005cUseTextSymbol"><code>\UseTextSymbol</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cUseTextAccent-_0026-_005cUseTextSymbol.html#g_t_005cUseTextAccent-_0026-_005cUseTextSymbol">\UseTextAccent &amp; \UseTextSymbol</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-_005cv-_0028breve-accent_0029"><code>\v <span class="roman">(breve accent)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cvalue.html#index-_005cvalue"><code>\value</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cvalue.html#g_t_005cvalue">\value</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cvanothing"><code>\vanothing</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cvarepsilon"><code>\varepsilon</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cvarphi"><code>\varphi</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cvarpi"><code>\varpi</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cvarrho"><code>\varrho</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cvarsigma"><code>\varsigma</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cvartheta"><code>\vartheta</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cvdash"><code>\vdash</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Dots.html#index-_005cvdots"><code>\vdots</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Dots.html#Dots">Dots</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-accents.html#index-_005cvec"><code>\vec</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-accents.html#Math-accents">Math accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cvector.html#index-_005cvector"><code>\vector</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cvector.html#g_t_005cvector">\vector</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cvee"><code>\vee</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cverb.html#index-_005cverb"><code>\verb</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cverb.html#g_t_005cverb">\verb</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cVert"><code>\Vert</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cvert"><code>\vert</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cvfill.html#index-_005cvfill"><code>\vfill</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cvfill.html#g_t_005cvfill">\vfill</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cvline.html#index-_005cvline"><code>\vline</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cvline.html#g_t_005cvline">\vline</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cvspace.html#index-_005cvspace"><code>\vspace</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cvspace.html#g_t_005cvspace">\vspace</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cwedge"><code>\wedge</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-accents.html#index-_005cwidehat"><code>\widehat</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-accents.html#Math-accents">Math accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-accents.html#index-_005cwidetilde"><code>\widetilde</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-accents.html#Math-accents">Math accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cwlog.html#index-_005cwlog"><code>\wlog</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cwlog.html#g_t_005cwlog">\wlog</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cwp"><code>\wp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cwr"><code>\wr</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cwrite.html#index-_005cwrite"><code>\write</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cwrite.html#g_t_005cwrite">\write</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cwrite18.html#index-_005cwrite18"><code>\write18</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cwrite18.html#g_t_005cwrite18">\write18</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cXi"><code>\Xi</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005cxi"><code>\xi</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cday-_0026-_005cmonth-_0026-_005cyear.html#index-_005cyear"><code>\year</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cday-_0026-_005cmonth-_0026-_005cyear.html#g_t_005cday-_0026-_005cmonth-_0026-_005cyear">\day &amp; \month &amp; \year</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005czeta"><code>\zeta</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="center.html#index-_005c_005c-_0028for-center_0029"><code>\\ <span class="roman">(for <code>center</code>)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="center.html#center">center</a></td></tr>
+<tr><td></td><td valign="top"><a href="eqnarray.html#index-_005c_005c-_0028for-eqnarray_0029"><code>\\ <span class="roman">(for <code>eqnarray</code>)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="eqnarray.html#eqnarray">eqnarray</a></td></tr>
+<tr><td></td><td valign="top"><a href="flushright.html#index-_005c_005c-_0028for-flushright_0029"><code>\\ (for <code>flushright</code>)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="flushright.html#flushright">flushright</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cshortstack.html#index-_005c_005c-_0028for-_005cshortstack-objects_0029"><code>\\ <span class="roman">(for <code>\shortstack</code> objects)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cshortstack.html#g_t_005cshortstack">\shortstack</a></td></tr>
+<tr><td></td><td valign="top"><a href="tabbing.html#index-_005c_005c-_0028tabbing_0029"><code>\\ <span class="roman">(tabbing)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="tabbing.html#tabbing">tabbing</a></td></tr>
+<tr><td></td><td valign="top"><a href="flushleft.html#index-_005c_005c-for-flushleft"><code>\\ <span class="roman">for <code>flushleft</code></span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="flushleft.html#flushleft">flushleft</a></td></tr>
+<tr><td></td><td valign="top"><a href="Letters.html#index-_005c_005c-for-letters"><code>\\ <span class="roman">for letters</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Letters.html#Letters">Letters</a></td></tr>
+<tr><td></td><td valign="top"><a href="tabular.html#index-_005c_005c-for-tabular"><code>\\ <span class="roman">for <code>tabular</code></span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="tabular.html#tabular">tabular</a></td></tr>
+<tr><td></td><td valign="top"><a href="verse.html#index-_005c_005c-for-verse"><code>\\ <span class="roman">for <code>verse</code></span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="verse.html#verse">verse</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cmaketitle.html#index-_005c_005c-for-_005cauthor"><code>\\ <span class="roman">for <code>\author</code></span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cmaketitle.html#g_t_005cmaketitle">\maketitle</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cmaketitle.html#index-_005c_005c-for-_005ctitle"><code>\\ <span class="roman">for <code>\title</code></span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cmaketitle.html#g_t_005cmaketitle">\maketitle</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005c_005c.html#index-_005c_005c-force-line-break"><code>\\ <span class="roman">force line break</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005c_005c.html#g_t_005c_005c">\\</a></td></tr>
+<tr><td></td><td valign="top"><a href="eqnarray.html#index-_005c_005c_002a-_0028for-eqnarray_0029"><code>\\* <span class="roman">(for <code>eqnarray</code>)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="eqnarray.html#eqnarray">eqnarray</a></td></tr>
+<tr><td></td><td valign="top"><a href="Reserved-characters.html#index-_005c_005e"><code>\^</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Reserved-characters.html#Reserved-characters">Reserved characters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-_005c_005e-_0028circumflex-accent_0029"><code>\^ <span class="roman">(circumflex accent)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Reserved-characters.html#index-_005c_005f"><code>\_</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Reserved-characters.html#Reserved-characters">Reserved characters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-_005c_0060-_0028grave-accent_0029"><code>\` <span class="roman">(grave accent)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="tabbing.html#index-_005c_0060-_0028tabbing_0029"><code>\` <span class="roman">(tabbing)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="tabbing.html#tabbing">tabbing</a></td></tr>
+<tr><td></td><td valign="top"><a href="Reserved-characters.html#index-_005c_007b"><code>\{</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Reserved-characters.html#Reserved-characters">Reserved characters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-_005c_007c"><code>\|</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Reserved-characters.html#index-_005c_007d"><code>\}</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Reserved-characters.html#Reserved-characters">Reserved characters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Reserved-characters.html#index-_005c_007e"><code>\~</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Reserved-characters.html#Reserved-characters">Reserved characters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-_005c_007e-_0028tilde-accent_0029"><code>\~ <span class="roman">(tilde accent)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th><a name="Index_cp_symbol-9">^</a></th><td></td><td></td></tr>
+<tr><td></td><td valign="top"><a href="Subscripts-_0026-superscripts.html#index-_005e"><code>^</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Subscripts-_0026-superscripts.html#Subscripts-_0026-superscripts">Subscripts &amp; superscripts</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th><a name="Index_cp_symbol-10">_</a></th><td></td><td></td></tr>
+<tr><td></td><td valign="top"><a href="Subscripts-_0026-superscripts.html#index-_005f"><code>_</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Subscripts-_0026-superscripts.html#Subscripts-_0026-superscripts">Subscripts &amp; superscripts</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th><a name="Index_cp_symbol-11">`</a></th><td></td><td></td></tr>
+<tr><td></td><td valign="top"><a href="_005cindex.html#index-_0060see_0027-and-_0060see-also_0027-index-entries">&lsquo;see&rsquo; and &lsquo;see also&rsquo; index entries</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cindex.html#g_t_005cindex">\index</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th><a name="Index_cp_symbol-12">{</a></th><td></td><td></td></tr>
+<tr><td></td><td valign="top"><a href="LaTeX-command-syntax.html#index-_007b_002e_002e_002e_007d-for-required-arguments"><code>{...} <span class="roman">for required arguments</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="LaTeX-command-syntax.html#LaTeX-command-syntax">LaTeX command syntax</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th><a name="Index_cp_symbol-13">~</a></th><td></td><td></td></tr>
+<tr><td></td><td valign="top"><a href="_007e.html#index-_007e"><code>~</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_007e.html#g_t_007e">~</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th><a name="Index_cp_letter-A">A</a></th><td></td><td></td></tr>
+<tr><td></td><td valign="top"><a href="Document-class-options.html#index-a4paper-option"><code>a4paper <span class="roman">option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-class-options.html#Document-class-options">Document class options</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-class-options.html#index-a5paper-option"><code>a5paper <span class="roman">option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-class-options.html#Document-class-options">Document class options</a></td></tr>
+<tr><td></td><td valign="top"><a href="abstract.html#index-abstract-environment"><code><code>abstract</code> <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="abstract.html#abstract">abstract</a></td></tr>
+<tr><td></td><td valign="top"><a href="abstract.html#index-abstracts">abstracts</a>:</td><td>&nbsp;</td><td valign="top"><a href="abstract.html#abstract">abstract</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-accents">accents</a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cDeclareFontEncoding.html#index-Accents_002c-defining">Accents, defining</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cDeclareFontEncoding.html#g_t_005cDeclareFontEncoding">\DeclareFontEncoding</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cDeclareTextAccent.html#index-Accents_002c-defining-1">Accents, defining</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cDeclareTextAccent.html#g_t_005cDeclareTextAccent">\DeclareTextAccent</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cDeclareTextAccentDefault.html#index-Accents_002c-defining-2">Accents, defining</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cDeclareTextAccentDefault.html#g_t_005cDeclareTextAccentDefault">\DeclareTextAccentDefault</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cDeclareTextComposite.html#index-Accents_002c-defining-3">Accents, defining</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cDeclareTextComposite.html#g_t_005cDeclareTextComposite">\DeclareTextComposite</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cDeclareTextCompositeCommand.html#index-Accents_002c-defining-4">Accents, defining</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cDeclareTextCompositeCommand.html#g_t_005cDeclareTextCompositeCommand">\DeclareTextCompositeCommand</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cDeclareTextSymbolDefault.html#index-Accents_002c-defining-5">Accents, defining</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cDeclareTextSymbolDefault.html#g_t_005cDeclareTextSymbolDefault">\DeclareTextSymbolDefault</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-accents.html#index-accents_002c-mathematical">accents, mathematical</a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-accents.html#Math-accents">Math accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Symbols-by-font-position.html#index-accessing-any-character-of-a-font">accessing any character of a font</a>:</td><td>&nbsp;</td><td valign="top"><a href="Symbols-by-font-position.html#Symbols-by-font-position">Symbols by font position</a></td></tr>
+<tr><td></td><td valign="top"><a href="Glossaries.html#index-acronyms_002c-list-of">acronyms, list of</a>:</td><td>&nbsp;</td><td valign="top"><a href="Glossaries.html#Glossaries">Glossaries</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-acute-accent">acute accent</a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-accents.html#index-acute-accent_002c-math">acute accent, math</a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-accents.html#Math-accents">Math accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Additional-packages.html#index-additional-packages_002c-loading">additional packages, loading</a>:</td><td>&nbsp;</td><td valign="top"><a href="Additional-packages.html#Additional-packages">Additional packages</a></td></tr>
+<tr><td></td><td valign="top"><a href="Additional-Latin-letters.html#index-ae-ligature">ae ligature</a>:</td><td>&nbsp;</td><td valign="top"><a href="Additional-Latin-letters.html#Additional-Latin-letters">Additional Latin letters</a></td></tr>
+<tr><td></td><td valign="top"><a href="tabbing.html#index-algorithm2e-package"><code>algorithm2e</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="tabbing.html#tabbing">tabbing</a></td></tr>
+<tr><td></td><td valign="top"><a href="eqnarray.html#index-align-environment_002c-from-amsmath">align <span class="roman">environment, from <code>amsmath</code></span></a>:</td><td>&nbsp;</td><td valign="top"><a href="eqnarray.html#eqnarray">eqnarray</a></td></tr>
+<tr><td></td><td valign="top"><a href="eqnarray.html#index-aligning-equations">aligning equations</a>:</td><td>&nbsp;</td><td valign="top"><a href="eqnarray.html#eqnarray">eqnarray</a></td></tr>
+<tr><td></td><td valign="top"><a href="tabbing.html#index-alignment-via-tabbing">alignment via tabbing</a>:</td><td>&nbsp;</td><td valign="top"><a href="tabbing.html#tabbing">tabbing</a></td></tr>
+<tr><td></td><td valign="top"><a href="Arrows.html#index-amscd-package"><code>amscd</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="Arrows.html#Arrows">Arrows</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-formulas.html#index-amsfonts-package"><code>amsfonts</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-formulas.html#Math-formulas">Math formulas</a></td></tr>
+<tr><td></td><td valign="top"><a href="Arrows.html#index-amsfonts-package-1"><code>amsfonts</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="Arrows.html#Arrows">Arrows</a></td></tr>
+<tr><td></td><td valign="top"><a href="array.html#index-amsmath-package"><code>amsmath</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="array.html#array">array</a></td></tr>
+<tr><td></td><td valign="top"><a href="array.html#index-amsmath-package-1"><code>amsmath</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="array.html#array">array</a></td></tr>
+<tr><td></td><td valign="top"><a href="displaymath.html#index-amsmath-package-2"><code>amsmath</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="displaymath.html#displaymath">displaymath</a></td></tr>
+<tr><td></td><td valign="top"><a href="equation.html#index-amsmath-package-3"><code>amsmath</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="equation.html#equation">equation</a></td></tr>
+<tr><td></td><td valign="top"><a href="theorem.html#index-amsmath-package-4"><code>amsmath</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="theorem.html#theorem">theorem</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-formulas.html#index-amsmath-package-5"><code>amsmath</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-formulas.html#Math-formulas">Math formulas</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cleft-_0026-_005cright.html#index-amsmath-package-6"><code>amsmath</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cleft-_0026-_005cright.html#g_t_005cleft-_0026-_005cright">\left &amp; \right</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cbigl-_0026-_005cbigr-etc.html#index-amsmath-package-7"><code>amsmath</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cbigl-_0026-_005cbigr-etc.html#g_t_005cbigl-_0026-_005cbigr-etc">\bigl &amp; \bigr etc</a></td></tr>
+<tr><td></td><td valign="top"><a href="Dots.html#index-amsmath-package-8"><code>amsmath</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="Dots.html#Dots">Dots</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-functions.html#index-amsmath-package-9"><code>amsmath</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-functions.html#Math-functions">Math functions</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cphantom-_0026-_005cvphantom-_0026-_005chphantom.html#index-amsmath-package-10"><code>amsmath</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cphantom-_0026-_005cvphantom-_0026-_005chphantom.html#g_t_005cphantom-_0026-_005cvphantom-_0026-_005chphantom">\phantom &amp; \vphantom &amp; \hphantom</a></td></tr>
+<tr><td></td><td valign="top"><a href="Colon-character-_0026-_005ccolon.html#index-amsmath-package-11"><code>amsmath</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="Colon-character-_0026-_005ccolon.html#Colon-character-_0026-_005ccolon">Colon character &amp; \colon</a></td></tr>
+<tr><td></td><td valign="top"><a href="Colon-character-_0026-_005ccolon.html#index-amsmath-package-12"><code>amsmath</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="Colon-character-_0026-_005ccolon.html#Colon-character-_0026-_005ccolon">Colon character &amp; \colon</a></td></tr>
+<tr><td></td><td valign="top"><a href="eqnarray.html#index-amsmath-package_002c-replacing-eqnarray">amsmath <span class="roman">package, replacing <code>eqnarray</code></span></a>:</td><td>&nbsp;</td><td valign="top"><a href="eqnarray.html#eqnarray">eqnarray</a></td></tr>
+<tr><td></td><td valign="top"><a href="theorem.html#index-amsthm-package"><code>amsthm</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="theorem.html#theorem">theorem</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005crule.html#index-amsthm-package-1"><code>amsthm</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005crule.html#g_t_005crule">\rule</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cwrite.html#index-answers-package"><code>answers</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cwrite.html#g_t_005cwrite">\write</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cappendix.html#index-appendices">appendices</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cappendix.html#g_t_005cappendix">\appendix</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cappendix.html#index-appendix">appendix</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cappendix.html#g_t_005cappendix">\appendix</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cappendix.html#index-appendix-package"><code>appendix</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cappendix.html#g_t_005cappendix">\appendix</a></td></tr>
+<tr><td></td><td valign="top"><a href="Additional-Latin-letters.html#index-aring">aring</a>:</td><td>&nbsp;</td><td valign="top"><a href="Additional-Latin-letters.html#Additional-Latin-letters">Additional Latin letters</a></td></tr>
+<tr><td></td><td valign="top"><a href="array.html#index-array-_0028package_0029-package"><code>array (package)</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="array.html#array">array</a></td></tr>
+<tr><td></td><td valign="top"><a href="array.html#index-array-environment"><code><code>array</code> <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="array.html#array">array</a></td></tr>
+<tr><td></td><td valign="top"><a href="array.html#index-arrays_002c-math">arrays, math</a>:</td><td>&nbsp;</td><td valign="top"><a href="array.html#array">array</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-arrow_002c-left_002c-in-text">arrow, left, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-arrow_002c-right_002c-in-text">arrow, right, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Arrows.html#index-arrows">arrows</a>:</td><td>&nbsp;</td><td valign="top"><a href="Arrows.html#Arrows">Arrows</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-classes.html#index-article-class"><code>article <span class="roman">class</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-classes.html#Document-classes">Document classes</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-ascender-height">ascender height</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-ASCII-circumflex_002c-in-text">ASCII circumflex, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-ASCII-tilde_002c-in-text">ASCII tilde, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-asterisk_002c-centered_002c-in-text">asterisk, centered, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cline.html#index-Asymptote-package"><code>Asymptote</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cline.html#g_t_005cline">\line</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cstrut.html#index-Asymptote-package-1"><code>Asymptote</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cstrut.html#g_t_005cstrut">\strut</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cmbox-_0026-_005cmakebox.html#index-Asymptote-package-2"><code>Asymptote</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cmbox-_0026-_005cmakebox.html#g_t_005cmbox-_0026-_005cmakebox">\mbox &amp; \makebox</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cwrite18.html#index-Asymptote-package-3"><code>Asymptote</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cwrite18.html#g_t_005cwrite18">\write18</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cnewfont.html#index-at-clause_002c-in-font-definitions">at clause, in font definitions</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cnewfont.html#g_t_005cnewfont">\newfont</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005c_0040.html#index-at_002dsign"><code>at-sign</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005c_0040.html#g_t_005c_0040">\@</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cmaketitle.html#index-author_002c-for-titlepage">author, for titlepage</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cmaketitle.html#g_t_005cmaketitle">\maketitle</a></td></tr>
+<tr><td></td><td valign="top"><a href="Output-files.html#index-auxiliary-file">auxiliary file</a>:</td><td>&nbsp;</td><td valign="top"><a href="Output-files.html#Output-files">Output files</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th><a name="Index_cp_letter-B">B</a></th><td></td><td></td></tr>
+<tr><td></td><td valign="top"><a href="Document-class-options.html#index-b5paper-option"><code>b5paper <span class="roman">option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-class-options.html#Document-class-options">Document class options</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cchapter.html#index-babel-package"><code>babel</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cchapter.html#g_t_005cchapter">\chapter</a></td></tr>
+<tr><td></td><td valign="top"><a href="thebibliography.html#index-babel-package-1"><code>babel</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="thebibliography.html#thebibliography">thebibliography</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-babel-package-2"><code>babel</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005ctoday.html#index-babel-package-3"><code>babel</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005ctoday.html#g_t_005ctoday">\today</a></td></tr>
+<tr><td></td><td valign="top"><a href="Table-of-contents-etc_002e.html#index-babel-package-4"><code>babel</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="Table-of-contents-etc_002e.html#Table-of-contents-etc_002e">Table of contents etc.</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cindex.html#index-babel-package-5"><code>babel</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cindex.html#g_t_005cindex">\index</a></td></tr>
+<tr><td></td><td valign="top"><a href="Colored-pages.html#index-background_002c-colored">background, colored</a>:</td><td>&nbsp;</td><td valign="top"><a href="Colored-pages.html#Colored-pages">Colored pages</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-backslash_002c-in-text">backslash, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-bar_002c-double-vertical_002c-in-text">bar, double vertical, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-bar_002c-vertical_002c-in-text">bar, vertical, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-bar_002dover-accent">bar-over accent</a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-accents.html#index-bar_002dover-accent_002c-math">bar-over accent, math</a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-accents.html#Math-accents">Math accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-bar_002dunder-accent">bar-under accent</a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Overview.html#index-basics-of-LaTeX">basics of LaTeX</a>:</td><td>&nbsp;</td><td valign="top"><a href="Overview.html#Overview">Overview</a></td></tr>
+<tr><td></td><td valign="top"><a href="beamer-template.html#index-beamer-template-and-class"><code>beamer</code> template and class</a>:</td><td>&nbsp;</td><td valign="top"><a href="beamer-template.html#beamer-template">beamer template</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cAtBeginDocument.html#index-beginning-of-document-hook">beginning of document hook</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cAtBeginDocument.html#g_t_005cAtBeginDocument">\AtBeginDocument</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-class-options.html#index-bibliography-format_002c-open">bibliography format, open</a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-class-options.html#Document-class-options">Document class options</a></td></tr>
+<tr><td></td><td valign="top"><a href="Using-BibTeX.html#index-bibliography_002c-creating-_0028automatically_0029">bibliography, creating (automatically)</a>:</td><td>&nbsp;</td><td valign="top"><a href="Using-BibTeX.html#Using-BibTeX">Using BibTeX</a></td></tr>
+<tr><td></td><td valign="top"><a href="thebibliography.html#index-bibliography_002c-creating-_0028manually_0029">bibliography, creating (manually)</a>:</td><td>&nbsp;</td><td valign="top"><a href="thebibliography.html#thebibliography">thebibliography</a></td></tr>
+<tr><td></td><td valign="top"><a href="Using-BibTeX.html#index-bibTeX_002c-using">bibTeX, using</a>:</td><td>&nbsp;</td><td valign="top"><a href="Using-BibTeX.html#Using-BibTeX">Using BibTeX</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-big-circle-symbols_002c-in-text">big circle symbols, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Units-of-length.html#index-Big-point">Big point</a>:</td><td>&nbsp;</td><td valign="top"><a href="Units-of-length.html#Units-of-length">Units of length</a></td></tr>
+<tr><td></td><td valign="top"><a href="Footnotes-of-footnotes.html#index-bigfoot-package"><code>bigfoot</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="Footnotes-of-footnotes.html#Footnotes-of-footnotes">Footnotes of footnotes</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-class-options.html#index-black-boxes_002c-omitting">black boxes, omitting</a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-class-options.html#Document-class-options">Document class options</a></td></tr>
+<tr><td></td><td valign="top"><a href="Blackboard-bold.html#index-blackboard-bold">blackboard bold</a>:</td><td>&nbsp;</td><td valign="top"><a href="Blackboard-bold.html#Blackboard-bold">Blackboard bold</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cboldmath-_0026-_005cunboldmath.html#index-bm-package"><code>bm</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cboldmath-_0026-_005cunboldmath.html#g_t_005cboldmath-_0026-_005cunboldmath">\boldmath &amp; \unboldmath</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-bold-font">bold font</a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-bold-math">bold math</a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="description.html#index-bold-typewriter_002c-avoiding">bold typewriter, avoiding</a>:</td><td>&nbsp;</td><td valign="top"><a href="description.html#description">description</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cboldmath-_0026-_005cunboldmath.html#index-boldface-mathematics">boldface mathematics</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cboldmath-_0026-_005cunboldmath.html#g_t_005cboldmath-_0026-_005cunboldmath">\boldmath &amp; \unboldmath</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-classes.html#index-book-class"><code>book <span class="roman">class</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-classes.html#Document-classes">Document classes</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter.html#index-book_002c-back-matter">book, back matter</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter.html#g_t_005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter">\frontmatter &amp; \mainmatter &amp; \backmatter</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter.html#index-book_002c-end-matter">book, end matter</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter.html#g_t_005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter">\frontmatter &amp; \mainmatter &amp; \backmatter</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter.html#index-book_002c-front-matter">book, front matter</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter.html#g_t_005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter">\frontmatter &amp; \mainmatter &amp; \backmatter</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter.html#index-book_002c-main-matter">book, main matter</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter.html#g_t_005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter">\frontmatter &amp; \mainmatter &amp; \backmatter</a></td></tr>
+<tr><td></td><td valign="top"><a href="Floats.html#index-bottomnumber"><code>bottomnumber</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Floats.html#Floats">Floats</a></td></tr>
+<tr><td></td><td valign="top"><a href="Floats.html#index-bottomnumber-1"><code>bottomnumber</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Floats.html#Floats">Floats</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cmbox-_0026-_005cmakebox.html#index-box">box</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cmbox-_0026-_005cmakebox.html#g_t_005cmbox-_0026-_005cmakebox">\mbox &amp; \makebox</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cnewsavebox.html#index-box_002c-allocating-new">box, allocating new</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cnewsavebox.html#g_t_005cnewsavebox">\newsavebox</a></td></tr>
+<tr><td></td><td valign="top"><a href="Colored-boxes.html#index-box_002c-colored">box, colored</a>:</td><td>&nbsp;</td><td valign="top"><a href="Colored-boxes.html#Colored-boxes">Colored boxes</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005csbox-_0026-_005csavebox.html#index-box_002c-save">box, save</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005csbox-_0026-_005csavebox.html#g_t_005csbox-_0026-_005csavebox">\sbox &amp; \savebox</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cusebox.html#index-box_002c-use-saved-box">box, use saved box</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cusebox.html#g_t_005cusebox">\usebox</a></td></tr>
+<tr><td></td><td valign="top"><a href="Boxes.html#index-boxes">boxes</a>:</td><td>&nbsp;</td><td valign="top"><a href="Boxes.html#Boxes">Boxes</a></td></tr>
+<tr><td></td><td valign="top"><a href="Units-of-length.html#index-bp"><code>bp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Units-of-length.html#Units-of-length">Units of length</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-brace_002c-left_002c-in-text">brace, left, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-brace_002c-right_002c-in-text">brace, right, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Delimiters.html#index-braces">braces</a>:</td><td>&nbsp;</td><td valign="top"><a href="Delimiters.html#Delimiters">Delimiters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Delimiters.html#index-brackets">brackets</a>:</td><td>&nbsp;</td><td valign="top"><a href="Delimiters.html#Delimiters">Delimiters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Line-breaking.html#index-breaking-lines">breaking lines</a>:</td><td>&nbsp;</td><td valign="top"><a href="Line-breaking.html#Line-breaking">Line breaking</a></td></tr>
+<tr><td></td><td valign="top"><a href="Page-breaking.html#index-breaking-pages">breaking pages</a>:</td><td>&nbsp;</td><td valign="top"><a href="Page-breaking.html#Page-breaking">Page breaking</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005c_002a.html#index-breaks_002c-multiplication-discretionary">breaks, multiplication discretionary</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005c_002a.html#g_t_005c_002a">\*</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-breve-accent">breve accent</a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-accents.html#index-breve-accent_002c-math">breve accent, math</a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-accents.html#Math-accents">Math accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="About-this-document.html#index-bug-reporting">bug reporting</a>:</td><td>&nbsp;</td><td valign="top"><a href="About-this-document.html#About-this-document">About this document</a></td></tr>
+<tr><td></td><td valign="top"><a href="itemize.html#index-bullet-lists">bullet lists</a>:</td><td>&nbsp;</td><td valign="top"><a href="itemize.html#itemize">itemize</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-bullet-symbol">bullet symbol</a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-bullet_002c-in-text">bullet, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="itemize.html#index-bulleted-lists">bulleted lists</a>:</td><td>&nbsp;</td><td valign="top"><a href="itemize.html#itemize">itemize</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th><a name="Index_cp_letter-C">C</a></th><td></td><td></td></tr>
+<tr><td></td><td valign="top"><a href="Calligraphic.html#index-calligraphic-fonts">calligraphic fonts</a>:</td><td>&nbsp;</td><td valign="top"><a href="Calligraphic.html#Calligraphic">Calligraphic</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-calligraphic-letters-for-math">calligraphic letters for math</a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-cap-height">cap height</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-caron-accent">caron accent</a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cmakeatletter-_0026-_005cmakeatother.html#index-catcode">catcode</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cmakeatletter-_0026-_005cmakeatother.html#g_t_005cmakeatletter-_0026-_005cmakeatother">\makeatletter &amp; \makeatother</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cmakeatletter-_0026-_005cmakeatother.html#index-category-code_002c-character">category code, character</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cmakeatletter-_0026-_005cmakeatother.html#g_t_005cmakeatletter-_0026-_005cmakeatother">\makeatletter &amp; \makeatother</a></td></tr>
+<tr><td></td><td valign="top"><a href="Units-of-length.html#index-cc"><code>cc</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Units-of-length.html#Units-of-length">Units of length</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005ccc.html#index-cc-list_002c-in-letters">cc list, in letters</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005ccc.html#g_t_005ccc">\cc</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-cedilla-accent">cedilla accent</a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="center.html#index-center-environment"><code><code>center</code> <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="center.html#center">center</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-centered-asterisk_002c-in-text">centered asterisk, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-class-options.html#index-centered-equations">centered equations</a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-class-options.html#Document-class-options">Document class options</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-centered-period_002c-in-text">centered period, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005ccentering.html#index-centering-text_002c-declaration-for">centering text, declaration for</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005ccentering.html#g_t_005ccentering">\centering</a></td></tr>
+<tr><td></td><td valign="top"><a href="center.html#index-centering-text_002c-environment-for">centering text, environment for</a>:</td><td>&nbsp;</td><td valign="top"><a href="center.html#center">center</a></td></tr>
+<tr><td></td><td valign="top"><a href="Units-of-length.html#index-Centimeter">Centimeter</a>:</td><td>&nbsp;</td><td valign="top"><a href="Units-of-length.html#Units-of-length">Units of length</a></td></tr>
+<tr><td></td><td valign="top"><a href="Sectioning.html#index-chapter">chapter</a>:</td><td>&nbsp;</td><td valign="top"><a href="Sectioning.html#Sectioning">Sectioning</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cchapter.html#index-chapter-1">chapter</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cchapter.html#g_t_005cchapter">\chapter</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cmakeatletter-_0026-_005cmakeatother.html#index-character-category-code">character category code</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cmakeatletter-_0026-_005cmakeatother.html#g_t_005cmakeatletter-_0026-_005cmakeatother">\makeatletter &amp; \makeatother</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cphantom-_0026-_005cvphantom-_0026-_005chphantom.html#index-character_002c-invisible">character, invisible</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cphantom-_0026-_005cvphantom-_0026-_005chphantom.html#g_t_005cphantom-_0026-_005cvphantom-_0026-_005chphantom">\phantom &amp; \vphantom &amp; \hphantom</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-characters_002c-accented">characters, accented</a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Upper-and-lower-case.html#index-characters_002c-case-of">characters, case of</a>:</td><td>&nbsp;</td><td valign="top"><a href="Upper-and-lower-case.html#Upper-and-lower-case">Upper and lower case</a></td></tr>
+<tr><td></td><td valign="top"><a href="Additional-Latin-letters.html#index-characters_002c-non_002dEnglish">characters, non-English</a>:</td><td>&nbsp;</td><td valign="top"><a href="Additional-Latin-letters.html#Additional-Latin-letters">Additional Latin letters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Reserved-characters.html#index-characters_002c-reserved">characters, reserved</a>:</td><td>&nbsp;</td><td valign="top"><a href="Reserved-characters.html#Reserved-characters">Reserved characters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Reserved-characters.html#index-characters_002c-special">characters, special</a>:</td><td>&nbsp;</td><td valign="top"><a href="Reserved-characters.html#Reserved-characters">Reserved characters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-check-accent">check accent</a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-accents.html#index-check-accent_002c-math">check accent, math</a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-accents.html#Math-accents">Math accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Units-of-length.html#index-Cicero">Cicero</a>:</td><td>&nbsp;</td><td valign="top"><a href="Units-of-length.html#Units-of-length">Units of length</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-circle-symbol_002c-big_002c-in-text">circle symbol, big, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-circled-letter_002c-in-text">circled letter, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-circumflex-accent">circumflex accent</a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-accents.html#index-circumflex-accent_002c-math">circumflex accent, math</a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-accents.html#Math-accents">Math accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-circumflex_002c-ASCII_002c-in-text">circumflex, ASCII, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cbibitem.html#index-citation-key">citation key</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cbibitem.html#g_t_005cbibitem">\bibitem</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-commands.html#index-class-and-package-commands">class and package commands</a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-commands.html#Class-and-package-commands">Class and package commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-construction.html#index-class-and-package-difference">class and package difference</a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-construction.html#Class-and-package-construction">Class and package construction</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-structure.html#index-class-and-package-structure">class and package structure</a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-structure.html#Class-and-package-structure">Class and package structure</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-structure.html#index-class-file-example">class file example</a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-structure.html#Class-and-package-structure">Class and package structure</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-structure.html#index-class-file-layout">class file layout</a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-structure.html#Class-and-package-structure">Class and package structure</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-class-options.html#index-class-options">class options</a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-class-options.html#Document-class-options">Document class options</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-structure.html#index-class-options-1">class options</a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-structure.html#Class-and-package-structure">Class and package structure</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-commands.html#index-class-options-2">class options</a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-commands.html#Class-and-package-commands">Class and package commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-classes.html#index-classes-of-documents">classes of documents</a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-classes.html#Document-classes">Document classes</a></td></tr>
+<tr><td></td><td valign="top"><a href="Cross-references.html#index-cleveref-package"><code>cleveref</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="Cross-references.html#Cross-references">Cross references</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cref.html#index-cleveref-package-1"><code>cleveref</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cref.html#g_t_005cref">\ref</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cfootnotemark.html#index-cleveref-package-2"><code>cleveref</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cfootnotemark.html#g_t_005cfootnotemark">\footnotemark</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-class-options.html#index-clock-option-to-slides-class"><code>clock <span class="roman">option to <code>slides</code> class</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-class-options.html#Document-class-options">Document class options</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cclosing.html#index-closing-letters">closing letters</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cclosing.html#g_t_005cclosing">\closing</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-closing-quote">closing quote</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Units-of-length.html#index-cm"><code>cm</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Units-of-length.html#Units-of-length">Units of length</a></td></tr>
+<tr><td></td><td valign="top"><a href="fontenc-package.html#index-cm_002dsuper-package"><code>cm-super</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="fontenc-package.html#fontenc-package">fontenc package</a></td></tr>
+<tr><td></td><td valign="top"><a href="verbatim.html#index-code_002c-typesetting">code, typesetting</a>:</td><td>&nbsp;</td><td valign="top"><a href="verbatim.html#verbatim">verbatim</a></td></tr>
+<tr><td></td><td valign="top"><a href="Colon-character-_0026-_005ccolon.html#index-colon-character">colon character</a>:</td><td>&nbsp;</td><td valign="top"><a href="Colon-character-_0026-_005ccolon.html#Colon-character-_0026-_005ccolon">Colon character &amp; \colon</a></td></tr>
+<tr><td></td><td valign="top"><a href="Color.html#index-color">color</a>:</td><td>&nbsp;</td><td valign="top"><a href="Color.html#Color">Color</a></td></tr>
+<tr><td></td><td valign="top"><a href="Define-colors.html#index-color-1">color</a>:</td><td>&nbsp;</td><td valign="top"><a href="Define-colors.html#Define-colors">Define colors</a></td></tr>
+<tr><td></td><td valign="top"><a href="Colored-text.html#index-color-2">color</a>:</td><td>&nbsp;</td><td valign="top"><a href="Colored-text.html#Colored-text">Colored text</a></td></tr>
+<tr><td></td><td valign="top"><a href="Colored-boxes.html#index-color-3">color</a>:</td><td>&nbsp;</td><td valign="top"><a href="Colored-boxes.html#Colored-boxes">Colored boxes</a></td></tr>
+<tr><td></td><td valign="top"><a href="Colored-pages.html#index-color-4">color</a>:</td><td>&nbsp;</td><td valign="top"><a href="Colored-pages.html#Colored-pages">Colored pages</a></td></tr>
+<tr><td></td><td valign="top"><a href="Color-models.html#index-color-models">color models</a>:</td><td>&nbsp;</td><td valign="top"><a href="Color-models.html#Color-models">Color models</a></td></tr>
+<tr><td></td><td valign="top"><a href="Commands-for-color.html#index-color-package-commands">color package commands</a>:</td><td>&nbsp;</td><td valign="top"><a href="Commands-for-color.html#Commands-for-color">Commands for color</a></td></tr>
+<tr><td></td><td valign="top"><a href="Color-package-options.html#index-color-package-options">color package options</a>:</td><td>&nbsp;</td><td valign="top"><a href="Color-package-options.html#Color-package-options">Color package options</a></td></tr>
+<tr><td></td><td valign="top"><a href="Define-colors.html#index-color_002c-define">color, define</a>:</td><td>&nbsp;</td><td valign="top"><a href="Define-colors.html#Define-colors">Define colors</a></td></tr>
+<tr><td></td><td valign="top"><a href="Colored-boxes.html#index-colored-boxes">colored boxes</a>:</td><td>&nbsp;</td><td valign="top"><a href="Colored-boxes.html#Colored-boxes">Colored boxes</a></td></tr>
+<tr><td></td><td valign="top"><a href="Colored-pages.html#index-colored-page">colored page</a>:</td><td>&nbsp;</td><td valign="top"><a href="Colored-pages.html#Colored-pages">Colored pages</a></td></tr>
+<tr><td></td><td valign="top"><a href="Colored-text.html#index-colored-text">colored text</a>:</td><td>&nbsp;</td><td valign="top"><a href="Colored-text.html#Colored-text">Colored text</a></td></tr>
+<tr><td></td><td valign="top"><a href="Command-line.html#index-command-line">command line</a>:</td><td>&nbsp;</td><td valign="top"><a href="Command-line.html#Command-line">Command line</a></td></tr>
+<tr><td></td><td valign="top"><a href="LaTeX-command-syntax.html#index-command-syntax">command syntax</a>:</td><td>&nbsp;</td><td valign="top"><a href="LaTeX-command-syntax.html#LaTeX-command-syntax">LaTeX command syntax</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-commands.html#index-commands_002c-class-and-package">commands, class and package</a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-commands.html#Class-and-package-commands">Class and package commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cnewcommand-_0026-_005crenewcommand.html#index-commands_002c-defining-new-ones">commands, defining new ones</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cnewcommand-_0026-_005crenewcommand.html#g_t_005cnewcommand-_0026-_005crenewcommand">\newcommand &amp; \renewcommand</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cprovidecommand.html#index-commands_002c-defining-new-ones-1">commands, defining new ones</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cprovidecommand.html#g_t_005cprovidecommand">\providecommand</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-construction.html#index-commands_002c-document-class">commands, document class</a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-construction.html#Class-and-package-construction">Class and package construction</a></td></tr>
+<tr><td></td><td valign="top"><a href="Commands-for-graphics.html#index-commands_002c-graphics-package">commands, graphics package</a>:</td><td>&nbsp;</td><td valign="top"><a href="Commands-for-graphics.html#Commands-for-graphics">Commands for graphics</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cignorespaces-_0026-_005cignorespacesafterend.html#index-commands_002c-ignore-spaces">commands, ignore spaces</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cignorespaces-_0026-_005cignorespacesafterend.html#g_t_005cignorespaces-_0026-_005cignorespacesafterend">\ignorespaces &amp; \ignorespacesafterend</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cnewcommand-_0026-_005crenewcommand.html#index-commands_002c-redefining">commands, redefining</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cnewcommand-_0026-_005crenewcommand.html#g_t_005cnewcommand-_0026-_005crenewcommand">\newcommand &amp; \renewcommand</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cwrite18.html#index-commands_002c-run-from-LaTeX">commands, run from LaTeX</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cwrite18.html#g_t_005cwrite18">\write18</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005c_0040ifstar.html#index-commands_002c-star_002dvariants">commands, star-variants</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005c_0040ifstar.html#g_t_005c_0040ifstar">\@ifstar</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-composite-word-mark_002c-in-text">composite word mark, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-comprehensive-package"><code>comprehensive</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="verbatim.html#index-computer-programs_002c-typesetting">computer programs, typesetting</a>:</td><td>&nbsp;</td><td valign="top"><a href="verbatim.html#verbatim">verbatim</a></td></tr>
+<tr><td></td><td valign="top"><a href="Graphics-package-configuration.html#index-configuration_002c-graphics-package">configuration, graphics package</a>:</td><td>&nbsp;</td><td valign="top"><a href="Graphics-package-configuration.html#Graphics-package-configuration">Graphics package configuration</a></td></tr>
+<tr><td></td><td valign="top"><a href="Output-files.html#index-contents-file">contents file</a>:</td><td>&nbsp;</td><td valign="top"><a href="Output-files.html#Output-files">Output files</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-copyright-symbol">copyright symbol</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Counters.html#index-counters_002c-a-list-of">counters, a list of</a>:</td><td>&nbsp;</td><td valign="top"><a href="Counters.html#Counters">Counters</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cnewcounter.html#index-counters_002c-defining-new">counters, defining new</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cnewcounter.html#g_t_005cnewcounter">\newcounter</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cvalue.html#index-counters_002c-getting-value-of">counters, getting value of</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cvalue.html#g_t_005cvalue">\value</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol.html#index-counters_002c-printing">counters, printing</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol.html#g_t_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol">\alph \Alph \arabic \roman \Roman \fnsymbol</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005csetcounter.html#index-counters_002c-setting">counters, setting</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005csetcounter.html#g_t_005csetcounter">\setcounter</a></td></tr>
+<tr><td></td><td valign="top"><a href="verbatim.html#index-cprotect-package"><code>cprotect</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="verbatim.html#verbatim">verbatim</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cverb.html#index-cprotect-package-1"><code>cprotect</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cverb.html#g_t_005cverb">\verb</a></td></tr>
+<tr><td></td><td valign="top"><a href="picture.html#index-creating-pictures">creating pictures</a>:</td><td>&nbsp;</td><td valign="top"><a href="picture.html#picture">picture</a></td></tr>
+<tr><td></td><td valign="top"><a href="table.html#index-creating-tables">creating tables</a>:</td><td>&nbsp;</td><td valign="top"><a href="table.html#table">table</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cmaketitle.html#index-credit-footnote">credit footnote</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cmaketitle.html#g_t_005cmaketitle">\maketitle</a></td></tr>
+<tr><td></td><td valign="top"><a href="Cross-references.html#index-cross-references">cross references</a>:</td><td>&nbsp;</td><td valign="top"><a href="Cross-references.html#Cross-references">Cross references</a></td></tr>
+<tr><td></td><td valign="top"><a href="Output-files.html#index-cross-references_002c-resolving">cross references, resolving</a>:</td><td>&nbsp;</td><td valign="top"><a href="Output-files.html#Output-files">Output files</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cpageref.html#index-cross-referencing-with-page-number">cross referencing with page number</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cpageref.html#g_t_005cpageref">\pageref</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cref.html#index-cross-referencing_002c-symbolic">cross referencing, symbolic</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cref.html#g_t_005cref">\ref</a></td></tr>
+<tr><td></td><td valign="top"><a href="CTAN.html#index-CTAN">CTAN</a>:</td><td>&nbsp;</td><td valign="top"><a href="CTAN.html#CTAN">CTAN</a></td></tr>
+<tr><td></td><td valign="top"><a href="Delimiters.html#index-curly-braces">curly braces</a>:</td><td>&nbsp;</td><td valign="top"><a href="Delimiters.html#Delimiters">Delimiters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-currency_002c-dollar">currency, dollar</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-currency_002c-euro">currency, euro</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th><a name="Index_cp_letter-D">D</a></th><td></td><td></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-dagger_002c-double_002c-in-text">dagger, double, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-dagger_002c-in-text">dagger, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-dagger_002c-in-text-1">dagger, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="CTAN.html#index-DANTE-e_002eV_002e">DANTE e.V.</a>:</td><td>&nbsp;</td><td valign="top"><a href="CTAN.html#CTAN">CTAN</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cread.html#index-datatool-package"><code>datatool</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cread.html#g_t_005cread">\read</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cmaketitle.html#index-date_002c-for-titlepage">date, for titlepage</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cmaketitle.html#g_t_005cmaketitle">\maketitle</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005ctoday.html#index-date_002c-today_0027s">date, today&rsquo;s</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005ctoday.html#g_t_005ctoday">\today</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005ctoday.html#index-datetime-package"><code>datetime</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005ctoday.html#g_t_005ctoday">\today</a></td></tr>
+<tr><td></td><td valign="top"><a href="Floats.html#index-dbltopnumber"><code>dbltopnumber</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Floats.html#Floats">Floats</a></td></tr>
+<tr><td></td><td valign="top"><a href="Floats.html#index-dbltopnumber-1"><code>dbltopnumber</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Floats.html#Floats">Floats</a></td></tr>
+<tr><td></td><td valign="top"><a href="array.html#index-dcolumn-package"><code>dcolumn</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="array.html#array">array</a></td></tr>
+<tr><td></td><td valign="top"><a href="Units-of-length.html#index-dd"><code>dd</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Units-of-length.html#Units-of-length">Units of length</a></td></tr>
+<tr><td></td><td valign="top"><a href="Define-colors.html#index-define-color">define color</a>:</td><td>&nbsp;</td><td valign="top"><a href="Define-colors.html#Define-colors">Define colors</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cnewcommand-_0026-_005crenewcommand.html#index-defining-a-new-command">defining a new command</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cnewcommand-_0026-_005crenewcommand.html#g_t_005cnewcommand-_0026-_005crenewcommand">\newcommand &amp; \renewcommand</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cprovidecommand.html#index-defining-a-new-command-1">defining a new command</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cprovidecommand.html#g_t_005cprovidecommand">\providecommand</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cnewenvironment-_0026-_005crenewenvironment.html#index-defining-new-environments">defining new environments</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cnewenvironment-_0026-_005crenewenvironment.html#g_t_005cnewenvironment-_0026-_005crenewenvironment">\newenvironment &amp; \renewenvironment</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cnewfont.html#index-defining-new-fonts">defining new fonts</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cnewfont.html#g_t_005cnewfont">\newfont</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cnewtheorem.html#index-defining-new-theorems">defining new theorems</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cnewtheorem.html#g_t_005cnewtheorem">\newtheorem</a></td></tr>
+<tr><td></td><td valign="top"><a href="Definitions.html#index-definitions">definitions</a>:</td><td>&nbsp;</td><td valign="top"><a href="Definitions.html#Definitions">Definitions</a></td></tr>
+<tr><td></td><td valign="top"><a href="Delimiters.html#index-Delimiters">Delimiters</a>:</td><td>&nbsp;</td><td valign="top"><a href="Delimiters.html#Delimiters">Delimiters</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cleft-_0026-_005cright.html#index-delimiters_002c-paired">delimiters, paired</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cleft-_0026-_005cright.html#g_t_005cleft-_0026-_005cright">\left &amp; \right</a></td></tr>
+<tr><td></td><td valign="top"><a href="makeindex.html#index-delim_005f0"><code>delim_0</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="makeindex.html#makeindex">makeindex</a></td></tr>
+<tr><td></td><td valign="top"><a href="makeindex.html#index-delim_005f1"><code>delim_1</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="makeindex.html#makeindex">makeindex</a></td></tr>
+<tr><td></td><td valign="top"><a href="makeindex.html#index-delim_005f2"><code>delim_2</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="makeindex.html#makeindex">makeindex</a></td></tr>
+<tr><td></td><td valign="top"><a href="makeindex.html#index-delim_005fn"><code>delim_n</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="makeindex.html#makeindex">makeindex</a></td></tr>
+<tr><td></td><td valign="top"><a href="makeindex.html#index-delim_005fr"><code>delim_r</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="makeindex.html#makeindex">makeindex</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cnewglossaryentry.html#index-description"><code>description</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cnewglossaryentry.html#g_t_005cnewglossaryentry">\newglossaryentry</a></td></tr>
+<tr><td></td><td valign="top"><a href="description.html#index-description-environment"><code><code>description</code> <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="description.html#description">description</a></td></tr>
+<tr><td></td><td valign="top"><a href="description.html#index-description-lists_002c-creating">description lists, creating</a>:</td><td>&nbsp;</td><td valign="top"><a href="description.html#description">description</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cnewfont.html#index-design-size_002c-in-font-definitions">design size, in font definitions</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cnewfont.html#g_t_005cnewfont">\newfont</a></td></tr>
+<tr><td></td><td valign="top"><a href="Units-of-length.html#index-Didot-point">Didot point</a>:</td><td>&nbsp;</td><td valign="top"><a href="Units-of-length.html#Units-of-length">Units of length</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-dieresis-accent">dieresis accent</a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-construction.html#index-difference-between-class-and-package">difference between class and package</a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-construction.html#Class-and-package-construction">Class and package construction</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005c_002a.html#index-discretionary-breaks_002c-multiplication">discretionary breaks, multiplication</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005c_002a.html#g_t_005c_002a">\*</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cdiscretionary.html#index-discretionary-hyphenation">discretionary hyphenation</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cdiscretionary.html#g_t_005cdiscretionary">\discretionary</a></td></tr>
+<tr><td></td><td valign="top"><a href="Modes.html#index-display-math-mode">display math mode</a>:</td><td>&nbsp;</td><td valign="top"><a href="Modes.html#Modes">Modes</a></td></tr>
+<tr><td></td><td valign="top"><a href="quotation-_0026-quote.html#index-displaying-quoted-text-with-paragraph-indentation">displaying quoted text with paragraph indentation</a>:</td><td>&nbsp;</td><td valign="top"><a href="quotation-_0026-quote.html#quotation-_0026-quote">quotation &amp; quote</a></td></tr>
+<tr><td></td><td valign="top"><a href="quotation-_0026-quote.html#index-displaying-quoted-text-without-paragraph-indentation">displaying quoted text without paragraph indentation</a>:</td><td>&nbsp;</td><td valign="top"><a href="quotation-_0026-quote.html#quotation-_0026-quote">quotation &amp; quote</a></td></tr>
+<tr><td></td><td valign="top"><a href="displaymath.html#index-displaymath-environment"><code><code>displaymath</code> <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="displaymath.html#displaymath">displaymath</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-formulas.html#index-displaymath-environment-1"><code><code>displaymath</code> <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-formulas.html#Math-formulas">Math formulas</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-construction.html#index-document-class-commands">document class commands</a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-construction.html#Class-and-package-construction">Class and package construction</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-class-options.html#index-document-class-options">document class options</a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-class-options.html#Document-class-options">Document class options</a></td></tr>
+<tr><td></td><td valign="top"><a href="Starting-and-ending.html#index-document-class_002c-defined">document class, defined</a>:</td><td>&nbsp;</td><td valign="top"><a href="Starting-and-ending.html#Starting-and-ending">Starting and ending</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-classes.html#index-document-classes">document classes</a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-classes.html#Document-classes">Document classes</a></td></tr>
+<tr><td></td><td valign="top"><a href="document.html#index-document-environment"><code><code>document</code> <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="document.html#document">document</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-templates.html#index-document-templates">document templates</a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-templates.html#Document-templates">Document templates</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-dollar-sign">dollar sign</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-dot-accent">dot accent</a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-accents.html#index-dot-over-accent_002c-math">dot over accent, math</a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-accents.html#Math-accents">Math accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-dot_002dover-accent">dot-over accent</a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-dot_002dunder-accent">dot-under accent</a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-dotless-i">dotless i</a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-dotless-i_002c-math">dotless i, math</a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-dotless-j">dotless j</a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-dotless-j_002c-math">dotless j, math</a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Dots.html#index-dots">dots</a>:</td><td>&nbsp;</td><td valign="top"><a href="Dots.html#Dots">Dots</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-double-angle-quotation-marks">double angle quotation marks</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-double-dagger_002c-in-text">double dagger, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-double-dagger_002c-in-text-1">double dagger, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-accents.html#index-double-dot-accent_002c-math">double dot accent, math</a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-accents.html#Math-accents">Math accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-double-guillemets">double guillemets</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-double-left-quote">double left quote</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-double-low_002d9-quotation-mark">double low-9 quotation mark</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-double-quote_002c-straight-base">double quote, straight base</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-double-right-quote">double right quote</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Low_002dlevel-font-commands.html#index-double-spacing">double spacing</a>:</td><td>&nbsp;</td><td valign="top"><a href="Low_002dlevel-font-commands.html#Low_002dlevel-font-commands">Low-level font commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-double-vertical-bar_002c-in-text">double vertical bar, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Blackboard-bold.html#index-doublestruck">doublestruck</a>:</td><td>&nbsp;</td><td valign="top"><a href="Blackboard-bold.html#Blackboard-bold">Blackboard bold</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-class-options.html#index-draft-option"><code>draft <span class="roman">option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-class-options.html#Document-class-options">Document class options</a></td></tr>
+<tr><td></td><td valign="top"><a href="Output-files.html#index-dvipdfmx-command"><code>dvipdfmx <span class="roman">command</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Output-files.html#Output-files">Output files</a></td></tr>
+<tr><td></td><td valign="top"><a href="Output-files.html#index-dvips-command"><code>dvips <span class="roman">command</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Output-files.html#Output-files">Output files</a></td></tr>
+<tr><td></td><td valign="top"><a href="Output-files.html#index-dvitype-command"><code>dvitype <span class="roman">command</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Output-files.html#Output-files">Output files</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th><a name="Index_cp_letter-E">E</a></th><td></td><td></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-e_002ddash">e-dash</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="TeX-engines.html#index-e_002dTeX">e-TeX</a>:</td><td>&nbsp;</td><td valign="top"><a href="TeX-engines.html#TeX-engines">TeX engines</a></td></tr>
+<tr><td></td><td valign="top"><a href="Dots.html#index-ellipses">ellipses</a>:</td><td>&nbsp;</td><td valign="top"><a href="Dots.html#Dots">Dots</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-ellipsis">ellipsis</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Units-of-length.html#index-em">em</a>:</td><td>&nbsp;</td><td valign="top"><a href="Units-of-length.html#Units-of-length">Units of length</a></td></tr>
+<tr><td></td><td valign="top"><a href="Units-of-length.html#index-em-1"><code>em</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Units-of-length.html#Units-of-length">Units of length</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-em_002ddash">em-dash</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-em_002ddash_002c-three_002dquarters">em-dash, three-quarters</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-em_002ddash_002c-two_002dthirds">em-dash, two-thirds</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-emphasis">emphasis</a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cencl.html#index-enclosure-list">enclosure list</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cencl.html#g_t_005cencl">\encl</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cDeclareFontEncoding.html#index-Encoding_002c-font">Encoding, font</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cDeclareFontEncoding.html#g_t_005cDeclareFontEncoding">\DeclareFontEncoding</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cAtEndDocument.html#index-end-of-document-hook">end of document hook</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cAtEndDocument.html#g_t_005cAtEndDocument">\AtEndDocument</a></td></tr>
+<tr><td></td><td valign="top"><a href="Starting-and-ending.html#index-ending-and-starting">ending and starting</a>:</td><td>&nbsp;</td><td valign="top"><a href="Starting-and-ending.html#Starting-and-ending">Starting and ending</a></td></tr>
+<tr><td></td><td valign="top"><a href="TeX-engines.html#index-engines_002c-TeX">engines, TeX</a>:</td><td>&nbsp;</td><td valign="top"><a href="TeX-engines.html#TeX-engines">TeX engines</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cenlargethispage.html#index-enlarge-current-page">enlarge current page</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cenlargethispage.html#g_t_005cenlargethispage">\enlargethispage</a></td></tr>
+<tr><td></td><td valign="top"><a href="enumerate.html#index-enumerate-environment"><code><code>enumerate</code> <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="enumerate.html#enumerate">enumerate</a></td></tr>
+<tr><td></td><td valign="top"><a href="itemize.html#index-enumitem-package"><code>enumitem</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="itemize.html#itemize">itemize</a></td></tr>
+<tr><td></td><td valign="top"><a href="list.html#index-enumitem-package-1"><code>enumitem</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="list.html#list">list</a></td></tr>
+<tr><td></td><td valign="top"><a href="Starting-and-ending.html#index-environment">environment</a>:</td><td>&nbsp;</td><td valign="top"><a href="Starting-and-ending.html#Starting-and-ending">Starting and ending</a></td></tr>
+<tr><td></td><td valign="top"><a href="abstract.html#index-environment_002c-abstract"><code><span class="roman">environment</span>, <code>abstract</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="abstract.html#abstract">abstract</a></td></tr>
+<tr><td></td><td valign="top"><a href="array.html#index-environment_002c-array"><code><span class="roman">environment</span>, <code>array</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="array.html#array">array</a></td></tr>
+<tr><td></td><td valign="top"><a href="center.html#index-environment_002c-center"><code><span class="roman">environment</span>, <code>center</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="center.html#center">center</a></td></tr>
+<tr><td></td><td valign="top"><a href="description.html#index-environment_002c-description"><code><span class="roman">environment</span>, <code>description</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="description.html#description">description</a></td></tr>
+<tr><td></td><td valign="top"><a href="displaymath.html#index-environment_002c-displaymath"><code><span class="roman">environment</span>, <code>displaymath</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="displaymath.html#displaymath">displaymath</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-formulas.html#index-environment_002c-displaymath-1"><code><span class="roman">environment</span>, <code>displaymath</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-formulas.html#Math-formulas">Math formulas</a></td></tr>
+<tr><td></td><td valign="top"><a href="document.html#index-environment_002c-document"><code><span class="roman">environment</span>, <code>document</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="document.html#document">document</a></td></tr>
+<tr><td></td><td valign="top"><a href="enumerate.html#index-environment_002c-enumerate"><code><span class="roman">environment</span>, <code>enumerate</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="enumerate.html#enumerate">enumerate</a></td></tr>
+<tr><td></td><td valign="top"><a href="eqnarray.html#index-environment_002c-eqnarray"><code><span class="roman">environment</span>, <code>eqnarray</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="eqnarray.html#eqnarray">eqnarray</a></td></tr>
+<tr><td></td><td valign="top"><a href="equation.html#index-environment_002c-equation"><code><span class="roman">environment</span>, <code>equation</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="equation.html#equation">equation</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-formulas.html#index-environment_002c-equation-1"><code><span class="roman">environment</span>, <code>equation</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-formulas.html#Math-formulas">Math formulas</a></td></tr>
+<tr><td></td><td valign="top"><a href="figure.html#index-environment_002c-figure"><code><span class="roman">environment</span>, <code>figure</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="figure.html#figure">figure</a></td></tr>
+<tr><td></td><td valign="top"><a href="filecontents.html#index-environment_002c-filecontents"><code><span class="roman">environment</span>, <code>filecontents</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="filecontents.html#filecontents">filecontents</a></td></tr>
+<tr><td></td><td valign="top"><a href="filecontents.html#index-environment_002c-filecontents_002a"><code><span class="roman">environment</span>, <code>filecontents*</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="filecontents.html#filecontents">filecontents</a></td></tr>
+<tr><td></td><td valign="top"><a href="flushleft.html#index-environment_002c-flushleft"><code><span class="roman">environment</span>, <code>flushleft</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="flushleft.html#flushleft">flushleft</a></td></tr>
+<tr><td></td><td valign="top"><a href="flushright.html#index-environment_002c-flushright"><code><span class="roman">environment</span>, <code>flushright</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="flushright.html#flushright">flushright</a></td></tr>
+<tr><td></td><td valign="top"><a href="itemize.html#index-environment_002c-itemize"><code><span class="roman">environment</span>, <code>itemize</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="itemize.html#itemize">itemize</a></td></tr>
+<tr><td></td><td valign="top"><a href="letter.html#index-environment_002c-letter"><code><span class="roman">environment</span>, <code>letter</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="letter.html#letter">letter</a></td></tr>
+<tr><td></td><td valign="top"><a href="list.html#index-environment_002c-list"><code><span class="roman">environment</span>, <code>list</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="list.html#list">list</a></td></tr>
+<tr><td></td><td valign="top"><a href="math.html#index-environment_002c-math"><code><span class="roman">environment</span>, <code>math</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="math.html#math">math</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-formulas.html#index-environment_002c-math-1"><code><span class="roman">environment</span>, <code>math</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-formulas.html#Math-formulas">Math formulas</a></td></tr>
+<tr><td></td><td valign="top"><a href="minipage.html#index-environment_002c-minipage"><code><span class="roman">environment</span>, <code>minipage</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="minipage.html#minipage">minipage</a></td></tr>
+<tr><td></td><td valign="top"><a href="picture.html#index-environment_002c-picture"><code><span class="roman">environment</span>, <code>picture</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="picture.html#picture">picture</a></td></tr>
+<tr><td></td><td valign="top"><a href="quotation-_0026-quote.html#index-environment_002c-quotation"><code><span class="roman">environment</span>, <code>quotation</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="quotation-_0026-quote.html#quotation-_0026-quote">quotation &amp; quote</a></td></tr>
+<tr><td></td><td valign="top"><a href="quotation-_0026-quote.html#index-environment_002c-quote"><code><span class="roman">environment</span>, <code>quote</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="quotation-_0026-quote.html#quotation-_0026-quote">quotation &amp; quote</a></td></tr>
+<tr><td></td><td valign="top"><a href="tabbing.html#index-environment_002c-tabbing"><code><span class="roman">environment</span>, <code>tabbing</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="tabbing.html#tabbing">tabbing</a></td></tr>
+<tr><td></td><td valign="top"><a href="table.html#index-environment_002c-table"><code><span class="roman">environment</span>, <code>table</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="table.html#table">table</a></td></tr>
+<tr><td></td><td valign="top"><a href="tabular.html#index-environment_002c-tabular"><code><span class="roman">environment</span>, <code>tabular</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="tabular.html#tabular">tabular</a></td></tr>
+<tr><td></td><td valign="top"><a href="thebibliography.html#index-environment_002c-thebibliography"><code><span class="roman">environment</span>, <code>thebibliography</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="thebibliography.html#thebibliography">thebibliography</a></td></tr>
+<tr><td></td><td valign="top"><a href="theorem.html#index-environment_002c-theorem"><code><span class="roman">environment</span>, <code>theorem</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="theorem.html#theorem">theorem</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cnewtheorem.html#index-environment_002c-theorem_002dlike">environment, theorem-like</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cnewtheorem.html#g_t_005cnewtheorem">\newtheorem</a></td></tr>
+<tr><td></td><td valign="top"><a href="titlepage.html#index-environment_002c-titlepage"><code><span class="roman">environment</span>, <code>titlepage</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="titlepage.html#titlepage">titlepage</a></td></tr>
+<tr><td></td><td valign="top"><a href="verbatim.html#index-environment_002c-verbatim"><code><span class="roman">environment</span>, <code>verbatim</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="verbatim.html#verbatim">verbatim</a></td></tr>
+<tr><td></td><td valign="top"><a href="verse.html#index-environment_002c-verse"><code><span class="roman">environment</span>, <code>verse</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="verse.html#verse">verse</a></td></tr>
+<tr><td></td><td valign="top"><a href="Environments.html#index-environments">environments</a>:</td><td>&nbsp;</td><td valign="top"><a href="Environments.html#Environments">Environments</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cnewenvironment-_0026-_005crenewenvironment.html#index-environments_002c-defining">environments, defining</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cnewenvironment-_0026-_005crenewenvironment.html#g_t_005cnewenvironment-_0026-_005crenewenvironment">\newenvironment &amp; \renewenvironment</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cmakelabels.html#index-envlab-package"><code>envlab</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cmakelabels.html#g_t_005cmakelabels">\makelabels</a></td></tr>
+<tr><td></td><td valign="top"><a href="Graphics-package-configuration.html#index-EPS-files">EPS files</a>:</td><td>&nbsp;</td><td valign="top"><a href="Graphics-package-configuration.html#Graphics-package-configuration">Graphics package configuration</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cincludegraphics.html#index-EPS-files-1">EPS files</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cincludegraphics.html#g_t_005cincludegraphics">\includegraphics</a></td></tr>
+<tr><td></td><td valign="top"><a href="eqnarray.html#index-eqnarray-environment"><code><code>eqnarray</code> <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="eqnarray.html#eqnarray">eqnarray</a></td></tr>
+<tr><td></td><td valign="top"><a href="equation.html#index-equation-environment"><code><code>equation</code> <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="equation.html#equation">equation</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-formulas.html#index-equation-environment-1"><code><code>equation</code> <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-formulas.html#Math-formulas">Math formulas</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cref.html#index-equation-number_002c-cross-referencing">equation number, cross referencing</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cref.html#g_t_005cref">\ref</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-class-options.html#index-equation-numbers_002c-left-vs_002e-right">equation numbers, left vs. right</a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-class-options.html#Document-class-options">Document class options</a></td></tr>
+<tr><td></td><td valign="top"><a href="eqnarray.html#index-equation-numbers_002c-omitting">equation numbers, omitting</a>:</td><td>&nbsp;</td><td valign="top"><a href="eqnarray.html#eqnarray">eqnarray</a></td></tr>
+<tr><td></td><td valign="top"><a href="eqnarray.html#index-equations_002c-aligning">equations, aligning</a>:</td><td>&nbsp;</td><td valign="top"><a href="eqnarray.html#eqnarray">eqnarray</a></td></tr>
+<tr><td></td><td valign="top"><a href="equation.html#index-equations_002c-environment-for">equations, environment for</a>:</td><td>&nbsp;</td><td valign="top"><a href="equation.html#equation">equation</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-class-options.html#index-equations_002c-flush-left-vs_002e-centered">equations, flush left vs. centered</a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-class-options.html#Document-class-options">Document class options</a></td></tr>
+<tr><td></td><td valign="top"><a href="Additional-Latin-letters.html#index-es_002dzet-German-letter">es-zet German letter</a>:</td><td>&nbsp;</td><td valign="top"><a href="Additional-Latin-letters.html#Additional-Latin-letters">Additional Latin letters</a></td></tr>
+<tr><td></td><td valign="top"><a href="TeX-engines.html#index-etex-command"><code>etex <span class="roman">command</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="TeX-engines.html#TeX-engines">TeX engines</a></td></tr>
+<tr><td></td><td valign="top"><a href="Additional-Latin-letters.html#index-eth_002c-Icelandic-letter">eth, Icelandic letter</a>:</td><td>&nbsp;</td><td valign="top"><a href="Additional-Latin-letters.html#Additional-Latin-letters">Additional Latin letters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-commands.html#index-etoolbox-package"><code>etoolbox</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-commands.html#Class-and-package-commands">Class and package commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-euro-symbol">euro symbol</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-eurosym-package"><code>eurosym</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Units-of-length.html#index-ex">ex</a>:</td><td>&nbsp;</td><td valign="top"><a href="Units-of-length.html#Units-of-length">Units of length</a></td></tr>
+<tr><td></td><td valign="top"><a href="Units-of-length.html#index-ex-1"><code>ex</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Units-of-length.html#Units-of-length">Units of length</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-exclamation-point_002c-upside_002ddown">exclamation point, upside-down</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-class-options.html#index-executivepaper-option"><code>executivepaper <span class="roman">option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-class-options.html#Document-class-options">Document class options</a></td></tr>
+<tr><td></td><td valign="top"><a href="Subscripts-_0026-superscripts.html#index-exponent">exponent</a>:</td><td>&nbsp;</td><td valign="top"><a href="Subscripts-_0026-superscripts.html#Subscripts-_0026-superscripts">Subscripts &amp; superscripts</a></td></tr>
+<tr><td></td><td valign="top"><a href="Additional-Latin-letters.html#index-extended-Latin">extended Latin</a>:</td><td>&nbsp;</td><td valign="top"><a href="Additional-Latin-letters.html#Additional-Latin-letters">Additional Latin letters</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cwrite18.html#index-external-commands">external commands</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cwrite18.html#g_t_005cwrite18">\write18</a></td></tr>
+<tr><td></td><td valign="top"><a href="filecontents.html#index-external-files_002c-writing">external files, writing</a>:</td><td>&nbsp;</td><td valign="top"><a href="filecontents.html#filecontents">filecontents</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th><a name="Index_cp_letter-F">F</a></th><td></td><td></td></tr>
+<tr><td></td><td valign="top"><a href="Low_002dlevel-font-commands.html#index-families_002c-of-fonts">families, of fonts</a>:</td><td>&nbsp;</td><td valign="top"><a href="Low_002dlevel-font-commands.html#Low_002dlevel-font-commands">Low-level font commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="Page-styles.html#index-fancyhdr-package"><code>fancyhdr</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="Page-styles.html#Page-styles">Page styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cpagestyle.html#index-fancyhdr-package-1"><code>fancyhdr</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cpagestyle.html#g_t_005cpagestyle">\pagestyle</a></td></tr>
+<tr><td></td><td valign="top"><a href="tabbing.html#index-fancyvrb-package"><code>fancyvrb</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="tabbing.html#tabbing">tabbing</a></td></tr>
+<tr><td></td><td valign="top"><a href="verbatim.html#index-fancyvrb-package-1"><code>fancyvrb</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="verbatim.html#verbatim">verbatim</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-feminine-ordinal-symbol">feminine ordinal symbol</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="figure.html#index-figure-environment"><code><code>figure</code> <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="figure.html#figure">figure</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cref.html#index-figure-number_002c-cross-referencing">figure number, cross referencing</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cref.html#g_t_005cref">\ref</a></td></tr>
+<tr><td></td><td valign="top"><a href="minipage.html#index-figures_002c-footnotes-in">figures, footnotes in</a>:</td><td>&nbsp;</td><td valign="top"><a href="minipage.html#minipage">minipage</a></td></tr>
+<tr><td></td><td valign="top"><a href="figure.html#index-figures_002c-inserting">figures, inserting</a>:</td><td>&nbsp;</td><td valign="top"><a href="figure.html#figure">figure</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005copenin-_0026-_005copenout.html#index-file_002c-closing">file, closing</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005copenin-_0026-_005copenout.html#g_t_005copenin-_0026-_005copenout">\openin &amp; \openout</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005copenin-_0026-_005copenout.html#index-file_002c-opening">file, opening</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005copenin-_0026-_005copenout.html#g_t_005copenin-_0026-_005copenout">\openin &amp; \openout</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cread.html#index-file_002c-reading">file, reading</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cread.html#g_t_005cread">\read</a></td></tr>
+<tr><td></td><td valign="top"><a href="Splitting-the-input.html#index-file_002c-root">file, root</a>:</td><td>&nbsp;</td><td valign="top"><a href="Splitting-the-input.html#Splitting-the-input">Splitting the input</a></td></tr>
+<tr><td></td><td valign="top"><a href="filecontents.html#index-filecontents-environment"><code><code>filecontents</code> <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="filecontents.html#filecontents">filecontents</a></td></tr>
+<tr><td></td><td valign="top"><a href="filecontents.html#index-filecontents_002a-environment"><code><code>filecontents*</code> <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="filecontents.html#filecontents">filecontents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-class-options.html#index-final-option"><code>final <span class="roman">option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-class-options.html#Document-class-options">Document class options</a></td></tr>
+<tr><td></td><td valign="top"><a href="About-this-document.html#index-first_002dlatex_002ddoc-document"><code>first-latex-doc <span class="roman">document</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="About-this-document.html#About-this-document">About this document</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-fixed_002dwidth-font">fixed-width font</a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="Floats.html#index-flafter-package"><code>flafter</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="Floats.html#Floats">Floats</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-class-options.html#index-fleqn-option"><code>fleqn <span class="roman">option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-class-options.html#Document-class-options">Document class options</a></td></tr>
+<tr><td></td><td valign="top"><a href="Floats.html#index-float-package"><code>float</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="Floats.html#Floats">Floats</a></td></tr>
+<tr><td></td><td valign="top"><a href="Floats.html#index-float-page">float page</a>:</td><td>&nbsp;</td><td valign="top"><a href="Floats.html#Floats">Floats</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-class-options.html#index-flush-left-equations">flush left equations</a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-class-options.html#Document-class-options">Document class options</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cclearpage-_0026-_005ccleardoublepage.html#index-flushing-floats-and-starting-a-page">flushing floats and starting a page</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cclearpage-_0026-_005ccleardoublepage.html#g_t_005cclearpage-_0026-_005ccleardoublepage">\clearpage &amp; \cleardoublepage</a></td></tr>
+<tr><td></td><td valign="top"><a href="flushleft.html#index-flushleft-environment"><code><code>flushleft</code> <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="flushleft.html#flushleft">flushleft</a></td></tr>
+<tr><td></td><td valign="top"><a href="flushright.html#index-flushright-environment"><code><code>flushright</code> <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="flushright.html#flushright">flushright</a></td></tr>
+<tr><td></td><td valign="top"><a href="Low_002dlevel-font-commands.html#index-font-catalogue">font catalogue</a>:</td><td>&nbsp;</td><td valign="top"><a href="Low_002dlevel-font-commands.html#Low_002dlevel-font-commands">Low-level font commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="Low_002dlevel-font-commands.html#index-font-commands_002c-low_002dlevel">font commands, low-level</a>:</td><td>&nbsp;</td><td valign="top"><a href="Low_002dlevel-font-commands.html#Low_002dlevel-font-commands">Low-level font commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="fontenc-package.html#index-Font-encoding">Font encoding</a>:</td><td>&nbsp;</td><td valign="top"><a href="fontenc-package.html#fontenc-package">fontenc package</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cDeclareFontEncoding.html#index-Font-encoding-1">Font encoding</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cDeclareFontEncoding.html#g_t_005cDeclareFontEncoding">\DeclareFontEncoding</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cDeclareTextAccent.html#index-Font-encoding-2">Font encoding</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cDeclareTextAccent.html#g_t_005cDeclareTextAccent">\DeclareTextAccent</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cDeclareTextAccentDefault.html#index-Font-encoding-3">Font encoding</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cDeclareTextAccentDefault.html#g_t_005cDeclareTextAccentDefault">\DeclareTextAccentDefault</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cDeclareTextCommand-_0026-_005cProvideTextCommand.html#index-Font-encoding-4">Font encoding</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cDeclareTextCommand-_0026-_005cProvideTextCommand.html#g_t_005cDeclareTextCommand-_0026-_005cProvideTextCommand">\DeclareTextCommand &amp; \ProvideTextCommand</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cDeclareTextCommandDefault-_0026-_005cProvideTextCommandDefault.html#index-Font-encoding-5">Font encoding</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cDeclareTextCommandDefault-_0026-_005cProvideTextCommandDefault.html#g_t_005cDeclareTextCommandDefault-_0026-_005cProvideTextCommandDefault">\DeclareTextCommandDefault &amp; \ProvideTextCommandDefault</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cDeclareTextComposite.html#index-Font-encoding-6">Font encoding</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cDeclareTextComposite.html#g_t_005cDeclareTextComposite">\DeclareTextComposite</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cDeclareTextCompositeCommand.html#index-Font-encoding-7">Font encoding</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cDeclareTextCompositeCommand.html#g_t_005cDeclareTextCompositeCommand">\DeclareTextCompositeCommand</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cDeclareTextSymbol.html#index-Font-encoding-8">Font encoding</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cDeclareTextSymbol.html#g_t_005cDeclareTextSymbol">\DeclareTextSymbol</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cDeclareTextSymbolDefault.html#index-Font-encoding-9">Font encoding</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cDeclareTextSymbolDefault.html#g_t_005cDeclareTextSymbolDefault">\DeclareTextSymbolDefault</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cLastDeclaredEncoding.html#index-Font-encoding-10">Font encoding</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cLastDeclaredEncoding.html#g_t_005cLastDeclaredEncoding">\LastDeclaredEncoding</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cUseTextAccent-_0026-_005cUseTextSymbol.html#index-Font-encoding-11">Font encoding</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cUseTextAccent-_0026-_005cUseTextSymbol.html#g_t_005cUseTextAccent-_0026-_005cUseTextSymbol">\UseTextAccent &amp; \UseTextSymbol</a></td></tr>
+<tr><td></td><td valign="top"><a href="Low_002dlevel-font-commands.html#index-font-size">font size</a>:</td><td>&nbsp;</td><td valign="top"><a href="Low_002dlevel-font-commands.html#Low_002dlevel-font-commands">Low-level font commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-sizes.html#index-font-sizes">font sizes</a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-sizes.html#Font-sizes">Font sizes</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-font-styles">font styles</a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="Symbols-by-font-position.html#index-font-symbols_002c-by-number">font symbols, by number</a>:</td><td>&nbsp;</td><td valign="top"><a href="Symbols-by-font-position.html#Symbols-by-font-position">Symbols by font position</a></td></tr>
+<tr><td></td><td valign="top"><a href="fontenc-package.html#index-fontenc"><code>fontenc</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="fontenc-package.html#fontenc-package">fontenc package</a></td></tr>
+<tr><td></td><td valign="top"><a href="Fonts.html#index-fonts">fonts</a>:</td><td>&nbsp;</td><td valign="top"><a href="Fonts.html#Fonts">Fonts</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cnewfont.html#index-fonts_002c-new-commands-for">fonts, new commands for</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cnewfont.html#g_t_005cnewfont">\newfont</a></td></tr>
+<tr><td></td><td valign="top"><a href="Calligraphic.html#index-fonts_002c-script">fonts, script</a>:</td><td>&nbsp;</td><td valign="top"><a href="Calligraphic.html#Calligraphic">Calligraphic</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cpagestyle.html#index-footer-style">footer style</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cpagestyle.html#g_t_005cpagestyle">\pagestyle</a></td></tr>
+<tr><td></td><td valign="top"><a href="Page-layout-parameters.html#index-footer_002c-parameters-for">footer, parameters for</a>:</td><td>&nbsp;</td><td valign="top"><a href="Page-layout-parameters.html#Page-layout-parameters">Page layout parameters</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cref.html#index-footnote-number_002c-cross-referencing">footnote number, cross referencing</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cref.html#g_t_005cref">\ref</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cfootnote.html#index-footnote-parameters">footnote parameters</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cfootnote.html#g_t_005cfootnote">\footnote</a></td></tr>
+<tr><td></td><td valign="top"><a href="Footnotes-in-a-table.html#index-footnote_002c-in-a-table">footnote, in a table</a>:</td><td>&nbsp;</td><td valign="top"><a href="Footnotes-in-a-table.html#Footnotes-in-a-table">Footnotes in a table</a></td></tr>
+<tr><td></td><td valign="top"><a href="Footnotes-in-section-headings.html#index-footnote_002c-in-section-headings">footnote, in section headings</a>:</td><td>&nbsp;</td><td valign="top"><a href="Footnotes-in-section-headings.html#Footnotes-in-section-headings">Footnotes in section headings</a></td></tr>
+<tr><td></td><td valign="top"><a href="Footnotes-of-footnotes.html#index-footnote_002c-of-a-footnote">footnote, of a footnote</a>:</td><td>&nbsp;</td><td valign="top"><a href="Footnotes-of-footnotes.html#Footnotes-of-footnotes">Footnotes of footnotes</a></td></tr>
+<tr><td></td><td valign="top"><a href="minipage.html#index-footnotes-in-figures">footnotes in figures</a>:</td><td>&nbsp;</td><td valign="top"><a href="minipage.html#minipage">minipage</a></td></tr>
+<tr><td></td><td valign="top"><a href="Footnotes.html#index-footnotes_002c-creating">footnotes, creating</a>:</td><td>&nbsp;</td><td valign="top"><a href="Footnotes.html#Footnotes">Footnotes</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cfootnote.html#index-Footnotes_002c-in-a-minipage">Footnotes, in a minipage</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cfootnote.html#g_t_005cfootnote">\footnote</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cfootnote.html#index-footnotes_002c-symbols-instead-of-numbers">footnotes, symbols instead of numbers</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cfootnote.html#g_t_005cfootnote">\footnote</a></td></tr>
+<tr><td></td><td valign="top"><a href="equation.html#index-formulas_002c-environment-for">formulas, environment for</a>:</td><td>&nbsp;</td><td valign="top"><a href="equation.html#equation">equation</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-formulas.html#index-formulas_002c-math">formulas, math</a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-formulas.html#Math-formulas">Math formulas</a></td></tr>
+<tr><td></td><td valign="top"><a href="Cross-references.html#index-forward-reference">forward reference</a>:</td><td>&nbsp;</td><td valign="top"><a href="Cross-references.html#Cross-references">Cross references</a></td></tr>
+<tr><td></td><td valign="top"><a href="Output-files.html#index-forward-references_002c-resolving">forward references, resolving</a>:</td><td>&nbsp;</td><td valign="top"><a href="Output-files.html#Output-files">Output files</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cfrac.html#index-fraction">fraction</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cfrac.html#g_t_005cfrac">\frac</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cprotect.html#index-fragile-commands">fragile commands</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cprotect.html#g_t_005cprotect">\protect</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cfbox-_0026-_005cframebox.html#index-frame-rule-width"><code>frame rule width</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cfbox-_0026-_005cframebox.html#g_t_005cfbox-_0026-_005cframebox">\fbox &amp; \framebox</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cfbox-_0026-_005cframebox.html#index-frame_002c-line-width"><code>frame, line width</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cfbox-_0026-_005cframebox.html#g_t_005cfbox-_0026-_005cframebox">\fbox &amp; \framebox</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cfbox-_0026-_005cframebox.html#index-frame_002c-separation-from-contents"><code>frame, separation from contents</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cfbox-_0026-_005cframebox.html#g_t_005cfbox-_0026-_005cframebox">\fbox &amp; \framebox</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-French-quotation-marks">French quotation marks</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-functions.html#index-functions_002c-math">functions, math</a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-functions.html#Math-functions">Math functions</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th><a name="Index_cp_letter-G">G</a></th><td></td><td></td></tr>
+<tr><td></td><td valign="top"><a href="Document-class-options.html#index-geometry-package"><code>geometry</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-class-options.html#Document-class-options">Document class options</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-class-options.html#index-geometry-package-1"><code>geometry</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-class-options.html#Document-class-options">Document class options</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-class-options.html#index-global-options">global options</a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-class-options.html#Document-class-options">Document class options</a></td></tr>
+<tr><td></td><td valign="top"><a href="Additional-packages.html#index-global-options-1">global options</a>:</td><td>&nbsp;</td><td valign="top"><a href="Additional-packages.html#Additional-packages">Additional packages</a></td></tr>
+<tr><td></td><td valign="top"><a href="Glossaries.html#index-glossaries">glossaries</a>:</td><td>&nbsp;</td><td valign="top"><a href="Glossaries.html#Glossaries">Glossaries</a></td></tr>
+<tr><td></td><td valign="top"><a href="Glossaries.html#index-glossary">glossary</a>:</td><td>&nbsp;</td><td valign="top"><a href="Glossaries.html#Glossaries">Glossaries</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cnewglossaryentry.html#index-glossary_002c-entries">glossary, entries</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cnewglossaryentry.html#g_t_005cnewglossaryentry">\newglossaryentry</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cgls.html#index-glossary_002c-entry-reference">glossary, entry reference</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cgls.html#g_t_005cgls">\gls</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cnewlength.html#index-glue-register_002c-plain-TeX">glue register, plain TeX</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cnewlength.html#g_t_005cnewlength">\newlength</a></td></tr>
+<tr><td></td><td valign="top"><a href="Graphics.html#index-graphics">graphics</a>:</td><td>&nbsp;</td><td valign="top"><a href="Graphics.html#Graphics">Graphics</a></td></tr>
+<tr><td></td><td valign="top"><a href="Graphics-package-configuration.html#index-graphics-1">graphics</a>:</td><td>&nbsp;</td><td valign="top"><a href="Graphics-package-configuration.html#Graphics-package-configuration">Graphics package configuration</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cincludegraphics.html#index-graphics-2">graphics</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cincludegraphics.html#g_t_005cincludegraphics">\includegraphics</a></td></tr>
+<tr><td></td><td valign="top"><a href="Graphics.html#index-graphics-package">graphics package</a>:</td><td>&nbsp;</td><td valign="top"><a href="Graphics.html#Graphics">Graphics</a></td></tr>
+<tr><td></td><td valign="top"><a href="Graphics-package-configuration.html#index-graphics-package-1">graphics package</a>:</td><td>&nbsp;</td><td valign="top"><a href="Graphics-package-configuration.html#Graphics-package-configuration">Graphics package configuration</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cincludegraphics.html#index-graphics-package-2">graphics package</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cincludegraphics.html#g_t_005cincludegraphics">\includegraphics</a></td></tr>
+<tr><td></td><td valign="top"><a href="Commands-for-graphics.html#index-graphics-package-commands">graphics package commands</a>:</td><td>&nbsp;</td><td valign="top"><a href="Commands-for-graphics.html#Commands-for-graphics">Commands for graphics</a></td></tr>
+<tr><td></td><td valign="top"><a href="Graphics-package-options.html#index-graphics-package-options">graphics package options</a>:</td><td>&nbsp;</td><td valign="top"><a href="Graphics-package-options.html#Graphics-package-options">Graphics package options</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cline.html#index-graphics-packages">graphics packages</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cline.html#g_t_005cline">\line</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cscalebox.html#index-graphics_002c-resizing">graphics, resizing</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cscalebox.html#g_t_005cscalebox">\scalebox</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cresizebox.html#index-graphics_002c-resizing-1">graphics, resizing</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cresizebox.html#g_t_005cresizebox">\resizebox</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cscalebox.html#index-graphics_002c-scaling">graphics, scaling</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cscalebox.html#g_t_005cscalebox">\scalebox</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cresizebox.html#index-graphics_002c-scaling-1">graphics, scaling</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cresizebox.html#g_t_005cresizebox">\resizebox</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-grave-accent">grave accent</a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-accents.html#index-grave-accent_002c-math">grave accent, math</a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-accents.html#Math-accents">Math accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-greater-than-symbol_002c-in-text">greater than symbol, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-greek-letters">greek letters</a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Greek-letters.html#index-Greek-letters">Greek letters</a>:</td><td>&nbsp;</td><td valign="top"><a href="Greek-letters.html#Greek-letters">Greek letters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Environments.html#index-group_002c-and-environments">group, and environments</a>:</td><td>&nbsp;</td><td valign="top"><a href="Environments.html#Environments">Environments</a></td></tr>
+<tr><td></td><td valign="top"><a href="makeindex.html#index-group_005fskip"><code>group_skip</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="makeindex.html#makeindex">makeindex</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th><a name="Index_cp_letter-H">H</a></th><td></td><td></td></tr>
+<tr><td></td><td valign="top"><a href="Math-accents.html#index-hacek-accent_002c-math">h&aacute;&#269;ek accent, math</a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-accents.html#Math-accents">Math accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-hacek-accent">hacek accent</a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005crule.html#index-Halmos-symbol">Halmos symbol</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005crule.html#g_t_005crule">\rule</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-hat-accent">hat accent</a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-accents.html#index-hat-accent_002c-math">hat accent, math</a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-accents.html#Math-accents">Math accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cpagestyle.html#index-header-style">header style</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cpagestyle.html#g_t_005cpagestyle">\pagestyle</a></td></tr>
+<tr><td></td><td valign="top"><a href="Page-layout-parameters.html#index-header_002c-parameters-for">header, parameters for</a>:</td><td>&nbsp;</td><td valign="top"><a href="Page-layout-parameters.html#Page-layout-parameters">Page layout parameters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Starting-and-ending.html#index-hello_002c-world">hello, world</a>:</td><td>&nbsp;</td><td valign="top"><a href="Starting-and-ending.html#Starting-and-ending">Starting and ending</a></td></tr>
+<tr><td></td><td valign="top"><a href="Floats.html#index-here_002c-putting-floats">here, putting floats</a>:</td><td>&nbsp;</td><td valign="top"><a href="Floats.html#Floats">Floats</a></td></tr>
+<tr><td></td><td valign="top"><a href="About-this-document.html#index-home-page-for-manual">home page for manual</a>:</td><td>&nbsp;</td><td valign="top"><a href="About-this-document.html#About-this-document">About this document</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005chss.html#index-horizontal-space">horizontal space</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005chss.html#g_t_005chss">\hss</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005chss.html#index-horizontal-space_002c-stretchable">horizontal space, stretchable</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005chss.html#g_t_005chss">\hss</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cphantom-_0026-_005cvphantom-_0026-_005chphantom.html#index-horizontal-spacing">horizontal spacing</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cphantom-_0026-_005cvphantom-_0026-_005chphantom.html#g_t_005cphantom-_0026-_005cvphantom-_0026-_005chphantom">\phantom &amp; \vphantom &amp; \hphantom</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-hungarian-umlaut-accent">hungarian umlaut accent</a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cfootnotemark.html#index-hyperref-package"><code>hyperref</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cfootnotemark.html#g_t_005cfootnotemark">\footnotemark</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cfootnotemark.html#index-hyperref-package-1"><code>hyperref</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cfootnotemark.html#g_t_005cfootnotemark">\footnotemark</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cpagenumbering.html#index-hyperref-package-2"><code>hyperref</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cpagenumbering.html#g_t_005cpagenumbering">\pagenumbering</a></td></tr>
+<tr><td></td><td valign="top"><a href="Command-line-input.html#index-hyperref-package-3"><code>hyperref</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="Command-line-input.html#Command-line-input">Command line input</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005chyphenation.html#index-hyphenation_002c-defining">hyphenation, defining</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005chyphenation.html#g_t_005chyphenation">\hyphenation</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cdiscretionary.html#index-hyphenation_002c-discretionary">hyphenation, discretionary</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cdiscretionary.html#g_t_005cdiscretionary">\discretionary</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005c_002d-_0028hyphenation_0029.html#index-hyphenation_002c-forcing">hyphenation, forcing</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005c_002d-_0028hyphenation_0029.html#g_t_005c_002d-_0028hyphenation_0029">\- (hyphenation)</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cmbox-_0026-_005cmakebox.html#index-hyphenation_002c-preventing">hyphenation, preventing</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cmbox-_0026-_005cmakebox.html#g_t_005cmbox-_0026-_005cmakebox">\mbox &amp; \makebox</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th><a name="Index_cp_letter-I">I</a></th><td></td><td></td></tr>
+<tr><td></td><td valign="top"><a href="Additional-Latin-letters.html#index-Icelandic-eth">Icelandic eth</a>:</td><td>&nbsp;</td><td valign="top"><a href="Additional-Latin-letters.html#Additional-Latin-letters">Additional Latin letters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Additional-Latin-letters.html#index-Icelandic-thorn">Icelandic thorn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Additional-Latin-letters.html#Additional-Latin-letters">Additional Latin letters</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cindex.html#index-idx-file">idx file</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cindex.html#g_t_005cindex">\index</a></td></tr>
+<tr><td></td><td valign="top"><a href="Additional-Latin-letters.html#index-ij-letter_002c-Dutch">ij letter, Dutch</a>:</td><td>&nbsp;</td><td valign="top"><a href="Additional-Latin-letters.html#Additional-Latin-letters">Additional Latin letters</a></td></tr>
+<tr><td></td><td valign="top"><a href="TeX-engines.html#index-implementations-of-TeX">implementations of TeX</a>:</td><td>&nbsp;</td><td valign="top"><a href="TeX-engines.html#TeX-engines">TeX engines</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cincludegraphics.html#index-importing-graphics">importing graphics</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cincludegraphics.html#g_t_005cincludegraphics">\includegraphics</a></td></tr>
+<tr><td></td><td valign="top"><a href="Units-of-length.html#index-in"><code>in</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Units-of-length.html#Units-of-length">Units of length</a></td></tr>
+<tr><td></td><td valign="top"><a href="math.html#index-in_002dline-formulas">in-line formulas</a>:</td><td>&nbsp;</td><td valign="top"><a href="math.html#math">math</a></td></tr>
+<tr><td></td><td valign="top"><a href="Units-of-length.html#index-inch"><code>inch</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Units-of-length.html#Units-of-length">Units of length</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cincludegraphics.html#index-including-graphics">including graphics</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cincludegraphics.html#g_t_005cincludegraphics">\includegraphics</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cindent-_0026-_005cnoindent.html#index-indent_002c-forcing">indent, forcing</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cindent-_0026-_005cnoindent.html#g_t_005cindent-_0026-_005cnoindent">\indent &amp; \noindent</a></td></tr>
+<tr><td></td><td valign="top"><a href="minipage.html#index-indentation-of-paragraphs_002c-in-minipage">indentation of paragraphs, in minipage</a>:</td><td>&nbsp;</td><td valign="top"><a href="minipage.html#minipage">minipage</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cpart.html#index-indentfirst-package"><code>indentfirst</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cpart.html#g_t_005cpart">\part</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cchapter.html#index-indentfirst-package-1"><code>indentfirst</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cchapter.html#g_t_005cchapter">\chapter</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005csection.html#index-indentfirst-package-2"><code>indentfirst</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005csection.html#g_t_005csection">\section</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005csubsection.html#index-indentfirst-package-3"><code>indentfirst</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005csubsection.html#g_t_005csubsection">\subsection</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph.html#index-indentfirst-package-4"><code>indentfirst</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph.html#g_t_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph">\subsubsection &amp; \paragraph &amp; \subparagraph</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cindent-_0026-_005cnoindent.html#index-indentfirst-package-5"><code>indentfirst</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cindent-_0026-_005cnoindent.html#g_t_005cindent-_0026-_005cnoindent">\indent &amp; \noindent</a></td></tr>
+<tr><td></td><td valign="top"><a href="makeindex.html#index-indent_005flength"><code>indent_length</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="makeindex.html#makeindex">makeindex</a></td></tr>
+<tr><td></td><td valign="top"><a href="makeindex.html#index-indent_005fspace"><code>indent_space</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="makeindex.html#makeindex">makeindex</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cindex.html#index-index-entries_002c-_0060see_0027-and-_0060see-also_0027">index entries, &lsquo;see&rsquo; and &lsquo;see also&rsquo;</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cindex.html#g_t_005cindex">\index</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cindex.html#index-index-entry">index entry</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cindex.html#g_t_005cindex">\index</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cindex.html#index-index-package"><code>index</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cindex.html#g_t_005cindex">\index</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cindex.html#index-index_002c-page-range">index, page range</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cindex.html#g_t_005cindex">\index</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cprintindex.html#index-index_002c-printing">index, printing</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cprintindex.html#g_t_005cprintindex">\printindex</a></td></tr>
+<tr><td></td><td valign="top"><a href="makeindex.html#index-index_002c-processing">index, processing</a>:</td><td>&nbsp;</td><td valign="top"><a href="makeindex.html#makeindex">makeindex</a></td></tr>
+<tr><td></td><td valign="top"><a href="makeindex.html#index-index_002c-style-file"><code>index, style file</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="makeindex.html#makeindex">makeindex</a></td></tr>
+<tr><td></td><td valign="top"><a href="Indexes.html#index-indexes">indexes</a>:</td><td>&nbsp;</td><td valign="top"><a href="Indexes.html#Indexes">Indexes</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005chfill.html#index-infinite-horizontal-stretch">infinite horizontal stretch</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005chfill.html#g_t_005chfill">\hfill</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cvfill.html#index-infinite-vertical-stretch">infinite vertical stretch</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cvfill.html#g_t_005cvfill">\vfill</a></td></tr>
+<tr><td></td><td valign="top"><a href="Modes.html#index-inner-paragraph-mode">inner paragraph mode</a>:</td><td>&nbsp;</td><td valign="top"><a href="Modes.html#Modes">Modes</a></td></tr>
+<tr><td></td><td valign="top"><a href="Splitting-the-input.html#index-input-file">input file</a>:</td><td>&nbsp;</td><td valign="top"><a href="Splitting-the-input.html#Splitting-the-input">Splitting the input</a></td></tr>
+<tr><td></td><td valign="top"><a href="Command-line-input.html#index-input_002c-on-command-line">input, on command line</a>:</td><td>&nbsp;</td><td valign="top"><a href="Command-line-input.html#Command-line-input">Command line input</a></td></tr>
+<tr><td></td><td valign="top"><a href="Input_002foutput.html#index-input_002foutput">input/output</a>:</td><td>&nbsp;</td><td valign="top"><a href="Input_002foutput.html#Input_002foutput">Input/output</a></td></tr>
+<tr><td></td><td valign="top"><a href="Input_002foutput.html#index-input_002foutput_002c-to-terminal">input/output, to terminal</a>:</td><td>&nbsp;</td><td valign="top"><a href="Input_002foutput.html#Input_002foutput">Input/output</a></td></tr>
+<tr><td></td><td valign="top"><a href="figure.html#index-inserting-figures">inserting figures</a>:</td><td>&nbsp;</td><td valign="top"><a href="figure.html#figure">figure</a></td></tr>
+<tr><td></td><td valign="top"><a href="Special-insertions.html#index-insertions-of-special-characters">insertions of special characters</a>:</td><td>&nbsp;</td><td valign="top"><a href="Special-insertions.html#Special-insertions">Special insertions</a></td></tr>
+<tr><td></td><td valign="top"><a href="Modes.html#index-internal-vertical-mode">internal vertical mode</a>:</td><td>&nbsp;</td><td valign="top"><a href="Modes.html#Modes">Modes</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cphantom-_0026-_005cvphantom-_0026-_005chphantom.html#index-invisible-character">invisible character</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cphantom-_0026-_005cvphantom-_0026-_005chphantom.html#g_t_005cphantom-_0026-_005cvphantom-_0026-_005chphantom">\phantom &amp; \vphantom &amp; \hphantom</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005c_002f.html#index-italic-correction">italic correction</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005c_002f.html#g_t_005c_002f">\/</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-italic-font">italic font</a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="itemize.html#index-itemize-environment"><code><code>itemize</code> <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="itemize.html#itemize">itemize</a></td></tr>
+<tr><td></td><td valign="top"><a href="makeindex.html#index-item_005f0"><code>item_0</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="makeindex.html#makeindex">makeindex</a></td></tr>
+<tr><td></td><td valign="top"><a href="makeindex.html#index-item_005f01"><code>item_01</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="makeindex.html#makeindex">makeindex</a></td></tr>
+<tr><td></td><td valign="top"><a href="makeindex.html#index-item_005f1"><code>item_1</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="makeindex.html#makeindex">makeindex</a></td></tr>
+<tr><td></td><td valign="top"><a href="makeindex.html#index-item_005f12"><code>item_12</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="makeindex.html#makeindex">makeindex</a></td></tr>
+<tr><td></td><td valign="top"><a href="makeindex.html#index-item_005f2"><code>item_2</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="makeindex.html#makeindex">makeindex</a></td></tr>
+<tr><td></td><td valign="top"><a href="makeindex.html#index-item_005fx1"><code>item_x1</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="makeindex.html#makeindex">makeindex</a></td></tr>
+<tr><td></td><td valign="top"><a href="makeindex.html#index-item_005fx2"><code>item_x2</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="makeindex.html#makeindex">makeindex</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th><a name="Index_cp_letter-J">J</a></th><td></td><td></td></tr>
+<tr><td></td><td valign="top"><a href="Graphics-package-configuration.html#index-JPEG-files">JPEG files</a>:</td><td>&nbsp;</td><td valign="top"><a href="Graphics-package-configuration.html#Graphics-package-configuration">Graphics package configuration</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cincludegraphics.html#index-JPEG-files-1">JPEG files</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cincludegraphics.html#g_t_005cincludegraphics">\includegraphics</a></td></tr>
+<tr><td></td><td valign="top"><a href="Graphics-package-configuration.html#index-JPG-files">JPG files</a>:</td><td>&nbsp;</td><td valign="top"><a href="Graphics-package-configuration.html#Graphics-package-configuration">Graphics package configuration</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cincludegraphics.html#index-JPG-files-1">JPG files</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cincludegraphics.html#g_t_005cincludegraphics">\includegraphics</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005craggedleft.html#index-justification_002c-ragged-left">justification, ragged left</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005craggedleft.html#g_t_005craggedleft">\raggedleft</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005craggedright.html#index-justification_002c-ragged-right">justification, ragged right</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005craggedright.html#g_t_005craggedright">\raggedright</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th><a name="Index_cp_letter-K">K</a></th><td></td><td></td></tr>
+<tr><td></td><td valign="top"><a href="Overview.html#index-Knuth_002c-Donald-E_002e">Knuth, Donald E.</a>:</td><td>&nbsp;</td><td valign="top"><a href="Overview.html#Overview">Overview</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th><a name="Index_cp_letter-L">L</a></th><td></td><td></td></tr>
+<tr><td></td><td valign="top"><a href="Cross-references.html#index-label">label</a>:</td><td>&nbsp;</td><td valign="top"><a href="Cross-references.html#Cross-references">Cross references</a></td></tr>
+<tr><td></td><td valign="top"><a href="description.html#index-labelled-lists_002c-creating">labelled lists, creating</a>:</td><td>&nbsp;</td><td valign="top"><a href="description.html#description">description</a></td></tr>
+<tr><td></td><td valign="top"><a href="Overview.html#index-Lamport-TeX">Lamport TeX</a>:</td><td>&nbsp;</td><td valign="top"><a href="Overview.html#Overview">Overview</a></td></tr>
+<tr><td></td><td valign="top"><a href="Overview.html#index-Lamport_002c-Leslie">Lamport, Leslie</a>:</td><td>&nbsp;</td><td valign="top"><a href="Overview.html#Overview">Overview</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-class-options.html#index-landscape-option"><code>landscape <span class="roman">option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-class-options.html#Document-class-options">Document class options</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-class-options.html#index-landscape-orientation">landscape orientation</a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-class-options.html#Document-class-options">Document class options</a></td></tr>
+<tr><td></td><td valign="top"><a href="Output-files.html#index-latex-command"><code>latex <span class="roman">command</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Output-files.html#Output-files">Output files</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-LaTeX-logo">LaTeX logo</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Overview.html#index-LaTeX-overview">LaTeX overview</a>:</td><td>&nbsp;</td><td valign="top"><a href="Overview.html#Overview">Overview</a></td></tr>
+<tr><td></td><td valign="top"><a href="About-this-document.html#index-LaTeX-Project-team">LaTeX Project team</a>:</td><td>&nbsp;</td><td valign="top"><a href="About-this-document.html#About-this-document">About this document</a></td></tr>
+<tr><td></td><td valign="top"><a href="About-this-document.html#index-LaTeX-vs_002e-LaTeX2e">LaTeX vs. LaTeX2e</a>:</td><td>&nbsp;</td><td valign="top"><a href="About-this-document.html#About-this-document">About this document</a></td></tr>
+<tr><td></td><td valign="top"><a href="About-this-document.html#index-latex_002ddoc_002dptr-document"><code>latex-doc-ptr <span class="roman">document</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="About-this-document.html#About-this-document">About this document</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-LaTeX2e-logo">LaTeX2e logo</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="About-this-document.html#index-latexrefman_0040tug_002eorg-email-address"><code><a href="mailto:latexrefman@tug.org">latexrefman@tug.org</a> <span class="roman">email address</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="About-this-document.html#About-this-document">About this document</a></td></tr>
+<tr><td></td><td valign="top"><a href="Arrows.html#index-latexsym-package"><code>latexsym</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="Arrows.html#Arrows">Arrows</a></td></tr>
+<tr><td></td><td valign="top"><a href="Additional-Latin-letters.html#index-Latin-letters_002c-additional">Latin letters, additional</a>:</td><td>&nbsp;</td><td valign="top"><a href="Additional-Latin-letters.html#Additional-Latin-letters">Additional Latin letters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Layout.html#index-layout-commands">layout commands</a>:</td><td>&nbsp;</td><td valign="top"><a href="Layout.html#Layout">Layout</a></td></tr>
+<tr><td></td><td valign="top"><a href="Page-layout-parameters.html#index-layout_002c-page-parameters-for">layout, page parameters for</a>:</td><td>&nbsp;</td><td valign="top"><a href="Page-layout-parameters.html#Page-layout-parameters">Page layout parameters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-left-angle-quotation-marks">left angle quotation marks</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-left-arrow_002c-in-text">left arrow, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-left-brace_002c-in-text">left brace, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-left-quote">left quote</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-left-quote_002c-double">left quote, double</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-left-quote_002c-single">left quote, single</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-class-options.html#index-left_002dhand-equation-numbers">left-hand equation numbers</a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-class-options.html#Document-class-options">Document class options</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005craggedright.html#index-left_002djustifying-text">left-justifying text</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005craggedright.html#g_t_005craggedright">\raggedright</a></td></tr>
+<tr><td></td><td valign="top"><a href="flushleft.html#index-left_002djustifying-text_002c-environment-for">left-justifying text, environment for</a>:</td><td>&nbsp;</td><td valign="top"><a href="flushleft.html#flushleft">flushleft</a></td></tr>
+<tr><td></td><td valign="top"><a href="Modes.html#index-left_002dto_002dright-mode">left-to-right mode</a>:</td><td>&nbsp;</td><td valign="top"><a href="Modes.html#Modes">Modes</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-class-options.html#index-legalpaper-option"><code>legalpaper <span class="roman">option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-class-options.html#Document-class-options">Document class options</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005caddtolength.html#index-lengths_002c-adding-to">lengths, adding to</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005caddtolength.html#g_t_005caddtolength">\addtolength</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cnewlength.html#index-lengths_002c-allocating-new">lengths, allocating new</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cnewlength.html#g_t_005cnewlength">\newlength</a></td></tr>
+<tr><td></td><td valign="top"><a href="Lengths.html#index-lengths_002c-defining-and-using">lengths, defining and using</a>:</td><td>&nbsp;</td><td valign="top"><a href="Lengths.html#Lengths">Lengths</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005csetlength.html#index-lengths_002c-setting">lengths, setting</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005csetlength.html#g_t_005csetlength">\setlength</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-class-options.html#index-leqno-option"><code>leqno <span class="roman">option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-class-options.html#Document-class-options">Document class options</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-less-than-symbol_002c-in-text">less than symbol, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="makeindex.html#index-lethead_005fflag"><code>lethead_flag</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="makeindex.html#makeindex">makeindex</a></td></tr>
+<tr><td></td><td valign="top"><a href="makeindex.html#index-lethead_005fprefix"><code>lethead_prefix</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="makeindex.html#makeindex">makeindex</a></td></tr>
+<tr><td></td><td valign="top"><a href="makeindex.html#index-lethead_005fsuffix"><code>lethead_suffix</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="makeindex.html#makeindex">makeindex</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-classes.html#index-letter-class"><code>letter <span class="roman">class</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-classes.html#Document-classes">Document classes</a></td></tr>
+<tr><td></td><td valign="top"><a href="letter.html#index-letter-environment"><code><code>letter</code> <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="letter.html#letter">letter</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-class-options.html#index-letterpaper-option"><code>letterpaper <span class="roman">option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-class-options.html#Document-class-options">Document class options</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-letters_002c-accented">letters, accented</a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Additional-Latin-letters.html#index-letters_002c-additional-Latin">letters, additional Latin</a>:</td><td>&nbsp;</td><td valign="top"><a href="Additional-Latin-letters.html#Additional-Latin-letters">Additional Latin letters</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cclosing.html#index-letters_002c-ending">letters, ending</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cclosing.html#g_t_005cclosing">\closing</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005copening.html#index-letters_002c-starting">letters, starting</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005copening.html#g_t_005copening">\opening</a></td></tr>
+<tr><td></td><td valign="top"><a href="Letters.html#index-letters_002c-writing">letters, writing</a>:</td><td>&nbsp;</td><td valign="top"><a href="Letters.html#Letters">Letters</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005c_005c.html#index-line-break_002c-forcing">line break, forcing</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005c_005c.html#g_t_005c_005c">\\</a></td></tr>
+<tr><td></td><td valign="top"><a href="Line-breaking.html#index-line-breaking">line breaking</a>:</td><td>&nbsp;</td><td valign="top"><a href="Line-breaking.html#Line-breaking">Line breaking</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cfussy-_0026-_005csloppy.html#index-line-breaks_002c-changing">line breaks, changing</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cfussy-_0026-_005csloppy.html#g_t_005cfussy-_0026-_005csloppy">\fussy &amp; \sloppy</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005clinebreak-_0026-_005cnolinebreak.html#index-line-breaks_002c-forcing">line breaks, forcing</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005clinebreak-_0026-_005cnolinebreak.html#g_t_005clinebreak-_0026-_005cnolinebreak">\linebreak &amp; \nolinebreak</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005c_002a.html#index-line-breaks_002c-multiplication-discretionary">line breaks, multiplication discretionary</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005c_002a.html#g_t_005c_002a">\*</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005clinebreak-_0026-_005cnolinebreak.html#index-line-breaks_002c-preventing">line breaks, preventing</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005clinebreak-_0026-_005cnolinebreak.html#g_t_005clinebreak-_0026-_005cnolinebreak">\linebreak &amp; \nolinebreak</a></td></tr>
+<tr><td></td><td valign="top"><a href="tabular.html#index-lines-in-tables">lines in tables</a>:</td><td>&nbsp;</td><td valign="top"><a href="tabular.html#tabular">tabular</a></td></tr>
+<tr><td></td><td valign="top"><a href="makeindex.html#index-line_005fmax"><code>line_max</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="makeindex.html#makeindex">makeindex</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-lining-numerals">lining numerals</a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="tabular.html#index-lining-text-up-in-tables">lining text up in tables</a>:</td><td>&nbsp;</td><td valign="top"><a href="tabular.html#tabular">tabular</a></td></tr>
+<tr><td></td><td valign="top"><a href="tabbing.html#index-lining-text-up-using-tab-stops">lining text up using tab stops</a>:</td><td>&nbsp;</td><td valign="top"><a href="tabbing.html#tabbing">tabbing</a></td></tr>
+<tr><td></td><td valign="top"><a href="list.html#index-list-environment"><code><code>list</code> <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="list.html#list">list</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cusecounter.html#index-list-items_002c-specifying-counter">list items, specifying counter</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cusecounter.html#g_t_005cusecounter">\usecounter</a></td></tr>
+<tr><td></td><td valign="top"><a href="Output-files.html#index-list-of-figures-file">list of figures file</a>:</td><td>&nbsp;</td><td valign="top"><a href="Output-files.html#Output-files">Output files</a></td></tr>
+<tr><td></td><td valign="top"><a href="Output-files.html#index-list-of-tables-file">list of tables file</a>:</td><td>&nbsp;</td><td valign="top"><a href="Output-files.html#Output-files">Output files</a></td></tr>
+<tr><td></td><td valign="top"><a href="tabbing.html#index-listings-package"><code>listings</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="tabbing.html#tabbing">tabbing</a></td></tr>
+<tr><td></td><td valign="top"><a href="verbatim.html#index-listings-package-1"><code>listings</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="verbatim.html#verbatim">verbatim</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cverb.html#index-listings-package-2"><code>listings</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cverb.html#g_t_005cverb">\verb</a></td></tr>
+<tr><td></td><td valign="top"><a href="itemize.html#index-lists-of-items">lists of items</a>:</td><td>&nbsp;</td><td valign="top"><a href="itemize.html#itemize">itemize</a></td></tr>
+<tr><td></td><td valign="top"><a href="list.html#index-lists-of-items_002c-generic">lists of items, generic</a>:</td><td>&nbsp;</td><td valign="top"><a href="list.html#list">list</a></td></tr>
+<tr><td></td><td valign="top"><a href="enumerate.html#index-lists-of-items_002c-numbered">lists of items, numbered</a>:</td><td>&nbsp;</td><td valign="top"><a href="enumerate.html#enumerate">enumerate</a></td></tr>
+<tr><td></td><td valign="top"><a href="fontenc-package.html#index-lmodern-package"><code>lmodern</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="fontenc-package.html#fontenc-package">fontenc package</a></td></tr>
+<tr><td></td><td valign="top"><a href="Additional-packages.html#index-loading-additional-packages">loading additional packages</a>:</td><td>&nbsp;</td><td valign="top"><a href="Additional-packages.html#Additional-packages">Additional packages</a></td></tr>
+<tr><td></td><td valign="top"><a href="Output-files.html#index-log-file">log file</a>:</td><td>&nbsp;</td><td valign="top"><a href="Output-files.html#Output-files">Output files</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-logo_002c-LaTeX">logo, LaTeX</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-logo_002c-LaTeX2e">logo, LaTeX2e</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-logo_002c-TeX">logo, TeX</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-commands.html#index-long-command">long command</a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-commands.html#Class-and-package-commands">Class and package commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-low_002d9-quotation-marks_002c-single-and-double">low-9 quotation marks, single and double</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Low_002dlevel-font-commands.html#index-low_002dlevel-font-commands">low-level font commands</a>:</td><td>&nbsp;</td><td valign="top"><a href="Low_002dlevel-font-commands.html#Low_002dlevel-font-commands">Low-level font commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="Upper-and-lower-case.html#index-lowercase">lowercase</a>:</td><td>&nbsp;</td><td valign="top"><a href="Upper-and-lower-case.html#Upper-and-lower-case">Upper and lower case</a></td></tr>
+<tr><td></td><td valign="top"><a href="picture.html#index-LR-box"><code>LR box</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="picture.html#picture">picture</a></td></tr>
+<tr><td></td><td valign="top"><a href="Modes.html#index-LR-mode">LR mode</a>:</td><td>&nbsp;</td><td valign="top"><a href="Modes.html#Modes">Modes</a></td></tr>
+<tr><td></td><td valign="top"><a href="lrbox.html#index-lrbox"><code>lrbox</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="lrbox.html#lrbox">lrbox</a></td></tr>
+<tr><td></td><td valign="top"><a href="About-this-document.html#index-lshort-document"><code>lshort <span class="roman">document</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="About-this-document.html#About-this-document">About this document</a></td></tr>
+<tr><td></td><td valign="top"><a href="tugboat-template.html#index-ltugboat-class"><code>ltugboat</code> class</a>:</td><td>&nbsp;</td><td valign="top"><a href="tugboat-template.html#tugboat-template">tugboat template</a></td></tr>
+<tr><td></td><td valign="top"><a href="TeX-engines.html#index-lualatex-command"><code>lualatex <span class="roman">command</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="TeX-engines.html#TeX-engines">TeX engines</a></td></tr>
+<tr><td></td><td valign="top"><a href="TeX-engines.html#index-LuaTeX">LuaTeX</a>:</td><td>&nbsp;</td><td valign="top"><a href="TeX-engines.html#TeX-engines">TeX engines</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th><a name="Index_cp_letter-M">M</a></th><td></td><td></td></tr>
+<tr><td></td><td valign="top"><a href="Units-of-length.html#index-m_002dwidth">m-width</a>:</td><td>&nbsp;</td><td valign="top"><a href="Units-of-length.html#Units-of-length">Units of length</a></td></tr>
+<tr><td></td><td valign="top"><a href="Overview.html#index-macro-package_002c-LaTeX-as">macro package, LaTeX as</a>:</td><td>&nbsp;</td><td valign="top"><a href="Overview.html#Overview">Overview</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-macron-accent">macron accent</a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-accents.html#index-macron-accent_002c-math">macron accent, math</a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-accents.html#Math-accents">Math accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cmakeatletter-_0026-_005cmakeatother.html#index-macros2e-package"><code>macros2e</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cmakeatletter-_0026-_005cmakeatother.html#g_t_005cmakeatletter-_0026-_005cmakeatother">\makeatletter &amp; \makeatother</a></td></tr>
+<tr><td></td><td valign="top"><a href="eqnarray.html#index-Madsen_002c-Lars">Madsen, Lars</a>:</td><td>&nbsp;</td><td valign="top"><a href="eqnarray.html#eqnarray">eqnarray</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cmbox-_0026-_005cmakebox.html#index-make-a-box">make a box</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cmbox-_0026-_005cmakebox.html#g_t_005cmbox-_0026-_005cmakebox">\mbox &amp; \makebox</a></td></tr>
+<tr><td></td><td valign="top"><a href="makeindex.html#index-makeindex"><code>makeindex</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="makeindex.html#makeindex">makeindex</a></td></tr>
+<tr><td></td><td valign="top"><a href="makeindex.html#index-makeindex-program"><code>makeindex</code> program</a>:</td><td>&nbsp;</td><td valign="top"><a href="makeindex.html#makeindex">makeindex</a></td></tr>
+<tr><td></td><td valign="top"><a href="makeindex.html#index-makeindex_002c-style-file"><code>makeindex, style file</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="makeindex.html#makeindex">makeindex</a></td></tr>
+<tr><td></td><td valign="top"><a href="titlepage.html#index-making-a-title-page">making a title page</a>:</td><td>&nbsp;</td><td valign="top"><a href="titlepage.html#titlepage">titlepage</a></td></tr>
+<tr><td></td><td valign="top"><a href="Making-paragraphs.html#index-making-paragraphs">making paragraphs</a>:</td><td>&nbsp;</td><td valign="top"><a href="Making-paragraphs.html#Making-paragraphs">Making paragraphs</a></td></tr>
+<tr><td></td><td valign="top"><a href="Marginal-notes.html#index-marginal-notes">marginal notes</a>:</td><td>&nbsp;</td><td valign="top"><a href="Marginal-notes.html#Marginal-notes">Marginal notes</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-masculine-ordinal-symbol">masculine ordinal symbol</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cleft-_0026-_005cright.html#index-matching-brackets">matching brackets</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cleft-_0026-_005cright.html#g_t_005cleft-_0026-_005cright">\left &amp; \right</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cleft-_0026-_005cright.html#index-matching-parentheses">matching parentheses</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cleft-_0026-_005cright.html#g_t_005cleft-_0026-_005cright">\left &amp; \right</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-accents.html#index-math-accents">math accents</a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-accents.html#Math-accents">Math accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="math.html#index-math-environment"><code><code>math</code> <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="math.html#math">math</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-formulas.html#index-math-environment-1"><code><code>math</code> <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-formulas.html#Math-formulas">Math formulas</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-formulas.html#index-math-formulas">math formulas</a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-formulas.html#Math-formulas">Math formulas</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-functions.html#index-math-functions">math functions</a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-functions.html#Math-functions">Math functions</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-miscellany.html#index-math-miscellany">math miscellany</a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-miscellany.html#Math-miscellany">Math miscellany</a></td></tr>
+<tr><td></td><td valign="top"><a href="Modes.html#index-math-mode">math mode</a>:</td><td>&nbsp;</td><td valign="top"><a href="Modes.html#Modes">Modes</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-formulas.html#index-math-mode_002c-entering">math mode, entering</a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-formulas.html#Math-formulas">Math formulas</a></td></tr>
+<tr><td></td><td valign="top"><a href="Spacing-in-math-mode.html#index-math-mode_002c-spacing">math mode, spacing</a>:</td><td>&nbsp;</td><td valign="top"><a href="Spacing-in-math-mode.html#Spacing-in-math-mode">Spacing in math mode</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cphantom-_0026-_005cvphantom-_0026-_005chphantom.html#index-math-mode_002c-spacing-1">math mode, spacing</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cphantom-_0026-_005cvphantom-_0026-_005chphantom.html#g_t_005cphantom-_0026-_005cvphantom-_0026-_005chphantom">\phantom &amp; \vphantom &amp; \hphantom</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005csmash.html#index-math-mode_002c-vertical-space">math mode, vertical space</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005csmash.html#g_t_005csmash">\smash</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-math-symbols">math symbols</a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Arrows.html#index-math_002c-arrows"><code>math, arrows</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Arrows.html#Arrows">Arrows</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-math_002c-bold">math, bold</a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-formulas.html#index-mathtools-package"><code>mathtools</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-formulas.html#Math-formulas">Math formulas</a></td></tr>
+<tr><td></td><td valign="top"><a href="Delimiters.html#index-mathtools-package-1"><code>mathtools</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="Delimiters.html#Delimiters">Delimiters</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cleft-_0026-_005cright.html#index-mathtools-package-2"><code>mathtools</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cleft-_0026-_005cright.html#g_t_005cleft-_0026-_005cright">\left &amp; \right</a></td></tr>
+<tr><td></td><td valign="top"><a href="Over_002d-and-Underlining.html#index-mathtools-package-3"><code>mathtools</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="Over_002d-and-Underlining.html#Over_002d-and-Underlining">Over- and Underlining</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005csmash.html#index-mathtools-package-4"><code>mathtools</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005csmash.html#g_t_005csmash">\smash</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cphantom-_0026-_005cvphantom-_0026-_005chphantom.html#index-mathtools-package-5"><code>mathtools</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cphantom-_0026-_005cvphantom-_0026-_005chphantom.html#g_t_005cphantom-_0026-_005cvphantom-_0026-_005chphantom">\phantom &amp; \vphantom &amp; \hphantom</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cline.html#index-MetaPost-package"><code>MetaPost</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cline.html#g_t_005cline">\line</a></td></tr>
+<tr><td></td><td valign="top"><a href="Upper-and-lower-case.html#index-mfirstuc-package"><code>mfirstuc</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="Upper-and-lower-case.html#Upper-and-lower-case">Upper and lower case</a></td></tr>
+<tr><td></td><td valign="top"><a href="Subscripts-_0026-superscripts.html#index-mhchem-package"><code>mhchem</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="Subscripts-_0026-superscripts.html#Subscripts-_0026-superscripts">Subscripts &amp; superscripts</a></td></tr>
+<tr><td></td><td valign="top"><a href="Units-of-length.html#index-Millimeter">Millimeter</a>:</td><td>&nbsp;</td><td valign="top"><a href="Units-of-length.html#Units-of-length">Units of length</a></td></tr>
+<tr><td></td><td valign="top"><a href="minipage.html#index-minipage-environment"><code><code>minipage</code> <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="minipage.html#minipage">minipage</a></td></tr>
+<tr><td></td><td valign="top"><a href="minipage.html#index-minipage_002c-creating-a">minipage, creating a</a>:</td><td>&nbsp;</td><td valign="top"><a href="minipage.html#minipage">minipage</a></td></tr>
+<tr><td></td><td valign="top"><a href="tabbing.html#index-minted-package"><code>minted</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="tabbing.html#tabbing">tabbing</a></td></tr>
+<tr><td></td><td valign="top"><a href="verbatim.html#index-minted-package-1"><code>minted</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="verbatim.html#verbatim">verbatim</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cverb.html#index-minted-package-2"><code>minted</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cverb.html#g_t_005cverb">\verb</a></td></tr>
+<tr><td></td><td valign="top"><a href="CTAN.html#index-mirrors-of-CTAN">mirrors of CTAN</a>:</td><td>&nbsp;</td><td valign="top"><a href="CTAN.html#CTAN">CTAN</a></td></tr>
+<tr><td></td><td valign="top"><a href="Units-of-length.html#index-mm"><code>mm</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Units-of-length.html#Units-of-length">Units of length</a></td></tr>
+<tr><td></td><td valign="top"><a href="Modes.html#index-modes">modes</a>:</td><td>&nbsp;</td><td valign="top"><a href="Modes.html#Modes">Modes</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-monospace-font">monospace font</a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cprotect.html#index-moving-arguments">moving arguments</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cprotect.html#g_t_005cprotect">\protect</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cfootnote.html#index-mpfootnote-counter">mpfootnote counter</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cfootnote.html#g_t_005cfootnote">\footnote</a></td></tr>
+<tr><td></td><td valign="top"><a href="Units-of-length.html#index-mu"><code>mu</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Units-of-length.html#Units-of-length">Units of length</a></td></tr>
+<tr><td></td><td valign="top"><a href="Units-of-length.html#index-mu_002c-math-unit">mu, math unit</a>:</td><td>&nbsp;</td><td valign="top"><a href="Units-of-length.html#Units-of-length">Units of length</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005ctwocolumn.html#index-multicolumn-text">multicolumn text</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005ctwocolumn.html#g_t_005ctwocolumn">\twocolumn</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-multilingual-support">multilingual support</a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Indexes.html#index-multind-package"><code>multind</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="Indexes.html#Indexes">Indexes</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005c_002a.html#index-multiplication_002c-discretionary">multiplication, discretionary</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005c_002a.html#g_t_005c_002a">\*</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th><a name="Index_cp_letter-N">N</a></th><td></td><td></td></tr>
+<tr><td></td><td valign="top"><a href="_005cnewglossaryentry.html#index-name"><code>name</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cnewglossaryentry.html#g_t_005cnewglossaryentry">\newglossaryentry</a></td></tr>
+<tr><td></td><td valign="top"><a href="_007e.html#index-NBSP">NBSP</a>:</td><td>&nbsp;</td><td valign="top"><a href="_007e.html#g_t_007e">~</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cinclude-_0026-_005cincludeonly.html#index-nested-_005cinclude_002c-not-allowed">nested <code>\include</code>, not allowed</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cinclude-_0026-_005cincludeonly.html#g_t_005cinclude-_0026-_005cincludeonly">\include &amp; \includeonly</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-construction.html#index-new-class-commands">new class commands</a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-construction.html#Class-and-package-construction">Class and package construction</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-commands.html#index-new-command_002c-check">new command, check</a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-commands.html#Class-and-package-commands">Class and package commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-commands.html#index-new-command_002c-definition">new command, definition</a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-commands.html#Class-and-package-commands">Class and package commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cnewcommand-_0026-_005crenewcommand.html#index-new-commands_002c-defining">new commands, defining</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cnewcommand-_0026-_005crenewcommand.html#g_t_005cnewcommand-_0026-_005crenewcommand">\newcommand &amp; \renewcommand</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cprovidecommand.html#index-new-commands_002c-defining-1">new commands, defining</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cprovidecommand.html#g_t_005cprovidecommand">\providecommand</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cobeycr-_0026-_005crestorecr.html#index-new-line_002c-output-as-input">new line, output as input</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cobeycr-_0026-_005crestorecr.html#g_t_005cobeycr-_0026-_005crestorecr">\obeycr &amp; \restorecr</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005c_005c.html#index-new-line_002c-starting">new line, starting</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005c_005c.html#g_t_005c_005c">\\</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cnewline.html#index-new-line_002c-starting-_0028paragraph-mode_0029">new line, starting (paragraph mode)</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cnewline.html#g_t_005cnewline">\newline</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cnewpage.html#index-new-page_002c-starting">new page, starting</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cnewpage.html#g_t_005cnewpage">\newpage</a></td></tr>
+<tr><td></td><td valign="top"><a href="Additional-Latin-letters.html#index-non_002dEnglish-characters">non-English characters</a>:</td><td>&nbsp;</td><td valign="top"><a href="Additional-Latin-letters.html#Additional-Latin-letters">Additional Latin letters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Marginal-notes.html#index-notes-in-the-margin">notes in the margin</a>:</td><td>&nbsp;</td><td valign="top"><a href="Marginal-notes.html#Marginal-notes">Marginal notes</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-class-options.html#index-notitlepage-option"><code>notitlepage <span class="roman">option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-class-options.html#Document-class-options">Document class options</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cleft-_0026-_005cright.html#index-null-delimiter">null delimiter</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cleft-_0026-_005cright.html#g_t_005cleft-_0026-_005cright">\left &amp; \right</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cusecounter.html#index-numbered-items_002c-specifying-counter">numbered items, specifying counter</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cusecounter.html#g_t_005cusecounter">\usecounter</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-numerals_002c-old_002dstyle">numerals, old-style</a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th><a name="Index_cp_letter-O">O</a></th><td></td><td></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-oblique-font">oblique font</a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="Additional-Latin-letters.html#index-oe-ligature">oe ligature</a>:</td><td>&nbsp;</td><td valign="top"><a href="Additional-Latin-letters.html#Additional-Latin-letters">Additional Latin letters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-ogonek">ogonek</a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-old_002dstyle-numerals">old-style numerals</a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005conecolumn.html#index-one_002dcolumn-output">one-column output</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005conecolumn.html#g_t_005conecolumn">\onecolumn</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-class-options.html#index-onecolumn-option"><code>onecolumn <span class="roman">option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-class-options.html#Document-class-options">Document class options</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-class-options.html#index-oneside-option"><code>oneside <span class="roman">option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-class-options.html#Document-class-options">Document class options</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005copenin-_0026-_005copenout.html#index-open-a-file">open a file</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005copenin-_0026-_005copenout.html#g_t_005copenin-_0026-_005copenout">\openin &amp; \openout</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-class-options.html#index-openany-option"><code>openany <span class="roman">option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-class-options.html#Document-class-options">Document class options</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-class-options.html#index-openbib-option"><code>openbib <span class="roman">option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-class-options.html#Document-class-options">Document class options</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-opening-quote">opening quote</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-class-options.html#index-openright-option"><code>openright <span class="roman">option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-class-options.html#Document-class-options">Document class options</a></td></tr>
+<tr><td></td><td valign="top"><a href="TeX-engines.html#index-OpenType-fonts">OpenType fonts</a>:</td><td>&nbsp;</td><td valign="top"><a href="TeX-engines.html#TeX-engines">TeX engines</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-commands.html#index-options_002c-class">options, class</a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-commands.html#Class-and-package-commands">Class and package commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="Color-package-options.html#index-options_002c-color-package">options, color package</a>:</td><td>&nbsp;</td><td valign="top"><a href="Color-package-options.html#Color-package-options">Color package options</a></td></tr>
+<tr><td></td><td valign="top"><a href="Command-line-options.html#index-options_002c-command-line">options, command line</a>:</td><td>&nbsp;</td><td valign="top"><a href="Command-line-options.html#Command-line-options">Command line options</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-class-options.html#index-options_002c-document-class">options, document class</a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-class-options.html#Document-class-options">Document class options</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-structure.html#index-options_002c-document-class-1">options, document class</a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-structure.html#Class-and-package-structure">Class and package structure</a></td></tr>
+<tr><td></td><td valign="top"><a href="Additional-packages.html#index-options_002c-global">options, global</a>:</td><td>&nbsp;</td><td valign="top"><a href="Additional-packages.html#Additional-packages">Additional packages</a></td></tr>
+<tr><td></td><td valign="top"><a href="Graphics-package-options.html#index-options_002c-graphics-package">options, graphics package</a>:</td><td>&nbsp;</td><td valign="top"><a href="Graphics-package-options.html#Graphics-package-options">Graphics package options</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-structure.html#index-options_002c-package">options, package</a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-structure.html#Class-and-package-structure">Class and package structure</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-commands.html#index-options_002c-package-1">options, package</a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-commands.html#Class-and-package-commands">Class and package commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-ordinals_002c-feminine-and-masculine">ordinals, feminine and masculine</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Additional-Latin-letters.html#index-oslash">oslash</a>:</td><td>&nbsp;</td><td valign="top"><a href="Additional-Latin-letters.html#Additional-Latin-letters">Additional Latin letters</a></td></tr>
+<tr><td></td><td valign="top"><a href="fontenc-package.html#index-OT1">OT1</a>:</td><td>&nbsp;</td><td valign="top"><a href="fontenc-package.html#fontenc-package">fontenc package</a></td></tr>
+<tr><td></td><td valign="top"><a href="Modes.html#index-outer-paragraph-mode">outer paragraph mode</a>:</td><td>&nbsp;</td><td valign="top"><a href="Modes.html#Modes">Modes</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-overbar-accent">overbar accent</a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-accents.html#index-overdot-accent_002c-math">overdot accent, math</a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-accents.html#Math-accents">Math accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Over_002d-and-Underlining.html#index-overlining">overlining</a>:</td><td>&nbsp;</td><td valign="top"><a href="Over_002d-and-Underlining.html#Over_002d-and-Underlining">Over- and Underlining</a></td></tr>
+<tr><td></td><td valign="top"><a href="Overview.html#index-overview-of-LaTeX">overview of LaTeX</a>:</td><td>&nbsp;</td><td valign="top"><a href="Overview.html#Overview">Overview</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th><a name="Index_cp_letter-P">P</a></th><td></td><td></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-structure.html#index-package-file-layout">package file layout</a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-structure.html#Class-and-package-structure">Class and package structure</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-structure.html#index-package-options">package options</a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-structure.html#Class-and-package-structure">Class and package structure</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-commands.html#index-package-options-1">package options</a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-commands.html#Class-and-package-commands">Class and package commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="tabbing.html#index-package_002c-algorithm2e"><span class="roman">package</span>, <code>algorithm2e</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="tabbing.html#tabbing">tabbing</a></td></tr>
+<tr><td></td><td valign="top"><a href="Arrows.html#index-package_002c-amscd"><span class="roman">package</span>, <code>amscd</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Arrows.html#Arrows">Arrows</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-formulas.html#index-package_002c-amsfonts"><span class="roman">package</span>, <code>amsfonts</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-formulas.html#Math-formulas">Math formulas</a></td></tr>
+<tr><td></td><td valign="top"><a href="Arrows.html#index-package_002c-amsfonts-1"><span class="roman">package</span>, <code>amsfonts</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Arrows.html#Arrows">Arrows</a></td></tr>
+<tr><td></td><td valign="top"><a href="array.html#index-package_002c-amsmath"><span class="roman">package</span>, <code>amsmath</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="array.html#array">array</a></td></tr>
+<tr><td></td><td valign="top"><a href="array.html#index-package_002c-amsmath-1"><span class="roman">package</span>, <code>amsmath</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="array.html#array">array</a></td></tr>
+<tr><td></td><td valign="top"><a href="displaymath.html#index-package_002c-amsmath-2"><span class="roman">package</span>, <code>amsmath</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="displaymath.html#displaymath">displaymath</a></td></tr>
+<tr><td></td><td valign="top"><a href="equation.html#index-package_002c-amsmath-3"><span class="roman">package</span>, <code>amsmath</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="equation.html#equation">equation</a></td></tr>
+<tr><td></td><td valign="top"><a href="theorem.html#index-package_002c-amsmath-4"><span class="roman">package</span>, <code>amsmath</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="theorem.html#theorem">theorem</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-formulas.html#index-package_002c-amsmath-5"><span class="roman">package</span>, <code>amsmath</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-formulas.html#Math-formulas">Math formulas</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cleft-_0026-_005cright.html#index-package_002c-amsmath-6"><span class="roman">package</span>, <code>amsmath</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cleft-_0026-_005cright.html#g_t_005cleft-_0026-_005cright">\left &amp; \right</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cbigl-_0026-_005cbigr-etc.html#index-package_002c-amsmath-7"><span class="roman">package</span>, <code>amsmath</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cbigl-_0026-_005cbigr-etc.html#g_t_005cbigl-_0026-_005cbigr-etc">\bigl &amp; \bigr etc</a></td></tr>
+<tr><td></td><td valign="top"><a href="Dots.html#index-package_002c-amsmath-8"><span class="roman">package</span>, <code>amsmath</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Dots.html#Dots">Dots</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-functions.html#index-package_002c-amsmath-9"><span class="roman">package</span>, <code>amsmath</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-functions.html#Math-functions">Math functions</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cphantom-_0026-_005cvphantom-_0026-_005chphantom.html#index-package_002c-amsmath-10"><span class="roman">package</span>, <code>amsmath</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cphantom-_0026-_005cvphantom-_0026-_005chphantom.html#g_t_005cphantom-_0026-_005cvphantom-_0026-_005chphantom">\phantom &amp; \vphantom &amp; \hphantom</a></td></tr>
+<tr><td></td><td valign="top"><a href="Colon-character-_0026-_005ccolon.html#index-package_002c-amsmath-11"><span class="roman">package</span>, <code>amsmath</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Colon-character-_0026-_005ccolon.html#Colon-character-_0026-_005ccolon">Colon character &amp; \colon</a></td></tr>
+<tr><td></td><td valign="top"><a href="Colon-character-_0026-_005ccolon.html#index-package_002c-amsmath-12"><span class="roman">package</span>, <code>amsmath</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Colon-character-_0026-_005ccolon.html#Colon-character-_0026-_005ccolon">Colon character &amp; \colon</a></td></tr>
+<tr><td></td><td valign="top"><a href="theorem.html#index-package_002c-amsthm"><span class="roman">package</span>, <code>amsthm</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="theorem.html#theorem">theorem</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005crule.html#index-package_002c-amsthm-1"><span class="roman">package</span>, <code>amsthm</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005crule.html#g_t_005crule">\rule</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cwrite.html#index-package_002c-answers"><span class="roman">package</span>, <code>answers</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cwrite.html#g_t_005cwrite">\write</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cappendix.html#index-package_002c-appendix"><span class="roman">package</span>, <code>appendix</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cappendix.html#g_t_005cappendix">\appendix</a></td></tr>
+<tr><td></td><td valign="top"><a href="array.html#index-package_002c-array-_0028package_0029"><span class="roman">package</span>, <code>array (package)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="array.html#array">array</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cline.html#index-package_002c-Asymptote"><span class="roman">package</span>, <code>Asymptote</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cline.html#g_t_005cline">\line</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cstrut.html#index-package_002c-Asymptote-1"><span class="roman">package</span>, <code>Asymptote</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cstrut.html#g_t_005cstrut">\strut</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cmbox-_0026-_005cmakebox.html#index-package_002c-Asymptote-2"><span class="roman">package</span>, <code>Asymptote</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cmbox-_0026-_005cmakebox.html#g_t_005cmbox-_0026-_005cmakebox">\mbox &amp; \makebox</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cwrite18.html#index-package_002c-Asymptote-3"><span class="roman">package</span>, <code>Asymptote</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cwrite18.html#g_t_005cwrite18">\write18</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cchapter.html#index-package_002c-babel"><span class="roman">package</span>, <code>babel</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cchapter.html#g_t_005cchapter">\chapter</a></td></tr>
+<tr><td></td><td valign="top"><a href="thebibliography.html#index-package_002c-babel-1"><span class="roman">package</span>, <code>babel</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="thebibliography.html#thebibliography">thebibliography</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-package_002c-babel-2"><span class="roman">package</span>, <code>babel</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005ctoday.html#index-package_002c-babel-3"><span class="roman">package</span>, <code>babel</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005ctoday.html#g_t_005ctoday">\today</a></td></tr>
+<tr><td></td><td valign="top"><a href="Table-of-contents-etc_002e.html#index-package_002c-babel-4"><span class="roman">package</span>, <code>babel</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Table-of-contents-etc_002e.html#Table-of-contents-etc_002e">Table of contents etc.</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cindex.html#index-package_002c-babel-5"><span class="roman">package</span>, <code>babel</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cindex.html#g_t_005cindex">\index</a></td></tr>
+<tr><td></td><td valign="top"><a href="Footnotes-of-footnotes.html#index-package_002c-bigfoot"><span class="roman">package</span>, <code>bigfoot</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Footnotes-of-footnotes.html#Footnotes-of-footnotes">Footnotes of footnotes</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cboldmath-_0026-_005cunboldmath.html#index-package_002c-bm"><span class="roman">package</span>, <code>bm</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cboldmath-_0026-_005cunboldmath.html#g_t_005cboldmath-_0026-_005cunboldmath">\boldmath &amp; \unboldmath</a></td></tr>
+<tr><td></td><td valign="top"><a href="Cross-references.html#index-package_002c-cleveref"><span class="roman">package</span>, <code>cleveref</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Cross-references.html#Cross-references">Cross references</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cref.html#index-package_002c-cleveref-1"><span class="roman">package</span>, <code>cleveref</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cref.html#g_t_005cref">\ref</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cfootnotemark.html#index-package_002c-cleveref-2"><span class="roman">package</span>, <code>cleveref</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cfootnotemark.html#g_t_005cfootnotemark">\footnotemark</a></td></tr>
+<tr><td></td><td valign="top"><a href="fontenc-package.html#index-package_002c-cm_002dsuper"><span class="roman">package</span>, <code>cm-super</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="fontenc-package.html#fontenc-package">fontenc package</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-package_002c-comprehensive"><span class="roman">package</span>, <code>comprehensive</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="verbatim.html#index-package_002c-cprotect"><span class="roman">package</span>, <code>cprotect</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="verbatim.html#verbatim">verbatim</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cverb.html#index-package_002c-cprotect-1"><span class="roman">package</span>, <code>cprotect</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cverb.html#g_t_005cverb">\verb</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cread.html#index-package_002c-datatool"><span class="roman">package</span>, <code>datatool</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cread.html#g_t_005cread">\read</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005ctoday.html#index-package_002c-datetime"><span class="roman">package</span>, <code>datetime</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005ctoday.html#g_t_005ctoday">\today</a></td></tr>
+<tr><td></td><td valign="top"><a href="array.html#index-package_002c-dcolumn"><span class="roman">package</span>, <code>dcolumn</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="array.html#array">array</a></td></tr>
+<tr><td></td><td valign="top"><a href="itemize.html#index-package_002c-enumitem"><span class="roman">package</span>, <code>enumitem</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="itemize.html#itemize">itemize</a></td></tr>
+<tr><td></td><td valign="top"><a href="list.html#index-package_002c-enumitem-1"><span class="roman">package</span>, <code>enumitem</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="list.html#list">list</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cmakelabels.html#index-package_002c-envlab"><span class="roman">package</span>, <code>envlab</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cmakelabels.html#g_t_005cmakelabels">\makelabels</a></td></tr>
+<tr><td></td><td valign="top"><a href="Class-and-package-commands.html#index-package_002c-etoolbox"><span class="roman">package</span>, <code>etoolbox</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Class-and-package-commands.html#Class-and-package-commands">Class and package commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-package_002c-eurosym"><span class="roman">package</span>, <code>eurosym</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Page-styles.html#index-package_002c-fancyhdr"><span class="roman">package</span>, <code>fancyhdr</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Page-styles.html#Page-styles">Page styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cpagestyle.html#index-package_002c-fancyhdr-1"><span class="roman">package</span>, <code>fancyhdr</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cpagestyle.html#g_t_005cpagestyle">\pagestyle</a></td></tr>
+<tr><td></td><td valign="top"><a href="tabbing.html#index-package_002c-fancyvrb"><span class="roman">package</span>, <code>fancyvrb</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="tabbing.html#tabbing">tabbing</a></td></tr>
+<tr><td></td><td valign="top"><a href="verbatim.html#index-package_002c-fancyvrb-1"><span class="roman">package</span>, <code>fancyvrb</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="verbatim.html#verbatim">verbatim</a></td></tr>
+<tr><td></td><td valign="top"><a href="Floats.html#index-package_002c-flafter"><span class="roman">package</span>, <code>flafter</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Floats.html#Floats">Floats</a></td></tr>
+<tr><td></td><td valign="top"><a href="Floats.html#index-package_002c-float"><span class="roman">package</span>, <code>float</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Floats.html#Floats">Floats</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-class-options.html#index-package_002c-geometry"><span class="roman">package</span>, <code>geometry</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-class-options.html#Document-class-options">Document class options</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-class-options.html#index-package_002c-geometry-1"><span class="roman">package</span>, <code>geometry</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-class-options.html#Document-class-options">Document class options</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cfootnotemark.html#index-package_002c-hyperref"><span class="roman">package</span>, <code>hyperref</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cfootnotemark.html#g_t_005cfootnotemark">\footnotemark</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cfootnotemark.html#index-package_002c-hyperref-1"><span class="roman">package</span>, <code>hyperref</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cfootnotemark.html#g_t_005cfootnotemark">\footnotemark</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cpagenumbering.html#index-package_002c-hyperref-2"><span class="roman">package</span>, <code>hyperref</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cpagenumbering.html#g_t_005cpagenumbering">\pagenumbering</a></td></tr>
+<tr><td></td><td valign="top"><a href="Command-line-input.html#index-package_002c-hyperref-3"><span class="roman">package</span>, <code>hyperref</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Command-line-input.html#Command-line-input">Command line input</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cpart.html#index-package_002c-indentfirst"><span class="roman">package</span>, <code>indentfirst</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cpart.html#g_t_005cpart">\part</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cchapter.html#index-package_002c-indentfirst-1"><span class="roman">package</span>, <code>indentfirst</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cchapter.html#g_t_005cchapter">\chapter</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005csection.html#index-package_002c-indentfirst-2"><span class="roman">package</span>, <code>indentfirst</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005csection.html#g_t_005csection">\section</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005csubsection.html#index-package_002c-indentfirst-3"><span class="roman">package</span>, <code>indentfirst</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005csubsection.html#g_t_005csubsection">\subsection</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph.html#index-package_002c-indentfirst-4"><span class="roman">package</span>, <code>indentfirst</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph.html#g_t_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph">\subsubsection &amp; \paragraph &amp; \subparagraph</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cindent-_0026-_005cnoindent.html#index-package_002c-indentfirst-5"><span class="roman">package</span>, <code>indentfirst</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cindent-_0026-_005cnoindent.html#g_t_005cindent-_0026-_005cnoindent">\indent &amp; \noindent</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cindex.html#index-package_002c-index"><span class="roman">package</span>, <code>index</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cindex.html#g_t_005cindex">\index</a></td></tr>
+<tr><td></td><td valign="top"><a href="Arrows.html#index-package_002c-latexsym"><span class="roman">package</span>, <code>latexsym</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Arrows.html#Arrows">Arrows</a></td></tr>
+<tr><td></td><td valign="top"><a href="tabbing.html#index-package_002c-listings"><span class="roman">package</span>, <code>listings</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="tabbing.html#tabbing">tabbing</a></td></tr>
+<tr><td></td><td valign="top"><a href="verbatim.html#index-package_002c-listings-1"><span class="roman">package</span>, <code>listings</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="verbatim.html#verbatim">verbatim</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cverb.html#index-package_002c-listings-2"><span class="roman">package</span>, <code>listings</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cverb.html#g_t_005cverb">\verb</a></td></tr>
+<tr><td></td><td valign="top"><a href="fontenc-package.html#index-package_002c-lmodern"><span class="roman">package</span>, <code>lmodern</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="fontenc-package.html#fontenc-package">fontenc package</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cmakeatletter-_0026-_005cmakeatother.html#index-package_002c-macros2e"><span class="roman">package</span>, <code>macros2e</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cmakeatletter-_0026-_005cmakeatother.html#g_t_005cmakeatletter-_0026-_005cmakeatother">\makeatletter &amp; \makeatother</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-formulas.html#index-package_002c-mathtools"><span class="roman">package</span>, <code>mathtools</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-formulas.html#Math-formulas">Math formulas</a></td></tr>
+<tr><td></td><td valign="top"><a href="Delimiters.html#index-package_002c-mathtools-1"><span class="roman">package</span>, <code>mathtools</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Delimiters.html#Delimiters">Delimiters</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cleft-_0026-_005cright.html#index-package_002c-mathtools-2"><span class="roman">package</span>, <code>mathtools</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cleft-_0026-_005cright.html#g_t_005cleft-_0026-_005cright">\left &amp; \right</a></td></tr>
+<tr><td></td><td valign="top"><a href="Over_002d-and-Underlining.html#index-package_002c-mathtools-3"><span class="roman">package</span>, <code>mathtools</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Over_002d-and-Underlining.html#Over_002d-and-Underlining">Over- and Underlining</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005csmash.html#index-package_002c-mathtools-4"><span class="roman">package</span>, <code>mathtools</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005csmash.html#g_t_005csmash">\smash</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cphantom-_0026-_005cvphantom-_0026-_005chphantom.html#index-package_002c-mathtools-5"><span class="roman">package</span>, <code>mathtools</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cphantom-_0026-_005cvphantom-_0026-_005chphantom.html#g_t_005cphantom-_0026-_005cvphantom-_0026-_005chphantom">\phantom &amp; \vphantom &amp; \hphantom</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cline.html#index-package_002c-MetaPost"><span class="roman">package</span>, <code>MetaPost</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cline.html#g_t_005cline">\line</a></td></tr>
+<tr><td></td><td valign="top"><a href="Upper-and-lower-case.html#index-package_002c-mfirstuc"><span class="roman">package</span>, <code>mfirstuc</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Upper-and-lower-case.html#Upper-and-lower-case">Upper and lower case</a></td></tr>
+<tr><td></td><td valign="top"><a href="Subscripts-_0026-superscripts.html#index-package_002c-mhchem"><span class="roman">package</span>, <code>mhchem</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Subscripts-_0026-superscripts.html#Subscripts-_0026-superscripts">Subscripts &amp; superscripts</a></td></tr>
+<tr><td></td><td valign="top"><a href="tabbing.html#index-package_002c-minted"><span class="roman">package</span>, <code>minted</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="tabbing.html#tabbing">tabbing</a></td></tr>
+<tr><td></td><td valign="top"><a href="verbatim.html#index-package_002c-minted-1"><span class="roman">package</span>, <code>minted</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="verbatim.html#verbatim">verbatim</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cverb.html#index-package_002c-minted-2"><span class="roman">package</span>, <code>minted</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cverb.html#g_t_005cverb">\verb</a></td></tr>
+<tr><td></td><td valign="top"><a href="Indexes.html#index-package_002c-multind"><span class="roman">package</span>, <code>multind</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Indexes.html#Indexes">Indexes</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cline.html#index-package_002c-pict2e"><span class="roman">package</span>, <code>pict2e</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cline.html#g_t_005cline">\line</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-package_002c-polyglossia"><span class="roman">package</span>, <code>polyglossia</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005ctoday.html#index-package_002c-polyglossia-1"><span class="roman">package</span>, <code>polyglossia</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005ctoday.html#g_t_005ctoday">\today</a></td></tr>
+<tr><td></td><td valign="top"><a href="Table-of-contents-etc_002e.html#index-package_002c-polyglossia-2"><span class="roman">package</span>, <code>polyglossia</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Table-of-contents-etc_002e.html#Table-of-contents-etc_002e">Table of contents etc.</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cindex.html#index-package_002c-polyglossia-3"><span class="roman">package</span>, <code>polyglossia</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cindex.html#g_t_005cindex">\index</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cline.html#index-package_002c-PSTricks"><span class="roman">package</span>, <code>PSTricks</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cline.html#g_t_005cline">\line</a></td></tr>
+<tr><td></td><td valign="top"><a href="Command-line-options.html#index-package_002c-sagetex"><span class="roman">package</span>, <code>sagetex</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Command-line-options.html#Command-line-options">Command line options</a></td></tr>
+<tr><td></td><td valign="top"><a href="Low_002dlevel-font-commands.html#index-package_002c-setspace"><span class="roman">package</span>, <code>setspace</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Low_002dlevel-font-commands.html#Low_002dlevel-font-commands">Low-level font commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="Indexes.html#index-package_002c-showidx"><span class="roman">package</span>, <code>showidx</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Indexes.html#Indexes">Indexes</a></td></tr>
+<tr><td></td><td valign="top"><a href="_007e.html#index-package_002c-siunitx"><span class="roman">package</span>, <code>siunitx</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_007e.html#g_t_007e">~</a></td></tr>
+<tr><td></td><td valign="top"><a href="Upper-and-lower-case.html#index-package_002c-textcase"><span class="roman">package</span>, <code>textcase</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Upper-and-lower-case.html#Upper-and-lower-case">Upper and lower case</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-package_002c-textcomp"><span class="roman">package</span>, <code>textcomp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cline.html#index-package_002c-TikZ"><span class="roman">package</span>, <code>TikZ</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cline.html#g_t_005cline">\line</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cstrut.html#index-package_002c-TikZ-1"><span class="roman">package</span>, <code>TikZ</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cstrut.html#g_t_005cstrut">\strut</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cmbox-_0026-_005cmakebox.html#index-package_002c-TikZ-2"><span class="roman">package</span>, <code>TikZ</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cmbox-_0026-_005cmakebox.html#g_t_005cmbox-_0026-_005cmakebox">\mbox &amp; \makebox</a></td></tr>
+<tr><td></td><td valign="top"><a href="Arrows.html#index-package_002c-tikz_002dcd"><span class="roman">package</span>, <code>tikz-cd</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Arrows.html#Arrows">Arrows</a></td></tr>
+<tr><td></td><td valign="top"><a href="Sectioning.html#index-package_002c-titlesec"><span class="roman">package</span>, <code>titlesec</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Sectioning.html#Sectioning">Sectioning</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cpart.html#index-package_002c-titlesec-1"><span class="roman">package</span>, <code>titlesec</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cpart.html#g_t_005cpart">\part</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cchapter.html#index-package_002c-titlesec-2"><span class="roman">package</span>, <code>titlesec</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cchapter.html#g_t_005cchapter">\chapter</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005csection.html#index-package_002c-titlesec-3"><span class="roman">package</span>, <code>titlesec</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005csection.html#g_t_005csection">\section</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005csubsection.html#index-package_002c-titlesec-4"><span class="roman">package</span>, <code>titlesec</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005csubsection.html#g_t_005csubsection">\subsection</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph.html#index-package_002c-titlesec-5"><span class="roman">package</span>, <code>titlesec</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph.html#g_t_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph">\subsubsection &amp; \paragraph &amp; \subparagraph</a></td></tr>
+<tr><td></td><td valign="top"><a href="Table-of-contents-etc_002e.html#index-package_002c-tocbibbind"><span class="roman">package</span>, <code>tocbibbind</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Table-of-contents-etc_002e.html#Table-of-contents-etc_002e">Table of contents etc.</a></td></tr>
+<tr><td></td><td valign="top"><a href="Table-of-contents-etc_002e.html#index-package_002c-tocloft"><span class="roman">package</span>, <code>tocloft</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Table-of-contents-etc_002e.html#Table-of-contents-etc_002e">Table of contents etc.</a></td></tr>
+<tr><td></td><td valign="top"><a href="Over_002d-and-Underlining.html#index-package_002c-ulem"><span class="roman">package</span>, <code>ulem</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Over_002d-and-Underlining.html#Over_002d-and-Underlining">Over- and Underlining</a></td></tr>
+<tr><td></td><td valign="top"><a href="Greek-letters.html#index-package_002c-unicode_002dmath"><span class="roman">package</span>, <code>unicode-math</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Greek-letters.html#Greek-letters">Greek letters</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cverb.html#index-package_002c-url"><span class="roman">package</span>, <code>url</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cverb.html#g_t_005cverb">\verb</a></td></tr>
+<tr><td></td><td valign="top"><a href="verbatim.html#index-package_002c-verbatimbox"><span class="roman">package</span>, <code>verbatimbox</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="verbatim.html#verbatim">verbatim</a></td></tr>
+<tr><td></td><td valign="top"><a href="Additional-packages.html#index-packages_002c-loading-additional">packages, loading additional</a>:</td><td>&nbsp;</td><td valign="top"><a href="Additional-packages.html#Additional-packages">Additional packages</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cpagebreak-_0026-_005cnopagebreak.html#index-page-break_002c-forcing">page break, forcing</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cpagebreak-_0026-_005cnopagebreak.html#g_t_005cpagebreak-_0026-_005cnopagebreak">\pagebreak &amp; \nopagebreak</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cpagebreak-_0026-_005cnopagebreak.html#index-page-break_002c-preventing">page break, preventing</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cpagebreak-_0026-_005cnopagebreak.html#g_t_005cpagebreak-_0026-_005cnopagebreak">\pagebreak &amp; \nopagebreak</a></td></tr>
+<tr><td></td><td valign="top"><a href="Page-breaking.html#index-page-breaking">page breaking</a>:</td><td>&nbsp;</td><td valign="top"><a href="Page-breaking.html#Page-breaking">Page breaking</a></td></tr>
+<tr><td></td><td valign="top"><a href="Page-layout-parameters.html#index-page-layout-parameters">page layout parameters</a>:</td><td>&nbsp;</td><td valign="top"><a href="Page-layout-parameters.html#Page-layout-parameters">Page layout parameters</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cpageref.html#index-page-number_002c-cross-referencing">page number, cross referencing</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cpageref.html#g_t_005cpageref">\pageref</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cpagenumbering.html#index-page-numbering-style">page numbering style</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cpagenumbering.html#g_t_005cpagenumbering">\pagenumbering</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cthispagestyle.html#index-page-style_002c-this-page">page style, this page</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cthispagestyle.html#g_t_005cthispagestyle">\thispagestyle</a></td></tr>
+<tr><td></td><td valign="top"><a href="Page-styles.html#index-page-styles">page styles</a>:</td><td>&nbsp;</td><td valign="top"><a href="Page-styles.html#Page-styles">Page styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="Colored-pages.html#index-page_002c-colored">page, colored</a>:</td><td>&nbsp;</td><td valign="top"><a href="Colored-pages.html#Colored-pages">Colored pages</a></td></tr>
+<tr><td></td><td valign="top"><a href="makeindex.html#index-page_005fprecedence"><code>page_precedence</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="makeindex.html#makeindex">makeindex</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cleft-_0026-_005cright.html#index-paired-delimiters">paired delimiters</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cleft-_0026-_005cright.html#g_t_005cleft-_0026-_005cright">\left &amp; \right</a></td></tr>
+<tr><td></td><td valign="top"><a href="Sectioning.html#index-paragraph">paragraph</a>:</td><td>&nbsp;</td><td valign="top"><a href="Sectioning.html#Sectioning">Sectioning</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph.html#index-paragraph-1">paragraph</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph.html#g_t_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph">\subsubsection &amp; \paragraph &amp; \subparagraph</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cparindent-_0026-_005cparskip.html#index-paragraph-indentation">paragraph indentation</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cparindent-_0026-_005cparskip.html#g_t_005cparindent-_0026-_005cparskip">\parindent &amp; \parskip</a></td></tr>
+<tr><td></td><td valign="top"><a href="minipage.html#index-paragraph-indentation_002c-in-minipage">paragraph indentation, in minipage</a>:</td><td>&nbsp;</td><td valign="top"><a href="minipage.html#minipage">minipage</a></td></tr>
+<tr><td></td><td valign="top"><a href="quotation-_0026-quote.html#index-paragraph-indentations-in-quoted-text">paragraph indentations in quoted text</a>:</td><td>&nbsp;</td><td valign="top"><a href="quotation-_0026-quote.html#quotation-_0026-quote">quotation &amp; quote</a></td></tr>
+<tr><td></td><td valign="top"><a href="quotation-_0026-quote.html#index-paragraph-indentations-in-quoted-text_002c-omitting">paragraph indentations in quoted text, omitting</a>:</td><td>&nbsp;</td><td valign="top"><a href="quotation-_0026-quote.html#quotation-_0026-quote">quotation &amp; quote</a></td></tr>
+<tr><td></td><td valign="top"><a href="Modes.html#index-paragraph-mode">paragraph mode</a>:</td><td>&nbsp;</td><td valign="top"><a href="Modes.html#Modes">Modes</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cparbox.html#index-paragraph-mode-1">paragraph mode</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cparbox.html#g_t_005cparbox">\parbox</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-paragraph-symbol">paragraph symbol</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cpar.html#index-paragraph_002c-ending">paragraph, ending</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cpar.html#g_t_005cpar">\par</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cparbox.html#index-paragraph_002c-in-a-box">paragraph, in a box</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cparbox.html#g_t_005cparbox">\parbox</a></td></tr>
+<tr><td></td><td valign="top"><a href="Making-paragraphs.html#index-paragraphs">paragraphs</a>:</td><td>&nbsp;</td><td valign="top"><a href="Making-paragraphs.html#Making-paragraphs">Making paragraphs</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cfootnote.html#index-parameters_002c-for-footnotes">parameters, for footnotes</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cfootnote.html#g_t_005cfootnote">\footnote</a></td></tr>
+<tr><td></td><td valign="top"><a href="Page-layout-parameters.html#index-parameters_002c-page-layout">parameters, page layout</a>:</td><td>&nbsp;</td><td valign="top"><a href="Page-layout-parameters.html#Page-layout-parameters">Page layout parameters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Delimiters.html#index-parentheses">parentheses</a>:</td><td>&nbsp;</td><td valign="top"><a href="Delimiters.html#Delimiters">Delimiters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Sectioning.html#index-part">part</a>:</td><td>&nbsp;</td><td valign="top"><a href="Sectioning.html#Sectioning">Sectioning</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cpart.html#index-part-1">part</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cpart.html#g_t_005cpart">\part</a></td></tr>
+<tr><td></td><td valign="top"><a href="Units-of-length.html#index-pc"><code>pc</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Units-of-length.html#Units-of-length">Units of length</a></td></tr>
+<tr><td></td><td valign="top"><a href="Graphics-package-configuration.html#index-PDF-graphic-files">PDF graphic files</a>:</td><td>&nbsp;</td><td valign="top"><a href="Graphics-package-configuration.html#Graphics-package-configuration">Graphics package configuration</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cincludegraphics.html#index-PDF-graphic-files-1">PDF graphic files</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cincludegraphics.html#g_t_005cincludegraphics">\includegraphics</a></td></tr>
+<tr><td></td><td valign="top"><a href="Output-files.html#index-pdflatex-command"><code>pdflatex <span class="roman">command</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Output-files.html#Output-files">Output files</a></td></tr>
+<tr><td></td><td valign="top"><a href="Output-files.html#index-pdfTeX">pdfTeX</a>:</td><td>&nbsp;</td><td valign="top"><a href="Output-files.html#Output-files">Output files</a></td></tr>
+<tr><td></td><td valign="top"><a href="TeX-engines.html#index-pdfTeX-engine">pdfTeX engine</a>:</td><td>&nbsp;</td><td valign="top"><a href="TeX-engines.html#TeX-engines">TeX engines</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005c_0040.html#index-period_002c-abbreviation_002dending">period, abbreviation-ending</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005c_0040.html#g_t_005c_0040">\@</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-period_002c-centered_002c-in-text">period, centered, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005c_0040.html#index-period_002c-sentence_002dending">period, sentence-ending</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005c_0040.html#g_t_005c_0040">\@</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005c_0040.html#index-period_002c-spacing-after">period, spacing after</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005c_0040.html#g_t_005c_0040">\@</a></td></tr>
+<tr><td></td><td valign="top"><a href="Units-of-length.html#index-pica">pica</a>:</td><td>&nbsp;</td><td valign="top"><a href="Units-of-length.html#Units-of-length">Units of length</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cline.html#index-pict2e-package"><code>pict2e</code> package</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cline.html#g_t_005cline">\line</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cline.html#index-pict2e-package-1"><code>pict2e</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cline.html#g_t_005cline">\line</a></td></tr>
+<tr><td></td><td valign="top"><a href="picture.html#index-picture-environment"><code><code>picture</code> <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="picture.html#picture">picture</a></td></tr>
+<tr><td></td><td valign="top"><a href="picture.html#index-pictures_002c-creating">pictures, creating</a>:</td><td>&nbsp;</td><td valign="top"><a href="picture.html#picture">picture</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-pilcrow">pilcrow</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Floats.html#index-placement-of-floats">placement of floats</a>:</td><td>&nbsp;</td><td valign="top"><a href="Floats.html#Floats">Floats</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cnewglossaryentry.html#index-plural"><code>plural</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cnewglossaryentry.html#g_t_005cnewglossaryentry">\newglossaryentry</a></td></tr>
+<tr><td></td><td valign="top"><a href="Graphics-package-configuration.html#index-PNG-files">PNG files</a>:</td><td>&nbsp;</td><td valign="top"><a href="Graphics-package-configuration.html#Graphics-package-configuration">Graphics package configuration</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cincludegraphics.html#index-PNG-files-1">PNG files</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cincludegraphics.html#g_t_005cincludegraphics">\includegraphics</a></td></tr>
+<tr><td></td><td valign="top"><a href="verse.html#index-poetry_002c-an-environment-for">poetry, an environment for</a>:</td><td>&nbsp;</td><td valign="top"><a href="verse.html#verse">verse</a></td></tr>
+<tr><td></td><td valign="top"><a href="Units-of-length.html#index-Point">Point</a>:</td><td>&nbsp;</td><td valign="top"><a href="Units-of-length.html#Units-of-length">Units of length</a></td></tr>
+<tr><td></td><td valign="top"><a href="Additional-Latin-letters.html#index-polish-l">polish l</a>:</td><td>&nbsp;</td><td valign="top"><a href="Additional-Latin-letters.html#Additional-Latin-letters">Additional Latin letters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-polyglossia-package"><code>polyglossia</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005ctoday.html#index-polyglossia-package-1"><code>polyglossia</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005ctoday.html#g_t_005ctoday">\today</a></td></tr>
+<tr><td></td><td valign="top"><a href="Table-of-contents-etc_002e.html#index-polyglossia-package-2"><code>polyglossia</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="Table-of-contents-etc_002e.html#Table-of-contents-etc_002e">Table of contents etc.</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cindex.html#index-polyglossia-package-3"><code>polyglossia</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cindex.html#g_t_005cindex">\index</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-class-options.html#index-portrait-orientation">portrait orientation</a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-class-options.html#Document-class-options">Document class options</a></td></tr>
+<tr><td></td><td valign="top"><a href="picture.html#index-position_002c-in-picture">position, in picture</a>:</td><td>&nbsp;</td><td valign="top"><a href="picture.html#picture">picture</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cnewcommand-_0026-_005crenewcommand.html#index-positional-parameter">positional parameter</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cnewcommand-_0026-_005crenewcommand.html#g_t_005cnewcommand-_0026-_005crenewcommand">\newcommand &amp; \renewcommand</a></td></tr>
+<tr><td></td><td valign="top"><a href="makeindex.html#index-postamble"><code>postamble</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="makeindex.html#makeindex">makeindex</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cps.html#index-postscript_002c-in-letters">postscript, in letters</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cps.html#g_t_005cps">\ps</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-pounds-symbol">pounds symbol</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="makeindex.html#index-preamble"><code>preamble</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="makeindex.html#makeindex">makeindex</a></td></tr>
+<tr><td></td><td valign="top"><a href="Starting-and-ending.html#index-preamble_002c-defined">preamble, defined</a>:</td><td>&nbsp;</td><td valign="top"><a href="Starting-and-ending.html#Starting-and-ending">Starting and ending</a></td></tr>
+<tr><td></td><td valign="top"><a href="Recovering-from-errors.html#index-prompt_002c-_002a">prompt, &lsquo;<samp>*</samp>&rsquo;</a>:</td><td>&nbsp;</td><td valign="top"><a href="Recovering-from-errors.html#Recovering-from-errors">Recovering from errors</a></td></tr>
+<tr><td></td><td valign="top"><a href="Overview.html#index-pronunciation">pronunciation</a>:</td><td>&nbsp;</td><td valign="top"><a href="Overview.html#Overview">Overview</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cline.html#index-PSTricks-package"><code>PSTricks</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cline.html#g_t_005cline">\line</a></td></tr>
+<tr><td></td><td valign="top"><a href="Units-of-length.html#index-pt"><code>pt</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Units-of-length.html#Units-of-length">Units of length</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th><a name="Index_cp_letter-Q">Q</a></th><td></td><td></td></tr>
+<tr><td></td><td valign="top"><a href="Spacing-in-math-mode.html#index-quad">quad</a>:</td><td>&nbsp;</td><td valign="top"><a href="Spacing-in-math-mode.html#Spacing-in-math-mode">Spacing in math mode</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-question-mark_002c-upside_002ddown">question mark, upside-down</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="quotation-_0026-quote.html#index-quotation-environment"><code><code>quotation</code> <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="quotation-_0026-quote.html#quotation-_0026-quote">quotation &amp; quote</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-quotation-marks_002c-French">quotation marks, French</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="quotation-_0026-quote.html#index-quote-environment"><code><code>quote</code> <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="quotation-_0026-quote.html#quotation-_0026-quote">quotation &amp; quote</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-quote_002c-single-straight">quote, single straight</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-quote_002c-straight-base">quote, straight base</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="quotation-_0026-quote.html#index-quoted-text-with-paragraph-indentation_002c-displaying">quoted text with paragraph indentation, displaying</a>:</td><td>&nbsp;</td><td valign="top"><a href="quotation-_0026-quote.html#quotation-_0026-quote">quotation &amp; quote</a></td></tr>
+<tr><td></td><td valign="top"><a href="quotation-_0026-quote.html#index-quoted-text-without-paragraph-indentation_002c-displaying">quoted text without paragraph indentation, displaying</a>:</td><td>&nbsp;</td><td valign="top"><a href="quotation-_0026-quote.html#quotation-_0026-quote">quotation &amp; quote</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th><a name="Index_cp_letter-R">R</a></th><td></td><td></td></tr>
+<tr><td></td><td valign="top"><a href="_005csqrt.html#index-radical">radical</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005csqrt.html#g_t_005csqrt">\sqrt</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005craggedleft.html#index-ragged-left-text">ragged left text</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005craggedleft.html#g_t_005craggedleft">\raggedleft</a></td></tr>
+<tr><td></td><td valign="top"><a href="flushright.html#index-ragged-left-text_002c-environment-for">ragged left text, environment for</a>:</td><td>&nbsp;</td><td valign="top"><a href="flushright.html#flushright">flushright</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005craggedright.html#index-ragged-right-text">ragged right text</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005craggedright.html#g_t_005craggedright">\raggedright</a></td></tr>
+<tr><td></td><td valign="top"><a href="flushleft.html#index-ragged-right-text_002c-environment-for">ragged right text, environment for</a>:</td><td>&nbsp;</td><td valign="top"><a href="flushleft.html#flushleft">flushleft</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cread.html#index-read-a-file">read a file</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cread.html#g_t_005cread">\read</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cnewenvironment-_0026-_005crenewenvironment.html#index-redefining-environments">redefining environments</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cnewenvironment-_0026-_005crenewenvironment.html#g_t_005cnewenvironment-_0026-_005crenewenvironment">\newenvironment &amp; \renewenvironment</a></td></tr>
+<tr><td></td><td valign="top"><a href="Cross-references.html#index-reference_002c-forward">reference, forward</a>:</td><td>&nbsp;</td><td valign="top"><a href="Cross-references.html#Cross-references">Cross references</a></td></tr>
+<tr><td></td><td valign="top"><a href="Output-files.html#index-references_002c-resolving-forward">references, resolving forward</a>:</td><td>&nbsp;</td><td valign="top"><a href="Output-files.html#Output-files">Output files</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-registered-symbol">registered symbol</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cstackrel.html#index-relation_002c-text-above">relation, text above</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cstackrel.html#g_t_005cstackrel">\stackrel</a></td></tr>
+<tr><td></td><td valign="top"><a href="Marginal-notes.html#index-remarks-in-the-margin">remarks in the margin</a>:</td><td>&nbsp;</td><td valign="top"><a href="Marginal-notes.html#Marginal-notes">Marginal notes</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-classes.html#index-report-class"><code>report <span class="roman">class</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-classes.html#Document-classes">Document classes</a></td></tr>
+<tr><td></td><td valign="top"><a href="About-this-document.html#index-reporting-bugs">reporting bugs</a>:</td><td>&nbsp;</td><td valign="top"><a href="About-this-document.html#About-this-document">About this document</a></td></tr>
+<tr><td></td><td valign="top"><a href="Reserved-characters.html#index-reserved-characters">reserved characters</a>:</td><td>&nbsp;</td><td valign="top"><a href="Reserved-characters.html#Reserved-characters">Reserved characters</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cscalebox.html#index-resizing">resizing</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cscalebox.html#g_t_005cscalebox">\scalebox</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cresizebox.html#index-resizing-1">resizing</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cresizebox.html#g_t_005cresizebox">\resizebox</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-right-angle-quotation-marks">right angle quotation marks</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-right-arrow_002c-in-text">right arrow, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-right-brace_002c-in-text">right brace, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-right-quote">right quote</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-right-quote_002c-double">right quote, double</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-right-quote_002c-single">right quote, single</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-class-options.html#index-right_002dhand-equation-numbers">right-hand equation numbers</a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-class-options.html#Document-class-options">Document class options</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005craggedleft.html#index-right_002djustifying-text">right-justifying text</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005craggedleft.html#g_t_005craggedleft">\raggedleft</a></td></tr>
+<tr><td></td><td valign="top"><a href="flushright.html#index-right_002djustifying-text_002c-environment-for">right-justifying text, environment for</a>:</td><td>&nbsp;</td><td valign="top"><a href="flushright.html#flushright">flushright</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-ring-accent">ring accent</a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-accents.html#index-ring-accent_002c-math">ring accent, math</a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-accents.html#Math-accents">Math accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cprotect.html#index-robust-commands">robust commands</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cprotect.html#g_t_005cprotect">\protect</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-roman-font">roman font</a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="Splitting-the-input.html#index-root-file">root file</a>:</td><td>&nbsp;</td><td valign="top"><a href="Splitting-the-input.html#Splitting-the-input">Splitting the input</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005csqrt.html#index-roots">roots</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005csqrt.html#g_t_005csqrt">\sqrt</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005crotatebox.html#index-rotating-graphics">rotating graphics</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005crotatebox.html#g_t_005crotatebox">\rotatebox</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005crotatebox.html#index-rotating-text">rotating text</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005crotatebox.html#g_t_005crotatebox">\rotatebox</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005crotatebox.html#index-rotation">rotation</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005crotatebox.html#g_t_005crotatebox">\rotatebox</a></td></tr>
+<tr><td></td><td valign="top"><a href="tabbing.html#index-row_002c-tabbing">row, <span class="roman">tabbing</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="tabbing.html#tabbing">tabbing</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cnewlength.html#index-rubber-lengths_002c-defining-new">rubber lengths, defining new</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cnewlength.html#g_t_005cnewlength">\newlength</a></td></tr>
+<tr><td></td><td valign="top"><a href="Page-layout-parameters.html#index-running-header-and-footer">running header and footer</a>:</td><td>&nbsp;</td><td valign="top"><a href="Page-layout-parameters.html#Page-layout-parameters">Page layout parameters</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cpagestyle.html#index-running-header-and-footer-style">running header and footer style</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cpagestyle.html#g_t_005cpagestyle">\pagestyle</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th><a name="Index_cp_letter-S">S</a></th><td></td><td></td></tr>
+<tr><td></td><td valign="top"><a href="Command-line-options.html#index-sagetex-package"><code>sagetex</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="Command-line-options.html#Command-line-options">Command line options</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-sans-serif-font">sans serif font</a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="Units-of-length.html#index-Scaled-point">Scaled point</a>:</td><td>&nbsp;</td><td valign="top"><a href="Units-of-length.html#Units-of-length">Units of length</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cscalebox.html#index-scaling">scaling</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cscalebox.html#g_t_005cscalebox">\scalebox</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cresizebox.html#index-scaling-1">scaling</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cresizebox.html#g_t_005cresizebox">\resizebox</a></td></tr>
+<tr><td></td><td valign="top"><a href="Calligraphic.html#index-script-fonts">script fonts</a>:</td><td>&nbsp;</td><td valign="top"><a href="Calligraphic.html#Calligraphic">Calligraphic</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-script-letters-for-math">script letters for math</a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="Sectioning.html#index-secnumdepth"><code>secnumdepth</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Sectioning.html#Sectioning">Sectioning</a></td></tr>
+<tr><td></td><td valign="top"><a href="Sectioning.html#index-secnumdepth-counter"><code>secnumdepth <span class="roman">counter</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Sectioning.html#Sectioning">Sectioning</a></td></tr>
+<tr><td></td><td valign="top"><a href="Sectioning.html#index-section">section</a>:</td><td>&nbsp;</td><td valign="top"><a href="Sectioning.html#Sectioning">Sectioning</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005csection.html#index-section-1">section</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005csection.html#g_t_005csection">\section</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cref.html#index-section-number_002c-cross-referencing">section number, cross referencing</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cref.html#g_t_005cref">\ref</a></td></tr>
+<tr><td></td><td valign="top"><a href="Sectioning.html#index-section-numbers_002c-printing">section numbers, printing</a>:</td><td>&nbsp;</td><td valign="top"><a href="Sectioning.html#Sectioning">Sectioning</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-section-symbol">section symbol</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005c_0040startsection.html#index-section_002c-redefining">section, redefining</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005c_0040startsection.html#g_t_005c_0040startsection">\@startsection</a></td></tr>
+<tr><td></td><td valign="top"><a href="Sectioning.html#index-sectioning-commands">sectioning commands</a>:</td><td>&nbsp;</td><td valign="top"><a href="Sectioning.html#Sectioning">Sectioning</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cpart.html#index-sectioning_002c-part">sectioning, part</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cpart.html#g_t_005cpart">\part</a></td></tr>
+<tr><td></td><td valign="top"><a href="Low_002dlevel-font-commands.html#index-series_002c-of-fonts">series, of fonts</a>:</td><td>&nbsp;</td><td valign="top"><a href="Low_002dlevel-font-commands.html#Low_002dlevel-font-commands">Low-level font commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="Low_002dlevel-font-commands.html#index-setspace-package"><code>setspace</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="Low_002dlevel-font-commands.html#Low_002dlevel-font-commands">Low-level font commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005csetcounter.html#index-setting-counters">setting counters</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005csetcounter.html#g_t_005csetcounter">\setcounter</a></td></tr>
+<tr><td></td><td valign="top"><a href="Low_002dlevel-font-commands.html#index-shapes_002c-of-fonts">shapes, of fonts</a>:</td><td>&nbsp;</td><td valign="top"><a href="Low_002dlevel-font-commands.html#Low_002dlevel-font-commands">Low-level font commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="Additional-Latin-letters.html#index-sharp-S-letters">sharp S letters</a>:</td><td>&nbsp;</td><td valign="top"><a href="Additional-Latin-letters.html#Additional-Latin-letters">Additional Latin letters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Indexes.html#index-showidx-package"><code>showidx</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="Indexes.html#Indexes">Indexes</a></td></tr>
+<tr><td></td><td valign="top"><a href="verbatim.html#index-simulating-typed-text">simulating typed text</a>:</td><td>&nbsp;</td><td valign="top"><a href="verbatim.html#verbatim">verbatim</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-single-angle-quotation-marks">single angle quotation marks</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-single-guillemets">single guillemets</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-single-left-quote">single left quote</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-single-low_002d9-quotation-mark">single low-9 quotation mark</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-single-quote_002c-straight">single quote, straight</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-single-right-quote">single right quote</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_007e.html#index-siunitx-package"><code>siunitx</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="_007e.html#g_t_007e">~</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-sizes.html#index-sizes-of-text">sizes of text</a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-sizes.html#Font-sizes">Font sizes</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cnewlength.html#index-skip-register_002c-plain-TeX">skip register, plain TeX</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cnewlength.html#g_t_005cnewlength">\newlength</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-slanted-font">slanted font</a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-classes.html#index-slides-class"><code>slides <span class="roman">class</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-classes.html#Document-classes">Document classes</a></td></tr>
+<tr><td></td><td valign="top"><a href="sloppypar.html#index-sloppypar"><code>sloppypar</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="sloppypar.html#sloppypar">sloppypar</a></td></tr>
+<tr><td></td><td valign="top"><a href="sloppypar.html#index-sloppypar-environment">sloppypar environment</a>:</td><td>&nbsp;</td><td valign="top"><a href="sloppypar.html#sloppypar">sloppypar</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-small-caps-font">small caps font</a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cnewglossaryentry.html#index-sort"><code>sort</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cnewglossaryentry.html#g_t_005cnewglossaryentry">\newglossaryentry</a></td></tr>
+<tr><td></td><td valign="top"><a href="Units-of-length.html#index-sp"><code>sp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Units-of-length.html#Units-of-length">Units of length</a></td></tr>
+<tr><td></td><td valign="top"><a href="_007e.html#index-space_002c-hard">space, hard</a>:</td><td>&nbsp;</td><td valign="top"><a href="_007e.html#g_t_007e">~</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005chss.html#index-space_002c-inserting-horizontal">space, inserting horizontal</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005chss.html#g_t_005chss">\hss</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005caddvspace.html#index-space_002c-inserting-vertical">space, inserting vertical</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005caddvspace.html#g_t_005caddvspace">\addvspace</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cthinspace-_0026-_005cnegthinspace.html#index-space_002c-negative-thin">space, negative thin</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cthinspace-_0026-_005cnegthinspace.html#g_t_005cthinspace-_0026-_005cnegthinspace">\thinspace &amp; \negthinspace</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cthinspace-_0026-_005cnegthinspace.html#index-space_002c-thin">space, thin</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cthinspace-_0026-_005cnegthinspace.html#g_t_005cthinspace-_0026-_005cnegthinspace">\thinspace &amp; \negthinspace</a></td></tr>
+<tr><td></td><td valign="top"><a href="_007e.html#index-space_002c-unbreakable">space, unbreakable</a>:</td><td>&nbsp;</td><td valign="top"><a href="_007e.html#g_t_007e">~</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cvspace.html#index-space_002c-vertical">space, vertical</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cvspace.html#g_t_005cvspace">\vspace</a></td></tr>
+<tr><td></td><td valign="top"><a href="Spaces.html#index-spaces">spaces</a>:</td><td>&nbsp;</td><td valign="top"><a href="Spaces.html#Spaces">Spaces</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cignorespaces-_0026-_005cignorespacesafterend.html#index-spaces_002c-ignore-around-commands">spaces, ignore around commands</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cignorespaces-_0026-_005cignorespacesafterend.html#g_t_005cignorespaces-_0026-_005cignorespacesafterend">\ignorespaces &amp; \ignorespacesafterend</a></td></tr>
+<tr><td></td><td valign="top"><a href="Spacing-in-math-mode.html#index-spacing-within-math-mode">spacing within math mode</a>:</td><td>&nbsp;</td><td valign="top"><a href="Spacing-in-math-mode.html#Spacing-in-math-mode">Spacing in math mode</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cfrenchspacing.html#index-spacing_002c-inter_002dsentence">spacing, inter-sentence</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cfrenchspacing.html#g_t_005cfrenchspacing">\frenchspacing</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cnormalsfcodes.html#index-spacing_002c-inter_002dsentence-1">spacing, inter-sentence</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cnormalsfcodes.html#g_t_005cnormalsfcodes">\normalsfcodes</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cphantom-_0026-_005cvphantom-_0026-_005chphantom.html#index-spacing_002c-math-mode">spacing, math mode</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cphantom-_0026-_005cvphantom-_0026-_005chphantom.html#g_t_005cphantom-_0026-_005cvphantom-_0026-_005chphantom">\phantom &amp; \vphantom &amp; \hphantom</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-Spanish-ordinals_002c-feminine-and-masculine">Spanish ordinals, feminine and masculine</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Reserved-characters.html#index-special-characters">special characters</a>:</td><td>&nbsp;</td><td valign="top"><a href="Reserved-characters.html#Reserved-characters">Reserved characters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Additional-Latin-letters.html#index-special-characters-1">special characters</a>:</td><td>&nbsp;</td><td valign="top"><a href="Additional-Latin-letters.html#Additional-Latin-letters">Additional Latin letters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Special-insertions.html#index-special-insertions">special insertions</a>:</td><td>&nbsp;</td><td valign="top"><a href="Special-insertions.html#Special-insertions">Special insertions</a></td></tr>
+<tr><td></td><td valign="top"><a href="Floats.html#index-specifier_002c-float-placement">specifier, float placement</a>:</td><td>&nbsp;</td><td valign="top"><a href="Floats.html#Floats">Floats</a></td></tr>
+<tr><td></td><td valign="top"><a href="Splitting-the-input.html#index-splitting-the-input-file">splitting the input file</a>:</td><td>&nbsp;</td><td valign="top"><a href="Splitting-the-input.html#Splitting-the-input">Splitting the input</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005csqrt.html#index-square-root">square root</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005csqrt.html#g_t_005csqrt">\sqrt</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cstackrel.html#index-stack-math">stack math</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cstackrel.html#g_t_005cstackrel">\stackrel</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005c_0040ifstar.html#index-star_002dvariants_002c-commands">star-variants, commands</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005c_0040ifstar.html#g_t_005c_0040ifstar">\@ifstar</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cnewcommand-_0026-_005crenewcommand.html#index-starred-form_002c-defining-new-commands">starred form, defining new commands</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cnewcommand-_0026-_005crenewcommand.html#g_t_005cnewcommand-_0026-_005crenewcommand">\newcommand &amp; \renewcommand</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cnewpage.html#index-starting-a-new-page">starting a new page</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cnewpage.html#g_t_005cnewpage">\newpage</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cclearpage-_0026-_005ccleardoublepage.html#index-starting-a-new-page-and-clearing-floats">starting a new page and clearing floats</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cclearpage-_0026-_005ccleardoublepage.html#g_t_005cclearpage-_0026-_005ccleardoublepage">\clearpage &amp; \cleardoublepage</a></td></tr>
+<tr><td></td><td valign="top"><a href="Starting-and-ending.html#index-starting-and-ending">starting and ending</a>:</td><td>&nbsp;</td><td valign="top"><a href="Starting-and-ending.html#Starting-and-ending">Starting and ending</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cclearpage-_0026-_005ccleardoublepage.html#index-starting-on-a-right_002dhand-page">starting on a right-hand page</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cclearpage-_0026-_005ccleardoublepage.html#g_t_005cclearpage-_0026-_005ccleardoublepage">\clearpage &amp; \cleardoublepage</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-sterling-symbol">sterling symbol</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-straight-double-quote_002c-base">straight double quote, base</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-straight-quote_002c-base">straight quote, base</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-straight-single-quote">straight single quote</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005chfill.html#index-stretch_002c-infinite-horizontal">stretch, infinite horizontal</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005chfill.html#g_t_005chfill">\hfill</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cvfill.html#index-stretch_002c-infinite-vertical">stretch, infinite vertical</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cvfill.html#g_t_005cvfill">\vfill</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005craggedbottom.html#index-stretch_002c-omitting-vertical">stretch, omitting vertical</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005craggedbottom.html#g_t_005craggedbottom">\raggedbottom</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cstrut.html#index-strut">strut</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cstrut.html#g_t_005cstrut">\strut</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-styles-of-text">styles of text</a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="Page-styles.html#index-styles_002c-page">styles, page</a>:</td><td>&nbsp;</td><td valign="top"><a href="Page-styles.html#Page-styles">Page styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="Sectioning.html#index-subparagraph">subparagraph</a>:</td><td>&nbsp;</td><td valign="top"><a href="Sectioning.html#Sectioning">Sectioning</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph.html#index-subparagraph-1">subparagraph</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph.html#g_t_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph">\subsubsection &amp; \paragraph &amp; \subparagraph</a></td></tr>
+<tr><td></td><td valign="top"><a href="Subscripts-_0026-superscripts.html#index-subscript">subscript</a>:</td><td>&nbsp;</td><td valign="top"><a href="Subscripts-_0026-superscripts.html#Subscripts-_0026-superscripts">Subscripts &amp; superscripts</a></td></tr>
+<tr><td></td><td valign="top"><a href="Sectioning.html#index-subsection">subsection</a>:</td><td>&nbsp;</td><td valign="top"><a href="Sectioning.html#Sectioning">Sectioning</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005csubsection.html#index-subsection-1">subsection</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005csubsection.html#g_t_005csubsection">\subsection</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph.html#index-subsubsection">subsubsection</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph.html#g_t_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph">\subsubsection &amp; \paragraph &amp; \subparagraph</a></td></tr>
+<tr><td></td><td valign="top"><a href="Subscripts-_0026-superscripts.html#index-superscript">superscript</a>:</td><td>&nbsp;</td><td valign="top"><a href="Subscripts-_0026-superscripts.html#Subscripts-_0026-superscripts">Subscripts &amp; superscripts</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cnewglossaryentry.html#index-symbol"><code>symbol</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cnewglossaryentry.html#g_t_005cnewglossaryentry">\newglossaryentry</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cDeclareTextSymbol.html#index-Symbol_002c-defining">Symbol, defining</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cDeclareTextSymbol.html#g_t_005cDeclareTextSymbol">\DeclareTextSymbol</a></td></tr>
+<tr><td></td><td valign="top"><a href="Arrows.html#index-symbols_002c-arrows">symbols, arrows</a>:</td><td>&nbsp;</td><td valign="top"><a href="Arrows.html#Arrows">Arrows</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cboldmath-_0026-_005cunboldmath.html#index-symbols_002c-boldface">symbols, boldface</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cboldmath-_0026-_005cunboldmath.html#g_t_005cboldmath-_0026-_005cunboldmath">\boldmath &amp; \unboldmath</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-symbols.html#index-symbols_002c-math">symbols, math</a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-symbols.html#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-symbols_002c-text">symbols, text</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th><a name="Index_cp_letter-T">T</a></th><td></td><td></td></tr>
+<tr><td></td><td valign="top"><a href="fontenc-package.html#index-T1">T1</a>:</td><td>&nbsp;</td><td valign="top"><a href="fontenc-package.html#fontenc-package">fontenc package</a></td></tr>
+<tr><td></td><td valign="top"><a href="tabbing.html#index-tab-stops_002c-using">tab stops, using</a>:</td><td>&nbsp;</td><td valign="top"><a href="tabbing.html#tabbing">tabbing</a></td></tr>
+<tr><td></td><td valign="top"><a href="tabbing.html#index-tabbing-environment"><code><code>tabbing</code> <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="tabbing.html#tabbing">tabbing</a></td></tr>
+<tr><td></td><td valign="top"><a href="table.html#index-table-environment"><code><code>table</code> <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="table.html#table">table</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005caddcontentsline.html#index-table-of-contents-entry_002c-manually-adding">table of contents entry, manually adding</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005caddcontentsline.html#g_t_005caddcontentsline">\addcontentsline</a></td></tr>
+<tr><td></td><td valign="top"><a href="Output-files.html#index-table-of-contents-file">table of contents file</a>:</td><td>&nbsp;</td><td valign="top"><a href="Output-files.html#Output-files">Output files</a></td></tr>
+<tr><td></td><td valign="top"><a href="Footnotes-in-section-headings.html#index-table-of-contents_002c-avoiding-footnotes">table of contents, avoiding footnotes</a>:</td><td>&nbsp;</td><td valign="top"><a href="Footnotes-in-section-headings.html#Footnotes-in-section-headings">Footnotes in section headings</a></td></tr>
+<tr><td></td><td valign="top"><a href="Table-of-contents-etc_002e.html#index-table-of-contents_002c-creating">table of contents, creating</a>:</td><td>&nbsp;</td><td valign="top"><a href="Table-of-contents-etc_002e.html#Table-of-contents-etc_002e">Table of contents etc.</a></td></tr>
+<tr><td></td><td valign="top"><a href="Sectioning.html#index-table-of-contents_002c-sectioning-numbers-printed">table of contents, sectioning numbers printed</a>:</td><td>&nbsp;</td><td valign="top"><a href="Sectioning.html#Sectioning">Sectioning</a></td></tr>
+<tr><td></td><td valign="top"><a href="table.html#index-tables_002c-creating">tables, creating</a>:</td><td>&nbsp;</td><td valign="top"><a href="table.html#table">table</a></td></tr>
+<tr><td></td><td valign="top"><a href="tabular.html#index-tabular-environment"><code><code>tabular</code> <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="tabular.html#tabular">tabular</a></td></tr>
+<tr><td></td><td valign="top"><a href="article-template.html#index-template_002c-article">template, <code>article</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="article-template.html#article-template">article template</a></td></tr>
+<tr><td></td><td valign="top"><a href="beamer-template.html#index-template_002c-beamer">template, <code>beamer</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="beamer-template.html#beamer-template">beamer template</a></td></tr>
+<tr><td></td><td valign="top"><a href="book-template.html#index-template_002c-book">template, <code>book</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="book-template.html#book-template">book template</a></td></tr>
+<tr><td></td><td valign="top"><a href="Larger-book-template.html#index-template_002c-book-1">template, <code>book</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Larger-book-template.html#Larger-book-template">Larger book template</a></td></tr>
+<tr><td></td><td valign="top"><a href="tugboat-template.html#index-template_002c-TUGboat">template, TUGboat</a>:</td><td>&nbsp;</td><td valign="top"><a href="tugboat-template.html#tugboat-template">tugboat template</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-templates.html#index-templates_002c-document">templates, document</a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-templates.html#Document-templates">Document templates</a></td></tr>
+<tr><td></td><td valign="top"><a href="Input_002foutput.html#index-terminal-input_002foutput">terminal input/output</a>:</td><td>&nbsp;</td><td valign="top"><a href="Input_002foutput.html#Input_002foutput">Input/output</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-TeX-logo">TeX logo</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-text-symbols">text symbols</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cscalebox.html#index-text_002c-resizing">text, resizing</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cscalebox.html#g_t_005cscalebox">\scalebox</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cresizebox.html#index-text_002c-resizing-1">text, resizing</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cresizebox.html#g_t_005cresizebox">\resizebox</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cscalebox.html#index-text_002c-scaling">text, scaling</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cscalebox.html#g_t_005cscalebox">\scalebox</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cresizebox.html#index-text_002c-scaling-1">text, scaling</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cresizebox.html#g_t_005cresizebox">\resizebox</a></td></tr>
+<tr><td></td><td valign="top"><a href="Upper-and-lower-case.html#index-textcase-package"><code>textcase</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="Upper-and-lower-case.html#Upper-and-lower-case">Upper and lower case</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-textcomp-package"><code>textcomp</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-textcomp-package-1"><code>textcomp <span class="roman">package</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cmaketitle.html#index-thanks_002c-for-titlepage">thanks, for titlepage</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cmaketitle.html#g_t_005cmaketitle">\maketitle</a></td></tr>
+<tr><td></td><td valign="top"><a href="thebibliography.html#index-thebibliography-environment"><code><code>thebibliography</code> <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="thebibliography.html#thebibliography">thebibliography</a></td></tr>
+<tr><td></td><td valign="top"><a href="theorem.html#index-theorem-environment"><code><code>theorem</code> <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="theorem.html#theorem">theorem</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cnewtheorem.html#index-theorem_002dlike-environment">theorem-like environment</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cnewtheorem.html#g_t_005cnewtheorem">\newtheorem</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cnewtheorem.html#index-theorems_002c-defining">theorems, defining</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cnewtheorem.html#g_t_005cnewtheorem">\newtheorem</a></td></tr>
+<tr><td></td><td valign="top"><a href="theorem.html#index-theorems_002c-typesetting">theorems, typesetting</a>:</td><td>&nbsp;</td><td valign="top"><a href="theorem.html#theorem">theorem</a></td></tr>
+<tr><td></td><td valign="top"><a href="Spacing-in-math-mode.html#index-thin-space">thin space</a>:</td><td>&nbsp;</td><td valign="top"><a href="Spacing-in-math-mode.html#Spacing-in-math-mode">Spacing in math mode</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cthinspace-_0026-_005cnegthinspace.html#index-thin-space-1">thin space</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cthinspace-_0026-_005cnegthinspace.html#g_t_005cthinspace-_0026-_005cnegthinspace">\thinspace &amp; \negthinspace</a></td></tr>
+<tr><td></td><td valign="top"><a href="Spacing-in-math-mode.html#index-thin-space_002c-negative">thin space, negative</a>:</td><td>&nbsp;</td><td valign="top"><a href="Spacing-in-math-mode.html#Spacing-in-math-mode">Spacing in math mode</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cthinspace-_0026-_005cnegthinspace.html#index-thin-space_002c-negative-1">thin space, negative</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cthinspace-_0026-_005cnegthinspace.html#g_t_005cthinspace-_0026-_005cnegthinspace">\thinspace &amp; \negthinspace</a></td></tr>
+<tr><td></td><td valign="top"><a href="Additional-Latin-letters.html#index-thorn_002c-Icelandic-letter">thorn, Icelandic letter</a>:</td><td>&nbsp;</td><td valign="top"><a href="Additional-Latin-letters.html#Additional-Latin-letters">Additional Latin letters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-three_002dquarters-em_002ddash">three-quarters em-dash</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="_007e.html#index-tie">tie</a>:</td><td>&nbsp;</td><td valign="top"><a href="_007e.html#g_t_007e">~</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-tie_002dafter-accent">tie-after accent</a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cline.html#index-TikZ-package"><code>TikZ</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cline.html#g_t_005cline">\line</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cstrut.html#index-TikZ-package-1"><code>TikZ</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cstrut.html#g_t_005cstrut">\strut</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cmbox-_0026-_005cmakebox.html#index-TikZ-package-2"><code>TikZ</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cmbox-_0026-_005cmakebox.html#g_t_005cmbox-_0026-_005cmakebox">\mbox &amp; \makebox</a></td></tr>
+<tr><td></td><td valign="top"><a href="Arrows.html#index-tikz_002dcd-package"><code>tikz-cd</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="Arrows.html#Arrows">Arrows</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-tilde-accent">tilde accent</a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-accents.html#index-tilde-accent_002c-math">tilde accent, math</a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-accents.html#Math-accents">Math accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-tilde_002c-ASCII_002c-in-text">tilde, ASCII, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-class-options.html#index-title-page_002c-separate-or-run_002din">title page, separate or run-in</a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-class-options.html#Document-class-options">Document class options</a></td></tr>
+<tr><td></td><td valign="top"><a href="titlepage.html#index-title-pages_002c-creating">title pages, creating</a>:</td><td>&nbsp;</td><td valign="top"><a href="titlepage.html#titlepage">titlepage</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cmaketitle.html#index-title_002c-for-titlepage">title, for titlepage</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cmaketitle.html#g_t_005cmaketitle">\maketitle</a></td></tr>
+<tr><td></td><td valign="top"><a href="titlepage.html#index-titlepage-environment"><code><code>titlepage</code> <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="titlepage.html#titlepage">titlepage</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-class-options.html#index-titlepage-option"><code>titlepage <span class="roman">option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-class-options.html#Document-class-options">Document class options</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cmaketitle.html#index-titles_002c-making">titles, making</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cmaketitle.html#g_t_005cmaketitle">\maketitle</a></td></tr>
+<tr><td></td><td valign="top"><a href="Sectioning.html#index-titlesec-package"><code>titlesec</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="Sectioning.html#Sectioning">Sectioning</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cpart.html#index-titlesec-package-1"><code>titlesec</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cpart.html#g_t_005cpart">\part</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cchapter.html#index-titlesec-package-2"><code>titlesec</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cchapter.html#g_t_005cchapter">\chapter</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005csection.html#index-titlesec-package-3"><code>titlesec</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005csection.html#g_t_005csection">\section</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005csubsection.html#index-titlesec-package-4"><code>titlesec</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005csubsection.html#g_t_005csubsection">\subsection</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph.html#index-titlesec-package-5"><code>titlesec</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph.html#g_t_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph">\subsubsection &amp; \paragraph &amp; \subparagraph</a></td></tr>
+<tr><td></td><td valign="top"><a href="Table-of-contents-etc_002e.html#index-tocbibbind-package"><code>tocbibbind</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="Table-of-contents-etc_002e.html#Table-of-contents-etc_002e">Table of contents etc.</a></td></tr>
+<tr><td></td><td valign="top"><a href="Sectioning.html#index-tocdepth"><code>tocdepth</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Sectioning.html#Sectioning">Sectioning</a></td></tr>
+<tr><td></td><td valign="top"><a href="Sectioning.html#index-tocdepth-counter"><code>tocdepth <span class="roman">counter</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Sectioning.html#Sectioning">Sectioning</a></td></tr>
+<tr><td></td><td valign="top"><a href="Table-of-contents-etc_002e.html#index-tocloft-package"><code>tocloft</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="Table-of-contents-etc_002e.html#Table-of-contents-etc_002e">Table of contents etc.</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005ctoday.html#index-today_0027s-date">today&rsquo;s date</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005ctoday.html#g_t_005ctoday">\today</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005crule.html#index-tombstone">tombstone</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005crule.html#g_t_005crule">\rule</a></td></tr>
+<tr><td></td><td valign="top"><a href="Page-layout-parameters.html#index-topmargin"><code>topmargin</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Page-layout-parameters.html#Page-layout-parameters">Page layout parameters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Floats.html#index-topnumber"><code>topnumber</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Floats.html#Floats">Floats</a></td></tr>
+<tr><td></td><td valign="top"><a href="Floats.html#index-topnumber-1"><code>topnumber</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Floats.html#Floats">Floats</a></td></tr>
+<tr><td></td><td valign="top"><a href="Floats.html#index-totalnumber"><code>totalnumber</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Floats.html#Floats">Floats</a></td></tr>
+<tr><td></td><td valign="top"><a href="Floats.html#index-totalnumber-1"><code>totalnumber</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Floats.html#Floats">Floats</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-trademark-symbol">trademark symbol</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Output-files.html#index-transcript-file">transcript file</a>:</td><td>&nbsp;</td><td valign="top"><a href="Output-files.html#Output-files">Output files</a></td></tr>
+<tr><td></td><td valign="top"><a href="TeX-engines.html#index-TrueType-fonts">TrueType fonts</a>:</td><td>&nbsp;</td><td valign="top"><a href="TeX-engines.html#TeX-engines">TeX engines</a></td></tr>
+<tr><td></td><td valign="top"><a href="tugboat-template.html#index-TUGboat-template">TUGboat template</a>:</td><td>&nbsp;</td><td valign="top"><a href="tugboat-template.html#tugboat-template">tugboat template</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005ctwocolumn.html#index-two_002dcolumn-output">two-column output</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005ctwocolumn.html#g_t_005ctwocolumn">\twocolumn</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-two_002dthirds-em_002ddash">two-thirds em-dash</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-class-options.html#index-twocolumn-option"><code>twocolumn <span class="roman">option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-class-options.html#Document-class-options">Document class options</a></td></tr>
+<tr><td></td><td valign="top"><a href="Document-class-options.html#index-twoside-option"><code>twoside <span class="roman">option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Document-class-options.html#Document-class-options">Document class options</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-type-styles">type styles</a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="verbatim.html#index-typed-text_002c-simulating">typed text, simulating</a>:</td><td>&nbsp;</td><td valign="top"><a href="verbatim.html#verbatim">verbatim</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-sizes.html#index-typeface-sizes">typeface sizes</a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-sizes.html#Font-sizes">Font sizes</a></td></tr>
+<tr><td></td><td valign="top"><a href="Fonts.html#index-typefaces">typefaces</a>:</td><td>&nbsp;</td><td valign="top"><a href="Fonts.html#Fonts">Fonts</a></td></tr>
+<tr><td></td><td valign="top"><a href="Font-styles.html#index-typewriter-font">typewriter font</a>:</td><td>&nbsp;</td><td valign="top"><a href="Font-styles.html#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="description.html#index-typewriter-labels-in-lists">typewriter labels in lists</a>:</td><td>&nbsp;</td><td valign="top"><a href="description.html#description">description</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th><a name="Index_cp_letter-U">U</a></th><td></td><td></td></tr>
+<tr><td></td><td valign="top"><a href="Over_002d-and-Underlining.html#index-ulem-package"><code>ulem</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="Over_002d-and-Underlining.html#Over_002d-and-Underlining">Over- and Underlining</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-umlaut-accent">umlaut accent</a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Accents.html#index-underbar">underbar</a>:</td><td>&nbsp;</td><td valign="top"><a href="Accents.html#Accents">Accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Over_002d-and-Underlining.html#index-underlining">underlining</a>:</td><td>&nbsp;</td><td valign="top"><a href="Over_002d-and-Underlining.html#Over_002d-and-Underlining">Over- and Underlining</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-underscore_002c-in-text">underscore, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="TeX-engines.html#index-Unicode-input_002c-native">Unicode input, native</a>:</td><td>&nbsp;</td><td valign="top"><a href="TeX-engines.html#TeX-engines">TeX engines</a></td></tr>
+<tr><td></td><td valign="top"><a href="Greek-letters.html#index-unicode_002dmath-package"><code>unicode-math</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="Greek-letters.html#Greek-letters">Greek letters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Units-of-length.html#index-units_002c-of-length">units, of length</a>:</td><td>&nbsp;</td><td valign="top"><a href="Units-of-length.html#Units-of-length">Units of length</a></td></tr>
+<tr><td></td><td valign="top"><a href="About-this-document.html#index-unofficial-nature-of-this-manual">unofficial nature of this manual</a>:</td><td>&nbsp;</td><td valign="top"><a href="About-this-document.html#About-this-document">About this document</a></td></tr>
+<tr><td></td><td valign="top"><a href="itemize.html#index-unordered-lists">unordered lists</a>:</td><td>&nbsp;</td><td valign="top"><a href="itemize.html#itemize">itemize</a></td></tr>
+<tr><td></td><td valign="top"><a href="Upper-and-lower-case.html#index-uppercase">uppercase</a>:</td><td>&nbsp;</td><td valign="top"><a href="Upper-and-lower-case.html#Upper-and-lower-case">Upper and lower case</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cverb.html#index-url-package"><code>url</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cverb.html#g_t_005cverb">\verb</a></td></tr>
+<tr><td></td><td valign="top"><a href="Using-BibTeX.html#index-using-BibTeX">using BibTeX</a>:</td><td>&nbsp;</td><td valign="top"><a href="Using-BibTeX.html#Using-BibTeX">Using BibTeX</a></td></tr>
+<tr><td></td><td valign="top"><a href="About-this-document.html#index-usrguide-official-documentation"><code>usrguide <span class="roman">official documentation</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="About-this-document.html#About-this-document">About this document</a></td></tr>
+<tr><td></td><td valign="top"><a href="TeX-engines.html#index-UTF_002d8">UTF-8</a>:</td><td>&nbsp;</td><td valign="top"><a href="TeX-engines.html#TeX-engines">TeX engines</a></td></tr>
+<tr><td></td><td valign="top"><a href="fontenc-package.html#index-UTF_002d8-1">UTF-8</a>:</td><td>&nbsp;</td><td valign="top"><a href="fontenc-package.html#fontenc-package">fontenc package</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th><a name="Index_cp_letter-V">V</a></th><td></td><td></td></tr>
+<tr><td></td><td valign="top"><a href="Counters.html#index-variables_002c-a-list-of">variables, a list of</a>:</td><td>&nbsp;</td><td valign="top"><a href="Counters.html#Counters">Counters</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-accents.html#index-vector-symbol_002c-math">vector symbol, math</a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-accents.html#Math-accents">Math accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="verbatim.html#index-verbatim-environment"><code><code>verbatim</code> <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="verbatim.html#verbatim">verbatim</a></td></tr>
+<tr><td></td><td valign="top"><a href="verbatim.html#index-verbatim-text">verbatim text</a>:</td><td>&nbsp;</td><td valign="top"><a href="verbatim.html#verbatim">verbatim</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cverb.html#index-verbatim-text_002c-inline">verbatim text, inline</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cverb.html#g_t_005cverb">\verb</a></td></tr>
+<tr><td></td><td valign="top"><a href="verbatim.html#index-verbatimbox-package"><code>verbatimbox</code> <span class="roman">package</span></a>:</td><td>&nbsp;</td><td valign="top"><a href="verbatim.html#verbatim">verbatim</a></td></tr>
+<tr><td></td><td valign="top"><a href="verse.html#index-verse-environment"><code><code>verse</code> <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="verse.html#verse">verse</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-vertical-bar_002c-double_002c-in-text">vertical bar, double, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-vertical-bar_002c-in-text">vertical bar, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="Modes.html#index-vertical-mode">vertical mode</a>:</td><td>&nbsp;</td><td valign="top"><a href="Modes.html#Modes">Modes</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cvspace.html#index-vertical-space">vertical space</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cvspace.html#g_t_005cvspace">\vspace</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005caddvspace.html#index-vertical-space-1">vertical space</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005caddvspace.html#g_t_005caddvspace">\addvspace</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cparindent-_0026-_005cparskip.html#index-vertical-space-before-paragraphs">vertical space before paragraphs</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cparindent-_0026-_005cparskip.html#g_t_005cparindent-_0026-_005cparskip">\parindent &amp; \parskip</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cphantom-_0026-_005cvphantom-_0026-_005chphantom.html#index-vertical-spacing">vertical spacing</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cphantom-_0026-_005cvphantom-_0026-_005chphantom.html#g_t_005cphantom-_0026-_005cvphantom-_0026-_005chphantom">\phantom &amp; \vphantom &amp; \hphantom</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005csmash.html#index-vertical-spacing_002c-math-mode">vertical spacing, math mode</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005csmash.html#g_t_005csmash">\smash</a></td></tr>
+<tr><td></td><td valign="top"><a href="_005cverb.html#index-visible-space">visible space</a>:</td><td>&nbsp;</td><td valign="top"><a href="_005cverb.html#g_t_005cverb">\verb</a></td></tr>
+<tr><td></td><td valign="top"><a href="Text-symbols.html#index-visible-space-symbol_002c-in-text">visible space symbol, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-symbols.html#Text-symbols">Text symbols</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th><a name="Index_cp_letter-W">W</a></th><td></td><td></td></tr>
+<tr><td></td><td valign="top"><a href="Low_002dlevel-font-commands.html#index-weights_002c-of-fonts">weights, of fonts</a>:</td><td>&nbsp;</td><td valign="top"><a href="Low_002dlevel-font-commands.html#Low_002dlevel-font-commands">Low-level font commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="Spaces.html#index-white-space">white space</a>:</td><td>&nbsp;</td><td valign="top"><a href="Spaces.html#Spaces">Spaces</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-accents.html#index-wide-hat-accent_002c-math">wide hat accent, math</a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-accents.html#Math-accents">Math accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Math-accents.html#index-wide-tilde-accent_002c-math">wide tilde accent, math</a>:</td><td>&nbsp;</td><td valign="top"><a href="Math-accents.html#Math-accents">Math accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Low_002dlevel-font-commands.html#index-widths_002c-of-fonts">widths, of fonts</a>:</td><td>&nbsp;</td><td valign="top"><a href="Low_002dlevel-font-commands.html#Low_002dlevel-font-commands">Low-level font commands</a></td></tr>
+<tr><td></td><td valign="top"><a href="filecontents.html#index-writing-external-files">writing external files</a>:</td><td>&nbsp;</td><td valign="top"><a href="filecontents.html#filecontents">filecontents</a></td></tr>
+<tr><td></td><td valign="top"><a href="Letters.html#index-writing-letters">writing letters</a>:</td><td>&nbsp;</td><td valign="top"><a href="Letters.html#Letters">Letters</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th><a name="Index_cp_letter-X">X</a></th><td></td><td></td></tr>
+<tr><td></td><td valign="top"><a href="Units-of-length.html#index-x_002dheight">x-height</a>:</td><td>&nbsp;</td><td valign="top"><a href="Units-of-length.html#Units-of-length">Units of length</a></td></tr>
+<tr><td></td><td valign="top"><a href="Output-files.html#index-xdvi-command"><code>xdvi <span class="roman">command</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Output-files.html#Output-files">Output files</a></td></tr>
+<tr><td></td><td valign="top"><a href="TeX-engines.html#index-xdvipdfmx"><code>xdvipdfmx</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="TeX-engines.html#TeX-engines">TeX engines</a></td></tr>
+<tr><td></td><td valign="top"><a href="TeX-engines.html#index-xelatex-command"><code>xelatex <span class="roman">command</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="TeX-engines.html#TeX-engines">TeX engines</a></td></tr>
+<tr><td></td><td valign="top"><a href="TeX-engines.html#index-XeTeX">XeTeX</a>:</td><td>&nbsp;</td><td valign="top"><a href="TeX-engines.html#TeX-engines">TeX engines</a></td></tr>
+<tr><td></td><td valign="top"><a href="makeindex.html#index-xindy"><code>xindy</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="makeindex.html#makeindex">makeindex</a></td></tr>
+<tr><td></td><td valign="top"><a href="makeindex.html#index-xindy-program"><code>xindy</code> program</a>:</td><td>&nbsp;</td><td valign="top"><a href="makeindex.html#makeindex">makeindex</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+</table>
+<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" href="#Index_cp_symbol-1"><b>&amp;</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_symbol-2"><b>*</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_symbol-3"><b>-</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_symbol-4"><b>.</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_symbol-5"><b>1</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_symbol-6"><b>:</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_symbol-7"><b>[</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_symbol-8"><b>\</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_symbol-9"><b>^</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_symbol-10"><b>_</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_symbol-11"><b>`</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_symbol-12"><b>{</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_symbol-13"><b>~</b></a>
+ &nbsp;
+<br>
+<a class="summary-letter" href="#Index_cp_letter-A"><b>A</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_letter-B"><b>B</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_letter-C"><b>C</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_letter-D"><b>D</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_letter-E"><b>E</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_letter-F"><b>F</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_letter-G"><b>G</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_letter-H"><b>H</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_letter-I"><b>I</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_letter-J"><b>J</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_letter-K"><b>K</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_letter-L"><b>L</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_letter-M"><b>M</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_letter-N"><b>N</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_letter-O"><b>O</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_letter-P"><b>P</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_letter-Q"><b>Q</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_letter-R"><b>R</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_letter-S"><b>S</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_letter-T"><b>T</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_letter-U"><b>U</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_letter-V"><b>V</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_letter-W"><b>W</b></a>
+ &nbsp;
+<a class="summary-letter" href="#Index_cp_letter-X"><b>X</b></a>
+ &nbsp;
+</td></tr></table>
+
+<hr>
+<div class="header">
+<p>
+Previous: <a href="Document-templates.html#Document-templates" accesskey="p" rel="prev">Document templates</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Indexes.html b/src/data/help/unofficial-latex2e-reference-manual/Indexes.html
new file mode 100644
index 00000000..29b01a40
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Indexes.html
@@ -0,0 +1,184 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Indexes (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Indexes (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Indexes (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Front_002fback-matter.html#Front_002fback-matter" rel="up" title="Front/back matter">
+<link href="_005cindex.html#g_t_005cindex" rel="next" title="\index">
+<link href="_005cnofiles.html#g_t_005cnofiles" rel="prev" title="\nofiles">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Indexes"></a>
+<div class="header">
+<p>
+Next: <a href="Glossaries.html#Glossaries" accesskey="n" rel="next">Glossaries</a>, Previous: <a href="Table-of-contents-etc_002e.html#Table-of-contents-etc_002e" accesskey="p" rel="prev">Table of contents etc.</a>, Up: <a href="Front_002fback-matter.html#Front_002fback-matter" accesskey="u" rel="up">Front/back matter</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Indexes-1"></a>
+<h3 class="section">25.2 Indexes</h3>
+
+<a name="index-indexes"></a>
+
+<a name="index-_005cmakeindex"></a>
+<a name="index-_005cindex"></a>
+<a name="index-_002eidx-file"></a>
+
+<p>This document has an index.
+</p>
+<div class="example">
+<pre class="example">\documentclass{article}
+\usepackage{makeidx} \makeindex
+ ...
+\begin{document}
+ ...
+Recall Wilson's Theorem: \index{Wilson's Theorem}
+a number \( n&gt;1 \) is prime if and only if the factorial of \( n-1 \)
+is congruent to \( -1 \) modulo~\( n \).
+ ...
+\printindex
+ ...
+</pre></div>
+
+<p>The <code>\usepackage{makeidx}</code> and <code>\makeindex</code> in the preamble
+bring in the relevant commands.
+</p>
+<p>Producing an index is a three stage process. First, in the document
+body you declare index entries with the <code>\index</code> command
+(see <a href="_005cindex.html#g_t_005cindex">\index</a>). When you run LaTeX, the <code>\index</code> writes its
+information to an auxiliary file <samp><var>root-name</var>.idx</samp>. Next, to
+alphabetize and to do other manipulations you run an external command,
+typically <code>makeindex</code> or <code>xindy</code> (see <a href="makeindex.html#makeindex">makeindex</a>).
+These output a file <samp><var>root-name</var>.ind</samp>. Finally, you bring the
+information back into your document and typeset it with the
+<code>\printindex</code> command (see <a href="_005cprintindex.html#g_t_005cprintindex">\printindex</a>).
+</p>
+<a name="index-package_002c-showidx"></a>
+<a name="index-showidx-package"></a>
+
+<a name="index-package_002c-multind"></a>
+<a name="index-multind-package"></a>
+
+<p>There are many packages that apply to indexing commands. The
+<code>showidx</code> package causes each index entries to be shown in the
+margin on the page where the entry appears. This can help in preparing
+the index. The <code>multind</code> package supports multiple indexes. See
+also the TeX FAQ entry on this topic,
+<a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=multind">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=multind</a>.
+</p>
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="_005cindex.html#g_t_005cindex" accesskey="1">\index</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Declare an index entry.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="makeindex.html#makeindex" accesskey="2">makeindex</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Alphabetize index entries.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cprintindex.html#g_t_005cprintindex" accesskey="3">\printindex</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Put the index here.
+</td></tr>
+</table>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Input_002foutput.html b/src/data/help/unofficial-latex2e-reference-manual/Input_002foutput.html
new file mode 100644
index 00000000..981743ed
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Input_002foutput.html
@@ -0,0 +1,150 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Input/output (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Input/output (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Input/output (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="index.html#Top" rel="up" title="Top">
+<link href="_005copenin-_0026-_005copenout.html#g_t_005copenin-_0026-_005copenout" rel="next" title="\openin &amp; \openout">
+<link href="_005ctelephone.html#g_t_005ctelephone" rel="prev" title="\telephone">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Input_002foutput"></a>
+<div class="header">
+<p>
+Next: <a href="Command-line.html#Command-line" accesskey="n" rel="next">Command line</a>, Previous: <a href="Letters.html#Letters" accesskey="p" rel="prev">Letters</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Input_002foutput-1"></a>
+<h2 class="chapter">27 Input/output</h2>
+
+<a name="index-input_002foutput_002c-to-terminal"></a>
+<a name="index-terminal-input_002foutput"></a>
+<a name="index-input_002foutput"></a>
+
+<p>LaTeX uses the ability to write to a file and later read it back in
+to build document components such as a table of contents or index. You
+can also read a file that other programs written, or write a file for
+others to read. You can communicate with users through the terminal.
+And, you can issue instructions for the operating system.
+</p>
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="_005copenin-_0026-_005copenout.html#g_t_005copenin-_0026-_005copenout" accesskey="1">\openin &amp; \openout</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Open a file.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cread.html#g_t_005cread" accesskey="2">\read</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Read text from a file.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005ctypein.html#g_t_005ctypein" accesskey="3">\typein</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Read text from the terminal.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005ctypeout.html#g_t_005ctypeout" accesskey="4">\typeout</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Write text to the terminal.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cwrite.html#g_t_005cwrite" accesskey="5">\write</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Write text to a file or terminal.
+</td></tr>
+</table>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/LaTeX-command-syntax.html b/src/data/help/unofficial-latex2e-reference-manual/LaTeX-command-syntax.html
new file mode 100644
index 00000000..183c2594
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/LaTeX-command-syntax.html
@@ -0,0 +1,167 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>LaTeX command syntax (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="LaTeX command syntax (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="LaTeX command syntax (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Overview.html#Overview" rel="up" title="Overview">
+<link href="Environment.html#Environment" rel="next" title="Environment">
+<link href="TeX-engines.html#TeX-engines" rel="prev" title="TeX engines">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="LaTeX-command-syntax"></a>
+<div class="header">
+<p>
+Next: <a href="Environment.html#Environment" accesskey="n" rel="next">Environment</a>, Previous: <a href="TeX-engines.html#TeX-engines" accesskey="p" rel="prev">TeX engines</a>, Up: <a href="Overview.html#Overview" accesskey="u" rel="up">Overview</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="LaTeX-command-syntax-1"></a>
+<h3 class="section">2.4 LaTeX command syntax</h3>
+
+<a name="index-command-syntax"></a>
+<a name="index-_005c-character-starting-commands"></a>
+<a name="index-_005b_002e_002e_002e_005d-for-optional-arguments"></a>
+<a name="index-_007b_002e_002e_002e_007d-for-required-arguments"></a>
+<p>In the LaTeX input file, a command name starts with a backslash
+character, <code>\</code>. The name itself then consists of either
+(a)&nbsp;a string of letters or (b)&nbsp;a single non-letter.
+</p>
+<p>LaTeX commands names are case sensitive so that <code>\pagebreak</code>
+differs from <code>\Pagebreak</code> (the latter is not a standard command).
+Most commands are lowercase, but in any event you must enter all
+commands in the same case as they are defined.
+</p>
+<p>A command may be followed by zero, one, or more arguments. These
+arguments may be either required or optional. Required arguments are
+contained in curly braces, <code>{...}</code>. Optional arguments are
+contained in square brackets, <code>[...]</code>. Generally, but not
+universally, if the command accepts an optional argument, it comes
+first, before any required arguments.
+</p>
+<p>Inside of an optional argument, to use the character close square
+bracket&nbsp;(<code>]</code>) hide it inside curly braces, as
+in&nbsp;<code>\item[closing bracket {]}]</code>. Similarly, if an optional
+argument comes last, with no required argument after it, then to make
+the first character of the following text be an open square bracket,
+hide it inside curly braces.
+</p>
+<p>Some of LaTeX&rsquo;s commands are a <em>declaration</em>. Such a command
+changes the value the meaning of some other command or parameter. For
+instance, the <code>\mainmatter</code> declaration changes the typesetting of
+page numbers from roman numerals to arabic (see <a href="_005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter.html#g_t_005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter">\frontmatter &amp; \mainmatter &amp; \backmatter</a>).
+</p>
+<p>LaTeX has the convention that some commands have a <code>*</code> form that
+is related to the form without a <code>*</code>, such as <code>\chapter</code> and
+<code>\chapter*</code>. The exact difference in behavior varies from command
+to command.
+</p>
+<p>This manual describes all accepted options and <code>*</code>-forms for the
+commands it covers (barring unintentional omissions, a.k.a. bugs).
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Larger-book-template.html b/src/data/help/unofficial-latex2e-reference-manual/Larger-book-template.html
new file mode 100644
index 00000000..6d6e5492
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Larger-book-template.html
@@ -0,0 +1,177 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Larger book template (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Larger book template (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Larger book template (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Document-templates.html#Document-templates" rel="up" title="Document templates">
+<link href="tugboat-template.html#tugboat-template" rel="next" title="tugboat template">
+<link href="book-template.html#book-template" rel="prev" title="book template">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Larger-book-template"></a>
+<div class="header">
+<p>
+Next: <a href="tugboat-template.html#tugboat-template" accesskey="n" rel="next">tugboat template</a>, Previous: <a href="book-template.html#book-template" accesskey="p" rel="prev">book template</a>, Up: <a href="Document-templates.html#Document-templates" accesskey="u" rel="up">Document templates</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Larger-book-template-1"></a>
+<h3 class="section">A.4 Larger <code>book</code> template</h3>
+
+<a name="index-template_002c-book-1"></a>
+
+<p>This is a more elaborate template for a book. It has
+<code>\frontmatter</code>, <code>\mainmatter</code>, and <code>\backmatter</code> to
+control the typography of the three main areas of a book
+(see <a href="_005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter.html#g_t_005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter">\frontmatter &amp; \mainmatter &amp; \backmatter</a>). The book has a
+bibliography and an index.
+</p>
+<p>Notable is that it uses <code>\include</code> and <code>\includeonly</code>
+(see <a href="Splitting-the-input.html#Splitting-the-input">Splitting the input</a>). While you are working on a chapter you
+can comment out all the other chapter entries from the argument to
+<code>\includeonly</code>. That will speed up compilation without losing any
+information such as cross-references. (Material that does not need to
+come on a new page is brought in with <code>\input</code> instead of
+<code>\include</code>. You don&rsquo;t get the cross-reference benefit this way.)
+</p>
+<pre class="verbatim">\documentclass[titlepage]{book}
+\usepackage{makeidx}\makeindex
+
+\title{Book Class Template}
+\author{Alex Author}
+
+\includeonly{%
+ frontcover,
+ preface,
+ chap1,
+ ...
+ }
+\begin{document}
+\frontmatter
+\include{frontcover}
+ % maybe comment out while drafting:
+\maketitle \input{dedication} \input{copyright}
+\tableofcontents
+\include{preface}
+\mainmatter
+\include{chap1}
+...
+\appendix
+\include{appena}
+...
+\backmatter
+\bibliographystyle{apalike}
+\addcontentsline{toc}{chapter}{Bibliography}
+\bibliography
+\addcontentsline{toc}{chapter}{Index}
+\printindex
+\include{backcover}
+\end{document}
+</pre>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Layout.html b/src/data/help/unofficial-latex2e-reference-manual/Layout.html
new file mode 100644
index 00000000..f7bc68e7
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Layout.html
@@ -0,0 +1,146 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Layout (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Layout (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Layout (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="index.html#Top" rel="up" title="Top">
+<link href="_005conecolumn.html#g_t_005conecolumn" rel="next" title="\onecolumn">
+<link href="Low_002dlevel-font-commands.html#Low_002dlevel-font-commands" rel="prev" title="Low-level font commands">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Layout"></a>
+<div class="header">
+<p>
+Next: <a href="Sectioning.html#Sectioning" accesskey="n" rel="next">Sectioning</a>, Previous: <a href="Fonts.html#Fonts" accesskey="p" rel="prev">Fonts</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Layout-1"></a>
+<h2 class="chapter">5 Layout</h2>
+
+<a name="index-layout-commands"></a>
+
+<p>Commands for controlling the general page layout.
+</p>
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="_005conecolumn.html#g_t_005conecolumn" accesskey="1">\onecolumn</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Use one-column layout.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005ctwocolumn.html#g_t_005ctwocolumn" accesskey="2">\twocolumn</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Use two-column layout.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cflushbottom.html#g_t_005cflushbottom" accesskey="3">\flushbottom</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Make all text pages the same height.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005craggedbottom.html#g_t_005craggedbottom" accesskey="4">\raggedbottom</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Allow text pages of differing height.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="Page-layout-parameters.html#Page-layout-parameters" accesskey="5">Page layout parameters</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>\headheight</code> <code>\footskip</code>.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="Floats.html#Floats" accesskey="6">Floats</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Figures, tables, etc.
+</td></tr>
+</table>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Lengths.html b/src/data/help/unofficial-latex2e-reference-manual/Lengths.html
new file mode 100644
index 00000000..1d0db6ad
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Lengths.html
@@ -0,0 +1,254 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Lengths (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Lengths (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Lengths (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="index.html#Top" rel="up" title="Top">
+<link href="Units-of-length.html#Units-of-length" rel="next" title="Units of length">
+<link href="_005cday-_0026-_005cmonth-_0026-_005cyear.html#g_t_005cday-_0026-_005cmonth-_0026-_005cyear" rel="prev" title="\day &amp; \month &amp; \year">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Lengths"></a>
+<div class="header">
+<p>
+Next: <a href="Making-paragraphs.html#Making-paragraphs" accesskey="n" rel="next">Making paragraphs</a>, Previous: <a href="Counters.html#Counters" accesskey="p" rel="prev">Counters</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Lengths-1"></a>
+<h2 class="chapter">14 Lengths</h2>
+
+<a name="index-lengths_002c-defining-and-using"></a>
+
+<p>A <em>length</em> is a measure of distance. Many LaTeX commands take a
+length as an argument.
+</p>
+<p>Lengths come in two types. A <em>rigid length</em> such as <code>10pt</code>
+does not contain a <code>plus</code> or <code>minus</code> component. (Plain TeX
+calls this a <em>dimen</em>.) A <em>rubber length</em> (what Plain TeX
+calls a <em>skip</em>) such as as with <code>1cm plus0.05cm minus0.01cm</code>
+can contain either or both of those components. In that rubber length,
+the <code>1cm</code> is the <em>natural length</em> while the other two, the
+<code>plus</code> and <code>minus</code> components, allow TeX to stretch or
+shrink the length to optimize placement.
+</p>
+<p>The illustrations below use these two commands.
+</p>
+<div class="example">
+<pre class="example">% make a black bar 10pt tall and #1 wide
+\newcommand{\blackbar}[1]{\rule{#1}{10pt}}
+
+% Make a box around #2 that is #1 wide (excluding the border)
+\newcommand{\showhbox}[2]{%
+ \fboxsep=0pt\fbox{\hbox to #1{#2}}}
+</pre></div>
+
+<p>This example uses those commands to show a black bar 100&nbsp;points
+long between &lsquo;<samp>XXX</samp>&rsquo; and &lsquo;<samp>YYY</samp>&rsquo;. This length is rigid.
+</p>
+<div class="example">
+<pre class="example">XXX\showhbox{100pt}{\blackbar{100pt}}YYY
+</pre></div>
+
+<p>As for rubber lengths, shrinking is simpler one: with <code>1cm minus
+0.05cm</code>, the natural length is 1cm but TeX can shrink it down
+as far as 0.95cm. Beyond that, TeX refuses to shrink any more.
+Thus, below the first one works fine, producing a space of
+98&nbsp;points between the two bars.
+</p>
+<div class="example">
+<pre class="example">XXX\showhbox{300pt}{%
+ \blackbar{101pt}\hspace{100pt minus 2pt}\blackbar{101pt}}YYY
+
+XXX\showhbox{300pt}{%
+ \blackbar{105pt}\hspace{100pt minus 1pt}\blackbar{105pt}}YYY
+</pre></div>
+
+<p>But the second one gets a warning like &lsquo;<samp>Overfull \hbox (1.0pt too
+wide) detected at line 17</samp>&rsquo;. In the output the first &lsquo;<samp>Y</samp>&rsquo; is
+overwritten by the end of the black bar, because the box&rsquo;s material is
+wider than the 300pt allocated, as TeX has refused to shrink
+the total to less than 309&nbsp;points.
+</p>
+<p>Stretching is like shrinking except that if TeX is asked to stretch
+beyond the given amount, it will do it. Here the first line is fine,
+producing a space of 110&nbsp;points between the bars.
+</p>
+<div class="example">
+<pre class="example">XXX\showhbox{300pt}{%
+ \blackbar{95pt}\hspace{100pt plus 10pt}\blackbar{95pt}}YYY
+
+XXX\showhbox{300pt}{%
+ \blackbar{95pt}\hspace{100pt plus 1pt}\blackbar{95pt}}YYY
+</pre></div>
+
+<p>In the second line TeX needs a stretch of 10&nbsp;points and only
+1&nbsp;point was specified. TeX stretches the space to the required
+length but it gives you a warning like &lsquo;<samp>Underfull \hbox (badness
+10000) detected at line 22</samp>&rsquo;. (We won&rsquo;t discuss badness.)
+</p>
+<p>You can put both stretch and shrink in the same length, as in
+<code>1ex plus 0.05ex minus 0.02ex</code>.
+</p>
+<p>If TeX is setting two or more rubber lengths then it allocates the
+stretch or shrink in proportion.
+</p>
+<div class="example">
+<pre class="example">XXX\showhbox{300pt}{%
+ \blackbar{100pt}% left
+ \hspace{0pt plus 50pt}\blackbar{80pt}\hspace{0pt plus 10pt}% middle
+ \blackbar{100pt}}YYY % right
+</pre></div>
+
+<p>The left and right bars take up 100&nbsp;points, so the middle needs
+another 100. The middle bar is 80&nbsp;points so the two
+<code>\hspace</code>&rsquo;s must stretch 20&nbsp;points. Because the two are
+<code>plus 50pt</code> and <code>plus 10pt</code>, TeX gets 5/6 of the stretch
+from the first space and 1/6 from the second.
+</p>
+<p>The <code>plus</code> or <code>minus</code> component of a rubber length can contain
+a <em>fill</em> component, as in <code>1in plus2fill</code>. This gives the
+length infinite stretchability or shrinkability so that TeX could set
+it to any distance. Here the two figures will be equal-spaced across
+the page.
+</p>
+<div class="example">
+<pre class="example">\begin{minipage}{\linewidth}
+ \hspace{0pt plus 1fill}\includegraphics{godel.png}%
+ \hspace{0pt plus 1fill}\includegraphics{einstein.png}%
+ \hspace{0pt plus 1fill}
+\end{minipage}
+</pre></div>
+
+<p>TeX actually has three levels of infinity for glue components:
+<code>fil</code>, <code>fill</code>, and <code>filll</code>. The later ones are more
+infinite than the earlier ones. Ordinarily document authors only use
+the middle one (see <a href="_005chfill.html#g_t_005chfill">\hfill</a> and see <a href="_005cvfill.html#g_t_005cvfill">\vfill</a>).
+</p>
+<p>Multiplying a rubber length by a number turns it into a rigid length, so
+that after <code>\setlength{\ylength}{1in plus 0.2in}</code> and
+<code>\setlength{\zlength}{3\ylength}</code> then the value of
+<code>\zlength</code> is <code>3in</code>.
+</p>
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="Units-of-length.html#Units-of-length" accesskey="1">Units of length</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">The units that LaTeX knows.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005csetlength.html#g_t_005csetlength" accesskey="2">\setlength</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Set the value of a length.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005caddtolength.html#g_t_005caddtolength" accesskey="3">\addtolength</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Add a quantity to a length.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005csettodepth.html#g_t_005csettodepth" accesskey="4">\settodepth</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Set a length to the depth of something.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005csettoheight.html#g_t_005csettoheight" accesskey="5">\settoheight</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Set a length to the height of something.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005csettowidth.html#g_t_005csettowidth" accesskey="6">\settowidth</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Set a length to the width of something.
+</td></tr>
+</table>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Lengths_002fem.html b/src/data/help/unofficial-latex2e-reference-manual/Lengths_002fem.html
new file mode 100644
index 00000000..c021eb9a
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Lengths_002fem.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Lengths/em (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Lengths/em (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Lengths/em (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Units-of-length.html#Lengths_002fem">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Units-of-length.html#Lengths_002fem">Lengths/em</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Lengths_002fen.html b/src/data/help/unofficial-latex2e-reference-manual/Lengths_002fen.html
new file mode 100644
index 00000000..aaee16ff
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Lengths_002fen.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Lengths/en (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Lengths/en (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Lengths/en (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Units-of-length.html#Lengths_002fen">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Units-of-length.html#Lengths_002fen">Lengths/en</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Lengths_002fex.html b/src/data/help/unofficial-latex2e-reference-manual/Lengths_002fex.html
new file mode 100644
index 00000000..58b0b6ae
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Lengths_002fex.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Lengths/ex (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Lengths/ex (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Lengths/ex (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Units-of-length.html#Lengths_002fex">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Units-of-length.html#Lengths_002fex">Lengths/ex</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Letters.html b/src/data/help/unofficial-latex2e-reference-manual/Letters.html
new file mode 100644
index 00000000..43367f4c
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Letters.html
@@ -0,0 +1,239 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Letters (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Letters (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Letters (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="index.html#Top" rel="up" title="Top">
+<link href="_005caddress.html#g_t_005caddress" rel="next" title="\address">
+<link href="_005cgls.html#g_t_005cgls" rel="prev" title="\gls">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Letters"></a>
+<div class="header">
+<p>
+Next: <a href="Input_002foutput.html#Input_002foutput" accesskey="n" rel="next">Input/output</a>, Previous: <a href="Front_002fback-matter.html#Front_002fback-matter" accesskey="p" rel="prev">Front/back matter</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Letters-1"></a>
+<h2 class="chapter">26 Letters</h2>
+
+<a name="index-letters_002c-writing"></a>
+<a name="index-writing-letters"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\documentclass{letter}
+\address{<var>senders address</var>} % return address
+\signature{<var>sender name</var>}
+\begin{document}
+\begin{letter}{<var>recipient address</var>}
+\opening{<var>salutation</var>}
+ <var>letter body</var>
+\closing{<var>closing text</var>}
+\end{letter}
+ ...
+\end{document}
+</pre></div>
+
+<p>Produce one or more letters.
+</p>
+<p>Each letter is in a separate <code>letter</code> environment, whose argument
+<var>recipient address</var> often contains multiple lines separated with a
+double backslash,&nbsp;(<code>\\</code>). For example, you might have:
+</p>
+<div class="example">
+<pre class="example"> \begin{letter}{Ninon de l'Enclos \\
+ l'h\^otel Sagonne}
+ ...
+ \end{letter}
+</pre></div>
+
+<p>The start of the <code>letter</code> environment resets the page number to 1,
+and the footnote number to 1 also.
+</p>
+<p>The <var>sender address</var> and <var>sender name</var> are common to all of the
+letters, whether there is one or more, so these are best put in the
+preamble. As with the recipient address, often <var>sender address</var>
+contains multiple lines separated by a double
+backslash&nbsp;(<code>\\</code>). LaTeX will put the <var>sender name</var>
+under the closing, after a vertical space for the traditional
+hand-written signature.
+</p>
+<p>Each <code>letter</code> environment body begins with a required
+<code>\opening</code> command such as <code>\opening{Dear Madam or Sir:}</code>.
+The <var>letter body</var> text is ordinary LaTeX so it can contain
+everything from enumerated lists to displayed math, except that commands
+such as <code>\chapter</code> that make no sense in a letter are turned off.
+Each <code>letter</code> environment body typically ends with a
+<code>\closing</code> command such as <code>\closing{Yours,}</code>.
+</p>
+<a name="index-_005c_005c-for-letters"></a>
+<p>Additional material may come after the <code>\closing</code>. You can say who
+is receiving a copy of the letter with a command like <code>\cc{the
+Boss \\ the Boss's Boss}</code>. There&rsquo;s a similar <code>\encl</code> command for
+a list of enclosures. And, you can add a postscript with <code>\ps</code>.
+</p>
+<p>LaTeX&rsquo;s default is to indent the sender name and the closing above it
+by a length of <code>\longindentation</code>. By default this is
+<code>0.5\textwidth</code>. To make them flush left, put
+<code>\setlength{\longindentation}{0em}</code> in your preamble.
+</p>
+<p>To set a fixed date use something like
+<code>\renewcommand{\today}{1958-Oct-12}</code>. If put in your preamble
+then it will apply to all the letters.
+</p>
+<p>This example shows only one <code>letter</code> environment. The three lines
+marked as optional are typically omitted.
+</p>
+<div class="example">
+<pre class="example">\documentclass{letter}
+\address{Sender's street \\ Sender's town}
+\signature{Sender's name \\ Sender's title}
+% optional: \location{Mailbox 13}
+% optional: \telephone{(102) 555-0101}
+\begin{document}
+\begin{letter}{Recipient's name \\ Recipient's address}
+\opening{Sir:}
+% optional: \thispagestyle{firstpage}
+I am not interested in entering a business arrangement with you.
+\closing{Your most humble, etc.,}
+\end{letter}
+\end{document}
+</pre></div>
+
+<p>These commands are used with the <code>letter</code> class.
+</p>
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="_005caddress.html#g_t_005caddress" accesskey="1">\address</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Sender&rsquo;s return address.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005ccc.html#g_t_005ccc" accesskey="2">\cc</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Carbon copy list.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cclosing.html#g_t_005cclosing" accesskey="3">\closing</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Saying goodbye.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cencl.html#g_t_005cencl" accesskey="4">\encl</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">List of enclosed material.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005clocation.html#g_t_005clocation" accesskey="5">\location</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Sender&rsquo;s organizational location.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cmakelabels.html#g_t_005cmakelabels" accesskey="6">\makelabels</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Make address labels.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cname.html#g_t_005cname" accesskey="7">\name</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Sender&rsquo;s name, for the return address.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005copening.html#g_t_005copening" accesskey="8">\opening</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Saying hello.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cps.html#g_t_005cps" accesskey="9">\ps</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Adding a postscript.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005csignature.html#g_t_005csignature">\signature</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Sender&rsquo;s signature.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005ctelephone.html#g_t_005ctelephone">\telephone</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Sender&rsquo;s phone number.
+</td></tr>
+</table>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Line-breaking.html b/src/data/help/unofficial-latex2e-reference-manual/Line-breaking.html
new file mode 100644
index 00000000..23575d3f
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Line-breaking.html
@@ -0,0 +1,163 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Line breaking (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Line breaking (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Line breaking (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="index.html#Top" rel="up" title="Top">
+<link href="_005c_005c.html#g_t_005c_005c" rel="next" title="\\">
+<link href="verse.html#verse" rel="prev" title="verse">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Line-breaking"></a>
+<div class="header">
+<p>
+Next: <a href="Page-breaking.html#Page-breaking" accesskey="n" rel="next">Page breaking</a>, Previous: <a href="Environments.html#Environments" accesskey="p" rel="prev">Environments</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Line-breaking-1"></a>
+<h2 class="chapter">9 Line breaking</h2>
+
+<a name="index-line-breaking"></a>
+<a name="index-breaking-lines"></a>
+
+<p>The first thing LaTeX does when processing ordinary text is to
+translate your input file into a sequence of glyphs and spaces. To
+produce a printed document, this sequence must be broken into lines
+(and these lines must be broken into pages).
+</p>
+<p>LaTeX usually does the line (and page) breaking in the text body for
+you but in some environments you manually force line breaks.
+</p>
+<p>A common workflow is to get a final version of the document content
+before taking a final pass through and considering line breaks (and page
+breaks). This differs from word processing, where you are formatting
+text as you input it. Putting these off until the end prevents a lot of
+fiddling with breaks that will change anyway.
+</p>
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="_005c_005c.html#g_t_005c_005c" accesskey="1">\\</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Start a new line.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cobeycr-_0026-_005crestorecr.html#g_t_005cobeycr-_0026-_005crestorecr" accesskey="2">\obeycr &amp; \restorecr</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Make each input line start a new output line.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cnewline.html#g_t_005cnewline" accesskey="3">\newline</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Break the line
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005c_002d-_0028hyphenation_0029.html#g_t_005c_002d-_0028hyphenation_0029" accesskey="4">\- (hyphenation)</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Insert explicit hyphenation.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cdiscretionary.html#g_t_005cdiscretionary" accesskey="5">\discretionary</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Explicit control of the hyphen character.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cfussy-_0026-_005csloppy.html#g_t_005cfussy-_0026-_005csloppy" accesskey="6">\fussy &amp; \sloppy</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Be more or less particular with line breaking.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005chyphenation.html#g_t_005chyphenation" accesskey="7">\hyphenation</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Tell LaTeX how to hyphenate a word.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005clinebreak-_0026-_005cnolinebreak.html#g_t_005clinebreak-_0026-_005cnolinebreak" accesskey="8">\linebreak &amp; \nolinebreak</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Forcing &amp; avoiding line breaks.
+</td></tr>
+</table>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Low_002dlevel-font-commands.html b/src/data/help/unofficial-latex2e-reference-manual/Low_002dlevel-font-commands.html
new file mode 100644
index 00000000..6dcb5897
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Low_002dlevel-font-commands.html
@@ -0,0 +1,317 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Low-level font commands (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Low-level font commands (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Low-level font commands (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Fonts.html#Fonts" rel="up" title="Fonts">
+<link href="Layout.html#Layout" rel="next" title="Layout">
+<link href="Font-sizes.html#Font-sizes" rel="prev" title="Font sizes">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Low_002dlevel-font-commands"></a>
+<div class="header">
+<p>
+Previous: <a href="Font-sizes.html#Font-sizes" accesskey="p" rel="prev">Font sizes</a>, Up: <a href="Fonts.html#Fonts" accesskey="u" rel="up">Fonts</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Low_002dlevel-font-commands-1"></a>
+<h3 class="section">4.4 Low-level font commands</h3>
+
+<a name="index-low_002dlevel-font-commands"></a>
+<a name="index-font-commands_002c-low_002dlevel"></a>
+
+<p>These commands are primarily intended for writers of macros and
+packages. The commands listed here are only a subset of the available
+ones.
+</p>
+<dl compact="compact">
+<dd><a name="low-level-font-commands-fontencoding"></a></dd>
+<dt><code>\fontencoding{<var>encoding</var>}</code></dt>
+<dd><a name="index-_005cfontencoding"></a>
+<p>Select the font encoding, the encoding of the output font. There are a
+large number of valid encodings. The most common are <code>OT1</code>,
+Knuth&rsquo;s original encoding for Computer Modern (the default), and
+<code>T1</code>, also known as the Cork encoding, which has support for the
+accented characters used by the most widespread European languages
+(German, French, Italian, Polish and others), which allows TeX to
+hyphenate words containing accented letters. For more, see
+<a href="https://ctan.org/pkg/encguide">https://ctan.org/pkg/encguide</a>.
+</p>
+<a name="low-level-font-commands-fontfamily"></a></dd>
+<dt><code>\fontfamily{<var>family</var>}</code></dt>
+<dd><a name="index-_005cfontfamily"></a>
+<a name="index-families_002c-of-fonts"></a>
+<a name="index-font-catalogue"></a>
+<p>Select the font family. The web page
+<a href="http://www.tug.dk/FontCatalogue/">http://www.tug.dk/FontCatalogue/</a> provides one way to browse
+through many of the fonts easily used with LaTeX. Here are
+examples of some common families.
+</p>
+<table>
+<tr><td><code>pag</code></td><td>Avant Garde</td></tr>
+<tr><td><code>fvs</code></td><td>Bitstream Vera Sans</td></tr>
+<tr><td><code>pbk</code></td><td>Bookman</td></tr>
+<tr><td><code>bch</code></td><td>Charter</td></tr>
+<tr><td><code>ccr</code></td><td>Computer Concrete</td></tr>
+<tr><td><code>cmr</code></td><td>Computer Modern</td></tr>
+<tr><td><code>cmss</code></td><td>Computer Modern Sans Serif</td></tr>
+<tr><td><code>cmtt</code></td><td>Computer Modern Typewriter</td></tr>
+<tr><td><code>pcr</code></td><td>Courier</td></tr>
+<tr><td><code>phv</code></td><td>Helvetica</td></tr>
+<tr><td><code>fi4</code></td><td>Inconsolata</td></tr>
+<tr><td><code>lmr</code></td><td>Latin Modern</td></tr>
+<tr><td><code>lmss</code></td><td>Latin Modern Sans</td></tr>
+<tr><td><code>lmtt</code></td><td>Latin Modern Typewriter</td></tr>
+<tr><td><code>pnc</code></td><td>New Century Schoolbook</td></tr>
+<tr><td><code>ppl</code></td><td>Palatino</td></tr>
+<tr><td><code>ptm</code></td><td>Times</td></tr>
+<tr><td><code>uncl</code></td><td>Uncial</td></tr>
+<tr><td><code>put</code></td><td>Utopia</td></tr>
+<tr><td><code>pzc</code></td><td>Zapf Chancery</td></tr>
+</table>
+
+
+<a name="low-level-font-commands-fontseries"></a></dd>
+<dt><code>\fontseries{<var>series</var>}</code></dt>
+<dd><a name="index-_005cfontseries"></a>
+<a name="index-series_002c-of-fonts"></a>
+<p>Select the font series. A <em>series</em> combines a <em>weight</em> and a
+<em>width</em>. Typically, a font supports only a few of the possible
+combinations. Some common combined series values include:
+</p>
+<table>
+<tr><td><code>m</code></td><td>Medium (normal)</td></tr>
+<tr><td><code>b</code></td><td>Bold</td></tr>
+<tr><td><code>c</code></td><td>Condensed</td></tr>
+<tr><td><code>bc</code></td><td>Bold condensed</td></tr>
+<tr><td><code>bx</code></td><td>Bold extended</td></tr>
+</table>
+
+<a name="index-weights_002c-of-fonts"></a>
+<p>The possible values for weight, individually, are:
+</p>
+<table>
+<tr><td><code>ul</code></td><td>Ultra light</td></tr>
+<tr><td><code>el</code></td><td>Extra light</td></tr>
+<tr><td><code>l</code></td><td>Light</td></tr>
+<tr><td><code>sl</code></td><td>Semi light</td></tr>
+<tr><td><code>m</code></td><td>Medium (normal)</td></tr>
+<tr><td><code>sb</code></td><td>Semi bold</td></tr>
+<tr><td><code>b</code></td><td>Bold</td></tr>
+<tr><td><code>eb</code></td><td>Extra bold</td></tr>
+<tr><td><code>ub</code></td><td>Ultra bold</td></tr>
+</table>
+
+<a name="index-widths_002c-of-fonts"></a>
+<p>The possible values for width, individually, are (the meaning and
+relationship of these terms varies with individual typefaces):
+</p>
+<table>
+<tr><td><code>uc</code></td><td>Ultra condensed</td></tr>
+<tr><td><code>ec</code></td><td>Extra condensed</td></tr>
+<tr><td><code>c</code></td><td>Condensed</td></tr>
+<tr><td><code>sc</code></td><td>Semi condensed</td></tr>
+<tr><td><code>m</code></td><td>Medium</td></tr>
+<tr><td><code>sx</code></td><td>Semi expanded</td></tr>
+<tr><td><code>x</code></td><td>Expanded</td></tr>
+<tr><td><code>ex</code></td><td>Extra expanded</td></tr>
+<tr><td><code>ux</code></td><td>Ultra expanded</td></tr>
+</table>
+
+<p>When forming the <var>series</var> string from the weight and width, drop the
+<code>m</code> that stands for medium weight or medium width, unless both
+weight and width are <code>m</code>, in which case use just one
+(&lsquo;<samp><code>m</code></samp>&rsquo;).
+</p>
+</dd>
+<dt><code>\fontshape{<var>shape</var>}</code></dt>
+<dd><a name="index-_005cfontshape"></a>
+<a name="index-shapes_002c-of-fonts"></a>
+<a name="low-level-font-commands-fontshape"></a><p>Select font shape. Valid shapes are:
+</p>
+<table>
+<tr><td><code>n</code></td><td>Upright (normal)</td></tr>
+<tr><td><code>it</code></td><td>Italic</td></tr>
+<tr><td><code>sl</code></td><td>Slanted (oblique)</td></tr>
+<tr><td><code>sc</code></td><td>Small caps</td></tr>
+<tr><td><code>ui</code></td><td>Upright italics</td></tr>
+<tr><td><code>ol</code></td><td>Outline</td></tr>
+</table>
+
+<p>The two last shapes are not available for most font families, and
+small caps are often missing as well.
+</p>
+<a name="low-level-font-commands-fontsize"></a></dd>
+<dt><code>\fontsize{<var>size</var>}{<var>skip</var>}</code></dt>
+<dd><a name="index-_005cfontsize"></a>
+<a name="index-font-size"></a>
+<a name="index-_005cbaselineskip"></a>
+<p>Set the font size and the line spacing. The unit of both parameters
+defaults to points (<code>pt</code>). The line spacing is the nominal
+vertical space between lines, baseline to baseline. It is stored in the
+parameter <code>\baselineskip</code>. The default <code>\baselineskip</code> for
+the Computer Modern typeface is 1.2 times the <code>\fontsize</code>.
+Changing <code>\baselineskip</code> directly is inadvisable since its value is
+reset every time a size change happens; see <code>\baselinestretch</code>, next.
+</p>
+<a name="low-level-font-commands-baselinestretch"></a></dd>
+<dt><code>\baselinestretch</code></dt>
+<dd><a name="index-_005cbaselinestretch"></a>
+<p>LaTeX multiplies the line spacing by the value of the
+<code>\baselinestretch</code> parameter; the default factor is 1. A change
+takes effect when <code>\selectfont</code> (see below) is called. You can
+make a line skip change happen for the entire document, for instance
+doubling it, by doing <code>\renewcommand{\baselinestretch}{2.0}</code> in
+the preamble.
+</p>
+<a name="index-package_002c-setspace"></a>
+<a name="index-setspace-package"></a>
+
+<a name="index-double-spacing"></a>
+<p>However, the best way to double-space a document is to use the
+<samp>setspace</samp> package. In addition to offering a number of spacing
+options, this package keeps the line spacing single-spaced in places
+where that is typically desirable, such as footnotes and figure
+captions. See the package documentation.
+</p>
+<a name="low-level-font-commands-linespread"></a></dd>
+<dt><code>\linespread{<var>factor</var>}</code></dt>
+<dd><a name="index-_005clinespread"></a>
+<p>Equivalent to
+<code>\renewcommand{\baselinestretch}{<var>factor</var>}</code>, and
+therefore must be followed by <code>\selectfont</code> to have any effect.
+Best specified in the preamble, or use the <code>setspace</code> package, as
+just described.
+</p>
+<a name="low-level-font-commands-selectfont"></a></dd>
+<dt><code>\selectfont</code></dt>
+<dd><a name="index-_005cselectfont"></a>
+<p>The effects of the font commands described above do not happen until
+<code>\selectfont</code> is called, as in
+<code>\fontfamily{<var>familyname</var>}\selectfont</code>. It is often useful
+to put this in a macro:<br>
+<code>\newcommand*{\myfont}{\fontfamily{<var>familyname</var>}\selectfont}</code><br>
+(see <a href="_005cnewcommand-_0026-_005crenewcommand.html#g_t_005cnewcommand-_0026-_005crenewcommand">\newcommand &amp; \renewcommand</a>).
+</p>
+<a name="low-level-font-commands-usefont"></a></dd>
+<dt><code>\usefont{<var>enc</var>}{<var>family</var>}{<var>series</var>}{<var>shape</var>}</code></dt>
+<dd><a name="index-_005cusefont"></a>
+<p>The same as invoking <code>\fontencoding</code>, <code>\fontfamily</code>,
+<code>\fontseries</code> and <code>\fontshape</code> with the given parameters,
+followed by <code>\selectfont</code>. For example:
+</p>
+<div class="example">
+<pre class="example">\usefont{ot1}{cmr}{m}{n}
+</pre></div>
+
+</dd>
+</dl>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Making-paragraphs.html b/src/data/help/unofficial-latex2e-reference-manual/Making-paragraphs.html
new file mode 100644
index 00000000..b82544c6
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Making-paragraphs.html
@@ -0,0 +1,189 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Making paragraphs (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Making paragraphs (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Making paragraphs (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="index.html#Top" rel="up" title="Top">
+<link href="_005cpar.html#g_t_005cpar" rel="next" title="\par">
+<link href="_005csettowidth.html#g_t_005csettowidth" rel="prev" title="\settowidth">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Making-paragraphs"></a>
+<div class="header">
+<p>
+Next: <a href="Math-formulas.html#Math-formulas" accesskey="n" rel="next">Math formulas</a>, Previous: <a href="Lengths.html#Lengths" accesskey="p" rel="prev">Lengths</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Making-paragraphs-1"></a>
+<h2 class="chapter">15 Making paragraphs</h2>
+
+<a name="index-making-paragraphs"></a>
+<a name="index-paragraphs"></a>
+
+<p>To start a paragraph, just type some text. To end the current
+paragraph, put an empty line. This is three paragraphs, separated by
+two empty lines.
+</p>
+<div class="example">
+<pre class="example">It is a truth universally acknowledged, that a single man in possession
+of a good fortune, must be in want of a wife.
+
+However little known the feelings or views of such a man may be on his
+first entering a neighbourhood, this truth is so well fixed in the minds
+of the surrounding families, that he is considered the rightful property
+of some one or other of their daughters.
+
+``My dear Mr. Bennet,'' said his lady to him one day,
+``have you heard that Netherfield Park is let at last?''
+</pre></div>
+
+<p>The separator lines must be empty, including not containing a comment
+character, <code>%</code>.
+</p>
+<p>Once LaTeX has gathered all of a paragraph&rsquo;s contents it divides that
+content into lines in a way that is optimized over the entire paragraph
+(see <a href="Line-breaking.html#Line-breaking">Line breaking</a>).
+</p>
+<p>There are places where a new paragraph is not permitted. Don&rsquo;t put a
+blank line in math mode (see <a href="Modes.html#Modes">Modes</a>); here the line before the
+<code>\end{equation}</code>
+</p>
+<div class="example">
+<pre class="example">\begin{equation}
+ 2^{|S|} &gt; |S|
+
+\end{equation}
+</pre></div>
+
+<p>will get you the error &lsquo;<samp>Missing $ inserted</samp>&rsquo;. Similarly, the blank
+line in this <code>section</code> argument
+</p>
+<div class="example">
+<pre class="example">\section{aaa
+
+bbb}
+</pre></div>
+
+<p>gets &lsquo;<samp>Runaway argument? {aaa ! Paragraph ended before \@sect was
+complete</samp>&rsquo;.
+</p>
+
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="_005cpar.html#g_t_005cpar" accesskey="1">\par</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">End the current paragraph.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cindent-_0026-_005cnoindent.html#g_t_005cindent-_0026-_005cnoindent" accesskey="2">\indent &amp; \noindent</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Go into horizontal mode, possibly with an indent.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cparindent-_0026-_005cparskip.html#g_t_005cparindent-_0026-_005cparskip" accesskey="3">\parindent &amp; \parskip</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Space added before paragraphs.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="Marginal-notes.html#Marginal-notes" accesskey="4">Marginal notes</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Put remarks in the margin.
+</td></tr>
+</table>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Marginal-notes.html b/src/data/help/unofficial-latex2e-reference-manual/Marginal-notes.html
new file mode 100644
index 00000000..005f61dc
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Marginal-notes.html
@@ -0,0 +1,197 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Marginal notes (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Marginal notes (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Marginal notes (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Making-paragraphs.html#Making-paragraphs" rel="up" title="Making paragraphs">
+<link href="Math-formulas.html#Math-formulas" rel="next" title="Math formulas">
+<link href="_005cparindent-_0026-_005cparskip.html#g_t_005cparindent-_0026-_005cparskip" rel="prev" title="\parindent &amp; \parskip">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Marginal-notes"></a>
+<div class="header">
+<p>
+Previous: <a href="_005cparindent-_0026-_005cparskip.html#g_t_005cparindent-_0026-_005cparskip" accesskey="p" rel="prev">\parindent &amp; \parskip</a>, Up: <a href="Making-paragraphs.html#Making-paragraphs" accesskey="u" rel="up">Making paragraphs</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Marginal-notes-1"></a>
+<h3 class="section">15.4 Marginal notes</h3>
+
+<a name="index-marginal-notes"></a>
+<a name="index-notes-in-the-margin"></a>
+<a name="index-remarks-in-the-margin"></a>
+<a name="index-_005cmarginpar"></a>
+
+<p>Synopsis, one of:
+</p>
+<div class="example">
+<pre class="example">\marginpar{<var>right</var>}
+\marginpar[<var>left</var>]{<var>right</var>}
+</pre></div>
+
+<p>Create a note in the margin. The first line of the note will have the
+same baseline as the line in the text where the <code>\marginpar</code>
+occurs.
+</p>
+<p>The margin that LaTeX uses for the note depends on the current layout
+(see <a href="Document-class-options.html#Document-class-options">Document class options</a>) and also on <code>\reversemarginpar</code>
+(see below). If you are using one-sided layout (document option
+<code>oneside</code>) then it goes in the right margin. If you are using
+two-sided layout (document option <code>twoside</code>) then it goes in the
+outside margin. If you are in two-column layout (document option
+<code>twocolumn</code>) then it goes in the nearest margin.
+</p>
+<a name="index-_005creversemarginpar"></a>
+<a name="index-_005cnormalmarginpar"></a>
+<p>If you declare <code>\reversemarginpar</code> then LaTeX will place
+subsequent marginal notes in the opposite margin to that given in the
+prior paragraph. Revert that to the default position with
+<code>\normalmarginpar</code>.
+</p>
+<p>When you specify the optional argument <var>left</var> then it is used for
+a note in the left margin, while the mandatory argument <var>right</var> is
+used for a note in the right margin.
+</p>
+<p>Normally, a note&rsquo;s first word will not be hyphenated. You can enable
+hyphenation there by beginning <var>left</var> or <var>right</var> with
+<code>\hspace{0pt}</code>.
+</p>
+<p>These parameters affect the formatting of the note:
+</p>
+<dl compact="compact">
+<dt><code>\marginparpush</code>
+<a name="index-_005cmarginparpush-2"></a>
+</dt>
+<dd><a name="marginal-notes-marginparpush"></a><p>Minimum vertical space between notes; default &lsquo;<samp>7pt</samp>&rsquo; for
+&lsquo;<samp>12pt</samp>&rsquo; documents, &lsquo;<samp>5pt</samp>&rsquo; else.
+</p>
+</dd>
+<dt><code>\marginparsep</code>
+<a name="index-_005cmarginparsep"></a>
+</dt>
+<dd><a name="marginal-notes-marginparsep"></a><p>Horizontal space between the main text and the note; default
+&lsquo;<samp>11pt</samp>&rsquo; for &lsquo;<samp>10pt</samp>&rsquo; documents, &lsquo;<samp>10pt</samp>&rsquo; else.
+</p>
+</dd>
+<dt><code>\marginparwidth</code>
+<a name="index-_005cmarginparwidth-2"></a>
+</dt>
+<dd><a name="marginal-notes-marginparwidth"></a><p>Width of the note itself; default for a one-sided &lsquo;<samp>10pt</samp>&rsquo; document
+is &lsquo;<samp>90pt</samp>&rsquo;, &lsquo;<samp>83pt</samp>&rsquo; for &lsquo;<samp>11pt</samp>&rsquo;, and &lsquo;<samp>68pt</samp>&rsquo; for
+&lsquo;<samp>12pt</samp>&rsquo;; &lsquo;<samp>17pt</samp>&rsquo; more in each case for a two-sided document.
+In two column mode, the default is &lsquo;<samp>48pt</samp>&rsquo;.
+</p>
+</dd>
+</dl>
+
+<p>The standard LaTeX routine for marginal notes does not prevent
+notes from falling off the bottom of the page.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Math-accents.html b/src/data/help/unofficial-latex2e-reference-manual/Math-accents.html
new file mode 100644
index 00000000..dee5d265
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Math-accents.html
@@ -0,0 +1,234 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Math accents (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Math accents (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Math accents (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Math-formulas.html#Math-formulas" rel="up" title="Math formulas">
+<link href="Over_002d-and-Underlining.html#Over_002d-and-Underlining" rel="next" title="Over- and Underlining">
+<link href="Math-functions.html#Math-functions" rel="prev" title="Math functions">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Math-accents"></a>
+<div class="header">
+<p>
+Next: <a href="Over_002d-and-Underlining.html#Over_002d-and-Underlining" accesskey="n" rel="next">Over- and Underlining</a>, Previous: <a href="Math-functions.html#Math-functions" accesskey="p" rel="prev">Math functions</a>, Up: <a href="Math-formulas.html#Math-formulas" accesskey="u" rel="up">Math formulas</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Math-accents-1"></a>
+<h3 class="section">16.4 Math accents</h3>
+
+<a name="index-math-accents"></a>
+<a name="index-accents_002c-mathematical"></a>
+
+<p>LaTeX provides a variety of commands for producing accented letters
+in math. These are different from accents in normal text
+(see <a href="Accents.html#Accents">Accents</a>).
+</p>
+<dl compact="compact">
+<dt><code>\acute</code>
+<a name="index-_005cacute"></a>
+</dt>
+<dd><a name="index-acute-accent_002c-math"></a>
+<p>Math acute accent
+</p>
+</dd>
+<dt><code>\bar</code>
+<a name="index-_005cbar"></a>
+</dt>
+<dd><a name="index-bar_002dover-accent_002c-math"></a>
+<a name="index-macron-accent_002c-math"></a>
+<p>Math bar-over accent
+</p>
+</dd>
+<dt><code>\breve</code>
+<a name="index-_005cbreve"></a>
+</dt>
+<dd><a name="index-breve-accent_002c-math"></a>
+<p>Math breve accent
+</p>
+</dd>
+<dt><code>\check</code>
+<a name="index-_005ccheck"></a>
+</dt>
+<dd><a name="index-check-accent_002c-math"></a>
+<a name="index-hacek-accent_002c-math"></a>
+<p>Math h&aacute;&#269;ek (check) accent
+</p>
+</dd>
+<dt><code>\ddot</code>
+<a name="index-_005cddot"></a>
+</dt>
+<dd><a name="index-double-dot-accent_002c-math"></a>
+<p>Math dieresis accent
+</p>
+</dd>
+<dt><code>\dot</code>
+<a name="index-_005cdot"></a>
+</dt>
+<dd><a name="index-overdot-accent_002c-math"></a>
+<a name="index-dot-over-accent_002c-math"></a>
+<p>Math dot accent
+</p>
+</dd>
+<dt><code>\grave</code>
+<a name="index-_005cgrave"></a>
+</dt>
+<dd><a name="index-grave-accent_002c-math"></a>
+<p>Math grave accent
+</p>
+</dd>
+<dt><code>\hat</code>
+<a name="index-_005chat"></a>
+</dt>
+<dd><a name="index-hat-accent_002c-math"></a>
+<a name="index-circumflex-accent_002c-math"></a>
+<p>Math hat (circumflex) accent
+</p>
+</dd>
+<dt><code>\mathring</code>
+<a name="index-_005cmathring"></a>
+</dt>
+<dd><a name="index-ring-accent_002c-math"></a>
+<p>Math ring accent </p>
+</dd>
+<dt><code>\tilde</code>
+<a name="index-_005ctilde"></a>
+</dt>
+<dd><a name="index-tilde-accent_002c-math"></a>
+<p>Math tilde accent
+</p>
+</dd>
+<dt><code>\vec</code>
+<a name="index-_005cvec"></a>
+</dt>
+<dd><a name="index-vector-symbol_002c-math"></a>
+<p>Math vector symbol
+</p>
+</dd>
+<dt><code>\widehat</code>
+<a name="index-_005cwidehat"></a>
+</dt>
+<dd><a name="index-wide-hat-accent_002c-math"></a>
+<p>Math wide hat accent
+</p>
+</dd>
+<dt><code>\widetilde</code>
+<a name="index-_005cwidetilde"></a>
+</dt>
+<dd><a name="index-wide-tilde-accent_002c-math"></a>
+<p>Math wide tilde accent
+</p>
+</dd>
+</dl>
+
+<p>When you are putting an accent on an i or a j, the tradition is to use
+one without a dot, <code>\imath</code> or <code>jmath</code> (see <a href="Math-symbols.html#Math-symbols">Math symbols</a>).
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Math-formulas.html b/src/data/help/unofficial-latex2e-reference-manual/Math-formulas.html
new file mode 100644
index 00000000..a1892230
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Math-formulas.html
@@ -0,0 +1,268 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Math formulas (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Math formulas (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Math formulas (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="index.html#Top" rel="up" title="Top">
+<link href="Subscripts-_0026-superscripts.html#Subscripts-_0026-superscripts" rel="next" title="Subscripts &amp; superscripts">
+<link href="Marginal-notes.html#Marginal-notes" rel="prev" title="Marginal notes">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Math-formulas"></a>
+<div class="header">
+<p>
+Next: <a href="Modes.html#Modes" accesskey="n" rel="next">Modes</a>, Previous: <a href="Making-paragraphs.html#Making-paragraphs" accesskey="p" rel="prev">Making paragraphs</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Math-formulas-1"></a>
+<h2 class="chapter">16 Math formulas</h2>
+
+<a name="index-math-formulas"></a>
+<a name="index-formulas_002c-math"></a>
+<a name="index-math-mode_002c-entering"></a>
+<a name="index-environment_002c-math-1"></a>
+<a name="index-math-environment-1"></a>
+
+<a name="index-environment_002c-displaymath-1"></a>
+<a name="index-displaymath-environment-1"></a>
+
+<a name="index-environment_002c-equation-1"></a>
+<a name="index-equation-environment-1"></a>
+
+
+<p>Produce mathematical text by putting LaTeX into math mode or display
+math mode (see <a href="Modes.html#Modes">Modes</a>). This example shows both.
+</p>
+<div class="example">
+<pre class="example">The wave equation for \( u \) is
+\begin{displaymath}
+ \frac{\partial^2u}{\partial t^2} = c^2\nabla^2u
+\end{displaymath}
+where \( \nabla^2 \) is the spatial Laplacian and \( c \) is constant.
+</pre></div>
+
+<p>Math mode is for inline mathematics. In the above example it is invoked
+by the starting <code>\(</code> and finished by the matching ending <code>\)</code>.
+Display math mode is for displayed equations and here is invoked by the
+<code>displaymath</code> environment. Note that any mathematical text
+whatever, including mathematical text consisting of just one character,
+is handled in math mode.
+</p>
+<p>When in math mode or display math mode, LaTeX handles many aspects of
+your input text differently than in other text modes. For example,
+</p>
+<div class="example">
+<pre class="example">contrast x+y with \( x+y \)
+</pre></div>
+
+<p>in math mode the letters are in italics and the spacing around the plus
+sign is different.
+</p>
+<p>There are three ways to make inline formulas, to put LaTeX in math
+mode.
+</p>
+<div class="example">
+<pre class="example">\( <var>mathematical material</var> \)
+$ <var>mathematical material</var> $
+\begin{math} <var>mathematical material</var> \end{math}
+</pre></div>
+
+<p>The first form is preferred and the second is quite common, but the
+third form is rarely used. You can sometimes use one and sometimes
+another, as in <code>\(x\) and $y$</code>. You can use these in paragraph
+mode or in LR mode (see <a href="Modes.html#Modes">Modes</a>).
+</p>
+<p>To make displayed formulas, put LaTeX into display math mode with
+either:
+</p>
+<div class="example">
+<pre class="example">\begin{displaymath}
+ <var>mathematical material</var>
+\end{displaymath}
+</pre></div>
+
+<p>or
+</p>
+<div class="example">
+<pre class="example">\begin{equation}
+ <var>mathematical material</var>
+\end{equation}
+</pre></div>
+
+<p>(see <a href="displaymath.html#displaymath">displaymath</a>, see <a href="equation.html#equation">equation</a>). The only difference is that
+with the <code>equation</code> environment, LaTeX puts a formula number
+alongside the formula. The construct <code>\[ <var>math</var> \]</code> is
+equivalent to <code>\begin{displaymath} <var>math</var>
+\end{displaymath}</code>. These environments can only be used in paragraph
+mode (see <a href="Modes.html#Modes">Modes</a>).
+</p>
+<a name="index-_005cdisplaystyle"></a>
+<p>The two mathematics modes are similar, but there are some differences.
+One involves the placement of subscripts and superscripts; in display
+math mode they are further apart and in inline math mode they are closer
+together.
+</p>
+<p>Sometimes you want the display math typographical treatment to happen in
+the inline math mode. For this, the <code>\displaystyle</code> declaration
+forces the size and style of the formula to be that of
+<code>displaymath</code>. Thus <code>\(\displaystyle \sum_{n=0}^\infty
+x_n\)</code> will have the limits above and below the summation sign, not next
+to it. Another example is that
+</p>
+<div class="example">
+<pre class="example">\begin{tabular}{r|cc}
+ \textsc{Name} &amp;\textsc{Series} &amp;\textsc{Sum} \\ \hline
+ Arithmetic &amp;\( a+(a+b)+(a+2b)+\cdots+(a+(n-1)b) \)
+ &amp;\( na+(n-1)n\cdot\frac{b}{2}\) \\
+ Geometric &amp;\( a+ab+ab^2+\cdots+ab^{n-1} \)
+ &amp;\(\displaystyle a\cdot\frac{1-b^n}{1-b}\) \\
+\end{tabular}
+</pre></div>
+
+<p>because it has no <code>\displaystyle</code>, the &lsquo;<samp>Arithmetic</samp>&rsquo; line&rsquo;s
+fraction will be scrunched. But, because of its <code>\displaystyle</code>,
+the &lsquo;<samp>Geometric</samp>&rsquo; line&rsquo;s fraction will be easy to read, with
+characters the same size as in the rest of the line.
+</p>
+<a name="index-package_002c-amsmath-5"></a>
+<a name="index-amsmath-package-5"></a>
+
+<a name="index-package_002c-amsfonts"></a>
+<a name="index-amsfonts-package"></a>
+
+<a name="index-package_002c-mathtools"></a>
+<a name="index-mathtools-package"></a>
+
+<p>The American Mathematical Society has made freely available a set of
+packages that greatly expand your options for writing mathematics,
+<samp>amsmath</samp> and <samp>amssymb</samp> (also be aware of the <samp>mathtools</samp>
+package that is an extension to, and loads, <samp>amsmath</samp>). New
+documents that will have mathematical text should use these packages.
+Descriptions of these packages is outside the scope of this document;
+see their documentation on CTAN.
+</p>
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="Subscripts-_0026-superscripts.html#Subscripts-_0026-superscripts" accesskey="1">Subscripts &amp; superscripts</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Also known as exponent or index.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="Math-symbols.html#Math-symbols" accesskey="2">Math symbols</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Various mathematical squiggles.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="Math-functions.html#Math-functions" accesskey="3">Math functions</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Math function names like sin and exp.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="Math-accents.html#Math-accents" accesskey="4">Math accents</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Accents in math.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="Over_002d-and-Underlining.html#Over_002d-and-Underlining" accesskey="5">Over- and Underlining</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Things over or under formulas.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="Spacing-in-math-mode.html#Spacing-in-math-mode" accesskey="6">Spacing in math mode</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Thick, medium, thin, and negative spaces.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="Math-miscellany.html#Math-miscellany" accesskey="7">Math miscellany</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Stuff that doesn&rsquo;t fit anywhere else.
+</td></tr>
+</table>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Math-functions.html b/src/data/help/unofficial-latex2e-reference-manual/Math-functions.html
new file mode 100644
index 00000000..81bc336d
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Math-functions.html
@@ -0,0 +1,351 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Math functions (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Math functions (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Math functions (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Math-formulas.html#Math-formulas" rel="up" title="Math formulas">
+<link href="Math-accents.html#Math-accents" rel="next" title="Math accents">
+<link href="Greek-letters.html#Greek-letters" rel="prev" title="Greek letters">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Math-functions"></a>
+<div class="header">
+<p>
+Next: <a href="Math-accents.html#Math-accents" accesskey="n" rel="next">Math accents</a>, Previous: <a href="Math-symbols.html#Math-symbols" accesskey="p" rel="prev">Math symbols</a>, Up: <a href="Math-formulas.html#Math-formulas" accesskey="u" rel="up">Math formulas</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Math-functions-1"></a>
+<h3 class="section">16.3 Math functions</h3>
+
+<a name="index-math-functions"></a>
+<a name="index-functions_002c-math"></a>
+
+<p>These commands produce roman function names in math mode with proper
+spacing.
+</p>
+<dl compact="compact">
+<dt><code>\arccos</code>
+<a name="index-_005carccos"></a>
+</dt>
+<dd><p>Inverse cosine
+</p>
+</dd>
+<dt><code>\arcsin</code>
+<a name="index-_005carcsin"></a>
+</dt>
+<dd><p>Inverse sine
+</p>
+</dd>
+<dt><code>\arctan</code>
+<a name="index-_005carctan"></a>
+</dt>
+<dd><p>Inverse tangent
+</p>
+</dd>
+<dt><code>\arg</code>
+<a name="index-_005carg"></a>
+</dt>
+<dd><p>Angle between the real axis and a point in the complex plane
+</p>
+</dd>
+<dt><code>\bmod</code>
+<a name="index-_005cbmod"></a>
+</dt>
+<dd><p>Binary modulo operator, used as in <code>\( 5\bmod 3=2 \)</code>
+</p>
+</dd>
+<dt><code>\cos</code>
+<a name="index-_005ccos"></a>
+</dt>
+<dd><p>Cosine
+</p>
+</dd>
+<dt><code>\cosh</code>
+<a name="index-_005ccosh"></a>
+</dt>
+<dd><p>Hyperbolic cosine
+</p>
+</dd>
+<dt><code>\cot</code>
+<a name="index-_005ccot"></a>
+</dt>
+<dd><p>Cotangent
+</p>
+</dd>
+<dt><code>\coth</code>
+<a name="index-_005ccoth"></a>
+</dt>
+<dd><p>Hyperbolic cotangent
+</p>
+</dd>
+<dt><code>\csc</code>
+<a name="index-_005ccsc"></a>
+</dt>
+<dd><p>Cosecant
+</p>
+</dd>
+<dt><code>\deg</code>
+<a name="index-_005cdeg"></a>
+</dt>
+<dd><p>Degrees
+</p>
+</dd>
+<dt><code>\det</code>
+<a name="index-_005cdet"></a>
+</dt>
+<dd><p>Determinant
+</p>
+</dd>
+<dt><code>\dim</code>
+<a name="index-_005cdim"></a>
+</dt>
+<dd><p>Dimension
+</p>
+</dd>
+<dt><code>\exp</code>
+<a name="index-_005cexp"></a>
+</dt>
+<dd><p>Exponential
+</p>
+</dd>
+<dt><code>\gcd</code>
+<a name="index-_005cgcd"></a>
+</dt>
+<dd><p>Greatest common divisor
+</p>
+</dd>
+<dt><code>\hom</code>
+<a name="index-_005chom"></a>
+</dt>
+<dd><p>Homomorphism
+</p>
+</dd>
+<dt><code>\inf</code>
+<a name="index-_005cinf"></a>
+</dt>
+<dd><p>Infinum
+</p>
+</dd>
+<dt><code>\ker</code>
+<a name="index-_005cker"></a>
+</dt>
+<dd><p>Kernel
+</p>
+</dd>
+<dt><code>\lg</code>
+<a name="index-_005clg"></a>
+</dt>
+<dd><p>Base 2 logarithm
+</p>
+</dd>
+<dt><code>\lim</code>
+<a name="index-_005clim"></a>
+</dt>
+<dd><p>Limit
+</p>
+</dd>
+<dt><code>\liminf</code>
+<a name="index-_005climinf"></a>
+</dt>
+<dd><p>Limit inferior
+</p>
+</dd>
+<dt><code>\limsup</code>
+<a name="index-_005climsup"></a>
+</dt>
+<dd><p>Limit superior
+</p>
+</dd>
+<dt><code>\ln</code>
+<a name="index-_005cln"></a>
+</dt>
+<dd><p>Natural logarithm
+</p>
+</dd>
+<dt><code>\log</code>
+<a name="index-_005clog"></a>
+</dt>
+<dd><p>Logarithm
+</p>
+</dd>
+<dt><code>\max</code>
+<a name="index-_005cmax"></a>
+</dt>
+<dd><p>Maximum
+</p>
+</dd>
+<dt><code>\min</code>
+<a name="index-_005cmin"></a>
+</dt>
+<dd><p>Minimum
+</p>
+</dd>
+<dt><code>\pmod</code>
+<a name="index-_005cpmod"></a>
+</dt>
+<dd><p>Parenthesized modulus, as used in <code>\( 5\equiv 2\pmod 3 \)</code>
+</p>
+</dd>
+<dt><code>\Pr</code>
+<a name="index-_005cPr"></a>
+</dt>
+<dd><p>Probability
+</p>
+</dd>
+<dt><code>\sec</code>
+<a name="index-_005csec"></a>
+</dt>
+<dd><p>Secant
+</p>
+</dd>
+<dt><code>\sin</code>
+<a name="index-_005csin"></a>
+</dt>
+<dd><p>Sine
+</p>
+</dd>
+<dt><code>\sinh</code>
+<a name="index-_005csinh"></a>
+</dt>
+<dd><p>Hyperbolic sine
+</p>
+</dd>
+<dt><code>\sup</code>
+<a name="index-_005csup"></a>
+</dt>
+<dd><p>sup
+</p>
+</dd>
+<dt><code>\tan</code>
+<a name="index-_005ctan"></a>
+</dt>
+<dd><p>Tangent
+</p>
+</dd>
+<dt><code>\tanh</code>
+<a name="index-_005ctanh"></a>
+</dt>
+<dd><p>Hyperbolic tangent
+</p>
+</dd>
+</dl>
+
+<a name="index-package_002c-amsmath-9"></a>
+<a name="index-amsmath-package-9"></a>
+
+<p>The <samp>amsmath</samp> package adds improvements on some of these, and also
+allows you to define your own. The full documentation is on CTAN, but
+briefly, you can define an identity operator with
+<code>\DeclareMathOperator{\identity}{id}</code> that is like the ones
+above but prints as &lsquo;<samp>id</samp>&rsquo;. The starred form
+<code>\DeclareMathOperator*{\op}{op}</code> sets any limits above and
+below, as is traditional with <code>\lim</code>, <code>\sup</code>, or <code>\max</code>.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Math-miscellany.html b/src/data/help/unofficial-latex2e-reference-manual/Math-miscellany.html
new file mode 100644
index 00000000..9c2956fa
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Math-miscellany.html
@@ -0,0 +1,145 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Math miscellany (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Math miscellany (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Math miscellany (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Math-formulas.html#Math-formulas" rel="up" title="Math formulas">
+<link href="Colon-character-_0026-_005ccolon.html#Colon-character-_0026-_005ccolon" rel="next" title="Colon character &amp; \colon">
+<link href="_005cphantom-_0026-_005cvphantom-_0026-_005chphantom.html#g_t_005cphantom-_0026-_005cvphantom-_0026-_005chphantom" rel="prev" title="\phantom &amp; \vphantom &amp; \hphantom">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Math-miscellany"></a>
+<div class="header">
+<p>
+Previous: <a href="Spacing-in-math-mode.html#Spacing-in-math-mode" accesskey="p" rel="prev">Spacing in math mode</a>, Up: <a href="Math-formulas.html#Math-formulas" accesskey="u" rel="up">Math formulas</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Math-miscellany-1"></a>
+<h3 class="section">16.7 Math miscellany</h3>
+
+<a name="index-math-miscellany"></a>
+
+<p>LaTeX contains a wide variety of mathematics facilities. Here are
+some that don&rsquo;t fit into other categories.
+</p>
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="Colon-character-_0026-_005ccolon.html#Colon-character-_0026-_005ccolon" accesskey="1">Colon character &amp; \colon</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Colon.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005c_002a.html#g_t_005c_002a" accesskey="2">\*</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Discretionary multiplication.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cfrac.html#g_t_005cfrac" accesskey="3">\frac</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Fraction.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005csqrt.html#g_t_005csqrt" accesskey="4">\sqrt</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Radicals.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cstackrel.html#g_t_005cstackrel" accesskey="5">\stackrel</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Text over a relation.
+</td></tr>
+</table>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Math-symbols.html b/src/data/help/unofficial-latex2e-reference-manual/Math-symbols.html
new file mode 100644
index 00000000..252b6f95
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Math-symbols.html
@@ -0,0 +1,1727 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Math symbols (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Math symbols (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Math symbols (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Math-formulas.html#Math-formulas" rel="up" title="Math formulas">
+<link href="Arrows.html#Arrows" rel="next" title="Arrows">
+<link href="Subscripts-_0026-superscripts.html#Subscripts-_0026-superscripts" rel="prev" title="Subscripts &amp; superscripts">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Math-symbols"></a>
+<div class="header">
+<p>
+Next: <a href="Math-functions.html#Math-functions" accesskey="n" rel="next">Math functions</a>, Previous: <a href="Subscripts-_0026-superscripts.html#Subscripts-_0026-superscripts" accesskey="p" rel="prev">Subscripts &amp; superscripts</a>, Up: <a href="Math-formulas.html#Math-formulas" accesskey="u" rel="up">Math formulas</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Math-symbols-1"></a>
+<h3 class="section">16.2 Math symbols</h3>
+
+<a name="index-math-symbols"></a>
+<a name="index-symbols_002c-math"></a>
+<a name="index-greek-letters"></a>
+
+<a name="index-package_002c-comprehensive"></a>
+<a name="index-comprehensive-package"></a>
+
+
+<p>LaTeX provides almost any mathematical or technical symbol that
+anyone uses. For example, if you include <code>$\pi$</code> in your source,
+you will get the pi symbol &#x03C0;. See the &ldquo;Comprehensive
+LaTeX Symbol List&rdquo; package at
+<a href="https://ctan.org/pkg/comprehensive">https://ctan.org/pkg/comprehensive</a>.
+</p>
+<p>Here is a list of commonly-used symbols. It is by no means exhaustive.
+Each symbol is described with a short phrase, and its symbol class,
+which determines the spacing around it, is given in parenthesis. Unless
+said otherwise, the commands for these symbols can be used only in math
+mode. To redefine a command so that it can be used whatever the current
+mode, see <a href="_005censuremath.html#g_t_005censuremath">\ensuremath</a>.
+</p>
+
+<dl compact="compact">
+<dt><code>\|</code>
+<a name="index-_005c_007c"></a>
+</dt>
+<dd><p>&#x2225; Parallel (relation). Synonym:&nbsp;<code>\parallel</code>.
+</p>
+</dd>
+<dt><code>\aleph</code>
+<a name="index-_005caleph"></a>
+</dt>
+<dd><p>&#x2135; Aleph, transfinite cardinal (ordinary).
+</p>
+</dd>
+<dt><code>\alpha</code>
+<a name="index-_005calpha"></a>
+</dt>
+<dd><p>&#x03B1; Lowercase Greek letter alpha (ordinary).
+</p>
+</dd>
+<dt><code>\amalg</code>
+<a name="index-_005camalg"></a>
+</dt>
+<dd><p>&#x2A3F; Disjoint union (binary)
+</p>
+</dd>
+<dt><code>\angle</code>
+<a name="index-_005cangle"></a>
+</dt>
+<dd><p>&#x2220; Geometric angle (ordinary). Similar: less-than
+sign&nbsp;<code>&lt;</code> and angle bracket&nbsp;<code>\langle</code>.
+</p>
+</dd>
+<dt><code>\approx</code>
+<a name="index-_005capprox"></a>
+</dt>
+<dd><p>&#x2248; Almost equal to (relation).
+</p>
+</dd>
+<dt><code>\ast</code>
+<a name="index-_005cast"></a>
+</dt>
+<dd><p>&#x2217; Asterisk operator, convolution, six-pointed
+(binary). Synonym:&nbsp;<code>*</code>, which is often a superscript or
+subscript, as in the Kleene star. Similar:&nbsp;<code>\star</code>, which is
+five-pointed, and is sometimes used as a general binary operation, and
+sometimes reserved for cross-correlation.
+</p>
+</dd>
+<dt><code>\asymp</code>
+<a name="index-_005casymp"></a>
+</dt>
+<dd><p>&#x224D; Asymptotically equivalent (relation).
+</p>
+</dd>
+<dt><code>\backslash</code>
+<a name="index-_005cbackslash"></a>
+</dt>
+<dd><p>\ Backslash (ordinary). Similar: set minus&nbsp;<code>\setminus</code>, and
+<code>\textbackslash</code> for backslash outside of math mode.
+</p>
+</dd>
+<dt><code>\beta</code>
+<a name="index-_005cbeta"></a>
+</dt>
+<dd><p>&#x03B2; Lowercase Greek letter beta (ordinary).
+</p>
+</dd>
+<dt><code>\bigcap</code>
+<a name="index-_005cbigcap"></a>
+</dt>
+<dd><p>&#x22C2; Variable-sized, or n-ary, intersection (operator). Similar:
+binary intersection&nbsp;<code>\cap</code>.
+</p>
+</dd>
+<dt><code>\bigcirc</code>
+<a name="index-_005cbigcirc"></a>
+</dt>
+<dd><p>&#x26AA; Circle, larger (binary). Similar: function
+composition&nbsp;<code>\circ</code>.
+</p>
+</dd>
+<dt><code>\bigcup</code>
+<a name="index-_005cbigcup"></a>
+</dt>
+<dd><p>&#x22C3; Variable-sized, or n-ary, union (operator). Similar: binary
+union&nbsp;<code>\cup</code>.
+</p>
+</dd>
+<dt><code>\bigodot</code>
+<a name="index-_005cbigodot"></a>
+</dt>
+<dd><p>&#x2A00; Variable-sized, or n-ary, circled dot operator (operator).
+</p>
+</dd>
+<dt><code>\bigoplus</code>
+<a name="index-_005cbigoplus"></a>
+</dt>
+<dd><p>&#x2A01; Variable-sized, or n-ary, circled plus operator (operator).
+</p>
+</dd>
+<dt><code>\bigotimes</code>
+<a name="index-_005cbigotimes"></a>
+</dt>
+<dd><p>&#x2A02; Variable-sized, or n-ary, circled times operator (operator).
+</p>
+</dd>
+<dt><code>\bigtriangledown</code>
+<a name="index-_005cbigtriangledown"></a>
+</dt>
+<dd><p>&#x25BD; Variable-sized, or n-ary, open triangle pointing down
+(operator).
+</p>
+</dd>
+<dt><code>\bigtriangleup</code>
+<a name="index-_005cbigtriangleup"></a>
+</dt>
+<dd><p>&#x25B3; Variable-sized, or n-ary, open triangle pointing up (operator).
+</p>
+</dd>
+<dt><code>\bigsqcup</code>
+<a name="index-_005cbigsqcup"></a>
+</dt>
+<dd><p>&#x2A06; Variable-sized, or n-ary, square union (operator).
+</p>
+</dd>
+<dt><code>\biguplus</code>
+<a name="index-_005cbiguplus"></a>
+</dt>
+<dd><p>&#x2A04; Variable-sized, or n-ary, union operator with a plus
+(operator). (Note that the name has only one p.)
+</p>
+</dd>
+<dt><code>\bigvee</code>
+<a name="index-_005cbigvee"></a>
+</dt>
+<dd><p>&#x22C1; Variable-sized, or n-ary, logical-and (operator).
+</p>
+</dd>
+<dt><code>\bigwedge</code>
+<a name="index-_005cbigwedge"></a>
+</dt>
+<dd><p>&#x22C0; Variable-sized, or n-ary, logical-or (operator).
+</p>
+</dd>
+<dt><code>\bot</code>
+<a name="index-_005cbot"></a>
+</dt>
+<dd><p>&#x22A5; Up tack, bottom, least element of a partially ordered
+set, or a contradiction (ordinary). See also&nbsp;<code>\top</code>.
+</p>
+</dd>
+<dt><code>\bowtie</code>
+<a name="index-_005cbowtie"></a>
+</dt>
+<dd><p>&#x22C8; Natural join of two relations (relation).
+</p>
+</dd>
+<dt><code>\Box</code>
+<a name="index-_005cBox"></a>
+</dt>
+<dd><p>&#x25A1; Modal operator for necessity; square open box
+(ordinary). Not available in plain TeX. In LaTeX you need to load the <samp>amssymb</samp> package.
+</p>
+</dd>
+<dt><code>\bullet</code>
+<a name="index-_005cbullet"></a>
+</dt>
+<dd><a name="index-bullet-symbol"></a>
+<p>&#x2022; Bullet (binary). Similar: multiplication
+dot&nbsp;<code>\cdot</code>.
+</p>
+</dd>
+<dt><code>\cap</code>
+<a name="index-_005ccap"></a>
+</dt>
+<dd><p>&#x2229; Intersection of two sets (binary). Similar: variable-sized
+operator&nbsp;<code>\bigcap</code>.
+</p>
+</dd>
+<dt><code>\cdot</code>
+<a name="index-_005ccdot"></a>
+</dt>
+<dd><p>&#x22C5; Multiplication (binary). Similar: Bullet
+dot&nbsp;<code>\bullet</code>.
+</p>
+</dd>
+<dt><code>\chi</code>
+<a name="index-_005cchi"></a>
+</dt>
+<dd><p>&#x03C7; Lowercase Greek chi (ordinary).
+</p>
+</dd>
+<dt><code>\circ</code>
+<a name="index-_005ccirc"></a>
+</dt>
+<dd><p>&#x2218; Function composition, ring operator (binary). Similar:
+variable-sized operator&nbsp;<code>\bigcirc</code>.
+</p>
+</dd>
+<dt><code>\clubsuit</code>
+<a name="index-_005cclubsuit"></a>
+</dt>
+<dd><p>&#x2663; Club card suit (ordinary).
+</p>
+</dd>
+<dt><code>\complement</code>
+<a name="index-_005ccomplement"></a>
+</dt>
+<dd><p>&#x2201; Set complement, used as a superscript as in
+<code>$S^\complement$</code> (ordinary). Not available in plain TeX. In LaTeX you need to load the <samp>amssymb</samp> package. Also used:
+<code>$S^{\mathsf{c}}$</code> or&nbsp;<code>$\bar{S}$</code>.
+</p>
+</dd>
+<dt><code>\cong</code>
+<a name="index-_005ccong"></a>
+</dt>
+<dd><p>&#x2245; Congruent (relation).
+</p>
+</dd>
+<dt><code>\coprod</code>
+<a name="index-_005ccoprod"></a>
+</dt>
+<dd><p>&#x2210; Coproduct (operator).
+</p>
+</dd>
+<dt><code>\cup</code>
+<a name="index-_005ccup"></a>
+</dt>
+<dd><p>&#x222A; Union of two sets (binary). Similar: variable-sized
+operator&nbsp;<code>\bigcup</code>.
+</p>
+</dd>
+<dt><code>\dagger</code>
+<a name="index-_005cdagger"></a>
+</dt>
+<dd><p>&#x2020; Dagger relation (binary).
+</p>
+</dd>
+<dt><code>\dashv</code>
+<a name="index-_005cdashv"></a>
+</dt>
+<dd><p>&#x22A3; Dash with vertical, reversed turnstile (relation). Similar:
+turnstile&nbsp;<code>\vdash</code>.
+</p>
+</dd>
+<dt><code>\ddagger</code>
+<a name="index-_005cddagger"></a>
+</dt>
+<dd><p>&#x2021; Double dagger relation (binary).
+</p>
+</dd>
+<dt><code>\Delta</code>
+<a name="index-_005cDelta"></a>
+</dt>
+<dd><p>&#x0394; Greek uppercase delta, used for increment (ordinary).
+</p>
+</dd>
+<dt><code>\delta</code>
+<a name="index-_005cdelta"></a>
+</dt>
+<dd><p>&#x03B4; Greek lowercase delta (ordinary).
+</p>
+</dd>
+<dt><code>\Diamond</code>
+<a name="index-_005cDiamond"></a>
+</dt>
+<dd><p>&#x25C7; Large diamond operator (ordinary). Not available in plain TeX. In LaTeX you need to load the <samp>amssymb</samp> package.
+</p>
+</dd>
+<dt><code>\diamond</code>
+<a name="index-_005cdiamond"></a>
+</dt>
+<dd><p>&#x22C4; Diamond operator (binary). Similar: large
+diamond&nbsp;<code>\Diamond</code>, circle bullet&nbsp;<code>\bullet</code>.
+</p>
+</dd>
+<dt><code>\diamondsuit</code>
+<a name="index-_005cdiamondsuit"></a>
+</dt>
+<dd><p>&#x2662; Diamond card suit (ordinary).
+</p>
+</dd>
+<dt><code>\div</code>
+<a name="index-_005cdiv"></a>
+</dt>
+<dd><p>&#x00F7; Division sign (binary).
+</p>
+</dd>
+<dt><code>\doteq</code>
+<a name="index-_005cdoteq"></a>
+</dt>
+<dd><p>&#x2250; Approaches the limit (relation). Similar: geometrically equal
+to&nbsp;<code>\Doteq</code>.
+</p>
+</dd>
+<dt><code>\downarrow</code>
+<a name="index-_005cdownarrow"></a>
+</dt>
+<dd><p>&#x2193; Down arrow, converges (relation). Similar:
+<code>\Downarrow</code> double line down arrow.
+</p>
+</dd>
+<dt><code>\Downarrow</code>
+<a name="index-_005cDownarrow"></a>
+</dt>
+<dd><p>&#x21D3; Double line down arrow (relation). Similar:
+<code>\downarrow</code> single line down arrow.
+</p>
+</dd>
+<dt><code>\ell</code>
+<a name="index-_005cell"></a>
+</dt>
+<dd><p>&#x2113; Lowercase cursive letter l (ordinary).
+</p>
+</dd>
+<dt><code>\emptyset</code>
+<a name="index-_005cemptyset"></a>
+</dt>
+<dd><p>&#x2205; Empty set symbol (ordinary). The variant form is
+<code>\varnothing</code>.
+</p>
+</dd>
+<dt><code>\epsilon</code>
+<a name="index-_005cepsilon"></a>
+</dt>
+<dd><p>&#x03F5; Lowercase lunate epsilon (ordinary). Similar to
+Greek text letter. More widely used in mathematics is the script small
+letter epsilon <code>\varepsilon</code>&nbsp;&#x03B5;. Related:
+the set membership relation <code>\in</code>&nbsp;&#x2208;.
+</p>
+</dd>
+<dt><code>\equiv</code>
+<a name="index-_005cequiv"></a>
+</dt>
+<dd><p>&#x2261; Equivalence (relation).
+</p>
+</dd>
+<dt><code>\eta</code>
+<a name="index-_005ceta"></a>
+</dt>
+<dd><p>&#x03B7; Lowercase Greek letter (ordinary).
+</p>
+</dd>
+<dt><code>\exists</code>
+<a name="index-_005cexists"></a>
+</dt>
+<dd><p>&#x2203; Existential quantifier (ordinary).
+</p>
+</dd>
+<dt><code>\flat</code>
+<a name="index-_005cflat"></a>
+</dt>
+<dd><p>&#x266D; Musical flat (ordinary).
+</p>
+</dd>
+<dt><code>\forall</code>
+<a name="index-_005cforall"></a>
+</dt>
+<dd><p>&#x2200; Universal quantifier (ordinary).
+</p>
+</dd>
+<dt><code>\frown</code>
+<a name="index-_005cfrown"></a>
+</dt>
+<dd><p>&#x2322; Downward curving arc (ordinary).
+</p>
+</dd>
+<dt><code>\Gamma</code>
+<a name="index-_005cGamma"></a>
+</dt>
+<dd><p>&#x0393; uppercase Greek letter (ordinary).
+</p>
+</dd>
+<dt><code>\gamma</code>
+<a name="index-_005cgamma"></a>
+</dt>
+<dd><p>&#x03B3; Lowercase Greek letter (ordinary).
+</p>
+</dd>
+<dt><code>\ge</code>
+<a name="index-_005cge"></a>
+</dt>
+<dd><p>&#x2265; Greater than or equal to (relation). This is a synonym
+for&nbsp;<code>\geq</code>.
+</p>
+</dd>
+<dt><code>\geq</code>
+<a name="index-_005cgeq"></a>
+</dt>
+<dd><p>&#x2265; Greater than or equal to (relation). This is a synonym
+for&nbsp;<code>\ge</code>.
+</p>
+</dd>
+<dt><code>\gets</code>
+<a name="index-_005cgets"></a>
+</dt>
+<dd><p>&#x2190; Is assigned the value (relation).
+Synonym:&nbsp;<code>\leftarrow</code>.
+</p>
+</dd>
+<dt><code>\gg</code>
+<a name="index-_005cgg"></a>
+</dt>
+<dd><p>&#x226B; Much greater than (relation). Similar: much less
+than&nbsp;<code>\ll</code>.
+</p>
+</dd>
+<dt><code>\hbar</code>
+<a name="index-_005chbar"></a>
+</dt>
+<dd><p>&#x210F; Planck constant over two pi (ordinary).
+</p>
+</dd>
+<dt><code>\heartsuit</code>
+<a name="index-_005cheartsuit"></a>
+</dt>
+<dd><p>&#x2661; Heart card suit (ordinary).
+</p>
+</dd>
+<dt><code>\hookleftarrow</code>
+<a name="index-_005chookleftarrow"></a>
+</dt>
+<dd><p>&#x21A9; Hooked left arrow (relation).
+</p>
+</dd>
+<dt><code>\hookrightarrow</code>
+<a name="index-_005chookrightarrow"></a>
+</dt>
+<dd><p>&#x21AA; Hooked right arrow (relation).
+</p>
+</dd>
+<dt><code>\iff</code>
+<a name="index-_005ciff"></a>
+</dt>
+<dd><p>&#x27F7; If and only if (relation). It is <code>\Longleftrightarrow</code>
+with a <code>\thickmuskip</code> on either side.
+</p>
+</dd>
+<dt><code>\Im</code>
+<a name="index-_005cIm"></a>
+</dt>
+<dd><p>&#x2111; Imaginary part (ordinary). See: real part&nbsp;<code>\Re</code>.
+</p>
+</dd>
+<dt><code>\imath</code>
+<a name="index-_005cimath"></a>
+</dt>
+<dd><a name="index-dotless-i_002c-math"></a>
+<p>Dotless i; used when you are putting an accent on an i (see <a href="Math-accents.html#Math-accents">Math accents</a>).
+</p>
+</dd>
+<dt><code>\in</code>
+<a name="index-_005cin"></a>
+</dt>
+<dd><p>&#x2208; Set element (relation). See also: lowercase lunate
+epsilon&nbsp;<code>\epsilon</code>&#x03F5; and small letter script
+epsilon&nbsp;<code>\varepsilon</code>.
+</p>
+</dd>
+<dt><code>\infty</code>
+<a name="index-_005cinfty"></a>
+</dt>
+<dd><p>&#x221E; Infinity (ordinary).
+</p>
+</dd>
+<dt><code>\int</code>
+<a name="index-_005cint"></a>
+</dt>
+<dd><p>&#x222B; Integral (operator).
+</p>
+</dd>
+<dt><code>\iota</code>
+<a name="index-_005ciota"></a>
+</dt>
+<dd><p>&#x03B9; Lowercase Greek letter (ordinary).
+</p>
+</dd>
+<dt><code>\Join</code>
+<a name="index-_005cJoin"></a>
+</dt>
+<dd><p>&#x2A1D; Condensed bowtie symbol (relation). Not available in Plain
+TeX.
+</p>
+</dd>
+<dt><code>\jmath</code>
+<a name="index-_005cjmath"></a>
+</dt>
+<dd><a name="index-dotless-j_002c-math"></a>
+<p>Dotless j; used when you are putting an accent on a j (see <a href="Math-accents.html#Math-accents">Math accents</a>).
+</p>
+</dd>
+<dt><code>\kappa</code>
+<a name="index-_005ckappa"></a>
+</dt>
+<dd><p>&#x03BA; Lowercase Greek letter (ordinary).
+</p>
+</dd>
+<dt><code>\Lambda</code>
+<a name="index-_005cLambda"></a>
+</dt>
+<dd><p>&#x039B; uppercase Greek letter (ordinary).
+</p>
+</dd>
+<dt><code>\lambda</code>
+<a name="index-_005clambda"></a>
+</dt>
+<dd><p>&#x03BB; Lowercase Greek letter (ordinary).
+</p>
+</dd>
+<dt><code>\land</code>
+<a name="index-_005cland"></a>
+</dt>
+<dd><p>&#x2227; Logical and (binary). This is a synonym for <code>\wedge</code>.
+See also logical or&nbsp;<code>\lor</code>.
+</p>
+</dd>
+<dt><code>\langle</code>
+<a name="index-_005clangle"></a>
+</dt>
+<dd><p>&#x27E8; Left angle, or sequence, bracket (opening). Similar:
+less-than&nbsp;<code>&lt;</code>. Matches&nbsp;<code>\rangle</code>.
+</p>
+</dd>
+<dt><code>\lbrace</code>
+<a name="index-_005clbrace"></a>
+</dt>
+<dd><p>&#x007B; Left curly brace
+(opening). Synonym:&nbsp;<code>\{</code>. Matches&nbsp;<code>\rbrace</code>.
+</p>
+</dd>
+<dt><code>\lbrack</code>
+<a name="index-_005clbrack"></a>
+</dt>
+<dd><p>&#x005B; Left square bracket (opening).
+Synonym:&nbsp;<code>[</code>. Matches&nbsp;<code>\rbrack</code>.
+</p>
+</dd>
+<dt><code>\lceil</code>
+<a name="index-_005clceil"></a>
+</dt>
+<dd><p>&#x2308; Left ceiling bracket, like a square bracket but with the bottom
+shaved off (opening). Matches&nbsp;<code>\rceil</code>.
+</p>
+</dd>
+<dt><code>\le</code>
+<a name="index-_005cle"></a>
+</dt>
+<dd><p>&#x2264; Less than or equal to (relation). This is a synonym
+for&nbsp;<code>\leq</code>.
+</p>
+</dd>
+<dt><code>\leadsto</code>
+<a name="index-_005cleadsto"></a>
+</dt>
+<dd><p>&#x21DD; Squiggly right arrow (relation).
+To get this symbol outside of math mode you can put
+<code>\newcommand*{\Leadsto}{\ensuremath{\leadsto}}</code> in the
+preamble and then use <code>\Leadsto</code> instead.
+</p>
+</dd>
+<dt><code>\Leftarrow</code>
+<a name="index-_005cLeftarrow"></a>
+</dt>
+<dd><p>&#x21D0; Is implied by, double-line left arrow (relation). Similar:
+single-line left arrow&nbsp;<code>\leftarrow</code>.
+</p>
+</dd>
+<dt><code>\leftarrow</code>
+<a name="index-_005cleftarrow"></a>
+</dt>
+<dd><p>&#x2190; Single-line left arrow (relation).
+Synonym:&nbsp;<code>\gets</code>. Similar: double-line left
+arrow&nbsp;<code>\Leftarrow</code>.
+</p>
+</dd>
+<dt><code>\leftharpoondown</code>
+<a name="index-_005cleftharpoondown"></a>
+</dt>
+<dd><p>&#x21BD; Single-line left harpoon, barb under bar (relation).
+</p>
+</dd>
+<dt><code>\leftharpoonup</code>
+<a name="index-_005cleftharpoonup"></a>
+</dt>
+<dd><p>&#x21BC; Single-line left harpoon, barb over bar (relation).
+</p>
+</dd>
+<dt><code>\Leftrightarrow</code>
+<a name="index-_005cLeftrightarrow"></a>
+</dt>
+<dd><p>&#x21D4; Bi-implication; double-line double-headed arrow (relation).
+Similar: single-line double headed arrow&nbsp;<code>\leftrightarrow</code>.
+</p>
+</dd>
+<dt><code>\leftrightarrow</code>
+<a name="index-_005cleftrightarrow"></a>
+</dt>
+<dd><p>&#x2194; Single-line double-headed arrow (relation). Similar:
+double-line double headed arrow&nbsp;<code>\Leftrightarrow</code>.
+</p>
+</dd>
+<dt><code>\leq</code>
+<a name="index-_005cleq"></a>
+</dt>
+<dd><p>&#x2264; Less than or equal to (relation). This is a synonym
+for&nbsp;<code>\le</code>.
+</p>
+</dd>
+<dt><code>\lfloor</code>
+<a name="index-_005clfloor"></a>
+</dt>
+<dd><p>&#x230A; Left floor bracket (opening). Matches:&nbsp;<code>\floor</code>.
+</p>
+</dd>
+<dt><code>\lhd</code>
+<a name="index-_005clhd"></a>
+</dt>
+<dd><p>&#x25C1; Arrowhead, that is, triangle, pointing left (binary).
+For the normal subgroup symbol you should load
+<samp>amssymb</samp> and use&nbsp;<code>\vartriangleleft</code> (which is a relation
+and so gives better spacing).
+</p>
+</dd>
+<dt><code>\ll</code>
+<a name="index-_005cll"></a>
+</dt>
+<dd><p>&#x226A; Much less than (relation). Similar: much greater
+than&nbsp;<code>\gg</code>.
+</p>
+</dd>
+<dt><code>\lnot</code>
+<a name="index-_005clnot"></a>
+</dt>
+<dd><p>&#x00AC; Logical negation (ordinary). Synonym:&nbsp;<code>\neg</code>.
+</p>
+</dd>
+<dt><code>\longleftarrow</code>
+<a name="index-_005clongleftarrow"></a>
+</dt>
+<dd><p>&#x27F5; Long single-line left arrow (relation). Similar: long
+double-line left arrow&nbsp;<code>\Longleftarrow</code>.
+</p>
+</dd>
+<dt><code>\longleftrightarrow</code>
+<a name="index-_005clongleftrightarrow"></a>
+</dt>
+<dd><p>&#x27F7; Long single-line double-headed arrow (relation). Similar: long
+double-line double-headed arrow&nbsp;<code>\Longleftrightarrow</code>.
+</p>
+</dd>
+<dt><code>\longmapsto</code>
+<a name="index-_005clongmapsto"></a>
+</dt>
+<dd><p>&#x27FC; Long single-line left arrow starting with vertical bar
+(relation). Similar: shorter version&nbsp;<code>\mapsto</code>.
+</p>
+</dd>
+<dt><code>\longrightarrow</code>
+<a name="index-_005clongrightarrow"></a>
+</dt>
+<dd><p>&#x27F6; Long single-line right arrow (relation). Similar: long
+double-line right arrow&nbsp;<code>\Longrightarrow</code>.
+</p>
+</dd>
+<dt><code>\lor</code>
+<a name="index-_005clor"></a>
+</dt>
+<dd><p>&#x2228; Logical or (binary). Synonym: wedge&nbsp;<code>\wedge</code>.
+</p>
+</dd>
+<dt><code>\mapsto</code>
+<a name="index-_005cmapsto"></a>
+</dt>
+<dd><p>&#x21A6; Single-line left arrow starting with vertical bar
+(relation).
+Similar: longer version&nbsp;<code>\longmapsto</code>.
+</p>
+</dd>
+<dt><code>\mho</code>
+<a name="index-_005cmho"></a>
+</dt>
+<dd><p>&#x2127; Conductance, half-circle rotated capital omega (ordinary).
+</p>
+</dd>
+<dt><code>\mid</code>
+<a name="index-_005cmid"></a>
+</dt>
+<dd><p>&#x2223; Single-line vertical bar (relation). A typical use of
+<code>\mid</code> is for a set <code>\{\, x \mid x\geq 5 \,\}</code>.
+</p>
+<p>Similar: <code>\vert</code> and&nbsp;<code>|</code> produce the same single-line
+vertical bar symbol but without any spacing (they fall in class
+ordinary) and you should not use them as relations but instead only as
+ordinals, i.e., footnote symbols. For absolute value, see the entry
+for&nbsp;<code>\vert</code> and for norm see the entry for&nbsp;<code>\Vert</code>.
+</p>
+</dd>
+<dt><code>\models</code>
+<a name="index-_005cmodels"></a>
+</dt>
+<dd><p>&#x22A8; Entails, or satisfies; double turnstile, short double dash
+(relation). Similar: long double dash&nbsp;<code>\vDash</code>.
+</p>
+</dd>
+<dt><code>\mp</code>
+<a name="index-_005cmp"></a>
+</dt>
+<dd><p>&#x2213; Minus or plus (relation).
+</p>
+</dd>
+<dt><code>\mu</code>
+<a name="index-_005cmu"></a>
+</dt>
+<dd><p>&#x03BC; Lowercase Greek letter (ordinary).
+</p>
+</dd>
+<dt><code>\nabla</code>
+<a name="index-_005cnabla"></a>
+</dt>
+<dd><p>&#x2207; Hamilton&rsquo;s del, or differential, operator (ordinary).
+</p>
+</dd>
+<dt><code>\natural</code>
+<a name="index-_005cnatural"></a>
+</dt>
+<dd><p>&#x266E; Musical natural notation (ordinary).
+</p>
+</dd>
+<dt><code>\ne</code>
+<a name="index-_005cne"></a>
+</dt>
+<dd><p>&#x2260; Not equal (relation). Synonym:&nbsp;<code>\neq</code>.
+</p>
+</dd>
+<dt><code>\nearrow</code>
+<a name="index-_005cnearrow"></a>
+</dt>
+<dd><p>&#x2197; North-east arrow (relation).
+</p>
+</dd>
+<dt><code>\neg</code>
+<a name="index-_005cneg"></a>
+</dt>
+<dd><p>&#x00AC; Logical negation (ordinary).
+Synonym:&nbsp;<code>\lnot</code>. Sometimes instead used for
+negation:&nbsp;<code>\sim</code>.
+</p>
+</dd>
+<dt><code>\neq</code>
+<a name="index-_005cneq"></a>
+</dt>
+<dd><p>&#x2260; Not equal (relation). Synonym:&nbsp;<code>\ne</code>.
+</p>
+</dd>
+<dt><code>\ni</code>
+<a name="index-_005cni"></a>
+</dt>
+<dd><p>&#x220B; Reflected membership epsilon; has the member
+(relation). Synonym:&nbsp;<code>\owns</code>. Similar: is a member
+of&nbsp;<code>\in</code>.
+</p>
+</dd>
+<dt><code>\not</code>
+<a name="index-_005cnot"></a>
+</dt>
+<dd><p>&#x0020;&nbsp;&nbsp;&nbsp;&nbsp;Long solidus, or slash, used to overstrike a
+following operator (relation).
+</p>
+<p>Many negated operators are available that don&rsquo;t require <code>\not</code>,
+particularly with the <samp>amssymb</samp> package. For example, <code>\notin</code>
+is typographically preferable to <code>\not\in</code>.
+</p>
+</dd>
+<dt><code>\notin</code>
+<a name="index-_005cnotin"></a>
+</dt>
+<dd><p>&#x2209; Not an element of (relation). Similar: not subset
+of&nbsp;<code>\nsubseteq</code>.
+</p>
+</dd>
+<dt><code>\nu</code>
+<a name="index-_005cnu"></a>
+</dt>
+<dd><p>&#x03BD; Lowercase Greek letter (ordinary).
+</p>
+</dd>
+<dt><code>\nwarrow</code>
+<a name="index-_005cnwarrow"></a>
+</dt>
+<dd><p>&#x2196; North-west arrow (relation).
+</p>
+</dd>
+<dt><code>\odot</code>
+<a name="index-_005codot"></a>
+</dt>
+<dd><p>&#x2299; Dot inside a circle (binary). Similar: variable-sized
+operator&nbsp;<code>\bigodot</code>.
+</p>
+</dd>
+<dt><code>\oint</code>
+<a name="index-_005coint"></a>
+</dt>
+<dd><p>&#x222E; Contour integral, integral with circle in the middle
+(operator).
+</p>
+</dd>
+<dt><code>\Omega</code>
+<a name="index-_005cOmega"></a>
+</dt>
+<dd><p>&#x03A9; uppercase Greek letter (ordinary).
+</p>
+</dd>
+<dt><code>\omega</code>
+<a name="index-_005comega"></a>
+</dt>
+<dd><p>&#x03C9; Lowercase Greek letter (ordinary).
+</p>
+</dd>
+<dt><code>\ominus</code>
+<a name="index-_005cominus"></a>
+</dt>
+<dd><p>&#x2296; Minus sign, or dash, inside a circle (binary).
+</p>
+</dd>
+<dt><code>\oplus</code>
+<a name="index-_005coplus"></a>
+</dt>
+<dd><p>&#x2295; Plus sign inside a circle (binary). Similar: variable-sized
+operator&nbsp;<code>\bigoplus</code>.
+</p>
+</dd>
+<dt><code>\oslash</code>
+<a name="index-_005coslash"></a>
+</dt>
+<dd><p>&#x2298; Solidus, or slash, inside a circle (binary).
+</p>
+</dd>
+<dt><code>\otimes</code>
+<a name="index-_005cotimes"></a>
+</dt>
+<dd><p>&#x2297; Times sign, or cross, inside a circle (binary). Similar:
+variable-sized operator&nbsp;<code>\bigotimes</code>.
+</p>
+</dd>
+<dt><code>\owns</code>
+<a name="index-_005cowns"></a>
+</dt>
+<dd><p>&#x220B; Reflected membership epsilon; has the member
+(relation). Synonym:&nbsp;<code>\ni</code>. Similar: is a member
+of&nbsp;<code>\in</code>.
+</p>
+</dd>
+<dt><code>\parallel</code>
+<a name="index-_005cparallel"></a>
+</dt>
+<dd><p>&#x2225; Parallel (relation). Synonym:&nbsp;<code>\|</code>.
+</p>
+</dd>
+<dt><code>\partial</code>
+<a name="index-_005cpartial"></a>
+</dt>
+<dd><p>&#x2202; Partial differential (ordinary).
+</p>
+</dd>
+<dt><code>\perp</code>
+<a name="index-_005cperp"></a>
+</dt>
+<dd><p>&#x27C2; Perpendicular (relation). Similar:&nbsp;<code>\bot</code> uses the
+same glyph but the spacing is different because it is in the class
+ordinary.
+</p>
+</dd>
+<dt><code>\Phi</code>
+<a name="index-_005cPhi"></a>
+</dt>
+<dd><p>&#x03A6; Uppercase Greek letter (ordinary).
+</p>
+</dd>
+<dt><code>\phi</code>
+<a name="index-_005cphi"></a>
+</dt>
+<dd><p>&#x03D5; Lowercase Greek letter (ordinary). The variant form is
+<code>\varphi</code>&nbsp;&#x03C6;.
+</p>
+</dd>
+<dt><code>\Pi</code>
+<a name="index-_005cPi"></a>
+</dt>
+<dd><p>&#x03A0; uppercase Greek letter (ordinary).
+</p>
+</dd>
+<dt><code>\pi</code>
+<a name="index-_005cpi"></a>
+</dt>
+<dd><p>&#x03C0; Lowercase Greek letter (ordinary). The variant form is
+<code>\varpi</code>&nbsp;&#x03D6;.
+</p>
+</dd>
+<dt><code>\pm</code>
+<a name="index-_005cpm"></a>
+</dt>
+<dd><p>&#x00B1; Plus or minus (binary).
+</p>
+</dd>
+<dt><code>\prec</code>
+<a name="index-_005cprec"></a>
+</dt>
+<dd><p>&#x227A; Precedes (relation). Similar: less than&nbsp;<code>&lt;</code>.
+</p>
+</dd>
+<dt><code>\preceq</code>
+<a name="index-_005cpreceq"></a>
+</dt>
+<dd><p>&#x2AAF; Precedes or equals (relation). Similar: less than or
+equals&nbsp;<code>\leq</code>.
+</p>
+</dd>
+<dt><code>\prime</code>
+<a name="index-_005cprime"></a>
+</dt>
+<dd><p>&#x2032; Prime, or minute in a time expression (ordinary).
+Typically used as a superscript: <code>$f^\prime$</code>; <code>$f^\prime$</code>
+and <code>$f'$</code> produce the same result. An advantage of the second
+is that <code>$f'''$</code> produces the desired symbol, that is, the same
+result as <code>$f^{\prime\prime\prime}$</code>, but uses rather less
+typing. You can only use <code>\prime</code> in math mode. Using the right
+single quote&nbsp;<code>'</code> in text mode produces a different character
+(apostrophe).
+</p>
+</dd>
+<dt><code>\prod</code>
+<a name="index-_005cprod"></a>
+</dt>
+<dd><p>&#x220F; Product (operator).
+</p>
+</dd>
+<dt><code>\propto</code>
+<a name="index-_005cpropto"></a>
+</dt>
+<dd><p>&#x221D; Is proportional to (relation)
+</p>
+</dd>
+<dt><code>\Psi</code>
+<a name="index-_005cPsi"></a>
+</dt>
+<dd><p>&#x03A8; uppercase Greek letter (ordinary).
+</p>
+</dd>
+<dt><code>\psi</code>
+<a name="index-_005cpsi"></a>
+</dt>
+<dd><p>&#x03C8; Lowercase Greek letter (ordinary).
+</p>
+</dd>
+<dt><code>\rangle</code>
+<a name="index-_005crangle"></a>
+</dt>
+<dd><p>&#x27E9; Right angle, or sequence, bracket (closing).
+Similar: greater than&nbsp;<code>&gt;</code>. Matches:<code>\langle</code>.
+</p>
+</dd>
+<dt><code>\rbrace</code>
+<a name="index-_005crbrace"></a>
+</dt>
+<dd><p>&#x007D; Right curly brace
+(closing). Synonym:&nbsp;<code>\}</code>. Matches&nbsp;<code>\lbrace</code>.
+</p>
+</dd>
+<dt><code>\rbrack</code>
+<a name="index-_005crbrack"></a>
+</dt>
+<dd><p>&#x005D; Right square bracket
+(closing). Synonym:&nbsp;<code>]</code>. Matches&nbsp;<code>\lbrack</code>.
+</p>
+</dd>
+<dt><code>\rceil</code>
+<a name="index-_005crceil"></a>
+</dt>
+<dd><p>&#x2309; Right ceiling bracket (closing). Matches&nbsp;<code>\lceil</code>.
+</p>
+</dd>
+<dt><code>\Re</code>
+<a name="index-_005cRe"></a>
+</dt>
+<dd><p>&#x211C; Real part, real numbers, cursive capital R (ordinary). Related:
+double-line, or blackboard bold, R&nbsp;<code>\mathbb{R}</code>; to access
+this, load the <samp>amsfonts</samp> package.
+</p>
+</dd>
+<dt><code>\restriction</code>
+<a name="index-_005crestriction"></a>
+</dt>
+<dd><p>&#x21BE; Restriction of a function (relation). Synonym:
+<code>\upharpoonright</code>. Not available in plain TeX. In LaTeX you need to load the <samp>amssymb</samp> package.
+</p>
+</dd>
+<dt><code>\revemptyset</code>
+<a name="index-_005crevemptyset"></a>
+</dt>
+<dd><p>&#x29B0; Reversed empty set symbol (ordinary). Related:
+<code>\varnothing</code>. Not available in plain TeX. In LaTeX you need to load the <samp>stix</samp> package.
+</p>
+</dd>
+<dt><code>\rfloor</code>
+<a name="index-_005crfloor"></a>
+</dt>
+<dd><p>&#x230B; Right floor bracket, a right square bracket with the top cut
+off (closing). Matches&nbsp;<code>\lfloor</code>.
+</p>
+</dd>
+<dt><code>\rhd</code>
+<a name="index-_005crhd"></a>
+</dt>
+<dd><p>&#x25C1; Arrowhead, that is, triangle, pointing right (binary).
+For the normal subgroup symbol you should instead
+load <samp>amssymb</samp> and use&nbsp;<code>\vartriangleright</code> (which is a
+relation and so gives better spacing).
+</p>
+</dd>
+<dt><code>\rho</code>
+<a name="index-_005crho"></a>
+</dt>
+<dd><p>&#x03C1; Lowercase Greek letter (ordinary). The variant form is
+<code>\varrho</code>&nbsp;&#x03F1;.
+</p>
+</dd>
+<dt><code>\Rightarrow</code>
+<a name="index-_005cRightarrow"></a>
+</dt>
+<dd><p>&#x21D2; Implies, right-pointing double line arrow
+(relation). Similar: right single-line arrow&nbsp;<code>\rightarrow</code>.
+</p>
+</dd>
+<dt><code>\rightarrow</code>
+<a name="index-_005crightarrow"></a>
+</dt>
+<dd><p>&#x2192; Right-pointing single line arrow (relation).
+Synonym:&nbsp;<code>\to</code>. Similar: right double line
+arrow&nbsp;<code>\Rightarrow</code>.
+</p>
+</dd>
+<dt><code>\rightharpoondown</code>
+<a name="index-_005crightharpoondown"></a>
+</dt>
+<dd><p>&#x21C1; Right-pointing harpoon with barb below
+the line (relation).
+</p>
+</dd>
+<dt><code>\rightharpoonup</code>
+<a name="index-_005crightharpoonup"></a>
+</dt>
+<dd><p>&#x21C0; Right-pointing harpoon with barb above the
+line (relation).
+</p>
+</dd>
+<dt><code>\rightleftharpoons</code>
+<a name="index-_005crightleftharpoons"></a>
+</dt>
+<dd><p>&#x21CC; Right harpoon up above left harpoon down
+(relation).
+</p>
+</dd>
+<dt><code>\searrow</code>
+<a name="index-_005csearrow"></a>
+</dt>
+<dd><p>&#x2198; Arrow pointing southeast (relation).
+</p>
+</dd>
+<dt><code>\setminus</code>
+<a name="index-_005csetminus"></a>
+</dt>
+<dd><p>&#x29F5; Set difference, reverse solidus or reverse slash,
+like \ (binary). Similar: backslash&nbsp;<code>\backslash</code> and also
+<code>\textbackslash</code> outside of math mode.
+</p>
+</dd>
+<dt><code>\sharp</code>
+<a name="index-_005csharp"></a>
+</dt>
+<dd><p>&#x266F; Musical sharp (ordinary).
+</p>
+</dd>
+<dt><code>\Sigma</code>
+<a name="index-_005cSigma"></a>
+</dt>
+<dd><p>&#x03A3; uppercase Greek letter (ordinary).
+</p>
+</dd>
+<dt><code>\sigma</code>
+<a name="index-_005csigma"></a>
+</dt>
+<dd><p>&#x03C3; Lowercase Greek letter (ordinary). The variant form is
+<code>\varsigma</code>&nbsp;&#x03C2;.
+</p>
+</dd>
+<dt><code>\sim</code>
+<a name="index-_005csim"></a>
+</dt>
+<dd><p>&#x223C; Similar, in a relation (relation).
+</p>
+</dd>
+<dt><code>\simeq</code>
+<a name="index-_005csimeq"></a>
+</dt>
+<dd><p>&#x2243; Similar or equal to, in a relation (relation).
+</p>
+</dd>
+<dt><code>\smallint</code>
+<a name="index-_005csmallint"></a>
+</dt>
+<dd><p>&#x222B; Integral sign that does not change to a larger size in a
+display (operator).
+</p>
+</dd>
+<dt><code>\smile</code>
+<a name="index-_005csmile"></a>
+</dt>
+<dd><p>&#x2323; Upward curving arc, smile (ordinary).
+</p>
+</dd>
+<dt><code>\spadesuit</code>
+<a name="index-_005cspadesuit"></a>
+</dt>
+<dd><p>&#x2660; Spade card suit (ordinary).
+</p>
+</dd>
+<dt><code>\sqcap</code>
+<a name="index-_005csqcap"></a>
+</dt>
+<dd><p>&#x2293; Square intersection symbol (binary). Similar:
+intersection&nbsp;<code>cap</code>.
+</p>
+</dd>
+<dt><code>\sqcup</code>
+<a name="index-_005csqcup"></a>
+</dt>
+<dd><p>&#x2294; Square union symbol (binary). Similar:
+union&nbsp;<code>cup</code>. Related: variable-sized
+operator&nbsp;<code>\bigsqcup</code>.
+</p>
+</dd>
+<dt><code>\sqsubset</code>
+<a name="index-_005csqsubset"></a>
+</dt>
+<dd><p>&#x228F; Square subset symbol (relation). Similar:
+subset&nbsp;<code>\subset</code>. Not available in plain TeX. In LaTeX you need to load the <samp>amssymb</samp> package.
+</p>
+</dd>
+<dt><code>\sqsubseteq</code>
+<a name="index-_005csqsubseteq"></a>
+</dt>
+<dd><p>&#x2291; Square subset or equal symbol (binary). Similar: subset or
+equal to&nbsp;<code>\subseteq</code>.
+</p>
+</dd>
+<dt><code>\sqsupset</code>
+<a name="index-_005csqsupset"></a>
+</dt>
+<dd><p>&#x2290; Square superset symbol (relation). Similar:
+superset&nbsp;<code>\supset</code>. Not available in plain TeX. In LaTeX you need to load the <samp>amssymb</samp> package.
+</p>
+</dd>
+<dt><code>\sqsupseteq</code>
+<a name="index-_005csqsupseteq"></a>
+</dt>
+<dd><p>&#x2292; Square superset or equal symbol (binary).
+Similar: superset or equal&nbsp;<code>\supseteq</code>.
+</p>
+</dd>
+<dt><code>\star</code>
+<a name="index-_005cstar"></a>
+</dt>
+<dd><p>&#x22C6; Five-pointed star, sometimes used as a general binary
+operation but sometimes reserved for cross-correlation (binary).
+Similar: the synonyms asterisk&nbsp;<code>*</code> and <code>\ast</code>, which
+are six-pointed, and more often appear as a superscript or subscript,
+as with the Kleene star.
+</p>
+</dd>
+<dt><code>\subset</code>
+<a name="index-_005csubset"></a>
+</dt>
+<dd><p>&#x2282; Subset (occasionally, is implied by) (relation).
+</p>
+</dd>
+<dt><code>\subseteq</code>
+<a name="index-_005csubseteq"></a>
+</dt>
+<dd><p>&#x2286; Subset or equal to (relation).
+</p>
+</dd>
+<dt><code>\succ</code>
+<a name="index-_005csucc"></a>
+</dt>
+<dd><p>&#x227B; Comes after, succeeds (relation). Similar: is less
+than&nbsp;<code>&gt;</code>.
+</p>
+</dd>
+<dt><code>\succeq</code>
+<a name="index-_005csucceq"></a>
+</dt>
+<dd><p>&#x2AB0; Succeeds or is equal to (relation). Similar: less
+than or equal to&nbsp;<code>\leq</code>.
+</p>
+</dd>
+<dt><code>\sum</code>
+<a name="index-_005csum"></a>
+</dt>
+<dd><p>&#x2211; Summation (operator). Similar: Greek capital
+sigma&nbsp;<code>\Sigma</code>.
+</p>
+</dd>
+<dt><code>\supset</code>
+<a name="index-_005csupset"></a>
+</dt>
+<dd><p>&#x2283; Superset (relation).
+</p>
+</dd>
+<dt><code>\supseteq</code>
+<a name="index-_005csupseteq"></a>
+</dt>
+<dd><p>&#x2287; Superset or equal to (relation).
+</p>
+</dd>
+<dt><code>\surd</code>
+<a name="index-_005csurd"></a>
+</dt>
+<dd><p>&#x221A; Radical symbol (ordinary). The LaTeX command
+<code>\sqrt{...}</code> typesets the square root of the argument, with a bar
+that extends to cover the argument.
+</p>
+</dd>
+<dt><code>\swarrow</code>
+<a name="index-_005cswarrow"></a>
+</dt>
+<dd><p>&#x2199; Southwest-pointing arrow (relation).
+</p>
+</dd>
+<dt><code>\tau</code>
+<a name="index-_005ctau"></a>
+</dt>
+<dd><p>&#x03C4; Lowercase Greek letter (ordinary).
+</p>
+</dd>
+<dt><code>\theta</code>
+<a name="index-_005ctheta"></a>
+</dt>
+<dd><p>&#x03B8; Lowercase Greek letter (ordinary). The variant form is
+<code>\vartheta</code>&nbsp;&#x03D1;.
+</p>
+</dd>
+<dt><code>\times</code>
+<a name="index-_005ctimes"></a>
+</dt>
+<dd><p>&#x00D7; Primary school multiplication sign (binary). See
+also&nbsp;<code>\cdot</code>.
+</p>
+</dd>
+<dt><code>\to</code>
+<a name="index-_005cto"></a>
+</dt>
+<dd><p>&#x2192; Right-pointing single line arrow (relation).
+Synonym:&nbsp;<code>\rightarrow</code>.
+</p>
+</dd>
+<dt><code>\top</code>
+<a name="index-_005ctop"></a>
+</dt>
+<dd><p>&#x22A4; Top, greatest element of a partially ordered set
+(ordinary). See also&nbsp;<code>\bot</code>.
+</p>
+</dd>
+<dt><code>\triangle</code>
+<a name="index-_005ctriangle"></a>
+</dt>
+<dd><p>&#x25B3; Triangle (ordinary).
+</p>
+</dd>
+<dt><code>\triangleleft</code>
+<a name="index-_005ctriangleleft"></a>
+</dt>
+<dd><p>&#x25C1; Not-filled triangle pointing left
+(binary). Similar:&nbsp;<code>\lhd</code>. For the normal subgroup symbol you
+should load <samp>amssymb</samp> and use&nbsp;<code>\vartriangleleft</code> (which
+is a relation and so gives better spacing).
+</p>
+</dd>
+<dt><code>\triangleright</code>
+<a name="index-_005ctriangleright"></a>
+</dt>
+<dd><p>&#x25B7; Not-filled triangle pointing right
+(binary). For the normal subgroup symbol you should instead load
+<samp>amssymb</samp> and use&nbsp;<code>\vartriangleright</code> (which is a
+relation and so gives better spacing).
+</p>
+</dd>
+<dt><code>\unlhd</code>
+<a name="index-_005cunlhd"></a>
+</dt>
+<dd><p>&#x22B4; Left-pointing not-filled underlined arrowhead, that is,
+triangle, with a line under (binary). For the
+normal subgroup symbol load <samp>amssymb</samp> and
+use&nbsp;<code>\vartrianglelefteq</code> (which is a relation and so gives
+better spacing).
+</p>
+</dd>
+<dt><code>\unrhd</code>
+<a name="index-_005cunrhd"></a>
+</dt>
+<dd><p>&#x22B5; Right-pointing not-filled underlined arrowhead, that is,
+triangle, with a line under (binary). For the
+normal subgroup symbol load <samp>amssymb</samp> and
+use&nbsp;<code>\vartrianglerighteq</code> (which is a relation and so gives
+better spacing).
+</p>
+</dd>
+<dt><code>\Uparrow</code>
+<a name="index-_005cUparrow"></a>
+</dt>
+<dd><p>&#x21D1; Double-line upward-pointing arrow
+(relation). Similar: single-line up-pointing
+arrow&nbsp;<code>\uparrow</code>.
+</p>
+</dd>
+<dt><code>\uparrow</code>
+<a name="index-_005cuparrow"></a>
+</dt>
+<dd><p>&#x2191; Single-line upward-pointing arrow, diverges
+(relation). Similar: double-line up-pointing
+arrow&nbsp;<code>\Uparrow</code>.
+</p>
+</dd>
+<dt><code>\Updownarrow</code>
+<a name="index-_005cUpdownarrow"></a>
+</dt>
+<dd><p>&#x21D5; Double-line upward-and-downward-pointing arrow
+(relation). Similar: single-line upward-and-downward-pointing
+arrow&nbsp;<code>\updownarrow</code>.
+</p>
+</dd>
+<dt><code>\updownarrow</code>
+<a name="index-_005cupdownarrow"></a>
+</dt>
+<dd><p>&#x2195; Single-line upward-and-downward-pointing arrow
+(relation). Similar: double-line upward-and-downward-pointing
+arrow&nbsp;<code>\Updownarrow</code>.
+</p>
+</dd>
+<dt><code>\upharpoonright</code>
+<a name="index-_005cupharpoonright"></a>
+</dt>
+<dd><p>&#x21BE; Up harpoon, with barb on right side
+(relation). Synonym:&nbsp;<code>\restriction</code>.
+Not available in plain TeX. In LaTeX you need to load the <samp>amssymb</samp> package.
+</p>
+</dd>
+<dt><code>\uplus</code>
+<a name="index-_005cuplus"></a>
+</dt>
+<dd><p>&#x228E; Multiset union, a union symbol with a plus symbol in
+the middle (binary). Similar: union&nbsp;<code>\cup</code>. Related:
+variable-sized operator&nbsp;<code>\biguplus</code>.
+</p>
+</dd>
+<dt><code>\Upsilon</code>
+<a name="index-_005cUpsilon"></a>
+</dt>
+<dd><p>&#x03A5; uppercase Greek letter (ordinary).
+</p>
+</dd>
+<dt><code>\upsilon</code>
+<a name="index-_005cupsilon"></a>
+</dt>
+<dd><p>&#x03C5; Lowercase Greek letter (ordinary).
+</p>
+</dd>
+<dt><code>\varepsilon</code>
+<a name="index-_005cvarepsilon"></a>
+</dt>
+<dd><p>&#x03B5; Small letter script epsilon (ordinary). This is
+more widely used in mathematics than the non-variant lunate epsilon form
+<code>\epsilon</code>&nbsp;&#x03F5;. Related: set
+membership&nbsp;<code>\in</code>.
+</p>
+</dd>
+<dt><code>\vanothing</code>
+<a name="index-_005cvanothing"></a>
+</dt>
+<dd><p>&#x2205; Empty set symbol. Similar: <code>\emptyset</code>. Related:
+<code>\revemptyset</code>. Not available in plain TeX. In LaTeX you need to load the <samp>amssymb</samp> package.
+</p>
+</dd>
+<dt><code>\varphi</code>
+<a name="index-_005cvarphi"></a>
+</dt>
+<dd><p>&#x03C6; Variant on the lowercase Greek letter (ordinary).
+The non-variant form is <code>\phi</code>&nbsp;&#x03D5;.
+</p>
+</dd>
+<dt><code>\varpi</code>
+<a name="index-_005cvarpi"></a>
+</dt>
+<dd><p>&#x03D6; Variant on the lowercase Greek letter (ordinary).
+The non-variant form is <code>\pi</code>&nbsp;&#x03C0;.
+</p>
+</dd>
+<dt><code>\varrho</code>
+<a name="index-_005cvarrho"></a>
+</dt>
+<dd><p>&#x03F1; Variant on the lowercase Greek letter (ordinary).
+The non-variant form is <code>\rho</code>&nbsp;&#x03C1;.
+</p>
+</dd>
+<dt><code>\varsigma</code>
+<a name="index-_005cvarsigma"></a>
+</dt>
+<dd><p>&#x03C2; Variant on the lowercase Greek letter
+(ordinary). The non-variant form is
+<code>\sigma</code>&nbsp;&#x03C3;.
+</p>
+</dd>
+<dt><code>\vartheta</code>
+<a name="index-_005cvartheta"></a>
+</dt>
+<dd><p>&#x03D1; Variant on the lowercase Greek letter
+(ordinary). The non-variant form is
+<code>\theta</code>&nbsp;&#x03B8;.
+</p>
+</dd>
+<dt><code>\vdash</code>
+<a name="index-_005cvdash"></a>
+</dt>
+<dd><p>&#x22A2; Provable; turnstile, vertical and a dash
+(relation). Similar: turnstile rotated a
+half-circle&nbsp;<code>\dashv</code>.
+</p>
+</dd>
+<dt><code>\vee</code>
+<a name="index-_005cvee"></a>
+</dt>
+<dd><p>&#x2228; Logical or; a downwards v shape (binary). Related:
+logical and&nbsp;<code>\wedge</code>. Similar: variable-sized
+operator&nbsp;<code>\bigvee</code>.
+</p>
+</dd>
+<dt><code>\Vert</code>
+<a name="index-_005cVert"></a>
+</dt>
+<dd><p>&#x2016; Vertical double bar (ordinary). Similar: vertical single
+bar&nbsp;<code>\vert</code>.
+</p>
+<p>For a norm symbol, you can use the <samp>mathtools</samp> package and put in
+your preamble
+<code>\DeclarePairedDelimiter\norm{\lVert}{\rVert}</code>. This creates
+three command variants for double-line vertical bars that are correctly
+horizontally spaced: if in the document body you write the starred
+version <code>$\norm*{M^\perp}$</code> then the height of the vertical bars
+will match the height of the argument, whereas with
+<code>\norm{M^\perp}</code> the bars do not grow with the height of the
+argument but instead are the default height, and <code>\norm[<var>size
+command</var>]{M^\perp}</code> also gives bars that do not grow but are set to
+the size given in the <var>size command</var>, e.g., <code>\Bigg</code>.
+</p>
+</dd>
+<dt><code>\vert</code>
+<a name="index-_005cvert"></a>
+</dt>
+<dd><p>&#x007C; Single line vertical bar (ordinary). Similar: double-line
+vertical bar&nbsp;<code>\Vert</code>. For such that, as in the definition of a
+set, use&nbsp;<code>\mid</code> because it is a relation.
+</p>
+<p>For absolute value you can use the <samp>mathtools</samp> package and in your
+preamble put
+<code>\DeclarePairedDelimiter\abs{\lvert}{\rvert}</code>. This creates
+three command variants for single-line vertical bars that are correctly
+horizontally spaced: if in the document body you write the starred
+version <code>$\abs*{\frac{22}{7}}$</code> then the height of the
+vertical bars will match the height of the argument, whereas with
+<code>\abs{\frac{22}{7}}</code> the bars do not grow with the height of
+the argument but instead are the default height, and
+<code>\abs[<var>size command</var>]{\frac{22}{7}}</code> also gives bars that
+do not grow but are set to the size given in the <var>size command</var>,
+e.g., <code>\Bigg</code>.
+</p>
+</dd>
+<dt><code>\wedge</code>
+<a name="index-_005cwedge"></a>
+</dt>
+<dd><p>&#x2227; Logical and (binary). Synonym:&nbsp;<code>\land</code>. See also
+logical or <code>\vee</code>. Similar: variable-sized
+operator&nbsp;<code>\bigwedge</code>.
+</p>
+</dd>
+<dt><code>\wp</code>
+<a name="index-_005cwp"></a>
+</dt>
+<dd><p>&#x2118; Weierstrass p (ordinary).
+</p>
+</dd>
+<dt><code>\wr</code>
+<a name="index-_005cwr"></a>
+</dt>
+<dd><p>&#x2240; Wreath product (binary).
+</p>
+</dd>
+<dt><code>\Xi</code>
+<a name="index-_005cXi"></a>
+</dt>
+<dd><p>&#x039E; uppercase Greek letter (ordinary).
+</p>
+</dd>
+<dt><code>\xi</code>
+<a name="index-_005cxi"></a>
+</dt>
+<dd><p>&#x03BE; Lowercase Greek letter (ordinary).
+</p>
+</dd>
+<dt><code>\zeta</code>
+<a name="index-_005czeta"></a>
+</dt>
+<dd><p>&#x03B6; Lowercase Greek letter (ordinary).
+</p>
+</dd>
+</dl>
+
+<p>The following symbols are most often used in plain text but LaTeX
+provides versions to use in mathematical text.
+</p>
+<dl compact="compact">
+<dt><code>\mathdollar</code>
+<a name="index-_005cmathdollar"></a>
+</dt>
+<dd><p>Dollar sign in math mode: $.
+</p>
+</dd>
+<dt><code>\mathparagraph</code>
+<a name="index-_005cmathparagraph"></a>
+</dt>
+<dd><p>Paragraph sign (pilcrow) in math mode, &#x00B6;.
+</p>
+</dd>
+<dt><code>\mathsection</code>
+<a name="index-_005cmathsection"></a>
+</dt>
+<dd><p>Section sign in math mode &#x00A7;.
+</p>
+</dd>
+<dt><code>\mathsterling</code>
+<a name="index-_005cmathsterling"></a>
+</dt>
+<dd><p>Sterling sign in math mode: &pound;.
+</p>
+</dd>
+<dt><code>\mathunderscore</code>
+<a name="index-_005cmathunderscore"></a>
+</dt>
+<dd><p>Underscore in math mode: _.
+</p>
+</dd>
+</dl>
+
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="Arrows.html#Arrows" accesskey="1">Arrows</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">List of arrows.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cboldmath-_0026-_005cunboldmath.html#g_t_005cboldmath-_0026-_005cunboldmath" accesskey="2">\boldmath &amp; \unboldmath</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Symbols in boldface.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="Blackboard-bold.html#Blackboard-bold" accesskey="3">Blackboard bold</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Doublestruck characters.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="Calligraphic.html#Calligraphic" accesskey="4">Calligraphic</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Cursive characters.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="Delimiters.html#Delimiters" accesskey="5">Delimiters</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Parentheses, braces, etc.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="Dots.html#Dots" accesskey="6">Dots</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Ellipses, etc.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="Greek-letters.html#Greek-letters" accesskey="7">Greek letters</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">List of Greek letters.
+</td></tr>
+</table>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Modes.html b/src/data/help/unofficial-latex2e-reference-manual/Modes.html
new file mode 100644
index 00000000..d10e993e
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Modes.html
@@ -0,0 +1,194 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Modes (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Modes (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Modes (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="index.html#Top" rel="up" title="Top">
+<link href="_005censuremath.html#g_t_005censuremath" rel="next" title="\ensuremath">
+<link href="_005cstackrel.html#g_t_005cstackrel" rel="prev" title="\stackrel">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Modes"></a>
+<div class="header">
+<p>
+Next: <a href="Page-styles.html#Page-styles" accesskey="n" rel="next">Page styles</a>, Previous: <a href="Math-formulas.html#Math-formulas" accesskey="p" rel="prev">Math formulas</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Modes-1"></a>
+<h2 class="chapter">17 Modes</h2>
+
+<a name="index-modes"></a>
+
+<p>As LaTeX processes your document, at any point it is in one of six
+modes. They fall into three categories of two each, the horizontal
+modes, the math modes, and the vertical modes. Some commands only work
+in one mode or another (in particular, many commands only work in one of
+the math modes), and error messages will refer to these.
+</p>
+<ul>
+<li> <a name="modes-paragraph-mode"></a><a name="index-paragraph-mode"></a>
+<em>Paragraph mode</em> is what LaTeX is in when processing ordinary
+text. It breaks the input text into lines and breaks the lines into
+pages. This is the mode LaTeX is in most of the time.
+
+<a name="index-left_002dto_002dright-mode"></a>
+<a name="index-LR-mode"></a>
+<a name="modes-lr-mode"></a><p><em>LR mode</em> (for left-to-right mode; in plain TeX this is called
+<em>restricted horizontal mode</em>) is in effect when LaTeX starts
+making a box with an <code>\mbox</code> command. As in paragraph mode,
+LaTeX&rsquo;s output is a string of words with spaces between them. Unlike
+in paragraph mode, in LR mode LaTeX never starts a new line, it just
+keeps going from left to right. (Although LaTeX will not complain
+that the LR box is too long, when it is finished and next tries to put
+that box into a line, it could very well complain that the finished LR
+box won&rsquo;t fit there.)
+</p>
+</li><li> <a name="index-math-mode"></a>
+<a name="modes-math-mode"></a><em>Math mode</em> is when LaTeX is generating
+an inline mathematical formula.
+
+<a name="index-display-math-mode"></a>
+<p><em>Display math mode</em> is when LaTeX is generating a displayed
+mathematical formula. (Displayed formulas differ somewhat from inline
+ones. One example is that the placement of the subscript on <code>\int</code>
+differs in the two situations.)
+</p>
+</li><li> <a name="index-vertical-mode"></a>
+<a name="modes-vertical-mode"></a><em>Vertical mode</em> is when LaTeX is building the list of lines and
+other material making the output page. This is the mode LaTeX is in
+when it starts a document.
+
+<a name="index-internal-vertical-mode"></a>
+<a name="modes-internal-vertical-mode"></a><p><em>Internal vertical mode</em> is in effect when LaTeX starts making a
+<code>\vbox</code>. This is the vertical analogue of LR mode.
+</p>
+</li></ul>
+
+<p>For instance, if you begin a LaTeX article with &lsquo;<samp>Let \( x \) be
+...</samp>&rsquo; then these are the modes: first LaTeX starts every document in
+vertical mode, then it reads the &lsquo;<samp>L</samp>&rsquo; and switches to paragraph
+mode, then the next switch happens at the &lsquo;<samp>\(</samp>&rsquo; where LaTeX
+changes to math mode, and then when it leaves the formula it pops
+back to paragraph mode.
+</p>
+<a name="index-inner-paragraph-mode"></a>
+<a name="index-outer-paragraph-mode"></a>
+<a name="modes-inner-paragraph-mode"></a><a name="modes-outer-paragraph-mode"></a><p>Paragraph mode has two subcases. If you use a <code>\parbox</code> command
+or a <code>minipage</code> then LaTeX is put into paragraph mode. But it
+will not put a page break here. Inside one of these boxes, called a
+<em>parbox</em>, LaTeX is in <em>inner paragraph mode</em>. Its more usual
+situation, where it can put page breaks, is <em>outer paragraph mode</em>
+(see <a href="Page-breaking.html#Page-breaking">Page breaking</a>).
+</p>
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="_005censuremath.html#g_t_005censuremath" accesskey="1">\ensuremath</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Ensure that math mode is active.
+</td></tr>
+</table>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Non_002dEnglish-characters.html b/src/data/help/unofficial-latex2e-reference-manual/Non_002dEnglish-characters.html
new file mode 100644
index 00000000..c02a10dd
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Non_002dEnglish-characters.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Non-English characters (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Non-English characters (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Non-English characters (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Additional-Latin-letters.html#Non_002dEnglish-characters">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Additional-Latin-letters.html#Non_002dEnglish-characters">Non-English characters</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Output-files.html b/src/data/help/unofficial-latex2e-reference-manual/Output-files.html
new file mode 100644
index 00000000..3c756aed
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Output-files.html
@@ -0,0 +1,205 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Output files (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Output files (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Output files (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Overview.html#Overview" rel="up" title="Overview">
+<link href="TeX-engines.html#TeX-engines" rel="next" title="TeX engines">
+<link href="Starting-and-ending.html#Starting-and-ending" rel="prev" title="Starting and ending">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Output-files"></a>
+<div class="header">
+<p>
+Next: <a href="TeX-engines.html#TeX-engines" accesskey="n" rel="next">TeX engines</a>, Previous: <a href="Starting-and-ending.html#Starting-and-ending" accesskey="p" rel="prev">Starting and ending</a>, Up: <a href="Overview.html#Overview" accesskey="u" rel="up">Overview</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Output-files-1"></a>
+<h3 class="section">2.2 Output files</h3>
+
+<p>LaTeX produces a main output file and at least two auxiliary files.
+The main output file&rsquo;s name ends in either <samp>.dvi</samp> or <samp>.pdf</samp>.
+</p>
+<dl compact="compact">
+<dt><code>.dvi</code></dt>
+<dd><a name="index-_002edvi-file"></a>
+<a name="index-latex-command"></a>
+<a name="index-xdvi-command"></a>
+<a name="index-dvips-command"></a>
+<a name="index-dvipdfmx-command"></a>
+<a name="index-dvitype-command"></a>
+<a name="output-files-dvi"></a><p>If LaTeX is invoked with the system command <code>latex</code> then it
+produces a DeVice Independent file, with extension <samp>.dvi</samp>. You
+can view this file with a command such as <code>xdvi</code>, or convert
+it to a PostScript <code>.ps</code> file with <code>dvips</code> or to a
+Portable Document Format <code>.pdf</code> file with <code>dvipdfmx</code>.
+The contents of the file can be dumped in human-readable form with
+<code>dvitype</code>. A vast array of other DVI utility programs are
+available (<a href="http://mirror.ctan.org/dviware">http://mirror.ctan.org/dviware</a>).
+</p>
+</dd>
+<dt><code>.pdf</code></dt>
+<dd><a name="index-_002epdf-file"></a>
+<a name="index-pdfTeX"></a>
+<a name="index-pdflatex-command"></a>
+<a name="output-files-pdf"></a><p>If LaTeX is invoked via the system command <code>pdflatex</code>,
+among other commands (see <a href="TeX-engines.html#TeX-engines">TeX engines</a>), then the main output is
+a Portable Document Format (PDF) file. Typically this is a
+self-contained file, with all fonts and images included.
+</p>
+</dd>
+</dl>
+
+<p>LaTeX also produces at least two additional files.
+</p>
+<dl compact="compact">
+<dt><code>.log</code></dt>
+<dd><a name="index-transcript-file"></a>
+<a name="index-log-file"></a>
+<a name="index-_002elog-file"></a>
+<a name="output-files-log"></a><p>This transcript file contains summary information such as a list of
+loaded packages. It also includes diagnostic messages and perhaps
+additional information for any errors.
+</p>
+</dd>
+<dt><code>.aux</code></dt>
+<dd><a name="index-auxiliary-file"></a>
+<a name="index-_002eaux-file"></a>
+<a name="index-cross-references_002c-resolving"></a>
+<a name="index-forward-references_002c-resolving"></a>
+<a name="index-references_002c-resolving-forward"></a>
+<a name="output-files-aux"></a><p>Auxiliary information is used by LaTeX for things such as
+cross references. For example, the first time that LaTeX finds a
+forward reference&mdash;a cross reference to something that has not yet
+appeared in the source&mdash;it will appear in the output as a doubled
+question mark <code>??</code>. When the referred-to spot does eventually
+appear in the source then LaTeX writes its location information to
+this <code>.aux</code> file. On the next invocation, LaTeX reads the
+location information from this file and uses it to resolve the
+reference, replacing the double question mark with the remembered
+location.
+</p>
+</dd>
+</dl>
+
+<a name="index-_002elof-file"></a>
+<a name="index-list-of-figures-file"></a>
+<a name="index-_002elot-file"></a>
+<a name="index-list-of-tables-file"></a>
+<a name="index-_002etoc-file"></a>
+<a name="index-table-of-contents-file"></a>
+<a name="index-contents-file"></a>
+<p>LaTeX may produce yet more files, characterized by the filename
+ending. These include a <code>.lof</code> file that is used to make a list of
+figures, a <code>.lot</code> file used to make a list of tables, and a
+<code>.toc</code> file used to make a table of contents (see <a href="Table-of-contents-etc_002e.html#Table-of-contents-etc_002e">Table of contents etc.</a>). A particular class may create others; the list is
+open-ended.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Over_002d-and-Underlining.html b/src/data/help/unofficial-latex2e-reference-manual/Over_002d-and-Underlining.html
new file mode 100644
index 00000000..46681b06
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Over_002d-and-Underlining.html
@@ -0,0 +1,194 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Over- and Underlining (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Over- and Underlining (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Over- and Underlining (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Math-formulas.html#Math-formulas" rel="up" title="Math formulas">
+<link href="Spacing-in-math-mode.html#Spacing-in-math-mode" rel="next" title="Spacing in math mode">
+<link href="Math-accents.html#Math-accents" rel="prev" title="Math accents">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Over_002d-and-Underlining"></a>
+<div class="header">
+<p>
+Next: <a href="Spacing-in-math-mode.html#Spacing-in-math-mode" accesskey="n" rel="next">Spacing in math mode</a>, Previous: <a href="Math-accents.html#Math-accents" accesskey="p" rel="prev">Math accents</a>, Up: <a href="Math-formulas.html#Math-formulas" accesskey="u" rel="up">Math formulas</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Over_002d-and-Underlining-1"></a>
+<h3 class="section">16.5 Over- and Underlining</h3>
+
+<a name="index-overlining"></a>
+<a name="index-underlining"></a>
+
+<p>LaTeX provides commands for making overlines or underlines, or
+putting braces over or under some material.
+</p>
+<dl compact="compact">
+<dt><code>\underline{<var>text</var>}</code>
+<a name="index-_005cunderline_007btext_007d"></a>
+</dt>
+<dd><p>Underline <var>text</var>. Works inside math mode, and outside.
+The line is always completely below the text, taking account of
+descenders, so in <code>\(\underline{y}\)</code> the line is lower than in
+<code>\(\underline{x}\)</code>. This command is fragile (see <a href="_005cprotect.html#g_t_005cprotect">\protect</a>).
+</p>
+<a name="index-package_002c-ulem"></a>
+<a name="index-ulem-package"></a>
+
+<p>Note that the package <samp>ulem</samp> does text mode underlining and allows
+line breaking as well as a number of other features. See the
+documentation on CTAN. See also&nbsp;<a href="_005chrulefill-_0026-_005cdotfill.html#g_t_005chrulefill-_0026-_005cdotfill">\hrulefill &amp; \dotfill</a> for
+producing a line, for such things as a signature.
+</p>
+</dd>
+<dt><code>\overline{<var>text</var>}</code>
+<a name="index-_005coverline_007btext_007d"></a>
+</dt>
+<dd><p>Put a horizontal line over <var>text</var>. Works inside math mode, and
+outside. For example, <code>\overline{x+y}</code>.
+Note that this differs from the command <code>\bar</code> (see <a href="Math-accents.html#Math-accents">Math accents</a>).
+</p>
+</dd>
+<dt><code>\underbrace{<var>math</var>}</code>
+<a name="index-_005cunderbrace_007bmath_007d"></a>
+</dt>
+<dd><p>Put a brace under <var>math</var>. For example, this
+<code>(1-\underbrace{1/2)+(1/2}-1/3)</code> emphasizes the telescoping part.
+Attach text to the brace by using subscript, <code>_</code>, or superscript,
+<code>^</code>, as here.
+</p>
+<div class="example">
+<pre class="example">\begin{displaymath}
+ 1+1/2+\underbrace{1/3+1/4}_{&gt;1/2}+
+ \underbrace{1/5+1/6+1/7+1/8}_{&gt;1/2}+\cdots
+\end{displaymath}
+</pre></div>
+
+<p>The superscript appears on top of the expression, and so can look
+unconnected to the underbrace.
+</p>
+</dd>
+<dt><code>\overbrace{<var>math</var>}</code>
+<a name="index-_005coverbrace_007bmath_007d"></a>
+</dt>
+<dd><p>Put a brace over <var>math</var>, as with
+<code>\overbrace{x+x+\cdots+x}^{\mbox{\(k\) times}}</code>. See also
+<code>\underbrace</code>.
+</p>
+</dd>
+</dl>
+
+<a name="index-package_002c-mathtools-3"></a>
+<a name="index-mathtools-package-3"></a>
+
+<p>The package <samp>mathtools</samp> adds an over- and underbrace, as well as
+some improvements on the braces. See the documentation on CTAN.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Overview.html b/src/data/help/unofficial-latex2e-reference-manual/Overview.html
new file mode 100644
index 00000000..311e1794
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Overview.html
@@ -0,0 +1,173 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Overview (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Overview (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Overview (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="index.html#Top" rel="up" title="Top">
+<link href="Starting-and-ending.html#Starting-and-ending" rel="next" title="Starting and ending">
+<link href="About-this-document.html#About-this-document" rel="prev" title="About this document">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Overview"></a>
+<div class="header">
+<p>
+Next: <a href="Document-classes.html#Document-classes" accesskey="n" rel="next">Document classes</a>, Previous: <a href="About-this-document.html#About-this-document" accesskey="p" rel="prev">About this document</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Overview-of-LaTeX"></a>
+<h2 class="chapter">2 Overview of LaTeX</h2>
+
+<a name="index-overview-of-LaTeX"></a>
+<a name="index-basics-of-LaTeX"></a>
+<a name="index-Knuth_002c-Donald-E_002e"></a>
+<a name="index-Lamport_002c-Leslie"></a>
+<a name="index-LaTeX-overview"></a>
+
+<p>LaTeX is a system for typesetting documents. It was originally
+created by Leslie Lamport and is now maintained by a group of volunteers
+(<a href="http://latex-project.org">http://latex-project.org</a>). It is widely used, particularly for
+complex and technical documents, such as those involving mathematics.
+</p>
+<a name="index-macro-package_002c-LaTeX-as"></a>
+<p>A LaTeX user writes an input file containing text along with
+interspersed commands, for instance commands describing how the text
+should be formatted. It is implemented as a set of related commands
+that interface with Donald&nbsp;E. Knuth&rsquo;s TeX typesetting program
+(the technical term is that LaTeX is a <em>macro package</em> for the
+TeX engine). The user produces the output document by giving that
+input file to the TeX engine.
+</p>
+<p>The term LaTeX is also sometimes used to mean the language in which
+the document is marked up, that is, to mean the set of commands
+available to a LaTeX user.
+</p>
+<a name="index-Lamport-TeX"></a>
+<a name="index-pronunciation"></a>
+<p>The name LaTeX is short for &ldquo;Lamport TeX&rdquo;. It is pronounced
+LAH-teck or LAY-teck, or sometimes LAY-tecks. Inside a document,
+produce the logo with <code>\LaTeX</code>. Where use of the logo is not
+sensible, such as in plain text, write it as &lsquo;<samp>LaTeX</samp>&rsquo;.
+</p>
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="Starting-and-ending.html#Starting-and-ending" accesskey="1">Starting and ending</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">The standard beginning and end of a document.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="Output-files.html#Output-files" accesskey="2">Output files</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Files produced.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="TeX-engines.html#TeX-engines" accesskey="3">TeX engines</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Programs that can compile TeX and LaTeX.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="LaTeX-command-syntax.html#LaTeX-command-syntax" accesskey="4">LaTeX command syntax</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">General syntax of LaTeX commands.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="Environment.html#Environment" accesskey="5">Environment</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Area of the source giving distinct behavior.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="CTAN.html#CTAN" accesskey="6">CTAN</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Our repository.
+</td></tr>
+</table>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Page-breaking.html b/src/data/help/unofficial-latex2e-reference-manual/Page-breaking.html
new file mode 100644
index 00000000..7533e017
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Page-breaking.html
@@ -0,0 +1,170 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Page breaking (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Page breaking (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Page breaking (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="index.html#Top" rel="up" title="Top">
+<link href="_005cclearpage-_0026-_005ccleardoublepage.html#g_t_005cclearpage-_0026-_005ccleardoublepage" rel="next" title="\clearpage &amp; \cleardoublepage">
+<link href="_005clinebreak-_0026-_005cnolinebreak.html#g_t_005clinebreak-_0026-_005cnolinebreak" rel="prev" title="\linebreak &amp; \nolinebreak">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Page-breaking"></a>
+<div class="header">
+<p>
+Next: <a href="Footnotes.html#Footnotes" accesskey="n" rel="next">Footnotes</a>, Previous: <a href="Line-breaking.html#Line-breaking" accesskey="p" rel="prev">Line breaking</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Page-breaking-1"></a>
+<h2 class="chapter">10 Page breaking</h2>
+
+<a name="index-page-breaking"></a>
+<a name="index-breaking-pages"></a>
+
+<p>Ordinarily LaTeX automatically takes care of breaking output into
+pages with its usual aplomb. But if you are writing commands, or
+tweaking the final version of a document, then you may need to
+understand how to influence its actions.
+</p>
+<p>LaTeX&rsquo;s algorithm for splitting a document into pages is more complex
+than just waiting until there is enough material to fill a page and
+outputting the result. Instead, LaTeX typesets more material than
+would fit on the page and then chooses a break that is optimal in some
+way (it has the smallest badness). An example of the advantage of this
+approach is that if the page has some vertical space that can be
+stretched or shrunk, such as with rubber lengths between paragraphs,
+then LaTeX can use that to avoid widow lines (where a new page starts
+with the last line of a paragraph; LaTeX can squeeze the extra line
+onto the first page) and orphans (where the first line of paragraph is
+at the end of a page; LaTeX can stretch the material of the first
+page so the extra line falls on the second page). Another example is
+where LaTeX uses available vertical shrinkage to fit on a page not
+just the header for a new section but also the first two lines of that
+section.
+</p>
+<p>But LaTeX does not optimize over the entire document&rsquo;s set of page
+breaks. So it can happen that the first page break is great but the
+second one is lousy; to break the current page LaTeX doesn&rsquo;t look as
+far ahead as the next page break. So occasionally you may want to
+influence page breaks while preparing a final version of a document.
+</p>
+<p>See <a href="Layout.html#Layout">Layout</a> for more material that is relevant to page breaking.
+</p>
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="_005cclearpage-_0026-_005ccleardoublepage.html#g_t_005cclearpage-_0026-_005ccleardoublepage" accesskey="1">\clearpage &amp; \cleardoublepage</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Start a new page; eject floats.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cnewpage.html#g_t_005cnewpage" accesskey="2">\newpage</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Start a new page.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cenlargethispage.html#g_t_005cenlargethispage" accesskey="3">\enlargethispage</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Enlarge the current page a bit.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cpagebreak-_0026-_005cnopagebreak.html#g_t_005cpagebreak-_0026-_005cnopagebreak" accesskey="4">\pagebreak &amp; \nopagebreak</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Forcing &amp; avoiding page breaks.
+</td></tr>
+</table>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Page-layout-parameters.html b/src/data/help/unofficial-latex2e-reference-manual/Page-layout-parameters.html
new file mode 100644
index 00000000..eed2c0c6
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Page-layout-parameters.html
@@ -0,0 +1,337 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Page layout parameters (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Page layout parameters (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Page layout parameters (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Layout.html#Layout" rel="up" title="Layout">
+<link href="Floats.html#Floats" rel="next" title="Floats">
+<link href="_005craggedbottom.html#g_t_005craggedbottom" rel="prev" title="\raggedbottom">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Page-layout-parameters"></a>
+<div class="header">
+<p>
+Next: <a href="Floats.html#Floats" accesskey="n" rel="next">Floats</a>, Previous: <a href="_005craggedbottom.html#g_t_005craggedbottom" accesskey="p" rel="prev">\raggedbottom</a>, Up: <a href="Layout.html#Layout" accesskey="u" rel="up">Layout</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Page-layout-parameters-1"></a>
+<h3 class="section">5.5 Page layout parameters</h3>
+
+<a name="index-page-layout-parameters"></a>
+<a name="index-parameters_002c-page-layout"></a>
+<a name="index-layout_002c-page-parameters-for"></a>
+<a name="index-header_002c-parameters-for"></a>
+<a name="index-footer_002c-parameters-for"></a>
+<a name="index-running-header-and-footer"></a>
+
+<dl compact="compact">
+<dt><code>\columnsep</code>
+<a name="index-_005ccolumnsep-1"></a>
+</dt>
+<dt><code>\columnseprule</code>
+<a name="index-_005ccolumnseprule-1"></a>
+</dt>
+<dt><code>\columnwidth</code>
+<a name="index-_005ccolumnwidth-1"></a>
+</dt>
+<dd><a name="index-_005ccolumnsep-2"></a>
+<a name="index-_005ccolumnseprule-2"></a>
+<a name="index-_005ccolumnwidth-2"></a>
+<a name="page-layout-parameters-columnsep"></a><a name="page-layout-parameters-columnseprule"></a><a name="page-layout-parameters-columnwidth"></a><p>The distance between the two columns, the width of a rule between the
+columns, and the width of the columns, when the document class option
+<code>twocolumn</code> is in effect (see <a href="Document-class-options.html#Document-class-options">Document class options</a>).
+See <a href="_005ctwocolumn.html#g_t_005ctwocolumn">\twocolumn</a>.
+</p>
+</dd>
+<dt><code>\headheight</code>
+<a name="index-_005cheadheight"></a>
+</dt>
+<dd><a name="index-_005cheadheight-1"></a>
+<a name="page-layout-parameters-headheight"></a><p>Height of the box that contains the running head. The default in the
+<code>article</code>, <code>report</code>, and <code>book</code> classes is &lsquo;<samp>12pt</samp>&rsquo;,
+at all type sizes.
+</p>
+</dd>
+<dt><code>\headsep</code>
+<a name="index-_005cheadsep"></a>
+</dt>
+<dd><a name="index-_005cheadsep-1"></a>
+<a name="page-layout-parameters-headsep"></a><p>Vertical distance between the bottom of the header line and the top of
+the main text. The default in the <code>article</code> and <code>report</code>
+classes is &lsquo;<samp>25pt</samp>&rsquo;. In the <code>book</code> class the default is: if the
+document is set at 10pt then it is &lsquo;<samp>0.25in</samp>&rsquo;, and at 11pt and 12pt
+it is &lsquo;<samp>0.275in</samp>&rsquo;.
+</p>
+</dd>
+<dt><code>\footskip</code>
+<a name="index-_005cfootskip"></a>
+</dt>
+<dd><a name="index-_005cfootskip-1"></a>
+<a name="page-layout-parameters-footskip"></a><p>Distance from the baseline of the last line of text to the baseline of
+the page footer. The default in the <code>article</code> and <code>report</code>
+classes is &lsquo;<samp>30pt</samp>&rsquo;. In the <code>book</code> class the default is: when
+the type size is 10pt the default is &lsquo;<samp>0.35in</samp>&rsquo;, while at 11pt it is
+&lsquo;<samp>0.38in</samp>&rsquo;, and at 12pt it is &lsquo;<samp>30pt</samp>&rsquo;.
+</p>
+</dd>
+<dt><code>\linewidth</code>
+<a name="index-_005clinewidth"></a>
+</dt>
+<dd><a name="index-_005clinewidth-1"></a>
+<a name="page-layout-parameters-linewidth"></a><p>Width of the current line, decreased for each nested <code>list</code>
+(see <a href="list.html#list">list</a>). That is, the nominal value for <code>\linewidth</code> is to
+equal <code>\textwidth</code> but for each nested list the <code>\linewidth</code>
+is decreased by the sum of that list&rsquo;s <code>\leftmargin</code> and
+<code>\rightmargin</code> (see <a href="itemize.html#itemize">itemize</a>).
+</p>
+</dd>
+<dt><code>\marginparpush</code>
+<a name="index-_005cmarginparpush"></a>
+</dt>
+<dt><code>\marginsep</code>
+<a name="index-_005cmarginsep"></a>
+</dt>
+<dt><code>\marginparwidth</code>
+<a name="index-_005cmarginparwidth"></a>
+</dt>
+<dd><a name="index-_005cmarginparpush-1"></a>
+<a name="index-_005cmarginsep-1"></a>
+<a name="index-_005cmarginparwidth-1"></a>
+<a name="page-layout-parameters-marginparpush"></a><a name="page-layout-parameters-marginsep"></a><a name="page-layout-parameters-marginparwidth"></a><p>The minimum vertical space between two marginal notes, the horizontal
+space between the text body and the marginal notes, and the horizontal
+width of the notes.
+</p>
+<p>Normally marginal notes appear on the outside of the page, but the
+declaration <code>\reversemarginpar</code> changes that (and
+<code>\normalmarginpar</code> changes it back).
+</p>
+<p>The defaults for <code>\marginparpush</code> in both <code>book</code> and
+<code>article</code> classes are: &lsquo;<samp>7pt</samp>&rsquo; if the document is set at 12pt,
+and &lsquo;<samp>5pt</samp>&rsquo; if the document is set at 11pt or 10pt.
+</p>
+<p>For <code>\marginsep</code>, in <code>article</code> class the default is
+&lsquo;<samp>10pt</samp>&rsquo; except if the document is set at 10pt and in two-column mode
+where the default is &lsquo;<samp>11pt</samp>&rsquo;.
+</p>
+<p>For <code>\marginsep</code> in <code>book</code> class the default is &lsquo;<samp>10pt</samp>&rsquo; in
+two-column mode and &lsquo;<samp>7pt</samp>&rsquo; in one-column mode.
+</p>
+<p>For <code>\marginparwidth</code> in both <code>book</code> and <code>article</code>
+classes, in two-column mode the default is 60% of <code>\paperwidth
+- \textwidth</code>, while in one-column mode it is 50% of that
+distance.
+</p>
+</dd>
+<dt><code>\oddsidemargin</code>
+<a name="index-_005coddsidemargin-1"></a>
+</dt>
+<dt><code>\evensidemargin</code>
+<a name="index-_005cevensidemargin-1"></a>
+</dt>
+<dd><a name="index-_005coddsidemargin-2"></a>
+<a name="index-_005cevensidemargin-2"></a>
+<a name="page-layout-parameters-oddsidemargin"></a><a name="page-layout-parameters-evensidemargin"></a><p>The <code>\oddsidemargin</code> is the extra distance between the left side of
+the page and the text&rsquo;s left margin, on odd-numbered pages when the
+document class option <code>twoside</code> is chosen and on all pages when
+<code>oneside</code> is in effect. When <code>twoside</code> is in effect, on
+even-numbered pages the extra distance on the left is
+<code>evensidemargin</code>.
+</p>
+<p>LaTeX&rsquo;s default is that <code>\oddsidemargin</code> is 40% of the
+difference between <code>\paperwidth</code> and <code>\textwidth</code>, and
+<code>\evensidemargin</code> is the remainder.
+</p>
+</dd>
+<dt><code>\paperheight</code>
+<a name="index-_005cpaperheight"></a>
+</dt>
+<dd><a name="index-_005cpaperheight-1"></a>
+<a name="page-layout-parameters-paperheight"></a><p>The height of the paper, as distinct from the height of the print area.
+Normally set with a document class option, as in
+<code>\documentclass[a4paper]{article}</code> (see <a href="Document-class-options.html#Document-class-options">Document class options</a>).
+</p>
+</dd>
+<dt><code>\paperwidth</code>
+<a name="index-_005cpaperwidth"></a>
+</dt>
+<dd><a name="index-_005cpaperwidth-1"></a>
+<a name="page-layout-parameters-paperwidth"></a><p>The width of the paper, as distinct from the width of the print area.
+Normally set with a document class option, as in
+<code>\documentclass[a4paper]{article}</code> (see <a href="Document-class-options.html#Document-class-options">Document class options</a>).
+</p>
+</dd>
+<dt><code>\textheight</code>
+<a name="index-_005ctextheight"></a>
+</dt>
+<dd><a name="index-_005ctextheight-1"></a>
+<a name="page-layout-parameters-textheight"></a><p>The normal vertical height of the page body. If the document is set at
+a nominal type size of 10pt then for an <code>article</code> or <code>report</code>
+the default is &lsquo;<samp>43\baselineskip</samp>&rsquo;, while for a <code>book</code> it is
+&lsquo;<samp>41\baselineskip</samp>&rsquo;. At a type size of 11pt the default is
+&lsquo;<samp>38\baselineskip</samp>&rsquo; for all document classes. At 12pt it is
+&lsquo;<samp>36\baselineskip</samp>&rsquo; for all classes.
+</p>
+</dd>
+<dt><code>\textwidth</code>
+<a name="index-_005ctextwidth"></a>
+</dt>
+<dd><a name="index-_005ctextwidth-1"></a>
+<a name="page-layout-parameters-textwidth"></a><p>The full horizontal width of the entire page body. For an
+<code>article</code> or <code>report</code> document, the default is &lsquo;<samp>345pt</samp>&rsquo;
+when the chosen type size is 10pt, the default is &lsquo;<samp>360pt</samp>&rsquo; at 11pt,
+and it is &lsquo;<samp>390pt</samp>&rsquo; at 12pt. For a <code>book</code> document, the default
+is &lsquo;<samp>4.5in</samp>&rsquo; at a type size of 10pt, and &lsquo;<samp>5in</samp>&rsquo; at 11pt or 12pt.
+</p>
+<p>In multi-column output, <code>\textwidth</code> remains the width of the
+entire page body, while <code>\columnwidth</code> is the width of one column
+(see <a href="_005ctwocolumn.html#g_t_005ctwocolumn">\twocolumn</a>).
+</p>
+<p>In lists (see <a href="list.html#list">list</a>), <code>\textwidth</code> remains the width of the
+entire page body (and <code>\columnwidth</code> the width of the entire
+column), while <code>\linewidth</code> may decrease for nested lists.
+</p>
+<p>Inside a minipage (see <a href="minipage.html#minipage">minipage</a>) or <code>\parbox</code>
+(see <a href="_005cparbox.html#g_t_005cparbox">\parbox</a>), all the width-related parameters are set to the
+specified width, and revert to their normal values at the end of the
+<code>minipage</code> or <code>\parbox</code>.
+</p>
+<a name="index-_005chsize"></a>
+<a name="page-layout-parameters-hsize"></a></dd>
+<dt><code>\hsize</code>
+<a name="index-_005chsize-1"></a>
+</dt>
+<dd><p>This entry is included for completeness: <code>\hsize</code> is the TeX
+primitive parameter used when text is broken into lines. It should not
+be used in normal LaTeX documents.
+</p>
+</dd>
+<dt><code>\topmargin</code>
+<a name="index-_005ctopmargin"></a>
+</dt>
+<dd><a name="index-topmargin"></a>
+<a name="page-layout-parameters-topmargin"></a><p>Space between the top of the TeX page (one inch from the top of the
+paper, by default) and the top of the header. The value is computed
+based on many other parameters: <code>\paperheight - 2in -
+\headheight - \headsep - \textheight - \footskip</code>,
+and then divided by two.
+</p>
+</dd>
+<dt><code>\topskip</code>
+<a name="index-_005ctopskip"></a>
+</dt>
+<dd><a name="index-_005ctopskip-1"></a>
+<a name="page-layout-parameters-topskip"></a><p>Minimum distance between the top of the page body and the baseline of
+the first line of text. For the standard classes, the default is the
+same as the font size, e.g., &lsquo;<samp>10pt</samp>&rsquo; at a type size of 10pt.
+</p>
+</dd>
+</dl>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Page-styles.html b/src/data/help/unofficial-latex2e-reference-manual/Page-styles.html
new file mode 100644
index 00000000..66f6fc63
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Page-styles.html
@@ -0,0 +1,153 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Page styles (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Page styles (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Page styles (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="index.html#Top" rel="up" title="Top">
+<link href="_005cmaketitle.html#g_t_005cmaketitle" rel="next" title="\maketitle">
+<link href="_005censuremath.html#g_t_005censuremath" rel="prev" title="\ensuremath">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Page-styles"></a>
+<div class="header">
+<p>
+Next: <a href="Spaces.html#Spaces" accesskey="n" rel="next">Spaces</a>, Previous: <a href="Modes.html#Modes" accesskey="p" rel="prev">Modes</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Page-styles-1"></a>
+<h2 class="chapter">18 Page styles</h2>
+
+<a name="index-styles_002c-page"></a>
+<a name="index-page-styles"></a>
+
+<p>The style of a page determines where LaTeX places the components of
+that page, such as headers and footers, and the text body. This
+includes pages in the main part of the document but also includes
+special pages such as the title page of a book, a page from an index, or
+the first page of an article.
+</p>
+<a name="index-package_002c-fancyhdr"></a>
+<a name="index-fancyhdr-package"></a>
+
+<p>The package <samp>fancyhdr</samp> is very helpful for constructing page
+styles. See its documentation on CTAN.
+</p>
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="_005cmaketitle.html#g_t_005cmaketitle" accesskey="1">\maketitle</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Generate a title page.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cpagenumbering.html#g_t_005cpagenumbering" accesskey="2">\pagenumbering</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Set the style used for page numbers.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cpagestyle.html#g_t_005cpagestyle" accesskey="3">\pagestyle</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Change the headings/footings style.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cthispagestyle.html#g_t_005cthispagestyle" accesskey="4">\thispagestyle</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Change the headings/footings style for this page.
+</td></tr>
+</table>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Recovering-from-errors.html b/src/data/help/unofficial-latex2e-reference-manual/Recovering-from-errors.html
new file mode 100644
index 00000000..88307e1b
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Recovering-from-errors.html
@@ -0,0 +1,171 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Recovering from errors (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Recovering from errors (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Recovering from errors (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Command-line.html#Command-line" rel="up" title="Command line">
+<link href="Document-templates.html#Document-templates" rel="next" title="Document templates">
+<link href="Command-line-input.html#Command-line-input" rel="prev" title="Command line input">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Recovering-from-errors"></a>
+<div class="header">
+<p>
+Previous: <a href="Command-line-input.html#Command-line-input" accesskey="p" rel="prev">Command line input</a>, Up: <a href="Command-line.html#Command-line" accesskey="u" rel="up">Command line</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Recovering-from-errors-1"></a>
+<h3 class="section">28.3 Recovering from errors</h3>
+
+<p>If LaTeX finds an error in your document then it gives you an error
+message and prompts you with a question mark, <code>?</code>. For instance,
+running LaTeX on this file
+</p>
+<div class="example">
+<pre class="example">\newcommand{\NP}{\ensuremath{\textbf{NP}}}
+The \PN{} problem is a million dollar one.
+</pre></div>
+
+<p>causes it show this, and wait for input.
+</p>
+<div class="example">
+<pre class="example">! Undefined control sequence.
+l.5 The \PN
+ {} problem is a million dollar one.
+?
+</pre></div>
+
+<p>The simplest thing is to enter &lsquo;<samp>x</samp>&rsquo; and <code>&lt;return&gt;</code> and fix the
+typo. You could instead enter &lsquo;<samp>?</samp>&rsquo; and <code>&lt;return&gt;</code> to see other
+options.
+</p>
+<a name="index-_002a-prompt"></a>
+<a name="index-prompt_002c-_002a"></a>
+<a name="index-_005cstop"></a>
+<p>There are two other error scenarios. The first is that you forgot to
+include the <code>\end{document}</code> or misspelled it. In this case
+LaTeX gives you a &lsquo;<samp>*</samp>&rsquo; prompt. You can get back to the command
+line by typing <code>\stop</code> and <code>&lt;return&gt;</code>.
+</p>
+<p>The last scenario is that you mistyped the file name. For instance,
+instead of <code>pdflatex test</code> you might type <code>pdflatex tste</code>.
+</p>
+<div class="example">
+<pre class="example">! I can't find file `tste'.
+&lt;*&gt; tste
+
+(Press Enter to retry, or Control-D to exit)
+Please type another input file name:
+</pre></div>
+
+<p>The simplest thing is to enter <code>&lt;Control&gt;</code> and &lsquo;<samp>d</samp>&rsquo; (holding
+them down at the same time), and then retype the correct command line.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Reserved-characters.html b/src/data/help/unofficial-latex2e-reference-manual/Reserved-characters.html
new file mode 100644
index 00000000..9182becd
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Reserved-characters.html
@@ -0,0 +1,171 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Reserved characters (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Reserved characters (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Reserved characters (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Special-insertions.html#Special-insertions" rel="up" title="Special insertions">
+<link href="Upper-and-lower-case.html#Upper-and-lower-case" rel="next" title="Upper and lower case">
+<link href="Special-insertions.html#Special-insertions" rel="prev" title="Special insertions">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Reserved-characters"></a>
+<div class="header">
+<p>
+Next: <a href="Upper-and-lower-case.html#Upper-and-lower-case" accesskey="n" rel="next">Upper and lower case</a>, Up: <a href="Special-insertions.html#Special-insertions" accesskey="u" rel="up">Special insertions</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Reserved-characters-1"></a>
+<h3 class="section">23.1 Reserved characters</h3>
+
+<a name="index-reserved-characters"></a>
+<a name="index-characters_002c-reserved"></a>
+<a name="index-special-characters"></a>
+<a name="index-characters_002c-special"></a>
+<p>LaTeX sets aside the following characters for special purposes. For
+example, the percent sign&nbsp;<code>%</code> is for comments. They are
+called <em>reserved characters</em> or <em>special characters</em>.
+</p>
+<div class="example">
+<pre class="example"># $ % &amp; { } _ ~ ^ \
+</pre></div>
+
+<a name="index-_005c_0023"></a>
+<a name="index-_005c_0024"></a>
+<a name="index-_005c_0025"></a>
+<a name="index-_005c_0026"></a>
+<a name="index-_005c_005f"></a>
+<a name="index-_005c_007b"></a>
+<a name="index-_005c_007d"></a>
+<p>If you want a reserved character to be printed as itself, in the text
+body font, for all but the final three characters in that list simply
+put a backslash&nbsp;<code>\</code> in front of the character. Thus,
+typing <code>\$1.23</code> will produce&nbsp;<code>$1.23</code> in your output.
+</p>
+<a name="index-_005c_007e"></a>
+<a name="index-_005c_005e"></a>
+<a name="index-_005ctextbackslash"></a>
+<p>As to the last three characters, to get a tilde in the text body font
+use <code>\~{}</code> (omitting the curly braces would result in the next
+character receiving a tilde accent). Similarly, to get a get a text
+body font circumflex use <code>\^{}</code>. To get a backslash in the font
+of the text body, enter <code>\textbackslash{}</code>.
+</p>
+<p>To produce the reserved characters in a typewriter font use
+<code>\verb!!</code> as below (the double backslash&nbsp;<code>\\</code> is only
+there to split the lines).
+</p>
+<div class="example">
+<pre class="example">\begin{center}
+ \# \$ \% \&amp; \{ \} \_ \~{} \^{} \textbackslash \\
+ \verb!# $ % &amp; { } _ ~ ^ \!
+\end{center}
+</pre></div>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Sectioning.html b/src/data/help/unofficial-latex2e-reference-manual/Sectioning.html
new file mode 100644
index 00000000..dedce109
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Sectioning.html
@@ -0,0 +1,265 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Sectioning (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Sectioning (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Sectioning (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="index.html#Top" rel="up" title="Top">
+<link href="_005cpart.html#g_t_005cpart" rel="next" title="\part">
+<link href="Floats.html#Floats" rel="prev" title="Floats">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Sectioning"></a>
+<div class="header">
+<p>
+Next: <a href="Cross-references.html#Cross-references" accesskey="n" rel="next">Cross references</a>, Previous: <a href="Layout.html#Layout" accesskey="p" rel="prev">Layout</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Sectioning-1"></a>
+<h2 class="chapter">6 Sectioning</h2>
+
+<a name="index-sectioning-commands"></a>
+<a name="index-part"></a>
+<a name="index-chapter"></a>
+<a name="index-section"></a>
+<a name="index-subsection"></a>
+<a name="index-paragraph"></a>
+<a name="index-subparagraph"></a>
+<a name="index-_005cpart"></a>
+<a name="index-_005cchapter"></a>
+<a name="index-_005csection"></a>
+<a name="index-_005csubsection"></a>
+<a name="index-_005cparagraph"></a>
+<a name="index-_005csubparagraph"></a>
+
+<p>Structure your text into divisions: parts, chapters, sections, etc. All
+sectioning commands have the same form, one of:
+</p>
+<div class="example">
+<pre class="example"><var>sectioning-command</var>{<var>title</var>}
+<var>sectioning-command</var>*{<var>title</var>}
+<var>sectioning-command</var>[<var>toc-title</var>]{<var>title</var>}
+</pre></div>
+
+<p>For instance, declare the start of a subsection as with
+<code>\subsection{Motivation}</code>.
+</p>
+<p>The table has each <var>sectioning-command</var> in LaTeX. All are
+available in all of LaTeX&rsquo;s standard document classes <code>book</code>,
+<code>report</code>, and&nbsp;<code>article</code>, except that <code>\chapter</code> is
+not available in <code>article</code>.
+</p>
+<table>
+<thead><tr><th width="25%">Sectioning unit</th><th width="25%">Command</th><th width="40%">Level</th></tr></thead>
+<tr><td width="25%">Part</td><td width="25%"><code>\part</code></td><td width="40%">-1 (<code>book</code>, <code>report</code>), 0 (<code>article</code>)</td></tr>
+<tr><td width="25%">Chapter</td><td width="25%"><code>\chapter</code></td><td width="40%">0</td></tr>
+<tr><td width="25%">Section</td><td width="25%"><code>\section</code></td><td width="40%">1</td></tr>
+<tr><td width="25%">Subsection</td><td width="25%"><code>\subsection</code></td><td width="40%">2</td></tr>
+<tr><td width="25%">Subsubsection</td><td width="25%"><code>\subsubsection</code></td><td width="40%">3</td></tr>
+<tr><td width="25%">Paragraph</td><td width="25%"><code>\paragraph</code></td><td width="40%">4</td></tr>
+<tr><td width="25%">Subparagraph</td><td width="25%"><code>\subparagraph</code></td><td width="40%">5</td></tr>
+</table>
+
+<a name="index-_002a_002dform-of-sectioning-commands"></a>
+<p>All these commands have a <code>*</code>-form that prints <var>title</var> as usual
+but is not numbered and does not make an entry in the table of contents.
+An example of using this is for an appendix in an <code>article</code> . The
+input <code>\appendix\section{Appendix}</code> gives the output &lsquo;<samp>A
+Appendix</samp>&rsquo; (see <a href="_005cappendix.html#g_t_005cappendix">\appendix</a>). You can lose the numbering&nbsp;&lsquo;<samp>A</samp>&rsquo;
+by instead entering <code>\section*{Appendix}</code> (articles often omit a
+table of contents and have simple page headers so the other differences
+from the <code>\section</code> command may not matter).
+</p>
+<p>The section title <var>title</var> provides the heading in the main text, but
+it may also appear in the table of contents and in the running head or
+foot (see <a href="Page-styles.html#Page-styles">Page styles</a>). You may not want the same text in these
+places as in the main text. All of these commands have an optional
+argument <var>toc-title</var> for these other places.
+</p>
+<p>The level number in the table above determines which sectional units are
+numbered, and which appear in the table of contents. If the sectioning
+command&rsquo;s <var>level</var> is less than or equal to the value of the counter
+<code>secnumdepth</code> then the titles for this sectioning command will be
+numbered (see <a href="#Sectioning_002fsecnumdepth">Sectioning/secnumdepth</a>). And, if <var>level</var> is less
+than or equal to the value of the counter <code>tocdepth</code> then the table
+of contents will have an entry for this sectioning unit
+(see <a href="#Sectioning_002ftocdepth">Sectioning/tocdepth</a>).
+</p>
+<p>LaTeX expects that before you have a <code>\subsection</code> you will have
+a <code>\section</code> and, in a book, that before a <code>\section</code> you will
+have a <code>\chapter</code>. Otherwise you can get a something like a
+subsection numbered &lsquo;<samp>3.0.1</samp>&rsquo;.
+</p>
+<a name="index-package_002c-titlesec"></a>
+<a name="index-titlesec-package"></a>
+
+<p>LaTeX lets you change the appearance of the sectional units. As a
+simple example, you can change the section numbering to upper-case
+letters with <code>\renewcommand\thesection{\Alph{section}}</code> in the
+preamble (see <a href="_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol.html#g_t_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol">\alph \Alph \arabic \roman \Roman \fnsymbol</a>). CTAN
+has many package that make this adjustment easier, including
+<samp>titlesec</samp>.
+</p>
+<p>Two counters relate to the appearance of sectioning commands.
+</p>
+<dl compact="compact">
+<dt><code>secnumdepth</code>
+<a name="index-secnumdepth"></a>
+</dt>
+<dd><a name="index-secnumdepth-counter"></a>
+<a name="index-section-numbers_002c-printing"></a>
+<a name="sectioning-secnumdepth"></a><a name="Sectioning_002fsecnumdepth"></a><p>Controls which sectioning commands are
+numbered. Suppress numbering of sectioning at any depth greater than
+<var>level</var> <code>\setcounter{secnumdepth}{<var>level</var>}</code>
+(see <a href="_005csetcounter.html#g_t_005csetcounter">\setcounter</a>). See the above table for the level numbers. For
+instance, if the <code>secnumdepth</code> is 1 in an <code>article</code> then a
+<code>\section{Introduction}</code> command will produce output like &lsquo;<samp>1
+Introduction</samp>&rsquo; while <code>\subsection{Discussion}</code> will produce output
+like &lsquo;<samp>Discussion</samp>&rsquo;, without the number. LaTeX&rsquo;s default
+<code>secnumdepth</code> is&nbsp;3 in <samp>article</samp> class and &nbsp;2 in the
+<samp>book</samp> and <samp>report</samp> classes.
+</p>
+</dd>
+<dt><code>tocdepth</code>
+<a name="index-tocdepth"></a>
+</dt>
+<dd><a name="index-tocdepth-counter"></a>
+<a name="index-table-of-contents_002c-sectioning-numbers-printed"></a>
+<a name="sectioning-tocdepth"></a><a name="Sectioning_002ftocdepth"></a><p>Controls which sectioning units are listed in the table of contents.
+The setting <code>\setcounter{tocdepth}{<var>level</var>}</code> makes the
+sectioning units at <var>level</var> be the smallest ones listed
+(see <a href="_005csetcounter.html#g_t_005csetcounter">\setcounter</a>). See the above table for the level numbers. For
+instance, if <code>tocdepth</code> is&nbsp;1 then the table of contents will
+list sections but not subsections. LaTeX&rsquo;s default
+<code>secnumdepth</code> is&nbsp;3 in <samp>article</samp> class and &nbsp;2 in the
+<samp>book</samp> and <samp>report</samp> classes.
+</p>
+</dd>
+</dl>
+
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="_005cpart.html#g_t_005cpart" accesskey="1">\part</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Start a part.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cchapter.html#g_t_005cchapter" accesskey="2">\chapter</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Start a chapter.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005csection.html#g_t_005csection" accesskey="3">\section</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Start a section.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005csubsection.html#g_t_005csubsection" accesskey="4">\subsection</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Start a subsection.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph.html#g_t_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph" accesskey="5">\subsubsection &amp; \paragraph &amp; \subparagraph</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Lower divisions.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cappendix.html#g_t_005cappendix" accesskey="6">\appendix</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Start appendices.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter.html#g_t_005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter" accesskey="7">\frontmatter &amp; \mainmatter &amp; \backmatter</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">The three parts of a book.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005c_0040startsection.html#g_t_005c_0040startsection" accesskey="8">\@startsection</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Layout of sectional units.
+</td></tr>
+</table>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Sectioning_002fsecnumdepth.html b/src/data/help/unofficial-latex2e-reference-manual/Sectioning_002fsecnumdepth.html
new file mode 100644
index 00000000..46687e23
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Sectioning_002fsecnumdepth.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Sectioning/secnumdepth (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Sectioning/secnumdepth (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Sectioning/secnumdepth (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Sectioning.html#Sectioning_002fsecnumdepth">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Sectioning.html#Sectioning_002fsecnumdepth">Sectioning/secnumdepth</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Sectioning_002ftocdepth.html b/src/data/help/unofficial-latex2e-reference-manual/Sectioning_002ftocdepth.html
new file mode 100644
index 00000000..2da0f13f
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Sectioning_002ftocdepth.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Sectioning/tocdepth (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Sectioning/tocdepth (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Sectioning/tocdepth (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Sectioning.html#Sectioning_002ftocdepth">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Sectioning.html#Sectioning_002ftocdepth">Sectioning/tocdepth</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Spaces.html b/src/data/help/unofficial-latex2e-reference-manual/Spaces.html
new file mode 100644
index 00000000..93c0d029
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Spaces.html
@@ -0,0 +1,174 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Spaces (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Spaces (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Spaces (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="index.html#Top" rel="up" title="Top">
+<link href="_005censpace-_0026-_005cquad-_0026-_005cqquad.html#g_t_005censpace-_0026-_005cquad-_0026-_005cqquad" rel="next" title="\enspace &amp; \quad &amp; \qquad">
+<link href="_005cthispagestyle.html#g_t_005cthispagestyle" rel="prev" title="\thispagestyle">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Spaces"></a>
+<div class="header">
+<p>
+Next: <a href="Boxes.html#Boxes" accesskey="n" rel="next">Boxes</a>, Previous: <a href="Page-styles.html#Page-styles" accesskey="p" rel="prev">Page styles</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Spaces-1"></a>
+<h2 class="chapter">19 Spaces</h2>
+
+<a name="index-spaces"></a>
+<a name="index-white-space"></a>
+
+<p>LaTeX has many ways to produce white (or filled) space. Some of
+these are best suited to mathematical text; see&nbsp;<a href="Spacing-in-math-mode.html#Spacing-in-math-mode">Spacing in math mode</a>. Some spacing commands are suitable for both regular text
+and mathematical text; versions of some of these commands are in this
+chapter.
+</p>
+<table class="menu" border="0" cellspacing="0">
+<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">Horizontal space
+</pre></th></tr><tr><td align="left" valign="top">&bull; <a href="_005censpace-_0026-_005cquad-_0026-_005cqquad.html#g_t_005censpace-_0026-_005cquad-_0026-_005cqquad" accesskey="1">\enspace &amp; \quad &amp; \qquad</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Traditional horizontal spaces.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005chspace.html#g_t_005chspace" accesskey="2">\hspace</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Any horizontal space.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005chfill.html#g_t_005chfill" accesskey="3">\hfill</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Stretchable horizontal space.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005chss.html#g_t_005chss" accesskey="4">\hss</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Infinitely stretchable/shrinkable horizontal space.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cspacefactor.html#g_t_005cspacefactor" accesskey="5">\spacefactor</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Stretchability of following space
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005c_0028SPACE_0029.html#g_t_005c_0028SPACE_0029" accesskey="6">\(SPACE)</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Backslash-space; and explicit space.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_007e.html#g_t_007e" accesskey="7">~</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Tie, an unbreakable space.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cthinspace-_0026-_005cnegthinspace.html#g_t_005cthinspace-_0026-_005cnegthinspace" accesskey="8">\thinspace &amp; \negthinspace</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">One-sixth of an em, and negative one-sixth.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005c_002f.html#g_t_005c_002f" accesskey="9">\/</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Italic correction.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005chrulefill-_0026-_005cdotfill.html#g_t_005chrulefill-_0026-_005cdotfill">\hrulefill &amp; \dotfill</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Stretchable horizontal rule or dots.
+</td></tr>
+<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
+
+Vertical space
+</pre></th></tr><tr><td align="left" valign="top">&bull; <a href="_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip.html#g_t_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip">\bigskip &amp; \medskip &amp; \smallskip</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Inter-paragraph vertical spaces.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cbigbreak-_0026-_005cmedbreak-_0026-_005csmallbreak.html#g_t_005cbigbreak-_0026-_005cmedbreak-_0026-_005csmallbreak">\bigbreak &amp; \medbreak &amp; \smallbreak</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Inter-paragraph space and page breaks.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cstrut.html#g_t_005cstrut">\strut</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Ensure height of a line.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cvspace.html#g_t_005cvspace">\vspace</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Vertical space.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cvfill.html#g_t_005cvfill">\vfill</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Stretchable vertical space.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005caddvspace.html#g_t_005caddvspace">\addvspace</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Add arbitrary vertical space if needed.
+</td></tr>
+</table>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Spacing-in-math-mode.html b/src/data/help/unofficial-latex2e-reference-manual/Spacing-in-math-mode.html
new file mode 100644
index 00000000..2d1b4282
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Spacing-in-math-mode.html
@@ -0,0 +1,218 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Spacing in math mode (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Spacing in math mode (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Spacing in math mode (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Math-formulas.html#Math-formulas" rel="up" title="Math formulas">
+<link href="_005csmash.html#g_t_005csmash" rel="next" title="\smash">
+<link href="Over_002d-and-Underlining.html#Over_002d-and-Underlining" rel="prev" title="Over- and Underlining">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Spacing-in-math-mode"></a>
+<div class="header">
+<p>
+Next: <a href="Math-miscellany.html#Math-miscellany" accesskey="n" rel="next">Math miscellany</a>, Previous: <a href="Over_002d-and-Underlining.html#Over_002d-and-Underlining" accesskey="p" rel="prev">Over- and Underlining</a>, Up: <a href="Math-formulas.html#Math-formulas" accesskey="u" rel="up">Math formulas</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Spacing-in-math-mode-1"></a>
+<h3 class="section">16.6 Spacing in math mode</h3>
+
+<a name="index-spacing-within-math-mode"></a>
+<a name="index-math-mode_002c-spacing"></a>
+
+<p>When typesetting mathematics, LaTeX puts in spacing according to the
+normal rules for mathematics texts. If you enter <code>y=m x</code> then
+LaTeX ignores the space and in the output the m is next to the x,
+as <em>y=mx</em>.
+</p>
+<p>But LaTeX&rsquo;s rules sometimes need tweaking. For example, in an
+integral the tradition is to put a small extra space between the
+<code>f(x)</code> and the <code>dx</code>, here done with the <code>\,</code> command.
+</p>
+<div class="example">
+<pre class="example">\int_0^1 f(x)\,dx
+</pre></div>
+
+<p>LaTeX provides the commands that follow for use in math mode. Many
+of these spacing definitions are expressed in terms of the math unit
+<em>mu</em>. It is defined as 1/18em, where the em is taken from the
+current math symbols family (see <a href="Units-of-length.html#Units-of-length">Units of length</a>). Thus, a
+<code>\thickspace</code> is something like 5/18 times the width of
+a&nbsp;&lsquo;<samp>M</samp>&rsquo;.
+</p>
+<dl compact="compact">
+<dt><code>\;</code></dt>
+<dd><a name="index-_005c_003b"></a>
+<a name="index-_005cthickspace"></a>
+<a name="spacing-in-math-mode-thickspace"></a><p>Synonym: <code>\thickspace</code>. Normally <code>5.0mu plus 5.0mu</code>. Math
+mode only.
+</p>
+</dd>
+<dt><code>\:</code></dt>
+<dt><code>\&gt;</code></dt>
+<dd><a name="index-_005c_003a"></a>
+<a name="index-_005c_003e-1"></a>
+<a name="index-_005cmedspace"></a>
+<a name="spacing-in-math-mode-medspace"></a><p>Synonym: <code>\medspace</code>. Normally <code>4.0mu plus 2.0mu minus 4.0mu</code>.
+Math mode only.
+</p>
+</dd>
+<dt><code>\,</code></dt>
+<dd><a name="index-_005c_002c"></a>
+<a name="index-_005cthinspace"></a>
+<a name="index-thin-space"></a>
+<a name="Spacing-in-math-mode_002f_005cthinspace"></a><a name="spacing-in-math-mode-thinspace"></a><p>Synonym: <code>\thinspace</code>. Normally <code>3mu</code>, which is 1/6em.
+Can be used in both math mode and text mode (see <a href="_005cthinspace-_0026-_005cnegthinspace.html#g_t_005cthinspace-_0026-_005cnegthinspace">\thinspace &amp; \negthinspace</a>).
+</p>
+<p>This space is widely used, for instance between the function and the
+infinitesimal in an integral <code>\int f(x)\,dx</code> and, if an author does
+this, before punctuation in a displayed equation.
+</p>
+<div class="example">
+<pre class="example">The antiderivative is
+\begin{equation}
+ 3x^{-1/2}+3^{1/2}\,.
+\end{equation}
+</pre></div>
+
+</dd>
+<dt><code>\!</code></dt>
+<dd><a name="index-_005c_0021"></a>
+<a name="index-_005cnegthinspace"></a>
+<a name="index-thin-space_002c-negative"></a>
+<a name="spacing-in-math-mode-negthinspace"></a><p>A negative thin space. Normally <code>-3mu</code>. The <code>\!</code> command is
+math mode only but the <code>\negthinspace</code> command is available for
+text mode (see <a href="_005cthinspace-_0026-_005cnegthinspace.html#g_t_005cthinspace-_0026-_005cnegthinspace">\thinspace &amp; \negthinspace</a>).
+</p>
+</dd>
+<dt><code>\quad</code></dt>
+<dd><a name="index-quad"></a>
+<a name="index-_005cquad"></a>
+<a name="spacing-in-math-mode-quad"></a><p>This is 18mu, that is, 1em. This is often used for space
+surrounding equations or expressions, for instance for the space between
+two equations inside a <code>displaymath</code> environment. It is available
+in both text and math mode.
+</p>
+</dd>
+<dt><code>\qquad</code></dt>
+<dd><a name="index-_005cqquad"></a>
+<a name="spacing-in-math-mode-qquad"></a><p>A length of 2 quads, that is, 36mu = 2em. It is available in
+both text and math mode.
+</p></dd>
+</dl>
+
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="_005csmash.html#g_t_005csmash" accesskey="1">\smash</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Eliminate height or depth of a subformula.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cphantom-_0026-_005cvphantom-_0026-_005chphantom.html#g_t_005cphantom-_0026-_005cvphantom-_0026-_005chphantom" accesskey="2">\phantom &amp; \vphantom &amp; \hphantom</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Make empty box with the same size as the argument.
+</td></tr>
+</table>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Spacing-in-math-mode_002f_005cthinspace.html b/src/data/help/unofficial-latex2e-reference-manual/Spacing-in-math-mode_002f_005cthinspace.html
new file mode 100644
index 00000000..68aea673
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Spacing-in-math-mode_002f_005cthinspace.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Spacing in math mode/\thinspace (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Spacing in math mode/\thinspace (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Spacing in math mode/\thinspace (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Spacing-in-math-mode.html#Spacing-in-math-mode_002f_005cthinspace">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Spacing-in-math-mode.html#Spacing-in-math-mode_002f_005cthinspace">Spacing in math mode/\thinspace</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Special-insertions.html b/src/data/help/unofficial-latex2e-reference-manual/Special-insertions.html
new file mode 100644
index 00000000..2e12eb24
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Special-insertions.html
@@ -0,0 +1,152 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Special insertions (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Special insertions (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Special insertions (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="index.html#Top" rel="up" title="Top">
+<link href="Reserved-characters.html#Reserved-characters" rel="next" title="Reserved characters">
+<link href="_005cresizebox.html#g_t_005cresizebox" rel="prev" title="\resizebox">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Special-insertions"></a>
+<div class="header">
+<p>
+Next: <a href="Splitting-the-input.html#Splitting-the-input" accesskey="n" rel="next">Splitting the input</a>, Previous: <a href="Graphics.html#Graphics" accesskey="p" rel="prev">Graphics</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Special-insertions-1"></a>
+<h2 class="chapter">23 Special insertions</h2>
+
+<a name="index-special-insertions"></a>
+<a name="index-insertions-of-special-characters"></a>
+
+<p>LaTeX provides commands for inserting characters that have a
+special meaning do not correspond to simple characters you can type.
+</p>
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="Reserved-characters.html#Reserved-characters" accesskey="1">Reserved characters</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Inserting &lsquo;<samp># $ % &amp; { } _ ~ ^ \</samp>&rsquo;
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="Upper-and-lower-case.html#Upper-and-lower-case" accesskey="2">Upper and lower case</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Make text upper or lower case.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="Symbols-by-font-position.html#Symbols-by-font-position" accesskey="3">Symbols by font position</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Inserting font symbols by number.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="Text-symbols.html#Text-symbols" accesskey="4">Text symbols</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Inserting other non-letter symbols in text.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="Accents.html#Accents" accesskey="5">Accents</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Inserting accents.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="Additional-Latin-letters.html#Additional-Latin-letters" accesskey="6">Additional Latin letters</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Inserting other non-English characters.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005crule.html#g_t_005crule" accesskey="7">\rule</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Inserting lines and rectangles.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005ctoday.html#g_t_005ctoday" accesskey="8">\today</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Inserting today&rsquo;s date.
+</td></tr>
+</table>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Splitting-the-input.html b/src/data/help/unofficial-latex2e-reference-manual/Splitting-the-input.html
new file mode 100644
index 00000000..dfbbc629
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Splitting-the-input.html
@@ -0,0 +1,185 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Splitting the input (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Splitting the input (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Splitting the input (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="index.html#Top" rel="up" title="Top">
+<link href="_005cendinput.html#g_t_005cendinput" rel="next" title="\endinput">
+<link href="_005ctoday.html#g_t_005ctoday" rel="prev" title="\today">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Splitting-the-input"></a>
+<div class="header">
+<p>
+Next: <a href="Front_002fback-matter.html#Front_002fback-matter" accesskey="n" rel="next">Front/back matter</a>, Previous: <a href="Special-insertions.html#Special-insertions" accesskey="p" rel="prev">Special insertions</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Splitting-the-input-1"></a>
+<h2 class="chapter">24 Splitting the input</h2>
+
+<a name="index-splitting-the-input-file"></a>
+<a name="index-input-file"></a>
+
+<p>LaTeX lets you split a large document into several smaller ones.
+This can simplify editing or allow multiple authors to work on the
+document. It can also speed processing.
+</p>
+<p>Regardless of how many separate files you use, there is always one
+<a name="index-root-file"></a>
+<a name="index-file_002c-root"></a>
+<em>root file</em>, on which LaTeX compilation starts. This shows such
+a file with five included files.
+</p>
+<div class="example">
+<pre class="example">\documentclass{book}
+\includeonly{ % comment out lines below to omit compiling
+ pref,
+ chap1,
+ chap2,
+ append,
+ bib
+ }
+\begin{document}
+\frontmatter
+\include{pref}
+\mainmatter
+\include{chap1}
+\include{chap2}
+\appendix
+\include{append}
+\backmatter
+\include{bib}
+\end{document}
+</pre></div>
+
+<p>This will bring in material from <samp>pref.tex</samp>, <samp>chap1.tex</samp>,
+<samp>chap2.tex</samp>, <samp>append.tex</samp>, and <samp>bib.tex</samp>. If you compile
+this file, and then comment out all of the lines inside
+<code>\includeonly{...}</code> except for <code>chap1,</code> and compile again,
+then LaTeX will only process the material in the first chapter.
+Thus, your output will appear more quickly and be shorter to print.
+However, the advantage of the <code>\includeonly</code> command is that
+LaTeX will retain the page numbers and all of the cross reference
+information from the other parts of the document so these will appear in
+your output correctly.
+</p>
+<p>See <a href="Larger-book-template.html#Larger-book-template">Larger book template</a> for another example of <code>\includeonly</code>.
+</p>
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="_005cendinput.html#g_t_005cendinput" accesskey="1">\endinput</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Stop including material from a file.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cinclude-_0026-_005cincludeonly.html#g_t_005cinclude-_0026-_005cincludeonly" accesskey="2">\include &amp; \includeonly</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Conditionally include files.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cinput.html#g_t_005cinput" accesskey="3">\input</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Unconditionally include a file.
+</td></tr>
+</table>
+
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Starting-_0026-ending.html b/src/data/help/unofficial-latex2e-reference-manual/Starting-_0026-ending.html
new file mode 100644
index 00000000..af8c713f
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Starting-_0026-ending.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Starting &amp; ending (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Starting &amp; ending (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Starting &amp; ending (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Starting-and-ending.html#Starting-_0026-ending">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Starting-and-ending.html#Starting-_0026-ending">Starting &amp; ending</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Starting-and-ending.html b/src/data/help/unofficial-latex2e-reference-manual/Starting-and-ending.html
new file mode 100644
index 00000000..dc199924
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Starting-and-ending.html
@@ -0,0 +1,166 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Starting and ending (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Starting and ending (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Starting and ending (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Overview.html#Overview" rel="up" title="Overview">
+<link href="Output-files.html#Output-files" rel="next" title="Output files">
+<link href="Overview.html#Overview" rel="prev" title="Overview">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Starting-and-ending"></a>
+<div class="header">
+<p>
+Next: <a href="Output-files.html#Output-files" accesskey="n" rel="next">Output files</a>, Up: <a href="Overview.html#Overview" accesskey="u" rel="up">Overview</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Starting-and-ending-1"></a>
+<h3 class="section">2.1 Starting and ending</h3>
+
+<a name="Starting-_0026-ending"></a><a name="index-starting-and-ending"></a>
+<a name="index-ending-and-starting"></a>
+<a name="index-hello_002c-world"></a>
+
+<p>LaTeX files have a simple global structure, with a standard beginning
+and ending. This is a small example.
+</p>
+<div class="example">
+<pre class="example">\documentclass{article}
+\begin{document}
+Hello, \LaTeX\ world.
+\end{document}
+</pre></div>
+
+<p>Every LaTeX document has a <code>\begin{document}</code> line and an
+<code>\end{document}</code> line.
+</p>
+<a name="index-document-class_002c-defined"></a>
+<p>Here, the &lsquo;<samp>article</samp>&rsquo; is the <em>document class</em>. It is implemented
+in a file <samp>article.cls</samp>. You can use any document class on your
+system. A few document classes are defined by LaTeX itself, and vast
+array of others are widely available. See <a href="Document-classes.html#Document-classes">Document classes</a>.
+</p>
+<a name="index-preamble_002c-defined"></a>
+<p>You can include other LaTeX commands between the
+<code>\documentclass</code> and the <code>\begin{document}</code> commands.
+This area is called the <em>preamble</em>.
+</p>
+<p>The <code>\begin{document}</code>, <code>\end{document}</code> pair defines an
+<a name="index-environment"></a>
+<em>environment</em>; the &lsquo;<samp>document</samp>&rsquo; environment (and no others) is
+required in all LaTeX documents (see <a href="document.html#document">document</a>). LaTeX make
+available to you many environments that are documented here
+(see <a href="Environments.html#Environments">Environments</a>). Many more are available to you from external
+packages, most importantly those available at CTAN (see <a href="CTAN.html#CTAN">CTAN</a>).
+</p>
+<p>The following sections discuss how to produce PDF or other output from
+a LaTeX input file.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Subscripts-_0026-superscripts.html b/src/data/help/unofficial-latex2e-reference-manual/Subscripts-_0026-superscripts.html
new file mode 100644
index 00000000..995f7c99
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Subscripts-_0026-superscripts.html
@@ -0,0 +1,207 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Subscripts &amp; superscripts (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Subscripts &amp; superscripts (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Subscripts &amp; superscripts (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Math-formulas.html#Math-formulas" rel="up" title="Math formulas">
+<link href="Math-symbols.html#Math-symbols" rel="next" title="Math symbols">
+<link href="Math-formulas.html#Math-formulas" rel="prev" title="Math formulas">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Subscripts-_0026-superscripts"></a>
+<div class="header">
+<p>
+Next: <a href="Math-symbols.html#Math-symbols" accesskey="n" rel="next">Math symbols</a>, Up: <a href="Math-formulas.html#Math-formulas" accesskey="u" rel="up">Math formulas</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Subscripts-_0026-superscripts-1"></a>
+<h3 class="section">16.1 Subscripts &amp; superscripts</h3>
+
+<a name="index-superscript"></a>
+<a name="index-subscript"></a>
+<a name="index-exponent"></a>
+<a name="index-_005f"></a>
+<a name="index-_005e"></a>
+
+<p>Synopsis (in math mode or display math mode), one of:
+</p>
+<div class="example">
+<pre class="example"><var>base</var>^<var>exp</var>
+<var>base</var>^{<var>exp</var>}
+</pre></div>
+
+<p>or, one of:
+</p>
+<div class="example">
+<pre class="example"><var>base</var>_<var>exp</var>
+<var>base</var>_{<var>exp</var>}
+</pre></div>
+
+<p>Make <var>exp</var> appear as a superscript of <var>base</var> (with the caret
+character,&nbsp;<code>^</code>) or a subscript (with
+underscore,&nbsp;<code>_</code>).
+</p>
+<p>In this example the <code>0</code>&rsquo;s and <code>1</code>&rsquo;s are subscripts while the
+<code>2</code>&rsquo;s are superscripts.
+</p>
+<div class="example">
+<pre class="example">\( (x_0+x_1)^2 \leq (x_0)^2+(x_1)^2 \)
+</pre></div>
+
+<p>To have the subscript or superscript contain more than one character,
+surround the expression with curly braces, as in <code>e^{-2x}</code>.
+This example&rsquo;s fourth line shows curly braces used to group an expression
+for the exponent.
+</p>
+<div class="example">
+<pre class="example">\begin{displaymath}
+ (3^3)^3=27^3=19\,683
+ \qquad
+ 3^{(3^3)}=3^{27}=7\,625\,597\,484\,987
+\end{displaymath}
+</pre></div>
+
+<p>LaTeX knows how to handle a superscript on a superscript, or a
+subscript on a subscript, or supers on subs, or subs on supers. So,
+expressions such as <code>e^{x^2}</code> and <code>x_{i_0}</code> give correct
+output. Note the use in those expressions of curly braces to give the
+<var>base</var> a determined <var>exp</var>. If you enter <code>\(3^3^3\)</code> then
+you get &lsquo;<samp>Double superscript</samp>&rsquo;.
+</p>
+<p>LaTeX does the right thing when something has both a subscript and a
+superscript. In this example the integral has both. They come out in
+the correct place without any author intervention.
+</p>
+<div class="example">
+<pre class="example">\begin{displaymath}
+ \int_{x=a}^b f'(x)\,dx = f(b)-f(a)
+\end{displaymath}
+</pre></div>
+
+<p>Note the parentheses around <code>x=a</code> to make the entire expression a
+subscript.
+</p>
+<p>To put a superscript or subscript before a symbol, use a construct like
+<code>{}_t K^2</code>. The empty curly braces <code>{}</code> give the
+subscript something to attach to and keeps it from accidentally
+attaching to a prior symbols.
+</p>
+<p>Using the subscript or superscript character outside of math mode or
+display math mode, as in <code>the expression x^2</code>, will get you
+the error &lsquo;<samp>Missing $ inserted</samp>&rsquo;.
+</p>
+<a name="index-package_002c-mhchem"></a>
+<a name="index-mhchem-package"></a>
+
+<p>A common reason to want subscripts outside of a mathematics mode is to
+typeset chemical formulas. There are packages for that, such as
+<samp>mhchem</samp>; see CTAN.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Symbols-by-font-position.html b/src/data/help/unofficial-latex2e-reference-manual/Symbols-by-font-position.html
new file mode 100644
index 00000000..08123255
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Symbols-by-font-position.html
@@ -0,0 +1,141 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Symbols by font position (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Symbols by font position (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Symbols by font position (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Special-insertions.html#Special-insertions" rel="up" title="Special insertions">
+<link href="Text-symbols.html#Text-symbols" rel="next" title="Text symbols">
+<link href="Upper-and-lower-case.html#Upper-and-lower-case" rel="prev" title="Upper and lower case">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Symbols-by-font-position"></a>
+<div class="header">
+<p>
+Next: <a href="Text-symbols.html#Text-symbols" accesskey="n" rel="next">Text symbols</a>, Previous: <a href="Upper-and-lower-case.html#Upper-and-lower-case" accesskey="p" rel="prev">Upper and lower case</a>, Up: <a href="Special-insertions.html#Special-insertions" accesskey="u" rel="up">Special insertions</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Symbols-by-font-position-1"></a>
+<h3 class="section">23.3 Symbols by font position</h3>
+
+<a name="index-_005csymbol"></a>
+<a name="index-accessing-any-character-of-a-font"></a>
+<a name="index-font-symbols_002c-by-number"></a>
+
+<p>You can access any character of the current font using its number with
+the <code>\symbol</code> command. For example, the visible space character
+used in the <code>\verb*</code> command has the code decimal 32, so it can be
+typed as <code>\symbol{32}</code>.
+</p>
+<p>You can also specify numbers in octal (base 8) by using a <code>'</code>
+prefix, or hexadecimal (base 16) with a <code>&quot;</code> prefix, so the previous
+example could also be written as <code>\symbol{'40}</code> or
+<code>\symbol{&quot;20}</code>.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Table-of-contents-etc_002e.html b/src/data/help/unofficial-latex2e-reference-manual/Table-of-contents-etc_002e.html
new file mode 100644
index 00000000..84707098
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Table-of-contents-etc_002e.html
@@ -0,0 +1,257 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Table of contents etc. (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Table of contents etc. (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Table of contents etc. (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Front_002fback-matter.html#Front_002fback-matter" rel="up" title="Front/back matter">
+<link href="_005caddcontentsline.html#g_t_005caddcontentsline" rel="next" title="\addcontentsline">
+<link href="Front_002fback-matter.html#Front_002fback-matter" rel="prev" title="Front/back matter">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Table-of-contents-etc_002e"></a>
+<div class="header">
+<p>
+Next: <a href="Indexes.html#Indexes" accesskey="n" rel="next">Indexes</a>, Up: <a href="Front_002fback-matter.html#Front_002fback-matter" accesskey="u" rel="up">Front/back matter</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Table-of-contents-etc_002e-1"></a>
+<h3 class="section">25.1 Table of contents etc.</h3>
+
+<a name="index-table-of-contents_002c-creating"></a>
+
+<a name="index-_005ctableofcontents"></a>
+<a name="index-_002etoc-file-1"></a>
+<a name="index-_005clistoffigures"></a>
+<a name="index-_005clistoftables"></a>
+<a name="index-_002elof-file-1"></a>
+<a name="index-_002elot-file-1"></a>
+
+<p>Synopsis, one of:
+</p>
+<div class="example">
+<pre class="example">\tableofcontents
+\listoffigures
+\listoftables
+</pre></div>
+
+<p>Produce a table of contents, or list of figures, or list of tables. Put
+the command in the input file where you want the table or list to
+go. You do not type the entries; for example, typically the table of
+contents entries are automatically generated from the sectioning
+commands <code>\chapter</code>, etc.
+</p>
+<p>This example illustrates the first command, <code>\tableofcontents</code>.
+LaTeX will produce a table of contents on the book&rsquo;s first page.
+</p>
+<div class="example">
+<pre class="example">\documentclass{book}
+% \setcounter{tocdepth}{1}
+\begin{document}
+\tableofcontents\newpage
+ ...
+\chapter{...}
+ ...
+\section{...}
+ ...
+\subsection{...}
+ ...
+\end{document}
+</pre></div>
+
+<p>Uncommenting the second line would cause that table to contain chapter
+and section listings but not subsection listings, because the
+<code>\section</code> command has level&nbsp;1. See <a href="Sectioning.html#Sectioning">Sectioning</a> for level
+numbers of the sectioning units. For more on the <code>tocdepth</code>
+see <a href="Sectioning.html#Sectioning_002ftocdepth">Sectioning/tocdepth</a>.
+</p>
+<p>Another example of the use of <code>\tableofcontents</code> is in <a href="Larger-book-template.html#Larger-book-template">Larger book template</a>.
+</p>
+<p>If you want a page break after the table of contents, write a
+<code>\newpage</code> command after the <code>\tableofcontents</code> command, as
+above.
+</p>
+<p>To make the table of contents LaTeX stores the information in an
+auxiliary file named <samp><var>root-file</var>.toc</samp> (see <a href="Splitting-the-input.html#Splitting-the-input">Splitting the input</a>). For example, this LaTeX file <samp>test.tex</samp>
+</p>
+<div class="example">
+<pre class="example">\documentclass{article}
+\begin{document}
+\tableofcontents\newpage
+\section{First section}
+\subsection{First subsection}
+ ...
+</pre></div>
+
+<p>writes the following line to <samp>test.toc</samp>.
+</p>
+<div class="example">
+<pre class="example">\contentsline {section}{\numberline {1}First section}{2}
+\contentsline {subsection}{\numberline {1.1}First subsection}{2}
+</pre></div>
+
+<p>The <code>section</code> or <code>subsection</code> is the sectioning unit. The
+hook <code>\numberline</code> lets you to change how the information appears
+in the table of contents. Of its two arguments, <code>1</code> or <code>1.1</code>
+is the sectioning unit number and <code>First section</code> or <code>First
+subsection</code> is the title. Finally, <code>2</code> is the page number on which
+the sectioning units start.
+</p>
+<p>One consequence of this auxiliary file storage strategy is that to get the
+contents page correct you must run LaTeX twice, once to store the
+information and once to get it. In particular, the first time that you
+run LaTeX on a new document, the table of contents page will be empty
+except for its &lsquo;<samp>Contents</samp>&rsquo; header. Just run it again.
+</p>
+<p>The commands <code>\listoffigures</code> and <code>\listoftables</code> produce a
+list of figures and a list of tables. They work the same way as the
+contents commands; for instance, these work with information stored in
+<samp>.lof</samp> and <samp>.lot</samp> files.
+</p>
+<a name="index-package_002c-babel-4"></a>
+<a name="index-babel-package-4"></a>
+
+<a name="index-package_002c-polyglossia-2"></a>
+<a name="index-polyglossia-package-2"></a>
+
+<p>To change the header for the table of contents page do something like
+the first line here.
+</p>
+<div class="example">
+<pre class="example">\renewcommand{\contentsname}{Table of contents}
+\renewcommand{\listfigurename}{Plots}
+\renewcommand{\listtablename}{Tables}
+</pre></div>
+
+<p>Similarly, the other two lines will do the other two.
+Internationalization packages such as <samp>babel</samp> or <samp>polyglossia</samp>
+will change the headers depending on the chosen base language.
+</p>
+<a name="index-package_002c-tocloft"></a>
+<a name="index-tocloft-package"></a>
+
+<a name="index-package_002c-tocbibbind"></a>
+<a name="index-tocbibbind-package"></a>
+
+<p>CTAN has many packages for the table of contents and lists of figures
+and tables. One convenient one for adjusting some aspects of the
+default, such as spacing, is <samp>tocloft</samp>. And, <samp>tocbibbind</samp>
+will automatically add the bibliography, index, etc. to the table of
+contents.
+</p>
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="_005caddcontentsline.html#g_t_005caddcontentsline" accesskey="1">\addcontentsline</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Add an entry to table of contents, etc.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005caddtocontents.html#g_t_005caddtocontents" accesskey="2">\addtocontents</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Add text directly to table of contents file, etc.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cnofiles.html#g_t_005cnofiles" accesskey="3">\nofiles</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Prevent writing to auxiliary files.
+</td></tr>
+</table>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/TeX-engines.html b/src/data/help/unofficial-latex2e-reference-manual/TeX-engines.html
new file mode 100644
index 00000000..ca3e71f9
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/TeX-engines.html
@@ -0,0 +1,199 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>TeX engines (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="TeX engines (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="TeX engines (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Overview.html#Overview" rel="up" title="Overview">
+<link href="LaTeX-command-syntax.html#LaTeX-command-syntax" rel="next" title="LaTeX command syntax">
+<link href="Output-files.html#Output-files" rel="prev" title="Output files">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="TeX-engines"></a>
+<div class="header">
+<p>
+Next: <a href="LaTeX-command-syntax.html#LaTeX-command-syntax" accesskey="n" rel="next">LaTeX command syntax</a>, Previous: <a href="Output-files.html#Output-files" accesskey="p" rel="prev">Output files</a>, Up: <a href="Overview.html#Overview" accesskey="u" rel="up">Overview</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="TeX-engines-1"></a>
+<h3 class="section">2.3 TeX engines</h3>
+
+<a name="index-engines_002c-TeX"></a>
+<a name="index-implementations-of-TeX"></a>
+<a name="index-UTF_002d8"></a>
+<a name="index-Unicode-input_002c-native"></a>
+<a name="index-TrueType-fonts"></a>
+<a name="index-OpenType-fonts"></a>
+
+<p>LaTeX is defined to be a set of commands that are run by a TeX
+implementation (see <a href="Overview.html#Overview">Overview</a>). This section gives a terse
+overview of the main programs (see also&nbsp;<a href="Command-line.html#Command-line">Command line</a>).
+</p>
+<dl compact="compact">
+<dt><code>latex</code></dt>
+<dt><code>pdflatex</code></dt>
+<dd><a name="index-pdfTeX-engine"></a>
+<a name="index-etex-command"></a>
+<a name="index-e_002dTeX"></a>
+<a name="tex-engines-latex"></a><p>In TeX Live (<a href="http://tug.org/texlive">http://tug.org/texlive</a>), if LaTeX is invoked
+via either the system command <code>latex</code> or <code>pdflatex</code>,
+then the pdfTeX engine is run (<a href="http://ctan.org/pkg/pdftex">http://ctan.org/pkg/pdftex</a>).
+When invoked as <code>latex</code>, the main output is a <samp>.dvi</samp>
+file; as <code>pdflatex</code>, the main output is a <samp>.pdf</samp> file.
+</p>
+<p>pdfTeX incorporates the e-TeX extensions to Knuth&rsquo;s original
+program (<a href="http://ctan.org/pkg/etex">http://ctan.org/pkg/etex</a>), including additional
+programming features and bi-directional typesetting, and has plenty of
+extensions of its own. e-TeX is available on its own as the system
+command <code>etex</code>, but this is plain TeX (and produces
+<samp>.dvi</samp>).
+</p>
+<p>In other TeX distributions, <code>latex</code> may invoke e-TeX
+rather than pdfTeX. In any case, the e-TeX extensions can be
+assumed to be available in LaTeX.
+</p>
+</dd>
+<dt><code>lualatex</code></dt>
+<dd><a name="index-lualatex-command"></a>
+<a name="index-LuaTeX"></a>
+<a name="tex-engines-lualatex"></a><p>If LaTeX is invoked via the system command <code>lualatex</code>, the
+LuaTeX engine is run (<a href="http://ctan.org/pkg/luatex">http://ctan.org/pkg/luatex</a>). This
+program allows code written in the scripting language Lua
+(<a href="http://luatex.org">http://luatex.org</a>) to interact with TeX&rsquo;s typesetting.
+LuaTeX handles UTF-8 Unicode input natively, can handle OpenType
+and TrueType fonts, and produces a <samp>.pdf</samp> file by default.
+There is also <code>dvilualatex</code> to produce a <samp>.dvi</samp> file,
+but this is rarely used.
+</p>
+</dd>
+<dt><code>xelatex</code></dt>
+<dd><a name="index-xelatex-command"></a>
+<a name="index-XeTeX"></a>
+<a name="index-_002exdv-file"></a>
+<a name="index-xdvipdfmx"></a>
+<a name="tex-engines-xelatex"></a><p>If LaTeX is invoked with the system command <code>xelatex</code>, the
+XeTeX engine is run (<a href="http://tug.org/xetex">http://tug.org/xetex</a>). Like LuaTeX,
+XeTeX natively supports UTF-8 Unicode and TrueType and OpenType
+fonts, though the implementation is completely different, mainly using
+external libraries instead of internal code. XeTeX produces a
+<samp>.pdf</samp> file as output; it does not support DVI output.
+</p>
+<p>Internally, XeTeX creates an <code>.xdv</code> file, a variant of DVI,
+and translates that to PDF using the (<code>x</code>)<code>dvipdfmx</code>
+program, but this process is automatic. The <code>.xdv</code> file is only
+useful for debugging.
+</p>
+</dd>
+</dl>
+
+<p>Other variants of LaTeX and TeX exist, e.g., to provide
+additional support for Japanese and other languages ([u]pTeX,
+<a href="http://ctan.org/pkg/ptex">http://ctan.org/pkg/ptex</a>, <a href="http://ctan.org/pkg/uptex">http://ctan.org/pkg/uptex</a>).
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Terminal-input_002foutput.html b/src/data/help/unofficial-latex2e-reference-manual/Terminal-input_002foutput.html
new file mode 100644
index 00000000..b014e915
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Terminal-input_002foutput.html
@@ -0,0 +1,137 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of October 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Terminal input/output (LaTeX2e unofficial reference manual (October 2018))</title>
+
+<meta name="description" content="Terminal input/output (LaTeX2e unofficial reference manual (October 2018))">
+<meta name="keywords" content="Terminal input/output (LaTeX2e unofficial reference manual (October 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="index.html#Top" rel="up" title="Top">
+<link href="_005ctypein.html#g_t_005ctypein" rel="next" title="\typein">
+<link href="_005ctelephone.html#g_t_005ctelephone" rel="prev" title="\telephone">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Terminal-input_002foutput"></a>
+<div class="header">
+<p>
+Next: <a href="Command-line.html#Command-line" accesskey="n" rel="next">Command line</a>, Previous: <a href="Letters.html#Letters" accesskey="p" rel="prev">Letters</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Terminal-input_002foutput-1"></a>
+<h2 class="chapter">27 Terminal input/output</h2>
+
+<a name="index-input_002foutput_002c-to-terminal"></a>
+<a name="index-terminal-input_002foutput"></a>
+
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="_005ctypein.html#g_t_005ctypein" accesskey="1">\typein</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Read text from the terminal.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005ctypeout.html#g_t_005ctypeout" accesskey="2">\typeout</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Write text to the terminal.
+</td></tr>
+</table>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Text-symbols.html b/src/data/help/unofficial-latex2e-reference-manual/Text-symbols.html
new file mode 100644
index 00000000..45e60449
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Text-symbols.html
@@ -0,0 +1,606 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Text symbols (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Text symbols (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Text symbols (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Special-insertions.html#Special-insertions" rel="up" title="Special insertions">
+<link href="Accents.html#Accents" rel="next" title="Accents">
+<link href="Symbols-by-font-position.html#Symbols-by-font-position" rel="prev" title="Symbols by font position">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Text-symbols"></a>
+<div class="header">
+<p>
+Next: <a href="Accents.html#Accents" accesskey="n" rel="next">Accents</a>, Previous: <a href="Symbols-by-font-position.html#Symbols-by-font-position" accesskey="p" rel="prev">Symbols by font position</a>, Up: <a href="Special-insertions.html#Special-insertions" accesskey="u" rel="up">Special insertions</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Text-symbols-1"></a>
+<h3 class="section">23.4 Text symbols</h3>
+
+<a name="index-text-symbols"></a>
+<a name="index-symbols_002c-text"></a>
+
+<a name="index-textcomp-package-1"></a>
+<p>LaTeX provides commands to generate a number of non-letter symbols in
+running text. Some of these, especially the more obscure ones, are not
+available in OT1. Unless you are using XeLaTeX or LuaLaTeX then
+you may need to load the <code>textcomp</code> package.
+</p>
+<dl compact="compact">
+<dt><code>\copyright</code>
+<a name="index-_005ccopyright"></a>
+</dt>
+<dt><code>\textcopyright</code>
+<a name="index-_005ctextcopyright"></a>
+</dt>
+<dd><a name="index-copyright-symbol"></a>
+<p>&copy; The copyright symbol.
+</p>
+</dd>
+<dt><code>\dag</code>
+<a name="index-_005cdag"></a>
+</dt>
+<dd><a name="index-dagger_002c-in-text"></a>
+<p>&#x2020; The dagger symbol (in text).
+</p>
+</dd>
+<dt><code>\ddag</code>
+<a name="index-_005cddag"></a>
+</dt>
+<dd><a name="index-double-dagger_002c-in-text"></a>
+<p>&#x2021; The double dagger symbol (in text).
+</p>
+</dd>
+<dt><code>\LaTeX</code>
+<a name="index-_005cLaTeX"></a>
+</dt>
+<dd><a name="index-LaTeX-logo"></a>
+<a name="index-logo_002c-LaTeX"></a>
+<p>The LaTeX logo.
+</p>
+</dd>
+<dt><code>\LaTeXe</code>
+<a name="index-_005cLaTeXe"></a>
+</dt>
+<dd><a name="index-LaTeX2e-logo"></a>
+<a name="index-logo_002c-LaTeX2e"></a>
+<p>The LaTeX2e logo.
+</p>
+</dd>
+<dt><code>\guillemotleft <span class="roman">(&laquo;)</span></code>
+<a name="index-_005cguillemotleft-_0028_00ab_0029"></a>
+</dt>
+<dt><code>\guillemotright <span class="roman">(&raquo;)</span></code>
+<a name="index-_005cguillemotright-_0028_00bb_0029"></a>
+</dt>
+<dt><code>\guilsinglleft <span class="roman">(&lsaquo;)</span></code>
+<a name="index-_005cguilsinglleft-_0028_2039_0029"></a>
+</dt>
+<dt><code>\guilsinglright <span class="roman">(&rsaquo;)</span></code>
+<a name="index-_005cguilsinglright-_0028_203a_0029"></a>
+</dt>
+<dd><a name="index-double-guillemets"></a>
+<a name="index-single-guillemets"></a>
+<a name="index-left-angle-quotation-marks"></a>
+<a name="index-right-angle-quotation-marks"></a>
+<a name="index-double-angle-quotation-marks"></a>
+<a name="index-single-angle-quotation-marks"></a>
+<a name="index-French-quotation-marks"></a>
+<a name="index-quotation-marks_002c-French"></a>
+<p>&laquo;, &raquo;, &lsaquo;, &rsaquo;
+Double and single angle quotation marks, commonly used in French.
+</p>
+</dd>
+<dt><code>\ldots</code>
+<a name="index-_005cldots-1"></a>
+</dt>
+<dt><code>\dots</code>
+<a name="index-_005cdots"></a>
+</dt>
+<dt><code>\textellipsis</code>
+<a name="index-_005ctextellipsis"></a>
+</dt>
+<dd><a name="index-ellipsis"></a>
+<p>&hellip; An ellipsis (three dots at the baseline): <code>\ldots</code>
+and <code>\dots</code> also work in math mode.
+</p>
+</dd>
+<dt><code>\lq</code>
+<a name="index-_005clq"></a>
+</dt>
+<dd><a name="index-left-quote"></a>
+<a name="index-opening-quote"></a>
+<p>&lsquo; Left (opening) quote.
+</p>
+</dd>
+<dt><code>\P</code>
+<a name="index-_005cP"></a>
+</dt>
+<dt><code>\textparagraph</code>
+<a name="index-_005ctextparagraph"></a>
+</dt>
+<dd><a name="index-paragraph-symbol"></a>
+<a name="index-pilcrow"></a>
+<p>&#x00B6; Paragraph sign (pilcrow).
+</p>
+</dd>
+<dt><code>\pounds</code>
+<a name="index-_005cpounds"></a>
+</dt>
+<dt><code>\textsterling</code>
+<a name="index-_005ctextsterling"></a>
+</dt>
+<dd><a name="index-pounds-symbol"></a>
+<a name="index-sterling-symbol"></a>
+<p>&pound; English pounds sterling.
+</p>
+</dd>
+<dt><code>\quotedblbase <span class="roman">(&bdquo;)</span></code>
+<a name="index-_005cquotedblbase-_0028_201e_0029"></a>
+</dt>
+<dt><code>\quotesinglbase <span class="roman">(&sbquo;)</span></code>
+<a name="index-_005cquotesinglbase-_0028_201a_0029"></a>
+</dt>
+<dd><a name="index-double-low_002d9-quotation-mark"></a>
+<a name="index-single-low_002d9-quotation-mark"></a>
+<a name="index-low_002d9-quotation-marks_002c-single-and-double"></a>
+<p>&bdquo; and &sbquo;
+Double and single quotation marks on the baseline.
+</p>
+</dd>
+<dt><code>\rq</code>
+<a name="index-_005crq"></a>
+</dt>
+<dd><a name="index-right-quote"></a>
+<a name="index-closing-quote"></a>
+<p>&rsquo; Right (closing) quote.
+</p>
+</dd>
+<dt><code>\S</code>
+<a name="index-_005cS"></a>
+</dt>
+<dt><code>\textsection</code>
+<a name="index-_005ctextsection"></a>
+</dt>
+<dd><a name="index-section-symbol"></a>
+<p>&#x00A7; Section sign.
+</p>
+</dd>
+<dt><code>\TeX</code>
+<a name="index-_005cTeX"></a>
+</dt>
+<dd><a name="index-TeX-logo"></a>
+<a name="index-logo_002c-TeX"></a>
+<p>The TeX logo.
+</p>
+</dd>
+<dt><code>\textasciicircum</code>
+<a name="index-_005ctextasciicircum"></a>
+</dt>
+<dd><a name="index-circumflex_002c-ASCII_002c-in-text"></a>
+<a name="index-ASCII-circumflex_002c-in-text"></a>
+<p>^ ASCII circumflex.
+</p>
+</dd>
+<dt><code>\textasciitilde</code>
+<a name="index-_005ctextasciitilde"></a>
+</dt>
+<dd><a name="index-tilde_002c-ASCII_002c-in-text"></a>
+<a name="index-ASCII-tilde_002c-in-text"></a>
+<p>~ ASCII tilde.
+</p>
+</dd>
+<dt><code>\textasteriskcentered</code>
+<a name="index-_005ctextasteriskcentered"></a>
+</dt>
+<dd><a name="index-asterisk_002c-centered_002c-in-text"></a>
+<a name="index-centered-asterisk_002c-in-text"></a>
+<p>* Centered asterisk.
+</p>
+</dd>
+<dt><code>\textbackslash</code>
+<a name="index-_005ctextbackslash-1"></a>
+</dt>
+<dd><a name="index-backslash_002c-in-text"></a>
+<p>\ Backslash.
+</p>
+</dd>
+<dt><code>\textbar</code>
+<a name="index-_005ctextbar"></a>
+</dt>
+<dd><a name="index-vertical-bar_002c-in-text"></a>
+<a name="index-bar_002c-vertical_002c-in-text"></a>
+<p>| Vertical bar.
+</p>
+</dd>
+<dt><code>\textbardbl</code>
+<a name="index-_005ctextbardbl"></a>
+</dt>
+<dd><a name="index-vertical-bar_002c-double_002c-in-text"></a>
+<a name="index-bar_002c-double-vertical_002c-in-text"></a>
+<a name="index-double-vertical-bar_002c-in-text"></a>
+<p>&#x23F8; Double vertical bar.
+</p>
+</dd>
+<dt><code>\textbigcircle</code>
+<a name="index-_005ctextbigcircle"></a>
+</dt>
+<dd><a name="index-big-circle-symbols_002c-in-text"></a>
+<a name="index-circle-symbol_002c-big_002c-in-text"></a>
+<p>&#x25EF; Big circle symbol.
+</p>
+</dd>
+<dt><code>\textbraceleft</code>
+<a name="index-_005ctextbraceleft"></a>
+</dt>
+<dd><a name="index-left-brace_002c-in-text"></a>
+<a name="index-brace_002c-left_002c-in-text"></a>
+<p>{ Left brace.
+</p>
+</dd>
+<dt><code>\textbraceright</code>
+<a name="index-_005ctextbraceright"></a>
+</dt>
+<dd><a name="index-right-brace_002c-in-text"></a>
+<a name="index-brace_002c-right_002c-in-text"></a>
+<p>} Right brace.
+</p>
+</dd>
+<dt><code>\textbullet</code>
+<a name="index-_005ctextbullet"></a>
+</dt>
+<dd><a name="index-bullet_002c-in-text"></a>
+<p>&bull; Bullet.
+</p>
+</dd>
+<dt><code>\textcircled{<var>letter</var>}</code>
+<a name="index-_005ctextcircled_007bletter_007d"></a>
+</dt>
+<dd><a name="index-circled-letter_002c-in-text"></a>
+<p>&#x24B6; Circle around <var>letter</var>.
+</p>
+</dd>
+<dt><code>\textcompwordmark</code>
+<a name="index-_005ctextcompwordmark"></a>
+</dt>
+<dt><code>\textcapitalcompwordmark</code>
+<a name="index-_005ctextcapitalcompwordmark"></a>
+</dt>
+<dt><code>\textascendercompwordmark</code>
+<a name="index-_005ctextascendercompwordmark"></a>
+</dt>
+<dd><a name="index-composite-word-mark_002c-in-text"></a>
+<a name="index-cap-height"></a>
+<a name="index-ascender-height"></a>
+<p>Used to separate letters that would normally ligature. For example,
+<code>f\textcompwordmark i</code> produces &lsquo;<samp>fi</samp>&rsquo; without a ligature. This
+is most useful in non-English languages. The
+<code>\textcapitalcompwordmark</code> form has the cap height of the font
+while the <code>\textascendercompwordmark</code> form has the ascender height.
+</p>
+</dd>
+<dt><code>\textdagger</code>
+<a name="index-_005ctextdagger"></a>
+</dt>
+<dd><a name="index-dagger_002c-in-text-1"></a>
+<p>&#x2020; Dagger.
+</p>
+</dd>
+<dt><code>\textdaggerdbl</code>
+<a name="index-_005ctextdaggerdbl"></a>
+</dt>
+<dd><a name="index-dagger_002c-double_002c-in-text"></a>
+<a name="index-double-dagger_002c-in-text-1"></a>
+<p>&#x2021; Double dagger.
+</p>
+</dd>
+<dt><code>\textdollar <span class="roman">(or <code>\$</code>)</span></code>
+<a name="index-_005ctextdollar-_0028or-_005c_0024_0029"></a>
+</dt>
+<dd><a name="index-dollar-sign"></a>
+<a name="index-currency_002c-dollar"></a>
+<p>$ Dollar sign.
+</p>
+</dd>
+<dt><code>\textemdash <span class="roman">(or <code>---</code>)</span></code>
+<a name="index-_005ctextemdash-_0028or-_002d_002d_002d_0029"></a>
+</dt>
+<dd><a name="index-em_002ddash"></a>
+<p>&mdash; Em-dash (used for punctuation, as in
+<code>The playoffs --- if you are fortunate enough to make the playoffs ---
+is more like a sprint.</code>).
+</p>
+</dd>
+<dt><code>\textendash <span class="roman">(or <code>--</code>)</span></code>
+<a name="index-_005ctextendash-_0028or-_002d_002d_0029"></a>
+</dt>
+<dd><a name="index-e_002ddash"></a>
+<p>&ndash; En-dash (used for ranges, as in <code>See pages 12--14</code>).
+</p>
+</dd>
+<dt><code>\texteuro</code>
+<a name="index-_005ctexteuro"></a>
+</dt>
+<dd><a name="index-euro-symbol"></a>
+<a name="index-currency_002c-euro"></a>
+<a name="index-package_002c-eurosym"></a>
+<a name="index-eurosym-package"></a>
+
+<p>The Euro symbol: &euro;. For an alternative glyph design, try the
+<samp>eurosym</samp> package; also, most fonts nowadays come with their own
+Euro symbol (Unicode U+20AC).
+</p>
+</dd>
+<dt><code>\textexclamdown <span class="roman">(or <code>!`</code>)</span></code>
+<a name="index-_005ctextexclamdown-_0028or-_0021_0060_0029"></a>
+</dt>
+<dd><a name="index-exclamation-point_002c-upside_002ddown"></a>
+<p>&iexcl; Upside down exclamation point.
+</p>
+</dd>
+<dt><code>\textgreater</code>
+<a name="index-_005ctextgreater"></a>
+</dt>
+<dd><a name="index-greater-than-symbol_002c-in-text"></a>
+<p>&gt; Greater than symbol.
+</p>
+</dd>
+<dt><code>\textless</code>
+<a name="index-_005ctextless"></a>
+</dt>
+<dd><a name="index-less-than-symbol_002c-in-text"></a>
+<p>&lt; Less than symbol.
+</p>
+</dd>
+<dt><code>\textleftarrow</code>
+<a name="index-_005ctextleftarrow"></a>
+</dt>
+<dd><a name="index-arrow_002c-left_002c-in-text"></a>
+<a name="index-left-arrow_002c-in-text"></a>
+<p>&#x2190; Left arrow.
+</p>
+</dd>
+<dt><code>\textordfeminine</code>
+<a name="index-_005ctextordfeminine"></a>
+</dt>
+<dt><code>\textordmasculine</code>
+<a name="index-_005ctextordmasculine"></a>
+</dt>
+<dd><a name="index-feminine-ordinal-symbol"></a>
+<a name="index-masculine-ordinal-symbol"></a>
+<a name="index-ordinals_002c-feminine-and-masculine"></a>
+<a name="index-Spanish-ordinals_002c-feminine-and-masculine"></a>
+<p>&ordf;, &ordm; Feminine and masculine ordinal symbols.
+</p>
+</dd>
+<dt><code>\textperiodcentered</code>
+<a name="index-_005ctextperiodcentered"></a>
+</dt>
+<dd><a name="index-period_002c-centered_002c-in-text"></a>
+<a name="index-centered-period_002c-in-text"></a>
+<p>&#x00B7; Centered period.
+</p>
+</dd>
+<dt><code>\textquestiondown <span class="roman">(or <code>?`</code>)</span></code>
+<a name="index-_005ctextquestiondown-_0028or-_003f_0060_0029"></a>
+</dt>
+<dd><a name="index-question-mark_002c-upside_002ddown"></a>
+<p>&iquest; Upside down question mark.
+</p>
+</dd>
+<dt><code>\textquotedblleft <span class="roman">(or <code>``</code>)</span></code>
+<a name="index-_005ctextquotedblleft-_0028or-_0060_0060_0029"></a>
+</dt>
+<dd><a name="index-left-quote_002c-double"></a>
+<a name="index-double-left-quote"></a>
+<p>&ldquo; Double left quote.
+</p>
+</dd>
+<dt><code>\textquotedblright <span class="roman">(or <code>''</code>)</span></code>
+<a name="index-_005ctextquotedblright-_0028or-_0027_0027_0029"></a>
+</dt>
+<dd><a name="index-right-quote_002c-double"></a>
+<a name="index-double-right-quote"></a>
+<p>&rdquo; Double right quote.
+</p>
+</dd>
+<dt><code>\textquoteleft <span class="roman">(or <code>`</code>)</span></code>
+<a name="index-_005ctextquoteleft-_0028or-_0060_0029"></a>
+</dt>
+<dd><a name="index-left-quote_002c-single"></a>
+<a name="index-single-left-quote"></a>
+<p>&lsquo; Single left quote.
+</p>
+</dd>
+<dt><code>\textquoteright <span class="roman">(or <code>'</code>)</span></code>
+<a name="index-_005ctextquoteright-_0028or-_0027_0029"></a>
+</dt>
+<dd><a name="index-right-quote_002c-single"></a>
+<a name="index-single-right-quote"></a>
+<p>&rsquo; Single right quote.
+</p>
+</dd>
+<dt><code>\textquotesingle</code>
+<a name="index-_005ctextquotesingle"></a>
+</dt>
+<dd><a name="index-quote_002c-single-straight"></a>
+<a name="index-straight-single-quote"></a>
+<a name="index-single-quote_002c-straight"></a>
+<p>&#x0027; Straight single quote. (From TS1 encoding.)
+</p>
+</dd>
+<dt><code>\textquotestraightbase</code>
+<a name="index-_005ctextquotestraightbase"></a>
+</dt>
+<dt><code>\textquotestraightdblbase</code>
+<a name="index-_005ctextquotestraightdblbase"></a>
+</dt>
+<dd><a name="index-quote_002c-straight-base"></a>
+<a name="index-straight-quote_002c-base"></a>
+<a name="index-double-quote_002c-straight-base"></a>
+<a name="index-straight-double-quote_002c-base"></a>
+<p>Single and double straight quotes on the baseline.
+</p>
+</dd>
+<dt><code>\textregistered</code>
+<a name="index-_005ctextregistered"></a>
+</dt>
+<dd><a name="index-registered-symbol"></a>
+<p>&reg; Registered symbol.
+</p>
+</dd>
+<dt><code>\textrightarrow</code>
+<a name="index-_005ctextrightarrow"></a>
+</dt>
+<dd><a name="index-arrow_002c-right_002c-in-text"></a>
+<a name="index-right-arrow_002c-in-text"></a>
+<p>&#x2192; Right arrow.
+</p>
+</dd>
+<dt><code>\textthreequartersemdash</code>
+<a name="index-_005ctextthreequartersemdash"></a>
+</dt>
+<dd><a name="index-three_002dquarters-em_002ddash"></a>
+<a name="index-em_002ddash_002c-three_002dquarters"></a>
+<p>&#xFE58; &ldquo;Three-quarters&rdquo; em-dash, between en-dash and em-dash.
+</p>
+</dd>
+<dt><code>\texttrademark</code>
+<a name="index-_005ctexttrademark"></a>
+</dt>
+<dd><a name="index-trademark-symbol"></a>
+<p>&#x2122; Trademark symbol.
+</p>
+</dd>
+<dt><code>\texttwelveudash</code>
+<a name="index-_005ctexttwelveudash"></a>
+</dt>
+<dd><a name="index-two_002dthirds-em_002ddash"></a>
+<a name="index-em_002ddash_002c-two_002dthirds"></a>
+<p>&#xFE58; &ldquo;Two-thirds&rdquo; em-dash, between en-dash and em-dash.
+</p>
+</dd>
+<dt><code>\textunderscore</code>
+<a name="index-_005ctextunderscore"></a>
+</dt>
+<dd><a name="index-underscore_002c-in-text"></a>
+<p>_ Underscore.
+</p>
+</dd>
+<dt><code>\textvisiblespace</code>
+<a name="index-_005ctextvisiblespace"></a>
+</dt>
+<dd><a name="index-visible-space-symbol_002c-in-text"></a>
+<p>&#x2423; Visible space symbol.
+</p>
+</dd>
+</dl>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Typefaces.html b/src/data/help/unofficial-latex2e-reference-manual/Typefaces.html
new file mode 100644
index 00000000..649e937e
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Typefaces.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Typefaces (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Typefaces (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Typefaces (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Fonts.html#Typefaces">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Fonts.html#Typefaces">Typefaces</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Units-of-length.html b/src/data/help/unofficial-latex2e-reference-manual/Units-of-length.html
new file mode 100644
index 00000000..910f92d3
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Units-of-length.html
@@ -0,0 +1,215 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Units of length (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Units of length (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Units of length (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Lengths.html#Lengths" rel="up" title="Lengths">
+<link href="_005csetlength.html#g_t_005csetlength" rel="next" title="\setlength">
+<link href="Lengths.html#Lengths" rel="prev" title="Lengths">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Units-of-length"></a>
+<div class="header">
+<p>
+Next: <a href="_005csetlength.html#g_t_005csetlength" accesskey="n" rel="next">\setlength</a>, Up: <a href="Lengths.html#Lengths" accesskey="u" rel="up">Lengths</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Units-of-length-1"></a>
+<h3 class="section">14.1 Units of length</h3>
+
+<a name="index-units_002c-of-length"></a>
+
+<p>TeX and LaTeX know about these units both inside and outside of
+math mode.
+</p>
+<dl compact="compact">
+<dt><code>pt</code></dt>
+<dd><a name="index-pt"></a>
+<a name="index-Point"></a>
+<a name="units-of-length-pt"></a><p>Point, 1/72.27 inch. The conversion to metric units, to two decimal
+places, is 1point = 2.85mm = 28.45cm.
+</p>
+</dd>
+<dt><code>pc</code></dt>
+<dd><a name="index-pica"></a>
+<a name="index-pc"></a>
+<a name="units-of-length-pc"></a><p>Pica, 12 pt
+</p>
+</dd>
+<dt><code>in</code></dt>
+<dd><a name="index-in"></a>
+<a name="index-inch"></a>
+<a name="units-of-length-in"></a><p>Inch, 72.27 pt
+</p>
+</dd>
+<dt><code>bp</code></dt>
+<dd><a name="index-bp"></a>
+<a name="index-Big-point"></a>
+<a name="units-of-length-bp"></a><p>Big point, 1/72 inch. This length is the definition of a point in
+PostScript and many desktop publishing systems.
+</p>
+</dd>
+<dt><code>cm</code></dt>
+<dd><a name="index-Centimeter"></a>
+<a name="index-cm"></a>
+<a name="units-of-length-cm"></a><p>Centimeter
+</p>
+</dd>
+<dt><code>mm</code></dt>
+<dd><a name="index-Millimeter"></a>
+<a name="index-mm"></a>
+<a name="units-of-length-mm"></a><p>Millimeter
+</p>
+</dd>
+<dt><code>dd</code></dt>
+<dd><a name="index-Didot-point"></a>
+<a name="index-dd"></a>
+<a name="units-of-length-dd"></a><p>Didot point, 1.07 pt
+</p>
+</dd>
+<dt><code>cc</code></dt>
+<dd><a name="index-Cicero"></a>
+<a name="index-cc"></a>
+<a name="units-of-length-cc"></a><p>Cicero, 12 dd
+</p>
+</dd>
+<dt><code>sp</code></dt>
+<dd><a name="index-Scaled-point"></a>
+<a name="index-sp"></a>
+<a name="units-of-length-sp"></a><p>Scaled point, 1/65536 pt
+</p>
+</dd>
+</dl>
+
+<a name="index-ex"></a>
+<a name="index-x_002dheight"></a>
+<a name="index-ex-1"></a>
+<a name="index-m_002dwidth"></a>
+<a name="index-em"></a>
+<a name="index-em-1"></a>
+<a name="Lengths_002fem"></a><a name="Lengths_002fen"></a><a name="Lengths_002fex"></a><a name="units-of-length-em"></a><a name="units-of-length-en"></a><a name="units-of-length-ex"></a><p>Two other lengths that are often used are values set by the designer of
+the font. The x-height of the current font <em>ex</em>, traditionally the
+height of the lowercase letter x, is often used for vertical
+lengths. Similarly <em>em</em>, traditionally the width of the capital
+letter M, is often used for horizontal lengths (there is also
+<code>\enspace</code>, which is <code>0.5em</code>). Use of these can help make a
+definition work better across font changes. For example, a definition
+of the vertical space between list items given as
+<code>\setlength{\itemsep}{1ex plus 0.05ex minus 0.01ex}</code> is more
+likely to still be reasonable if the font is changed than a definition
+given in points.
+</p>
+<a name="index-mu_002c-math-unit"></a>
+<a name="index-mu"></a>
+<p>In math mode, many definitions are expressed in terms of the math unit
+<em>mu</em> given by 1 em = 18 mu, where the em is taken from the current
+math symbols family. See <a href="Spacing-in-math-mode.html#Spacing-in-math-mode">Spacing in math mode</a>.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Upper-and-lower-case.html b/src/data/help/unofficial-latex2e-reference-manual/Upper-and-lower-case.html
new file mode 100644
index 00000000..98f66434
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Upper-and-lower-case.html
@@ -0,0 +1,185 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Upper and lower case (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Upper and lower case (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Upper and lower case (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Special-insertions.html#Special-insertions" rel="up" title="Special insertions">
+<link href="Symbols-by-font-position.html#Symbols-by-font-position" rel="next" title="Symbols by font position">
+<link href="Reserved-characters.html#Reserved-characters" rel="prev" title="Reserved characters">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Upper-and-lower-case"></a>
+<div class="header">
+<p>
+Next: <a href="Symbols-by-font-position.html#Symbols-by-font-position" accesskey="n" rel="next">Symbols by font position</a>, Previous: <a href="Reserved-characters.html#Reserved-characters" accesskey="p" rel="prev">Reserved characters</a>, Up: <a href="Special-insertions.html#Special-insertions" accesskey="u" rel="up">Special insertions</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Upper-and-lower-case-1"></a>
+<h3 class="section">23.2 Upper and lower case</h3>
+
+<a name="index-uppercase"></a>
+<a name="index-lowercase"></a>
+<a name="index-characters_002c-case-of"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\uppercase{<var>text</var>}
+\lowercase{<var>text</var>}
+\MakeUppercase{<var>text</var>}
+\MakeLowercase{<var>text</var>}
+</pre></div>
+
+<p>Change the case of characters. The TeX primitives commands
+<code>\uppercase</code> and <code>\lowercase</code> only work for American
+characters. The LaTeX commands <code>\MakeUppercase</code> and
+<code>\MakeLowercase</code> commands also change characters accessed by
+commands such as <code>\ae</code> or <code>\aa</code>. The commands
+<code>\MakeUppercase</code> and <code>\MakeLowercase</code> are robust but they have
+moving arguments (see <a href="_005cprotect.html#g_t_005cprotect">\protect</a>).
+</p>
+<p>These commands do not change the case of letters used in the name of a
+command within <var>text</var>. But they do change the case of every other
+Latin letter inside the argument <var>text</var>. Thus,
+<code>\MakeUppercase{Let $y=f(x)$</code>} produces &lsquo;<samp>LET Y=F(X)</samp>&rsquo;. Another
+example is that the name of an environment will be changed, so that
+<code>\MakeUppercase{\begin{tabular} ... \end{tabular}}</code> will
+produce an error because the first half is changed to
+<code>\begin{TABULAR}</code>.
+</p>
+<p>LaTeX uses the same fixed table for changing case throughout a
+document, The table used is designed for the font encoding T1; this
+works well with the standard TeX fonts for all Latin alphabets but
+will cause problems when using other alphabets.
+</p>
+<p>To change the case of text that results from a macro inside <var>text</var>
+you need to do expansion. Here the <code>\Schoolname</code> produces
+&lsquo;<samp>COLLEGE OF MATHEMATICS</samp>&rsquo;.
+</p>
+<div class="example">
+<pre class="example">\newcommand{\schoolname}{College of Mathematics}
+\newcommand{\Schoolname}{\expandafter\MakeUppercase
+ <!-- /@w -->\expandafter{\schoolname}}
+</pre></div>
+
+<a name="index-package_002c-textcase"></a>
+<a name="index-textcase-package"></a>
+
+<p>The <samp>textcase</samp> package brings some of the missing feature of the
+standard LaTeX commands <code>\MakeUppercase</code> and
+<code>\MakeLowerCase</code>.
+</p>
+<a name="index-package_002c-mfirstuc"></a>
+<a name="index-mfirstuc-package"></a>
+
+<p>To uppercase only the first letter of words, you can use the package
+<samp>mfirstuc</samp>.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/Using-BibTeX.html b/src/data/help/unofficial-latex2e-reference-manual/Using-BibTeX.html
new file mode 100644
index 00000000..79e00383
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/Using-BibTeX.html
@@ -0,0 +1,200 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Using BibTeX (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Using BibTeX (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Using BibTeX (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="thebibliography.html#thebibliography" rel="up" title="thebibliography">
+<link href="theorem.html#theorem" rel="next" title="theorem">
+<link href="_005cnocite.html#g_t_005cnocite" rel="prev" title="\nocite">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Using-BibTeX"></a>
+<div class="header">
+<p>
+Previous: <a href="_005cnocite.html#g_t_005cnocite" accesskey="p" rel="prev">\nocite</a>, Up: <a href="thebibliography.html#thebibliography" accesskey="u" rel="up">thebibliography</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Using-BibTeX-1"></a>
+<h4 class="subsection">8.24.4 Using BibTeX</h4>
+
+<a name="index-using-BibTeX"></a>
+<a name="index-bibTeX_002c-using"></a>
+<a name="index-bibliography_002c-creating-_0028automatically_0029"></a>
+<a name="index-_005cbibliographystyle"></a>
+<a name="index-_005cbibliography"></a>
+
+<p>As described in <code>thebibliography</code> (see <a href="thebibliography.html#thebibliography">thebibliography</a>), a
+sophisticated approach to managing bibliographies is provided by the
+BibTeX program. This is only an introduction; see the full
+documentation on CTAN.
+</p>
+<p>With BibTeX, you don&rsquo;t use <code>thebibliography</code>
+(see <a href="thebibliography.html#thebibliography">thebibliography</a>). Instead, include these lines.
+</p>
+<div class="example">
+<pre class="example">\bibliographystyle{<var>bibstyle</var>}
+\bibliography{<var>bibfile1</var>, <var>bibfile2</var>, ...}
+</pre></div>
+
+<p>The <var>bibstyle</var> refers to a file <samp><var>bibstyle</var>.bst</samp>, which
+defines how your citations will look. The standard <var>bibstyle</var>&rsquo;s
+distributed with BibTeX are:
+</p>
+<dl compact="compact">
+<dt><code>alpha</code></dt>
+<dd><p>Labels are formed from name of author and year of publication.
+The bibliographic items are sorted alphabetically.
+</p></dd>
+<dt><code>plain</code></dt>
+<dd><p>Labels are integers.
+Sort the bibliographic items alphabetically.
+</p></dd>
+<dt><code>unsrt</code></dt>
+<dd><p>Like <code>plain</code>, but entries are in order of citation.
+</p></dd>
+<dt><code>abbrv</code></dt>
+<dd><p>Like <code>plain</code>, but more compact labels.
+</p></dd>
+</dl>
+
+<p>Many, many other BibTeX style files exist,
+tailored to the demands of various publications. See CTAN&rsquo;s listing
+<a href="http://mirror.ctan.org/biblio/bibtex/contrib">http://mirror.ctan.org/biblio/bibtex/contrib</a>.
+</p>
+<p>The <code>\bibliography</code> command is what actually produces the
+bibliography. Its argument is a comma-separated list, referring to
+files named <samp><var>bibfile1</var>.bib</samp>, <samp><var>bibfile2</var>.bib</samp>,
+&hellip; These contain your database in BibTeX format. This shows a
+typical couple of entries in that format.
+</p>
+<div class="example">
+<pre class="example">@book{texbook,
+ title = {The {{\TeX}}book},
+ author = {D.E. Knuth},
+ isbn = {0201134489},
+ series = {Computers \&amp; typesetting},
+ year = {1983},
+ publisher = {Addison-Wesley}
+}
+@book{sexbook,
+ author = {W.H. Masters and V.E. Johnson},
+ title = {Human Sexual Response},
+ year = {1966},
+ publisher = {Bantam Books}
+}
+</pre></div>
+
+<p>Only the bibliographic entries referred to via <code>\cite</code> and
+<code>\nocite</code> will be listed in the document&rsquo;s bibliography. Thus you
+can keep all your sources together in one file, or a small number of
+files, and rely on BibTeX to include in this document only those that
+you used.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cAT.html b/src/data/help/unofficial-latex2e-reference-manual/_005cAT.html
new file mode 100644
index 00000000..7a1f6305
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cAT.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\AT (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\AT (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\AT (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005c_0040.html#g_t_005cAT">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005c_0040.html#g_t_005cAT">\AT</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cAtBeginDocument.html b/src/data/help/unofficial-latex2e-reference-manual/_005cAtBeginDocument.html
new file mode 100644
index 00000000..4a8f9e61
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cAtBeginDocument.html
@@ -0,0 +1,145 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\AtBeginDocument (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\AtBeginDocument (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\AtBeginDocument (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="document.html#document" rel="up" title="document">
+<link href="_005cAtEndDocument.html#g_t_005cAtEndDocument" rel="next" title="\AtEndDocument">
+<link href="document.html#document" rel="prev" title="document">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cAtBeginDocument"></a>
+<div class="header">
+<p>
+Next: <a href="_005cAtEndDocument.html#g_t_005cAtEndDocument" accesskey="n" rel="next">\AtEndDocument</a>, Up: <a href="document.html#document" accesskey="u" rel="up">document</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cAtBeginDocument-1"></a>
+<h4 class="subsection">8.6.1 <code>\AtBeginDocument</code></h4>
+
+<a name="index-_005cAtBeginDocument"></a>
+<a name="index-beginning-of-document-hook"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\AtBeginDocument{<var>code</var>}
+</pre></div>
+
+<p>Save <var>code</var> and execute it when <code>\begin{document}</code> is
+executed, at the very end of the preamble. The code is executed after
+the font selection tables have been set up, so the normal font for the
+document is the current font. However, the code is executed as part of
+the preamble so you cannot do any typesetting with it.
+</p>
+<p>You can issue this command more than once; the successive code lines
+will be executed in the order that you gave them.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cAtEndDocument.html b/src/data/help/unofficial-latex2e-reference-manual/_005cAtEndDocument.html
new file mode 100644
index 00000000..f6f20571
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cAtEndDocument.html
@@ -0,0 +1,146 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\AtEndDocument (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\AtEndDocument (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\AtEndDocument (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="document.html#document" rel="up" title="document">
+<link href="enumerate.html#enumerate" rel="next" title="enumerate">
+<link href="_005cAtBeginDocument.html#g_t_005cAtBeginDocument" rel="prev" title="\AtBeginDocument">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cAtEndDocument"></a>
+<div class="header">
+<p>
+Previous: <a href="_005cAtBeginDocument.html#g_t_005cAtBeginDocument" accesskey="p" rel="prev">\AtBeginDocument</a>, Up: <a href="document.html#document" accesskey="u" rel="up">document</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cAtEndDocument-1"></a>
+<h4 class="subsection">8.6.2 <code>\AtEndDocument</code></h4>
+
+<a name="index-_005cAtEndDocument"></a>
+<a name="index-end-of-document-hook"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\AtEndDocument{<var>code</var>}
+</pre></div>
+
+<p>Save <var>code</var> and execute it near the end of the document.
+Specifically, it is executed when <code>\end{document}</code> is executed,
+before the final page is finished and before any leftover floating
+environments are processed. If you want some of the code to be executed
+after these two processes then include a <code>\clearpage</code> at the
+appropriate point in <var>code</var>.
+</p>
+<p>You can issue this command more than once; the successive code lines
+will be executed in the order that you gave them.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cDeclareFontEncoding.html b/src/data/help/unofficial-latex2e-reference-manual/_005cDeclareFontEncoding.html
new file mode 100644
index 00000000..f61b89e0
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cDeclareFontEncoding.html
@@ -0,0 +1,169 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\DeclareFontEncoding (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\DeclareFontEncoding (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\DeclareFontEncoding (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="fontenc-package.html#fontenc-package" rel="up" title="fontenc package">
+<link href="_005cDeclareTextAccent.html#g_t_005cDeclareTextAccent" rel="next" title="\DeclareTextAccent">
+<link href="fontenc-package.html#fontenc-package" rel="prev" title="fontenc package">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cDeclareFontEncoding"></a>
+<div class="header">
+<p>
+Next: <a href="_005cDeclareTextAccent.html#g_t_005cDeclareTextAccent" accesskey="n" rel="next">\DeclareTextAccent</a>, Up: <a href="fontenc-package.html#fontenc-package" accesskey="u" rel="up">fontenc package</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cDeclareFontEncoding-1"></a>
+<h4 class="subsection">4.1.1 <code>\DeclareFontEncoding</code></h4>
+
+<a name="index-Font-encoding-1"></a>
+<a name="index-Encoding_002c-font"></a>
+<a name="index-Accents_002c-defining"></a>
+<a name="index-_005cDeclareFontEncoding"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\DeclareFontEncoding{<var>encoding</var>}{<var>text-settings</var>}{<var>math-settings</var>}
+</pre></div>
+
+<p>Declare the font encoding <var>encoding</var>. It also saves the value of
+<var>encoding</var> in <code>\LastDeclaredEncoding</code>
+(see <a href="_005cLastDeclaredEncoding.html#g_t_005cLastDeclaredEncoding">\LastDeclaredEncoding</a>).
+</p>
+<p>The file <samp>t1enc.def</samp> contains this line (followed by many others).
+</p>
+<div class="example">
+<pre class="example">\DeclareFontEncoding{T1}{}{}
+</pre></div>
+
+<p>The <var>text-settings</var> are the commands that LaTeX will run every
+time it switches from one encoding to another with the
+<code>\selectfont</code> or <code>\fontencoding</code> command. The
+<var>math-settings</var> are the commands that LaTeX will use whenever the
+font is accessed as a math alphabet.
+</p>
+<p>LaTeX ignores any space characters inside <var>text-settings</var> and
+<var>math-settings</var>, to prevent unintended spaces in the output.
+</p>
+<p>If you invent an encoding you should pick a two or three letter name
+starting with &lsquo;<samp>L</samp>&rsquo; for &lsquo;<samp>local</samp>&rsquo;, or &lsquo;<samp>E</samp>&rsquo; for
+&lsquo;<samp>experimental</samp>&rsquo;.
+</p>
+<p>Note that output encoding files may be read several times by LaTeX so
+using, e.g., <code>\newcommand</code> may cause an error. In addition, such
+files should contain <code>\ProvidesFile</code> line (see <a href="Class-and-package-commands.html#Class-and-package-commands">Class and package commands</a>).
+</p>
+<p>Note also that you should use the <code>\...Default</code> commands only in a
+package, not in the encoding definition files, since those files
+should only contain declarations specific to that encoding.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cDeclareGraphicsExtensions.html b/src/data/help/unofficial-latex2e-reference-manual/_005cDeclareGraphicsExtensions.html
new file mode 100644
index 00000000..b55fcf33
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cDeclareGraphicsExtensions.html
@@ -0,0 +1,173 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\DeclareGraphicsExtensions (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\DeclareGraphicsExtensions (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\DeclareGraphicsExtensions (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Graphics-package-configuration.html#Graphics-package-configuration" rel="up" title="Graphics package configuration">
+<link href="_005cDeclareGraphicsRule.html#g_t_005cDeclareGraphicsRule" rel="next" title="\DeclareGraphicsRule">
+<link href="_005cgraphicspath.html#g_t_005cgraphicspath" rel="prev" title="\graphicspath">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cDeclareGraphicsExtensions"></a>
+<div class="header">
+<p>
+Next: <a href="_005cDeclareGraphicsRule.html#g_t_005cDeclareGraphicsRule" accesskey="n" rel="next">\DeclareGraphicsRule</a>, Previous: <a href="_005cgraphicspath.html#g_t_005cgraphicspath" accesskey="p" rel="prev">\graphicspath</a>, Up: <a href="Graphics-package-configuration.html#Graphics-package-configuration" accesskey="u" rel="up">Graphics package configuration</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cDeclareGraphicsExtensions-1"></a>
+<h4 class="subsection">22.2.2 <code>\DeclareGraphicsExtensions</code></h4>
+
+<a name="index-_005cDeclareGraphicsExtensions"></a>
+
+<p>Synopses:
+</p>
+<div class="example">
+<pre class="example">\DeclareGraphicsExtensions{<var>comma-separated list of file extensions</var>}
+</pre></div>
+
+<p>Declare the filename extensions to try. This allows you to specify the
+order in which to choose graphic formats when you include graphic files
+by giving the filename without the extension, as in
+<code>\includegraphics{functionplot}</code>.
+</p>
+<p>In this example, LaTeX will find files in the PNG format before PDF
+files.
+</p>
+<div class="example">
+<pre class="example">\DeclareGraphicsExtensions{.png,PNG,.pdf,.PDF}
+ ...
+\includegraphics{lion} % will find <samp>lion.png</samp> before <samp>lion.pdf</samp>
+</pre></div>
+
+<p>Because the file name <samp>lion</samp> does not have a period, LaTeX uses
+the extension list. For each directory in the graphics path
+(see <a href="_005cgraphicspath.html#g_t_005cgraphicspath">\graphicspath</a>), LaTeX will try the extensions in the order
+given. If it does not find such a file after trying all the directories
+and extensions then it reports &lsquo;<samp>! LaTeX Error: File `<samp>lion</samp>'
+not found</samp>&rsquo;. Note that you must include the periods at the start of the
+extensions.
+</p>
+<p>Because GNU/Linux and Macintosh filenames are case sensitive, the list of
+file extensions is case sensitive on those platforms. The Windows
+platform is not case sensitive.
+</p>
+<p>You are not required to include <code>\DeclareGraphicsExtensions</code> in
+your document; the printer driver has a sensible default. For example,
+the most recent <samp>pdftex.def</samp> has this extension list.
+</p>
+<div class="example">
+<pre class="example">.png,.pdf,.jpg,.mps,.jpeg,.jbig2,.jb2,.PNG,.PDF,.JPG,.JPEG,.JBIG2,.JB2
+</pre></div>
+
+<p>You can use this command anywhere in the document. You can use it more
+than once. Show its value with
+<code>\makeatletter\typeout{\Gin@extensions}\makeatother</code>.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cDeclareGraphicsRule.html b/src/data/help/unofficial-latex2e-reference-manual/_005cDeclareGraphicsRule.html
new file mode 100644
index 00000000..a6bdd32e
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cDeclareGraphicsRule.html
@@ -0,0 +1,210 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\DeclareGraphicsRule (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\DeclareGraphicsRule (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\DeclareGraphicsRule (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Graphics-package-configuration.html#Graphics-package-configuration" rel="up" title="Graphics package configuration">
+<link href="Commands-for-graphics.html#Commands-for-graphics" rel="next" title="Commands for graphics">
+<link href="_005cDeclareGraphicsExtensions.html#g_t_005cDeclareGraphicsExtensions" rel="prev" title="\DeclareGraphicsExtensions">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cDeclareGraphicsRule"></a>
+<div class="header">
+<p>
+Previous: <a href="_005cDeclareGraphicsExtensions.html#g_t_005cDeclareGraphicsExtensions" accesskey="p" rel="prev">\DeclareGraphicsExtensions</a>, Up: <a href="Graphics-package-configuration.html#Graphics-package-configuration" accesskey="u" rel="up">Graphics package configuration</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cDeclareGraphicsRule-1"></a>
+<h4 class="subsection">22.2.3 <code>\DeclareGraphicsRule</code></h4>
+
+<a name="index-_005cDeclareGraphicsRule"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\DeclareGraphicsRule{<var>extension</var>}{<var>type</var>}{<var>size-file extension</var>}{<var>command</var>}
+</pre></div>
+
+<p>Declare how to handle graphic files whose names end in <var>extension</var>.
+</p>
+<p>This example declares that all files with names have the form
+<samp>filename-without-dot.mps</samp> will be treated as output from MetaPost,
+meaning that the printer driver will use its MetaPost-handling code to
+input the file.
+</p>
+<div class="example">
+<pre class="example">\DeclareGraphicsRule{.mps}{mps}{.mps}{}
+</pre></div>
+
+<p>This
+</p>
+<div class="example">
+<pre class="example">\DeclareGraphicsRule{*}{mps}{*}{}
+</pre></div>
+
+<p>tells LaTeX that it should handle as MetaPost output any file with an
+extension not covered by another rule, so it covers <samp>filename.1</samp>,
+<samp>filename.2</samp>, etc.
+</p>
+<p>This describes the four arguments.
+</p>
+<dl compact="compact">
+<dt><var>extension</var></dt>
+<dd><p>The file extension to which this rule applies. The extension is anything
+after and including the first dot in the filename. Use the Kleene star,
+<code>*</code>, to denote the default behaviour for all undeclared extensions.
+</p>
+</dd>
+<dt><var>type</var></dt>
+<dd><p>The type of file involved. This type is a string that must be defined
+in the printer driver. For instance, files with extensions <samp>.ps</samp>,
+<samp>.eps</samp>, or <samp>.ps.gz</samp> may all be classed as type <code>eps</code>.
+All files of the same type will be input with the same internal command
+by the printer driver. For example, the file types that <samp>pdftex</samp>
+recognizes are: <code>jpg</code>, <code>jbig2</code>, <code>mps</code>, <code>pdf</code>,
+<code>png</code>, <code>tif</code>.
+</p>
+</dd>
+<dt><var>size-file extension</var></dt>
+<dd><p>The extension of the file to be read to determine the size of the
+graphic, if there is such a file. It may be the same as <var>extension</var>
+but it may be different.
+</p>
+<p>As an example, consider a PostScript graphic. To make it smaller, it
+might be compressed into a <samp>.ps.gz</samp> file. Compressed files are not
+easily read by LaTeX so you can put the bounding box information in a
+separate file. If <var>size-file extension</var> is empty then you must
+specify size information in the arguments of <code>\includegraphics</code>.
+</p>
+<p>If the driver file has a procedure for reading size files for
+<code>type</code> then that will be used, otherwise it will use the procedure
+for reading <samp>.eps</samp> files. (Thus you may specify the size of bitmap
+files in a file with a PostScript style <code>%%BoundingBox</code> line if no
+other format is available.)
+</p>
+</dd>
+<dt><var>command</var></dt>
+<dd><p>A command that will be applied to the
+file. This is very often left blank. This command must start with a
+single backward quote. Thus,
+<code>\DeclareGraphicsRule{.eps.gz}{eps}{.eps.bb}{`gunzip -c
+#1}</code> specifies that any file with the extension <samp>.eps.gz</samp> should
+be treated as an <code>eps</code> file, with the BoundingBox information
+stored in the file with extension <samp>.eps.bb</samp>, and that the command
+<code>gunzip -c</code> will run on your platform to decompresses the file.
+</p>
+<p>Such a command is specific to your platform. In addition, your TeX
+system must allow you to run external commands; as a security measure
+modern systems restrict running commands unless you explicitly allow it.
+See the documentation for your TeX distribution.
+</p>
+</dd>
+</dl>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cDeclareTextAccent.html b/src/data/help/unofficial-latex2e-reference-manual/_005cDeclareTextAccent.html
new file mode 100644
index 00000000..bc5552aa
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cDeclareTextAccent.html
@@ -0,0 +1,155 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\DeclareTextAccent (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\DeclareTextAccent (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\DeclareTextAccent (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="fontenc-package.html#fontenc-package" rel="up" title="fontenc package">
+<link href="_005cDeclareTextAccentDefault.html#g_t_005cDeclareTextAccentDefault" rel="next" title="\DeclareTextAccentDefault">
+<link href="_005cDeclareFontEncoding.html#g_t_005cDeclareFontEncoding" rel="prev" title="\DeclareFontEncoding">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cDeclareTextAccent"></a>
+<div class="header">
+<p>
+Next: <a href="_005cDeclareTextAccentDefault.html#g_t_005cDeclareTextAccentDefault" accesskey="n" rel="next">\DeclareTextAccentDefault</a>, Previous: <a href="_005cDeclareFontEncoding.html#g_t_005cDeclareFontEncoding" accesskey="p" rel="prev">\DeclareFontEncoding</a>, Up: <a href="fontenc-package.html#fontenc-package" accesskey="u" rel="up">fontenc package</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cDeclareTextAccent-1"></a>
+<h4 class="subsection">4.1.2 <code>\DeclareTextAccent</code></h4>
+
+<a name="index-Font-encoding-2"></a>
+<a name="index-Accents_002c-defining-1"></a>
+<a name="index-_005cDeclareTextAccent"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\DeclareTextAccent{<var>cmd</var>}{<var>encoding</var>}{<var>slot</var>}
+</pre></div>
+
+<p>Define an accent, to be put on top of other glyphs, in the encoding
+<var>encoding</var> at the location <var>slot</var>.
+</p>
+<p>This line from <samp>t1enc.def</samp> declares that to make a circumflex
+accent as in <code>\^A</code>, the system will put the accent in slot&nbsp;2
+over the &lsquo;<samp>A</samp>&rsquo; character, which is represented in ASCII as&nbsp;65.
+(This holds unless there is a relevant <code>DeclareTextComposite</code> or
+<code>\DeclareTextCompositeCommand</code> declaration;
+see <a href="_005cDeclareTextComposite.html#g_t_005cDeclareTextComposite">\DeclareTextComposite</a>.)
+</p>
+<div class="example">
+<pre class="example">\DeclareTextAccent{\^}{T1}{2}
+</pre></div>
+
+<p>If <var>cmd</var> has already been defined then <code>\DeclareTextAccent</code>
+does not give an error but it does log the redefinition in the
+transcript file.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cDeclareTextAccentDefault.html b/src/data/help/unofficial-latex2e-reference-manual/_005cDeclareTextAccentDefault.html
new file mode 100644
index 00000000..5e29ab05
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cDeclareTextAccentDefault.html
@@ -0,0 +1,164 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\DeclareTextAccentDefault (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\DeclareTextAccentDefault (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\DeclareTextAccentDefault (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="fontenc-package.html#fontenc-package" rel="up" title="fontenc package">
+<link href="_005cDeclareTextCommand-_0026-_005cProvideTextCommand.html#g_t_005cDeclareTextCommand-_0026-_005cProvideTextCommand" rel="next" title="\DeclareTextCommand &amp; \ProvideTextCommand">
+<link href="_005cDeclareTextAccent.html#g_t_005cDeclareTextAccent" rel="prev" title="\DeclareTextAccent">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cDeclareTextAccentDefault"></a>
+<div class="header">
+<p>
+Next: <a href="_005cDeclareTextCommand-_0026-_005cProvideTextCommand.html#g_t_005cDeclareTextCommand-_0026-_005cProvideTextCommand" accesskey="n" rel="next">\DeclareTextCommand &amp; \ProvideTextCommand</a>, Previous: <a href="_005cDeclareTextAccent.html#g_t_005cDeclareTextAccent" accesskey="p" rel="prev">\DeclareTextAccent</a>, Up: <a href="fontenc-package.html#fontenc-package" accesskey="u" rel="up">fontenc package</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cDeclareTextAccentDefault-1"></a>
+<h4 class="subsection">4.1.3 <code>\DeclareTextAccentDefault</code></h4>
+
+<a name="index-Font-encoding-3"></a>
+<a name="index-Accents_002c-defining-2"></a>
+<a name="index-_005cDeclareTextAccent-1"></a>
+<a name="index-_005cDeclareTextAccentDefault"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\DeclareTextAccentDefault{<var>cmd</var>}{<var>encoding</var>}
+</pre></div>
+
+<p>If there is an encoding-specific accent command <var>cmd</var> but there is
+no associated <code>\DeclareTextAccent</code> for that encoding then this
+command will pick up the slack, by saying to use it as described for
+<var>encoding</var>.
+</p>
+<p>For example, to make the encoding <code>OT1</code> be the default encoding for
+the accent <code>\&quot;</code>, declare this.
+</p>
+<div class="example">
+<pre class="example">\DeclareTextAccentDefault{\&quot;}{OT1}
+</pre></div>
+
+<p>If you issue a <code>\&quot;</code> when the current encoding does not have a
+definition for that accent then LaTeX will use the definition from
+<code>OT1</code>
+</p>
+<p>That is, this command is equivalent to this call (see <a href="_005cUseTextAccent-_0026-_005cUseTextSymbol.html#g_t_005cUseTextAccent-_0026-_005cUseTextSymbol">\UseTextAccent &amp; \UseTextSymbol</a>).
+</p>
+<div class="example">
+<pre class="example">\DeclareTextCommandDefault[1]{<var>cmd</var>}
+ {\UseTextAccent{<var>encoding</var>}{<var>cmd</var>}{#1}}
+</pre></div>
+
+<p>Note that <code>\DeclareTextAccentDefault</code> works for any one-argument
+<samp>fontenc</samp> command, not just the accent command.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cDeclareTextCommand-_0026-_005cProvideTextCommand.html b/src/data/help/unofficial-latex2e-reference-manual/_005cDeclareTextCommand-_0026-_005cProvideTextCommand.html
new file mode 100644
index 00000000..f301099c
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cDeclareTextCommand-_0026-_005cProvideTextCommand.html
@@ -0,0 +1,188 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\DeclareTextCommand &amp; \ProvideTextCommand (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\DeclareTextCommand &amp; \ProvideTextCommand (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\DeclareTextCommand &amp; \ProvideTextCommand (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="fontenc-package.html#fontenc-package" rel="up" title="fontenc package">
+<link href="_005cDeclareTextCommandDefault-_0026-_005cProvideTextCommandDefault.html#g_t_005cDeclareTextCommandDefault-_0026-_005cProvideTextCommandDefault" rel="next" title="\DeclareTextCommandDefault &amp; \ProvideTextCommandDefault">
+<link href="_005cDeclareTextAccentDefault.html#g_t_005cDeclareTextAccentDefault" rel="prev" title="\DeclareTextAccentDefault">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cDeclareTextCommand-_0026-_005cProvideTextCommand"></a>
+<div class="header">
+<p>
+Next: <a href="_005cDeclareTextCommandDefault-_0026-_005cProvideTextCommandDefault.html#g_t_005cDeclareTextCommandDefault-_0026-_005cProvideTextCommandDefault" accesskey="n" rel="next">\DeclareTextCommandDefault &amp; \ProvideTextCommandDefault</a>, Previous: <a href="_005cDeclareTextAccentDefault.html#g_t_005cDeclareTextAccentDefault" accesskey="p" rel="prev">\DeclareTextAccentDefault</a>, Up: <a href="fontenc-package.html#fontenc-package" accesskey="u" rel="up">fontenc package</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cDeclareTextCommand-_0026-_005cProvideTextCommand-1"></a>
+<h4 class="subsection">4.1.4 <code>\DeclareTextCommand</code> &amp; <code>\ProvideTextCommand</code></h4>
+
+<a name="index-Font-encoding-4"></a>
+<a name="index-_005cDeclareTextCommand"></a>
+<a name="index-_005cDeclareTextCommandDefault"></a>
+<a name="index-_005cProvideTextCommand"></a>
+
+<p>Synopsis, one of:
+</p>
+<div class="example">
+<pre class="example">\DeclareTextCommand{<var>cmd</var>}{<var>encoding</var>}{<var>defn</var>}
+\DeclareTextCommand{<var>cmd</var>}{<var>encoding</var>}[<var>nargs</var>]{<var>defn}</var>
+\DeclareTextCommand{<var>cmd</var>}{<var>encoding</var>}[<var>nargs</var>][<var>optargdefault</var>]{<var>defn</var>}
+</pre></div>
+
+<p>or one of:
+</p>
+<div class="example">
+<pre class="example">\ProvideTextCommand{<var>cmd</var>}{<var>encoding</var>}{<var>defn</var>}
+\ProvideTextCommand{<var>cmd</var>}{<var>encoding</var>}[<var>nargs</var>]{<var>defn</var>}
+\ProvideTextCommand{<var>cmd</var>}{<var>encoding</var>}[<var>nargs</var>][<var>optargdefault</var>]{<var>defn</var>}
+</pre></div>
+
+<p>Define the command <var>cmd</var>, which will be specific to one encoding.
+The command name <var>cmd</var> must begin with a backslash, \. These
+commands can only appear in the preamble. Redefining <code>cmd</code> does
+not cause an error. The defined command will be robust even if the code
+in <var>defn</var> is fragile (see <a href="_005cprotect.html#g_t_005cprotect">\protect</a>).
+</p>
+<p>For example, the file <samp>t1enc.def</samp> contains this line.
+</p>
+<div class="example">
+<pre class="example">\DeclareTextCommand{\textperthousand}{T1}{\%\char 24 }
+</pre></div>
+
+<p>With that, you can express parts per thousand.
+</p>
+<div class="example">
+<pre class="example">\usepackage[T1]{fontenc} % in preamble
+ ...
+Legal limit is \( 0.8 \)\textperthousand.
+</pre></div>
+
+<p>If you change the font encoding to <code>OT1</code> then you get an error like
+&lsquo;<samp>LaTeX Error: Command \textperthousand unavailable in encoding
+OT1</samp>&rsquo;.
+</p>
+<p>The <code>\ProvideTextCommand</code> variant does the same, except that it
+does nothing if <var>cmd</var> is already defined. The
+<code>\DeclareTextSymbol</code> command is faster than this one for simple
+slot-to-glyph association (see <a href="_005cDeclareTextSymbol.html#g_t_005cDeclareTextSymbol">\DeclareTextSymbol</a>)
+</p>
+<p>The optional <var>nargs</var> and <var>optargsdefault</var> arguments play the
+same role here as in <code>\newcommand</code> (see <a href="_005cnewcommand-_0026-_005crenewcommand.html#g_t_005cnewcommand-_0026-_005crenewcommand">\newcommand &amp; \renewcommand</a>). Briefly, <var>nargs</var> is an integer from 0 to 9
+specifying the number of arguments that the defined command <code>cmd</code>
+takes. This number includes any optional argument. Omitting this
+argument is the same as specifying 0, meaning that <var>cmd</var> will have
+no arguments. And, if <var>optargsdefault</var> is present then the first
+argument of <code>\<var>cmd</var></code> is optional, with default value
+<var>optargdefault</var> (which may be the empty string). If
+<var>optargsdefault</var> is not present then <code>\<var>cmd</var></code> does not take
+an optional argument.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cDeclareTextCommandDefault-_0026-_005cProvideTextCommandDefault.html b/src/data/help/unofficial-latex2e-reference-manual/_005cDeclareTextCommandDefault-_0026-_005cProvideTextCommandDefault.html
new file mode 100644
index 00000000..e13b28a0
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cDeclareTextCommandDefault-_0026-_005cProvideTextCommandDefault.html
@@ -0,0 +1,166 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\DeclareTextCommandDefault &amp; \ProvideTextCommandDefault (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\DeclareTextCommandDefault &amp; \ProvideTextCommandDefault (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\DeclareTextCommandDefault &amp; \ProvideTextCommandDefault (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="fontenc-package.html#fontenc-package" rel="up" title="fontenc package">
+<link href="_005cDeclareTextComposite.html#g_t_005cDeclareTextComposite" rel="next" title="\DeclareTextComposite">
+<link href="_005cDeclareTextCommand-_0026-_005cProvideTextCommand.html#g_t_005cDeclareTextCommand-_0026-_005cProvideTextCommand" rel="prev" title="\DeclareTextCommand &amp; \ProvideTextCommand">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cDeclareTextCommandDefault-_0026-_005cProvideTextCommandDefault"></a>
+<div class="header">
+<p>
+Next: <a href="_005cDeclareTextComposite.html#g_t_005cDeclareTextComposite" accesskey="n" rel="next">\DeclareTextComposite</a>, Previous: <a href="_005cDeclareTextCommand-_0026-_005cProvideTextCommand.html#g_t_005cDeclareTextCommand-_0026-_005cProvideTextCommand" accesskey="p" rel="prev">\DeclareTextCommand &amp; \ProvideTextCommand</a>, Up: <a href="fontenc-package.html#fontenc-package" accesskey="u" rel="up">fontenc package</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cDeclareTextCommandDefault-_0026-_005cProvideTextCommandDefault-"></a>
+<h4 class="subsection">4.1.5 <code>\DeclareTextCommandDefault</code> &amp; <code>\ProvideTextCommandDefault </code></h4>
+<a name="index-Font-encoding-5"></a>
+<a name="index-_005cDeclareTextCommand-1"></a>
+<a name="index-_005cDeclareTextCommandDefault-1"></a>
+<a name="index-_005cProvideTextCommand-1"></a>
+<a name="index-_005cProvideTextCommandDefault"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\DeclareTextCommandDefault{<var>cmd</var>}{<var>defn</var>}
+</pre></div>
+
+<p>or:
+</p>
+<div class="example">
+<pre class="example">\ProvideTextCommandDefault{<var>cmd</var>}{<var>defn</var>}
+</pre></div>
+
+<p>Give a default definition for <var>cmd</var>, for when that command is not
+defined in the encoding currently in force. This default should only use
+encodings known to be available.
+</p>
+<p>This makes <code>\copyright</code> available.
+</p>
+<div class="example">
+<pre class="example">\DeclareTextCommandDefault{\copyright}{\textcircled{c}}
+</pre></div>
+
+<p>It uses only an encoding (OMS) that is always available.
+</p>
+<p>The <code>\DeclareTextCommandDefault</code> should not occur in the encoding
+definition files since those files should declare only commands for use
+when you select that encoding. It should instead be in a package.
+</p>
+<p>As with the related non-default commands, the
+<code>\ProvideTextCommandDefault</code> has exactly the same behavior as
+<code>\DeclareTextCommandDefault</code> except that it does nothing if
+<var>cmd</var> is already defined (see <a href="_005cDeclareTextCommand-_0026-_005cProvideTextCommand.html#g_t_005cDeclareTextCommand-_0026-_005cProvideTextCommand">\DeclareTextCommand &amp; \ProvideTextCommand</a>). So, packages can use it to provide fallbacks
+that other packages can improve upon.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cDeclareTextComposite.html b/src/data/help/unofficial-latex2e-reference-manual/_005cDeclareTextComposite.html
new file mode 100644
index 00000000..6b774d66
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cDeclareTextComposite.html
@@ -0,0 +1,157 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\DeclareTextComposite (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\DeclareTextComposite (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\DeclareTextComposite (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="fontenc-package.html#fontenc-package" rel="up" title="fontenc package">
+<link href="_005cDeclareTextCompositeCommand.html#g_t_005cDeclareTextCompositeCommand" rel="next" title="\DeclareTextCompositeCommand">
+<link href="_005cDeclareTextCommandDefault-_0026-_005cProvideTextCommandDefault.html#g_t_005cDeclareTextCommandDefault-_0026-_005cProvideTextCommandDefault" rel="prev" title="\DeclareTextCommandDefault &amp; \ProvideTextCommandDefault">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cDeclareTextComposite"></a>
+<div class="header">
+<p>
+Next: <a href="_005cDeclareTextCompositeCommand.html#g_t_005cDeclareTextCompositeCommand" accesskey="n" rel="next">\DeclareTextCompositeCommand</a>, Previous: <a href="_005cDeclareTextCommandDefault-_0026-_005cProvideTextCommandDefault.html#g_t_005cDeclareTextCommandDefault-_0026-_005cProvideTextCommandDefault" accesskey="p" rel="prev">\DeclareTextCommandDefault &amp; \ProvideTextCommandDefault</a>, Up: <a href="fontenc-package.html#fontenc-package" accesskey="u" rel="up">fontenc package</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cDeclareTextComposite-1"></a>
+<h4 class="subsection">4.1.6 <code>\DeclareTextComposite</code></h4>
+
+<a name="index-Font-encoding-6"></a>
+<a name="index-Accents_002c-defining-3"></a>
+<a name="index-_005cDeclareTextComposite"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\DeclareTextComposite{<var>cmd</var>}{<var>encoding</var>}{<var>simple_object</var>}{<var>slot</var>}
+</pre></div>
+
+<p>Access an accented glyph directly, that is, without having to put an
+accent over a separate character.
+</p>
+<p>This line from <samp>t1enc.def</samp> means that <code>\^o</code> will cause
+LaTeX to typeset lowercase&nbsp;&lsquo;<samp>o</samp>&rsquo; by taking the character
+directly from location 224 in the font.
+</p>
+<div class="example">
+<pre class="example">\DeclareTextComposite{\^}{T1}{o}{244}
+</pre></div>
+
+<p>See <a href="fontenc-package.html#fontenc-package">fontenc package</a> for a list of common encodings. The
+<var>simple_object</var> should be a single character or a single command.
+The <var>slot</var> argument is usually a positive integer represented in
+decimal (although octal or hexidecimal are possible). Normally
+<var>cmd</var> has already been declared for this encoding, either with
+<code>\DeclareTextAccent</code> or with a one-argument
+<code>\DeclareTextCommand</code>. In <samp>t1enc.def</samp>, the above line follows
+the <code>\DeclareTextAccent{\^}{T1}{2}</code> command.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cDeclareTextCompositeCommand.html b/src/data/help/unofficial-latex2e-reference-manual/_005cDeclareTextCompositeCommand.html
new file mode 100644
index 00000000..0fa8e055
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cDeclareTextCompositeCommand.html
@@ -0,0 +1,151 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\DeclareTextCompositeCommand (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\DeclareTextCompositeCommand (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\DeclareTextCompositeCommand (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="fontenc-package.html#fontenc-package" rel="up" title="fontenc package">
+<link href="_005cDeclareTextSymbol.html#g_t_005cDeclareTextSymbol" rel="next" title="\DeclareTextSymbol">
+<link href="_005cDeclareTextComposite.html#g_t_005cDeclareTextComposite" rel="prev" title="\DeclareTextComposite">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cDeclareTextCompositeCommand"></a>
+<div class="header">
+<p>
+Next: <a href="_005cDeclareTextSymbol.html#g_t_005cDeclareTextSymbol" accesskey="n" rel="next">\DeclareTextSymbol</a>, Previous: <a href="_005cDeclareTextComposite.html#g_t_005cDeclareTextComposite" accesskey="p" rel="prev">\DeclareTextComposite</a>, Up: <a href="fontenc-package.html#fontenc-package" accesskey="u" rel="up">fontenc package</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cDeclareTextCompositeCommand-1"></a>
+<h4 class="subsection">4.1.7 <code>\DeclareTextCompositeCommand</code></h4>
+
+<a name="index-Font-encoding-7"></a>
+<a name="index-Accents_002c-defining-4"></a>
+<a name="index-_005cDeclareTextCompositeCommand"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\DeclareTextCompositeCommand{<var>cmd</var>}{<var>encoding</var>}{<var>arg</var>}{<var>code</var>}
+</pre></div>
+
+<p>A more general version of <code>\DeclareTextComposite</code> that runs
+arbitrary code with <var>cmd</var>.
+</p>
+<p>This allows accents on &lsquo;<samp>i</samp>&rsquo; to act like accents on dotless&nbsp;i,
+<code>\i</code>.
+</p>
+<div class="example">
+<pre class="example">\DeclareTextCompositeCommand{\'}{OT1}{i}{\'\i}
+</pre></div>
+
+<p>See <a href="fontenc-package.html#fontenc-package">fontenc package</a> for a list of common encodings. Normally
+<var>cmd</var> will have already been declared with <code>\DeclareTextAccent</code>
+or as a one argument <code>\DeclareTextCommand</code>.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cDeclareTextSymbol.html b/src/data/help/unofficial-latex2e-reference-manual/_005cDeclareTextSymbol.html
new file mode 100644
index 00000000..ed02a921
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cDeclareTextSymbol.html
@@ -0,0 +1,160 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\DeclareTextSymbol (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\DeclareTextSymbol (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\DeclareTextSymbol (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="fontenc-package.html#fontenc-package" rel="up" title="fontenc package">
+<link href="_005cDeclareTextSymbolDefault.html#g_t_005cDeclareTextSymbolDefault" rel="next" title="\DeclareTextSymbolDefault">
+<link href="_005cDeclareTextCompositeCommand.html#g_t_005cDeclareTextCompositeCommand" rel="prev" title="\DeclareTextCompositeCommand">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cDeclareTextSymbol"></a>
+<div class="header">
+<p>
+Next: <a href="_005cDeclareTextSymbolDefault.html#g_t_005cDeclareTextSymbolDefault" accesskey="n" rel="next">\DeclareTextSymbolDefault</a>, Previous: <a href="_005cDeclareTextCompositeCommand.html#g_t_005cDeclareTextCompositeCommand" accesskey="p" rel="prev">\DeclareTextCompositeCommand</a>, Up: <a href="fontenc-package.html#fontenc-package" accesskey="u" rel="up">fontenc package</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cDeclareTextSymbol-1"></a>
+<h4 class="subsection">4.1.8 <code>\DeclareTextSymbol</code></h4>
+
+<a name="index-Font-encoding-8"></a>
+<a name="index-Symbol_002c-defining"></a>
+<a name="index-_005cDeclareTextSymbol"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\DeclareTextSymbol{<var>cmd</var>}{<var>encoding</var>}{<var>slot</var>}
+</pre></div>
+
+<p>Define a symbol in the encoding <var>encoding</var> at the location
+<var>slot</var>. Symbols defined in this way are for use in text, not
+mathematics.
+</p>
+<p>For example, this line from <samp>t1enc.def</samp> declares the number of the
+glyph to use for &#x00AB; the left guillemot.
+</p>
+<div class="example">
+<pre class="example">\DeclareTextSymbol{\guillemotleft}{T1}{19}
+</pre></div>
+
+<p>The command <code>\DeclareTextCommand{\guillemotleft}{T1}{\char
+19}</code> has the same effect but is slower (see <a href="_005cDeclareTextCommand-_0026-_005cProvideTextCommand.html#g_t_005cDeclareTextCommand-_0026-_005cProvideTextCommand">\DeclareTextCommand &amp; \ProvideTextCommand</a>).
+</p>
+<p>See <a href="fontenc-package.html#fontenc-package">fontenc package</a> for a list of common encodings. The <var>slot</var>
+can be specified in decimal, or octal (as in <code>'023</code>), or
+hexadecimal (as in <code>&quot;13</code>), although decimal has the advantage that
+single quote or double quote could be redefined by another package.
+</p>
+<p>If <var>cmd</var> has already been defined then <code>\DeclareTextSymbol</code>
+does not give an error but it does log the redefinition in the
+transcript file.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cDeclareTextSymbolDefault.html b/src/data/help/unofficial-latex2e-reference-manual/_005cDeclareTextSymbolDefault.html
new file mode 100644
index 00000000..43ec51ce
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cDeclareTextSymbolDefault.html
@@ -0,0 +1,160 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\DeclareTextSymbolDefault (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\DeclareTextSymbolDefault (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\DeclareTextSymbolDefault (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="fontenc-package.html#fontenc-package" rel="up" title="fontenc package">
+<link href="_005cLastDeclaredEncoding.html#g_t_005cLastDeclaredEncoding" rel="next" title="\LastDeclaredEncoding">
+<link href="_005cDeclareTextSymbol.html#g_t_005cDeclareTextSymbol" rel="prev" title="\DeclareTextSymbol">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cDeclareTextSymbolDefault"></a>
+<div class="header">
+<p>
+Next: <a href="_005cLastDeclaredEncoding.html#g_t_005cLastDeclaredEncoding" accesskey="n" rel="next">\LastDeclaredEncoding</a>, Previous: <a href="_005cDeclareTextSymbol.html#g_t_005cDeclareTextSymbol" accesskey="p" rel="prev">\DeclareTextSymbol</a>, Up: <a href="fontenc-package.html#fontenc-package" accesskey="u" rel="up">fontenc package</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cDeclareTextSymbolDefault-1"></a>
+<h4 class="subsection">4.1.9 <code>\DeclareTextSymbolDefault</code></h4>
+
+<a name="index-Font-encoding-9"></a>
+<a name="index-Accents_002c-defining-5"></a>
+<a name="index-_005cDeclareTextSymbol-1"></a>
+<a name="index-_005cDeclareTextSymbolDefault"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\DeclareTextSymbolDefault{<var>cmd</var>}{<var>encoding</var>}
+</pre></div>
+
+<p>If there is an encoding-specific symbol command <var>cmd</var> but there is no
+associated <code>\DeclareTextSymbol</code> for that encoding, then this command
+will pick up the slack, by saying to get the symbol as described for
+<var>encoding</var>.
+</p>
+<p>For example, to declare that if the current encoding has no meaning for
+<code>\textdollar</code> then use the one from <code>OT1</code>, declare this.
+</p>
+<div class="example">
+<pre class="example">\DeclareTextSymbolDefault{\textdollar}{OT1}
+</pre></div>
+
+<p>That is, this command is equivalent to this call (see <a href="_005cUseTextAccent-_0026-_005cUseTextSymbol.html#g_t_005cUseTextAccent-_0026-_005cUseTextSymbol">\UseTextAccent &amp; \UseTextSymbol</a>).
+</p>
+<div class="example">
+<pre class="example">\DeclareTextCommandDefault{<var>cmd</var>}
+ {\UseTextSymbol{<var>encoding</var>}{<var>cmd</var>}}
+</pre></div>
+
+<p>Note that <code>\DeclareTextSymbolDefault</code> can be used to define a
+default for any zero-argument <samp>fontenc</samp> command.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cLastDeclaredEncoding.html b/src/data/help/unofficial-latex2e-reference-manual/_005cLastDeclaredEncoding.html
new file mode 100644
index 00000000..8e8de71a
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cLastDeclaredEncoding.html
@@ -0,0 +1,148 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\LastDeclaredEncoding (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\LastDeclaredEncoding (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\LastDeclaredEncoding (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="fontenc-package.html#fontenc-package" rel="up" title="fontenc package">
+<link href="_005cUseTextAccent-_0026-_005cUseTextSymbol.html#g_t_005cUseTextAccent-_0026-_005cUseTextSymbol" rel="next" title="\UseTextAccent &amp; \UseTextSymbol">
+<link href="_005cDeclareTextSymbolDefault.html#g_t_005cDeclareTextSymbolDefault" rel="prev" title="\DeclareTextSymbolDefault">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cLastDeclaredEncoding"></a>
+<div class="header">
+<p>
+Next: <a href="_005cUseTextAccent-_0026-_005cUseTextSymbol.html#g_t_005cUseTextAccent-_0026-_005cUseTextSymbol" accesskey="n" rel="next">\UseTextAccent &amp; \UseTextSymbol</a>, Previous: <a href="_005cDeclareTextSymbolDefault.html#g_t_005cDeclareTextSymbolDefault" accesskey="p" rel="prev">\DeclareTextSymbolDefault</a>, Up: <a href="fontenc-package.html#fontenc-package" accesskey="u" rel="up">fontenc package</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cLastDeclaredEncoding-1"></a>
+<h4 class="subsection">4.1.10 <code>\LastDeclaredEncoding</code></h4>
+
+<a name="index-Font-encoding-10"></a>
+<a name="index-_005cLastDeclaredEncoding"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\LastDeclaredEncoding
+</pre></div>
+
+<p>Get the name of the most recently declared encoding. The
+<code>\DeclareFontEncoding</code> command stores the name so that it can be
+retrieved with this command (see <a href="_005cDeclareFontEncoding.html#g_t_005cDeclareFontEncoding">\DeclareFontEncoding</a>).
+</p>
+<p>This relies on <code>\LastDeclaredEncoding</code> rather than give the
+name of the encoding explicitly.
+</p>
+<div class="example">
+<pre class="example">\DeclareFontEncoding{JH1}{}{}
+\DeclareTextAccent{\'}{\LastDeclaredEncoding}{0}
+</pre></div>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cUseTextAccent-_0026-_005cUseTextSymbol.html b/src/data/help/unofficial-latex2e-reference-manual/_005cUseTextAccent-_0026-_005cUseTextSymbol.html
new file mode 100644
index 00000000..0ee33ada
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cUseTextAccent-_0026-_005cUseTextSymbol.html
@@ -0,0 +1,178 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\UseTextAccent &amp; \UseTextSymbol (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\UseTextAccent &amp; \UseTextSymbol (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\UseTextAccent &amp; \UseTextSymbol (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="fontenc-package.html#fontenc-package" rel="up" title="fontenc package">
+<link href="Font-styles.html#Font-styles" rel="next" title="Font styles">
+<link href="_005cLastDeclaredEncoding.html#g_t_005cLastDeclaredEncoding" rel="prev" title="\LastDeclaredEncoding">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cUseTextAccent-_0026-_005cUseTextSymbol"></a>
+<div class="header">
+<p>
+Previous: <a href="_005cLastDeclaredEncoding.html#g_t_005cLastDeclaredEncoding" accesskey="p" rel="prev">\LastDeclaredEncoding</a>, Up: <a href="fontenc-package.html#fontenc-package" accesskey="u" rel="up">fontenc package</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cUseTextAccent-_0026-_005cUseTextSymbol-1"></a>
+<h4 class="subsection">4.1.11 <code>\UseTextAccent</code> &amp; <code>\UseTextSymbol</code></h4>
+
+<a name="index-Font-encoding-11"></a>
+<a name="index-_005cUseTextSymbol"></a>
+<a name="index-_005cUseTextAccent"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\UseTextSymbol{<var>encoding</var>}{<var>cmd</var>}
+</pre></div>
+
+<p>or:
+</p>
+<div class="example">
+<pre class="example">\UseTextAccent{<var>encoding</var>}{<var>cmd</var>}{<var>text</var>}
+</pre></div>
+
+<p>Use a symbol or accent not from the current encoding.
+</p>
+<p>In general, to use a <samp>fontenc</samp> command in an encoding where it is
+not defined, and if the command has no arguments, then you can use it as
+here:
+</p>
+<div class="example">
+<pre class="example">\UseTextSymbol{OT1}{\ss}
+</pre></div>
+
+<p>which is equivalent to this (note the braces forming a group so LaTeX
+reverts back to the prior encoding after the <code>\ss</code>).
+</p>
+<div class="example">
+<pre class="example">{ \fontencoding{OT1}\selectfont\ss }
+</pre></div>
+
+<p>Similarly, to use a <samp>fontenc</samp> command in an encoding where it is
+not defined, and if the command has one argument, you can use it as
+here:
+</p>
+<div class="example">
+<pre class="example">\UseTextAccent{OT1}{\'}{a}
+</pre></div>
+
+<p>which is equivalent to this (again note the braces forming a group).
+</p>
+<div class="example">
+<pre class="example">{ fontencoding{OT1}\selectfont\'{\fontencoding{<var>enc_in_use</var>}\selectfont a} }
+</pre></div>
+
+<p>Here, the encoding in force before this sequence of commands is
+<var>end_in_use</var> so that &lsquo;<samp>a</samp>&rsquo; is typeset using the current encoding
+and only the accent is taken from <code>OT1</code>.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005c_0028SPACE_0029.html b/src/data/help/unofficial-latex2e-reference-manual/_005c_0028SPACE_0029.html
new file mode 100644
index 00000000..e63becf8
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005c_0028SPACE_0029.html
@@ -0,0 +1,176 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\(SPACE) (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\(SPACE) (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\(SPACE) (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Spaces.html#Spaces" rel="up" title="Spaces">
+<link href="_007e.html#g_t_007e" rel="next" title="~">
+<link href="_005cnormalsfcodes.html#g_t_005cnormalsfcodes" rel="prev" title="\normalsfcodes">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005c_0028SPACE_0029"></a>
+<div class="header">
+<p>
+Next: <a href="_007e.html#g_t_007e" accesskey="n" rel="next">~</a>, Previous: <a href="_005cspacefactor.html#g_t_005cspacefactor" accesskey="p" rel="prev">\spacefactor</a>, Up: <a href="Spaces.html#Spaces" accesskey="u" rel="up">Spaces</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="Backslash_002dspace_002c-_005c-"></a>
+<h3 class="section">19.6 Backslash-space, <code>\ </code></h3>
+
+<a name="index-_005cNEWLINE"></a>
+<a name="index-_005cSPACE"></a>
+<a name="index-_005c-_0028backslash_002dspace_0029"></a>
+<a name="index-_005cTAB"></a>
+<a name="index-_005cSPACE-1"></a>
+
+<p>This section refers to the command consisting of two characters, a
+backslash followed by a space. Synopsis:
+</p>
+<div class="example">
+<pre class="example">\
+</pre></div>
+
+<p>Produce a space. By default it produces white space of length
+3.33333pt plus 1.66666pt minus 1.11111pt.
+</p>
+<p>When you type one or more blanks between words, LaTeX produces white
+space. But that is different than an explicit space. This illustrates.
+</p>
+<div class="example">
+<pre class="example">\begin{tabular}{l}
+One blank: makes some space \\
+Three blanks: in a row \\
+Three spaces:\ \ \ in a row \\
+\end{tabular}
+</pre></div>
+
+<p>On the first line LaTeX puts some space after the colon. On the
+second line LaTeX collapses the three blanks to output one
+whitespace, so you end with the same space after the colon as in the
+first line. LaTeX would similarly collapse a blank followed by a
+tab, or a blank and a newline and a blank. However, the bottom line
+asks for three spaces so the white area is wider. That is, the
+backslash-space command creates a fixed amount of horizontal space.
+(Note that you can define a horizontal space of any width at all with
+<code>\hspace</code>; see&nbsp;<a href="_005chspace.html#g_t_005chspace">\hspace</a>.)
+</p>
+<p>The backslash-space command has two main uses. It is often used after
+control sequences to keep them from gobbling the space that follows, as
+in <code>\TeX\ is nice</code>. (But using curly parentheses, as in
+<code>\TeX{} is best</code>, has the advantage of still working if the next
+character is a period.) The other common use is that it marks a period
+as ending an abbreviation instead of ending a sentence, as in <code>So
+says Prof.\ Smith</code> or <code>Jones et al.\ (1993)</code> (see <a href="_005c_0040.html#g_t_005c_0040">\@</a>).
+</p>
+<p>Under normal circumstances, <code>\</code><tt class="key">tab</tt> and <code>\</code><tt class="key">newline</tt>
+are equivalent to backslash-space, <code>\ </code>.
+</p>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005c_002a.html b/src/data/help/unofficial-latex2e-reference-manual/_005c_002a.html
new file mode 100644
index 00000000..ee1525da
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005c_002a.html
@@ -0,0 +1,149 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\* (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\* (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\* (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Math-miscellany.html#Math-miscellany" rel="up" title="Math miscellany">
+<link href="_005cfrac.html#g_t_005cfrac" rel="next" title="\frac">
+<link href="Colon-character-_0026-_005ccolon.html#Colon-character-_0026-_005ccolon" rel="prev" title="Colon character &amp; \colon">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005c_002a"></a>
+<div class="header">
+<p>
+Next: <a href="_005cfrac.html#g_t_005cfrac" accesskey="n" rel="next">\frac</a>, Previous: <a href="Colon-character-_0026-_005ccolon.html#Colon-character-_0026-_005ccolon" accesskey="p" rel="prev">Colon character &amp; \colon</a>, Up: <a href="Math-miscellany.html#Math-miscellany" accesskey="u" rel="up">Math miscellany</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005c_002a-1"></a>
+<h4 class="subsection">16.7.2 <code>\*</code></h4>
+
+<a name="index-multiplication_002c-discretionary"></a>
+<a name="index-breaks_002c-multiplication-discretionary"></a>
+<a name="index-line-breaks_002c-multiplication-discretionary"></a>
+<a name="index-discretionary-breaks_002c-multiplication"></a>
+<a name="index-_005c_002a"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\*
+</pre></div>
+
+<p>A multiplication symbol that allows a line break. If there is a break
+then LaTeX puts a <code>\times</code> symbol, &#x00D7;, before
+that break.
+</p>
+<p>In <code>\( A_1\* A_2\* A_3\* A_4 \)</code>, if there is no line break then
+LaTeX outputs it as though it were <code>\( A_1 A_2 A_3 A_4 \)</code>. If
+a line break does happen, for example between the two middle ones, then
+LaTeX sets it like <code>\( A_1 A_2 \times \)</code>, followed by the
+break, followed by <code>\( A_3 A_4 \)</code>.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005c_002d-_0028hyphenation_0029.html b/src/data/help/unofficial-latex2e-reference-manual/_005c_002d-_0028hyphenation_0029.html
new file mode 100644
index 00000000..4e3ff0c0
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005c_002d-_0028hyphenation_0029.html
@@ -0,0 +1,164 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\- (hyphenation) (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\- (hyphenation) (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\- (hyphenation) (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Line-breaking.html#Line-breaking" rel="up" title="Line breaking">
+<link href="_005cdiscretionary.html#g_t_005cdiscretionary" rel="next" title="\discretionary">
+<link href="_005cnewline.html#g_t_005cnewline" rel="prev" title="\newline">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005c_002d-_0028hyphenation_0029"></a>
+<div class="header">
+<p>
+Next: <a href="_005cdiscretionary.html#g_t_005cdiscretionary" accesskey="n" rel="next">\discretionary</a>, Previous: <a href="_005cnewline.html#g_t_005cnewline" accesskey="p" rel="prev">\newline</a>, Up: <a href="Line-breaking.html#Line-breaking" accesskey="u" rel="up">Line breaking</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005c_002d-_0028discretionary-hyphen_0029"></a>
+<h3 class="section">9.4 <code>\-</code> (discretionary hyphen)</h3>
+
+<a name="index-_005c_002d-_0028hyphenation_0029"></a>
+<a name="index-hyphenation_002c-forcing"></a>
+
+<p>Tell LaTeX that it may hyphenate the word at that point. When you
+insert <code>\-</code> commands in a word, the word will only be hyphenated at
+those points and not at any of the hyphenation points that LaTeX
+might otherwise have chosen. This command is robust (see <a href="_005cprotect.html#g_t_005cprotect">\protect</a>).
+</p>
+<p>LaTeX is good at hyphenating and usually finds most of the correct
+hyphenation points, while almost never using an incorrect one. The
+<code>\-</code> command is for exceptional cases.
+</p>
+<p>For example, LaTeX does not ordinarily hyphenate words containing a
+hyphen. Below, the long and hyphenated word means LaTeX has to put
+in unacceptably large spaces to set the narrow column.
+</p>
+<div class="example">
+<pre class="example">\begin{tabular}{rp{1.75in}}
+ Isaac Asimov &amp;The strain of
+ anti-intellectualism
+ % an\-ti-in\-tel\-lec\-tu\-al\-ism
+ has been a constant thread winding its way through our
+ political and cultural life, nurtured by
+ the false notion that democracy means that
+ `my ignorance is just as good as your knowledge'.
+\end{tabular}
+</pre></div>
+
+<p>Commenting out the third line and uncommenting the fourth makes a much
+better fit.
+</p>
+<p>The <code>\-</code> command only allows LaTeX to break there, it does not
+require that it break there. You can insist on a split with something
+like <code>Hef-\linebreak feron</code>. Of course, if you later change the
+text then this forced break may look very odd, so this approach requires
+care.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005c_002f.html b/src/data/help/unofficial-latex2e-reference-manual/_005c_002f.html
new file mode 100644
index 00000000..11b26941
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005c_002f.html
@@ -0,0 +1,166 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\/ (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\/ (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\/ (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Spaces.html#Spaces" rel="up" title="Spaces">
+<link href="_005chrulefill-_0026-_005cdotfill.html#g_t_005chrulefill-_0026-_005cdotfill" rel="next" title="\hrulefill &amp; \dotfill">
+<link href="_005cthinspace-_0026-_005cnegthinspace.html#g_t_005cthinspace-_0026-_005cnegthinspace" rel="prev" title="\thinspace &amp; \negthinspace">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005c_002f"></a>
+<div class="header">
+<p>
+Next: <a href="_005chrulefill-_0026-_005cdotfill.html#g_t_005chrulefill-_0026-_005cdotfill" accesskey="n" rel="next">\hrulefill &amp; \dotfill</a>, Previous: <a href="_005cthinspace-_0026-_005cnegthinspace.html#g_t_005cthinspace-_0026-_005cnegthinspace" accesskey="p" rel="prev">\thinspace &amp; \negthinspace</a>, Up: <a href="Spaces.html#Spaces" accesskey="u" rel="up">Spaces</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005c_002f-1"></a>
+<h3 class="section">19.9 <code>\/</code></h3>
+
+<a name="index-_005c_002f"></a>
+<a name="index-italic-correction"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example"><var>before-character</var>\/<var>after-character</var>
+</pre></div>
+
+<p>Insert an <em>italic correction</em>, a small space defined by the font
+designer for each character, to avoid the character colliding with
+whatever follows. When you use <code>\/</code>, LaTeX takes the correction
+from the font metric file, scales it by any scaling that has been
+applied to the font, and then inserts that much horizontal space.
+</p>
+<p>Here, were it not for the <code>\/</code>, the <var>before-character</var>
+italic&nbsp;f would hit the <var>after-character</var> roman&nbsp;H
+</p>
+<div class="example">
+<pre class="example">\newcommand{\companylogo}{{\it f}\/H}
+</pre></div>
+
+<p>because the italic letter leans far to the right.
+</p>
+<p>If <var>after-character</var> is a period or comma then don&rsquo;t insert an
+italic correction since those punctuation symbols have a very small
+height. However, with semicolons or colons as well as with normal
+letters, the italic correction can help.
+</p>
+<p>When you use commands such as <code>\textit</code> or <code>\itshape</code> to
+change fonts, LaTeX will automatically insert any needed italic
+correction (see <a href="Font-styles.html#Font-styles">Font styles</a>).
+</p>
+<p>Roman characters can also have an italic correction. An example is in
+the name <code>pdf\/\TeX</code>.
+</p>
+<p>There is no concept of italic correction in math mode; spacing is done
+in a different way.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005c_0040.html b/src/data/help/unofficial-latex2e-reference-manual/_005c_0040.html
new file mode 100644
index 00000000..6457b6bc
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005c_0040.html
@@ -0,0 +1,184 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\@ (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\@ (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\@ (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="_005cspacefactor.html#g_t_005cspacefactor" rel="up" title="\spacefactor">
+<link href="_005cfrenchspacing.html#g_t_005cfrenchspacing" rel="next" title="\frenchspacing">
+<link href="_005cspacefactor.html#g_t_005cspacefactor" rel="prev" title="\spacefactor">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005c_0040"></a>
+<div class="header">
+<p>
+Next: <a href="_005cfrenchspacing.html#g_t_005cfrenchspacing" accesskey="n" rel="next">\frenchspacing</a>, Up: <a href="_005cspacefactor.html#g_t_005cspacefactor" accesskey="u" rel="up">\spacefactor</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005c_0040-1"></a>
+<h4 class="subsection">19.5.1 <code>\@</code></h4>
+
+<a name="index-_005c_0040"></a>
+<a name="index-at_002dsign"></a>
+<a name="index-period_002c-sentence_002dending"></a>
+<a name="index-period_002c-abbreviation_002dending"></a>
+<a name="index-period_002c-spacing-after"></a>
+<a name="g_t_005cAT"></a>
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example"><var>capital-letter</var>\@.
+</pre></div>
+
+<p>Treat a period as sentence-ending, where LaTeX would otherwise think
+it is part of an abbreviation. LaTeX thinks that a period ends an
+abbreviation if the period comes after a capital letter, and otherwise
+thinks the period ends the sentence. By default, in justifying a line
+LaTeX adjusts the space after a sentence-ending period (or a question
+mark, exclamation point, comma, or colon) more than it adjusts the space
+between words (see <a href="_005cspacefactor.html#g_t_005cspacefactor">\spacefactor</a>).
+</p>
+<p>This example shows the two cases to remember.
+</p>
+<div class="example">
+<pre class="example">The songs \textit{Red Guitar}, etc.\ are by Loudon Wainwright~III\@.
+</pre></div>
+
+<p>The second period ends the sentence, despite that it is preceded by a
+capital. We tell LaTeX that it ends the sentence by putting
+<code>\@</code> before it. The first period ends the abbreviation
+&lsquo;<samp>etc.</samp>&rsquo; but not the sentence. The backslash-space, <code>\ </code>,
+produces a mid-sentence space.
+</p>
+<p>So: if you have a capital letter followed by a period that ends the
+sentence, then put <code>\@</code> before the period. This holds even if
+there is an intervening right parenthesis or bracket, or right single or
+double quote, because the spacing effect of that period carries through
+those characters. For example, this
+</p>
+<div class="example">
+<pre class="example">Use the \textit{Instructional Practices Guide},
+(a book by the MAA)\@.
+</pre></div>
+
+<p>will have correct inter-sentence spacing after the period.
+</p>
+<p>The <code>\@</code> command is only for a text mode. If you use it outside of
+a text mode then you get &lsquo;<samp>You can't use `\spacefactor' in vertical
+mode</samp>&rsquo; (see <a href="Modes.html#Modes">Modes</a>).
+</p>
+<p>Comment: the converse case is a period ending an abbreviation whose last
+letter is not a capital letter, and that abbreviation is not the last
+word in the sentence. For that case follow the period with a
+backslash-space, (<code>\ </code>), or a tie, (<code>~</code>), or <code>\@</code>.
+Examples are <code>Nat.\ Acad.\ Science</code>, and <code>Mr.~Bean</code>, and
+<code>(manure, etc.\@) for sale</code> (note in the last one that the
+<code>\@</code> comes before the closing parenthesis).
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005c_0040ifstar.html b/src/data/help/unofficial-latex2e-reference-manual/_005c_0040ifstar.html
new file mode 100644
index 00000000..e79d0ea2
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005c_0040ifstar.html
@@ -0,0 +1,196 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\@ifstar (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\@ifstar (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\@ifstar (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Definitions.html#Definitions" rel="up" title="Definitions">
+<link href="_005cnewcounter.html#g_t_005cnewcounter" rel="next" title="\newcounter">
+<link href="_005cmakeatletter-_0026-_005cmakeatother.html#g_t_005cmakeatletter-_0026-_005cmakeatother" rel="prev" title="\makeatletter &amp; \makeatother">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005c_0040ifstar"></a>
+<div class="header">
+<p>
+Next: <a href="_005cnewcounter.html#g_t_005cnewcounter" accesskey="n" rel="next">\newcounter</a>, Previous: <a href="_005cmakeatletter-_0026-_005cmakeatother.html#g_t_005cmakeatletter-_0026-_005cmakeatother" accesskey="p" rel="prev">\makeatletter &amp; \makeatother</a>, Up: <a href="Definitions.html#Definitions" accesskey="u" rel="up">Definitions</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005c_0040ifstar-1"></a>
+<h3 class="section">12.4 <code>\@ifstar</code></h3>
+
+<a name="index-_005c_0040ifstar"></a>
+<a name="index-commands_002c-star_002dvariants"></a>
+<a name="index-star_002dvariants_002c-commands"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\newcommand{\mycmd}{\@ifstar{\mycmd@star}{\mycmd@nostar}}
+\newcommand{\mycmd@nostar}[<var>nostar-num-args</var>]{<var>nostar-body</var>}
+\newcommand{\mycmd@star}[<var>star-num-args</var>]{<var>star-body</var>}
+</pre></div>
+
+<p>Many standard LaTeX environments or commands have a variant with the
+same name but ending with a star character&nbsp;<code>*</code>, an asterisk.
+Examples are the <code>table</code> and <code>table*</code> environments and the
+<code>\section</code> and <code>\section*</code> commands.
+</p>
+<p>When defining environments, following this pattern is straightforward
+because <code>\newenvironment</code> and <code>\renewenvironment</code> allow the
+environment name to contain a star. For commands the situation is more
+complex. As in the synopsis above, there will be a user-called command,
+given above as <code>\mycmd</code>, which peeks ahead to see if it is followed
+by a star. For instance, LaTeX does not really have a
+<code>\section*</code> command; instead, the <code>\section</code> command peeks
+ahead. This command does not accept arguments but instead expands to
+one of two commands that do accept arguments. In the synopsis these two
+are <code>\mycmd@nostar</code> and <code>\mycmd@star</code>. They could take the
+same number of arguments or a different number, or no arguments at all.
+As always, in a LaTeX document a command using at-sign&nbsp;<code>@</code>
+must be enclosed inside a <code>\makeatletter ... \makeatother</code> block
+(see <a href="_005cmakeatletter-_0026-_005cmakeatother.html#g_t_005cmakeatletter-_0026-_005cmakeatother">\makeatletter &amp; \makeatother</a>).
+</p>
+<p>This example of <code>\@ifstar</code> defines the command <code>\ciel</code> and a
+variant <code>\ciel*</code>. Both have one required argument. A call to
+<code>\ciel{night}</code> will return &quot;starry night sky&quot; while
+<code>\ciel*{blue}</code> will return &quot;starry not blue sky&quot;.
+</p>
+<div class="example">
+<pre class="example">\newcommand*{\ciel@unstarred}[1]{starry #1 sky}
+\newcommand*{\ciel@starred}[1]{starry not #1 sky}
+\newcommand*{\ciel}{\@ifstar{\ciel@starred}{\ciel@unstarred}}
+</pre></div>
+
+<p>In the next example, the starred variant takes a different number of
+arguments than the unstarred one. With this definition, Agent 007&rsquo;s
+<code>``My name is \agentsecret*{Bond},
+\agentsecret{James}{Bond}.''</code> is equivalent to entering the commands
+<code>``My name is \textsc{Bond}, \textit{James} textsc{Bond}.''</code>
+</p>
+<div class="example">
+<pre class="example">\newcommand*{\agentsecret@unstarred}[2]{\textit{#1} \textsc{#2}}
+\newcommand*{\agentsecret@starred}[1]{\textsc{#1}}
+\newcommand*{\agentsecret}{%
+ \@ifstar{\agentsecret@starred}{\agentsecret@unstarred}}
+</pre></div>
+
+<p>There are two sometimes more convenient ways to accomplish the work of
+<code>\@ifstar</code>. The <samp>suffix</samp> package allows the construct
+<code>\newcommand\mycommand{<var>unstarred version</var>}</code> followed by
+<code>\WithSuffix\newcommand\mycommand*{<var>starred version</var>}</code>. And
+LaTeX3 has the <samp>xparse</samp> package that allows this code.
+</p>
+<div class="example">
+<pre class="example">\NewDocumentCommand\foo{s}{\IfBooleanTF#1
+ {<var>starred version</var>}%
+ {<var>unstarred version</var>}%
+ }
+</pre></div>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005c_0040startsection.html b/src/data/help/unofficial-latex2e-reference-manual/_005c_0040startsection.html
new file mode 100644
index 00000000..ab86c2a0
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005c_0040startsection.html
@@ -0,0 +1,349 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\@startsection (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\@startsection (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\@startsection (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Sectioning.html#Sectioning" rel="up" title="Sectioning">
+<link href="Cross-references.html#Cross-references" rel="next" title="Cross references">
+<link href="_005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter.html#g_t_005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter" rel="prev" title="\frontmatter &amp; \mainmatter &amp; \backmatter">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005c_0040startsection"></a>
+<div class="header">
+<p>
+Previous: <a href="_005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter.html#g_t_005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter" accesskey="p" rel="prev">\frontmatter &amp; \mainmatter &amp; \backmatter</a>, Up: <a href="Sectioning.html#Sectioning" accesskey="u" rel="up">Sectioning</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005c_0040startsection-1"></a>
+<h3 class="section">6.8 <code>\@startsection</code></h3>
+
+<a name="index-_005c_0040startsection"></a>
+<a name="index-section_002c-redefining"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\@startsection{<var>name</var>}{<var>level</var>}{<var>indent</var>}{<var>beforeskip</var>}{<var>afterskip</var>}{<var>style</var>}
+</pre></div>
+
+<p>Used to help redefine the behavior of commands that start sectioning
+divisions such as <code>\section</code> or <code>\subsection</code>.
+</p>
+<p>Note that the <samp>titlesec</samp> package makes manipulation of sectioning
+easier. Further, while most requirements for sectioning commands can be
+satisfied with <code>\@startsection</code>, some cannot. For instance, in
+the standard LaTeX <code>book</code> and <code>report</code> classes the commands
+<code>\chapter</code> and <code>\report</code> are not constructed in this way. To
+make such a command you may want to use the <code>\secdef</code> command.
+</p>
+<p>Technically, <code>\@startsection</code> has the form
+</p>
+<div class="example">
+<pre class="example">\@startsection{<var>name</var>}
+ {<var>level</var>}
+ {<var>indent</var>}
+ {<var>beforeskip</var>}
+ {<var>afterskip</var>}
+ {<var>style</var>}*[<var>toctitle</var>]{<var>title</var>}
+</pre></div>
+
+<p>so that issuing
+</p>
+<div class="example">
+<pre class="example">\renewcommand{\section}{\@startsection{<var>name</var>}
+ {<var>level</var>}
+ {<var>indent</var>}
+ {<var>beforeskip</var>}
+ {<var>afterskip</var>}
+ {<var>style</var>}}
+</pre></div>
+
+<p>redefines <code>\section</code> to have the form
+<code>\section*[<var>toctitle</var>]{<var>title</var>}</code> (here too, the
+star&nbsp;<code>*</code> is optional). See <a href="Sectioning.html#Sectioning">Sectioning</a>. This implies that
+when you write a command like <code>\renewcommand{section}{...}</code>,
+the <code>\@startsection{...}</code> must come last in the definition. See
+the examples below.
+</p>
+<dl compact="compact">
+<dt><var>name</var></dt>
+<dd><a name="startsection-name"></a><a name="g_t_005c_0040startsection_002fname"></a><p>Name of the counter used to number the sectioning header. This counter
+must be defined separately. Most commonly this is either
+<code>section</code>, <code>subsection</code>, or <code>paragraph</code>. Although in
+those cases the counter name is the same as the sectioning command
+itself, you don&rsquo;t have to use the same name.
+</p>
+<p>Then <code>\the</code><var>name</var> displays the title number and
+<code>\</code><var>name</var><code>mark</code> is for the page headers. See the third
+example below.
+</p>
+</dd>
+<dt><var>level</var></dt>
+<dd><a name="startsection-level"></a><a name="g_t_005c_0040startsection_002flevel"></a><p>An integer giving the depth of the sectioning command.
+See <a href="Sectioning.html#Sectioning">Sectioning</a> for the list of standard level numbers.
+</p>
+<p>If <var>level</var> is less than or equal to the value of the counter
+<code>secnumdepth</code> then titles for this sectioning command will be
+numbered (see <a href="Sectioning.html#Sectioning_002fsecnumdepth">Sectioning/secnumdepth</a>). For instance, if
+<code>secnumdepth</code> is 1 in an <code>article</code> then the command
+<code>\section{Introduction}</code> will produce output like &ldquo;1
+Introduction&rdquo; while <code>\subsection{Discussion}</code> will produce
+output like &ldquo;Discussion&rdquo;, without the number prefix.
+</p>
+<p>If <var>level</var> is less than or equal to the value of the counter
+<var>tocdepth</var> then the table of contents will have an entry for this
+sectioning unit (see <a href="Sectioning.html#Sectioning_002ftocdepth">Sectioning/tocdepth</a>). For instance, in an
+<code>article</code>, if <var>tocdepth</var> is 1 then the table of contents will
+list sections but not subsections.
+</p>
+</dd>
+<dt><var>indent</var></dt>
+<dd><a name="startsection-indent"></a><a name="g_t_005c_0040startsection_002findent"></a><p>A length giving the indentation of all of the title lines with respect
+to the left margin. To have the title flush with the margin use
+<code>0pt</code>. A negative indentation such as <code>-\parindent</code> will move
+the title into the left margin.
+</p>
+</dd>
+<dt><var>beforeskip</var></dt>
+<dd><a name="startsection-beforeskip"></a><a name="g_t_005c_0040startsection_002fbeforeskip"></a><p>The absolute value of this length is the amount of vertical space that
+is inserted before this sectioning unit&rsquo;s title. This space will be
+discarded if the sectioning unit happens to start at the top of a fresh
+page. If this number is negative then the first paragraph following the
+header is not indented, if it is non-negative then the first paragraph
+is indented. (Note that the negative of <code>1pt plus 2pt minus 3pt</code>
+is <code>-1pt plus -2pt minus -3pt</code>.)
+</p>
+<p>For example, if <var>beforeskip</var> is <code>-3.5ex plus -1ex minus -0.2ex</code>
+then to start the new sectioning unit, LaTeX will add about 3.5 times
+the height of a letter x in vertical space, and the first paragraph in
+the section will not be indented. Using a rubber length, with
+<code>plus</code> and <code>minus</code>, is good practice here since it gives
+LaTeX more flexibility in making up the page (see <a href="Lengths.html#Lengths">Lengths</a>).
+</p>
+<p>The full accounting of the vertical space between the baseline of the
+line prior to this sectioning unit&rsquo;s header and the baseline of the
+header is that it is the sum of the <code>\parskip</code> of the text font,
+the <code>\baselineskip</code> of the title font, and the absolute value of
+the <var>beforeskip</var>. This space is typically rubber so it may stretch
+or shrink. (If the sectioning unit starts on a fresh page so that the
+vertical space is discarded then the baseline of the header text will be
+where LaTeX would put the baseline of the first text line on that
+page.)
+</p>
+</dd>
+<dt><var>afterskip</var></dt>
+<dd><a name="startsection-afterskip"></a><a name="g_t_005c_0040startsection_002fafterskip"></a><p>This is a length. If <var>afterskip</var> is non-negative then this is the
+vertical space inserted after the sectioning unit&rsquo;s title header. If it
+is negative then the title header becomes a run-in header, so that it
+becomes part of the next paragraph. In this case the absolute value of
+the length gives the horizontal space between the end of the title and
+the beginning of the following paragraph. (Note that the negative of
+<code>1pt plus 2pt minus 3pt</code> is <code>-1pt plus -2pt minus -3pt</code>.)
+</p>
+<p>As with <var>beforeskip</var>, using a rubber length, with <code>plus</code> and
+<code>minus</code> components, is good practice here since it gives LaTeX
+more flexibility in putting together the page.
+</p>
+<p>If <code>afterskip</code> is non-negative then the full accounting of the
+vertical space between the baseline of the sectioning unit&rsquo;s header and
+the baseline of the first line of the following paragraph is that it is
+the sum of the <code>\parskip</code> of the title font, the
+<code>\baselineskip</code> of the text font, and the value of <var>after</var>.
+That space is typically rubber so it may stretch or shrink. (Note that
+because the sign of <code>afterskip</code> changes the sectioning unit
+header&rsquo;s from standalone to run-in, you cannot use a negative
+<code>afterskip</code> to cancel part of the <code>\parskip</code>.)
+</p>
+</dd>
+<dt><var>style</var></dt>
+<dd><a name="startsection-style"></a><a name="g_t_005c_0040startsection_002fstyle"></a><p>Controls the styling of the title. See the examples below. Typical
+commands to use here are <code>\centering</code>, <code>\raggedright</code>,
+<code>\normalfont</code>, <code>\hrule</code>, or <code>\newpage</code>. The last command
+in <var>style</var> may be one that takes one argument, such as
+<code>\MakeUppercase</code> or <code>\fbox</code> that takes one argument. The
+section title will be supplied as the argument to this command. For
+instance, setting <var>style</var> to <code>\bfseries\MakeUppercase</code> would
+produce titles that are bold and uppercase.
+</p></dd>
+</dl>
+
+<p>These are LaTeX&rsquo;s defaults for the first three sectioning units that
+are defined with <code>\@startsection</code>, for the <samp>article</samp>,
+<samp>book</samp>, and <samp>report</samp> classes. For section, the <var>level</var> is
+1, the <var>indent</var> is 0pt, the <var>beforeskip</var> is <code>-3.5ex
+plus -1ex minus -0.2ex</code>, the <var>afterskip</var> is <code>2.3ex plus 0.2ex</code>,
+and the <var>style</var> is <code>\normalfont\Large\bfseries</code>. For
+subsection, the <var>level</var> is 2, the <var>indent</var> is 0pt, the
+<var>beforeskip</var> is <code>-3.25ex plus -1ex minus -0.2ex</code>, the
+<var>afterskip</var> is <code>1.5ex plus 0.2ex</code>, and the <var>style</var> is
+<code>\normalfont\large\bfseries</code>. For subsubsection, the <var>level</var>
+is 3, the <var>indent</var> is 0pt, the <var>beforeskip</var> is
+<code>-3.25ex plus -1ex minus -0.2ex</code>, the <var>afterskip</var> is
+<code>1.5ex plus 0.2ex</code>, and the <var>style</var> is
+<code>\normalfont\normalsize\bfseries</code>.
+</p>
+<p>Here are examples. They go either in a package or class file or in the
+preamble of a LaTeX document. If you put them in the preamble they
+must go between a <code>\makeatletter</code> command and a
+<code>\makeatother</code>. (Probably the error message <code>You can't use
+`\spacefactor' in vertical mode.</code> means that you forgot this.)
+See <a href="_005cmakeatletter-_0026-_005cmakeatother.html#g_t_005cmakeatletter-_0026-_005cmakeatother">\makeatletter &amp; \makeatother</a>.
+</p>
+<p>This will put section titles in large boldface type, centered. It says
+<code>\renewcommand</code> because LaTeX&rsquo;s standard classes have already
+defined a <code>\section</code>. For the same reason it does not define a
+<code>section</code> counter, or the commands <code>\thesection</code> and
+<code>\l@section</code>.
+</p>
+<div class="example">
+<pre class="example">\renewcommand\section{%
+ \@startsection{section}% <a href="#g_t_005c_0040startsection_002fname"><var>name</var></a>
+ {1}% <a href="#g_t_005c_0040startsection_002flevel"><var>level</var></a>
+ {0pt}% <a href="#g_t_005c_0040startsection_002findent"><var>indent</var></a>
+ {-3.5ex plus -1ex minus -.2ex}% <a href="#g_t_005c_0040startsection_002fbeforeskip"><var>beforeskip</var></a>
+ {2.3ex plus.2ex}% <a href="#g_t_005c_0040startsection_002fafterskip"><var>afterskip</var></a>
+ {\centering\normalfont\Large\bfseries}% <a href="#g_t_005c_0040startsection_002fstyle"><var>style</var></a>
+ }
+</pre></div>
+
+<p>This will put <code>subsection</code> titles in small caps type, inline with the paragraph.
+</p>
+<div class="example">
+<pre class="example">\renewcommand\subsection{%
+ \@startsection{subsection}% <a href="#g_t_005c_0040startsection_002fname"><var>name</var></a>
+ {2}% <a href="#g_t_005c_0040startsection_002flevel"><var>level</var></a>
+ {0em}% <a href="#g_t_005c_0040startsection_002findent"><var>indent</var></a>
+ {-1ex plus 0.1ex minus -0.05ex}% <a href="#g_t_005c_0040startsection_002fbeforeskip"><var>beforeskip</var></a>
+ {-1em plus 0.2em}% <a href="#g_t_005c_0040startsection_002fafterskip"><var>afterskip</var></a>
+ {\scshape}% <a href="#g_t_005c_0040startsection_002fstyle"><var>style</var></a>
+ }
+</pre></div>
+
+<p>The prior examples redefined existing sectional unit title commands.
+This defines a new one, illustrating the needed counter and macros to
+display that counter.
+</p>
+<div class="example">
+<pre class="example">\setcounter{secnumdepth}{6}% show counters this far down
+\newcounter{subsubparagraph}[subparagraph]% counter for numbering
+\renewcommand{\thesubsubparagraph}% how to display
+ {\thesubparagraph.\@arabic\c@subsubparagraph}% numbering
+\newcommand{\subsubparagraph}{\@startsection
+ {subsubparagraph}%
+ {6}%
+ {0em}%
+ {\baselineskip}%
+ {0.5\baselineskip}%
+ {\normalfont\normalsize}}
+\newcommand*\l@subsubparagraph{\@dottedtocline{6}{10em}{5em}}% for toc
+\newcommand{\subsubparagraphmark}[1]{}% for page headers
+</pre></div>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005c_0040startsection_002fafterskip.html b/src/data/help/unofficial-latex2e-reference-manual/_005c_0040startsection_002fafterskip.html
new file mode 100644
index 00000000..2c2c3f5c
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005c_0040startsection_002fafterskip.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\@startsection/afterskip (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\@startsection/afterskip (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\@startsection/afterskip (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005c_0040startsection.html#g_t_005c_0040startsection_002fafterskip">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005c_0040startsection.html#g_t_005c_0040startsection_002fafterskip">\@startsection/afterskip</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005c_0040startsection_002fbeforeskip.html b/src/data/help/unofficial-latex2e-reference-manual/_005c_0040startsection_002fbeforeskip.html
new file mode 100644
index 00000000..de45b9d1
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005c_0040startsection_002fbeforeskip.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\@startsection/beforeskip (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\@startsection/beforeskip (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\@startsection/beforeskip (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005c_0040startsection.html#g_t_005c_0040startsection_002fbeforeskip">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005c_0040startsection.html#g_t_005c_0040startsection_002fbeforeskip">\@startsection/beforeskip</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005c_0040startsection_002findent.html b/src/data/help/unofficial-latex2e-reference-manual/_005c_0040startsection_002findent.html
new file mode 100644
index 00000000..4b891f03
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005c_0040startsection_002findent.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\@startsection/indent (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\@startsection/indent (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\@startsection/indent (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005c_0040startsection.html#g_t_005c_0040startsection_002findent">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005c_0040startsection.html#g_t_005c_0040startsection_002findent">\@startsection/indent</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005c_0040startsection_002flevel.html b/src/data/help/unofficial-latex2e-reference-manual/_005c_0040startsection_002flevel.html
new file mode 100644
index 00000000..265b6a63
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005c_0040startsection_002flevel.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\@startsection/level (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\@startsection/level (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\@startsection/level (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005c_0040startsection.html#g_t_005c_0040startsection_002flevel">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005c_0040startsection.html#g_t_005c_0040startsection_002flevel">\@startsection/level</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005c_0040startsection_002fname.html b/src/data/help/unofficial-latex2e-reference-manual/_005c_0040startsection_002fname.html
new file mode 100644
index 00000000..dd2f090c
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005c_0040startsection_002fname.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\@startsection/name (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\@startsection/name (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\@startsection/name (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005c_0040startsection.html#g_t_005c_0040startsection_002fname">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005c_0040startsection.html#g_t_005c_0040startsection_002fname">\@startsection/name</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005c_0040startsection_002fstyle.html b/src/data/help/unofficial-latex2e-reference-manual/_005c_0040startsection_002fstyle.html
new file mode 100644
index 00000000..cc1d1fb3
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005c_0040startsection_002fstyle.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\@startsection/style (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\@startsection/style (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\@startsection/style (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005c_0040startsection.html#g_t_005c_0040startsection_002fstyle">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005c_0040startsection.html#g_t_005c_0040startsection_002fstyle">\@startsection/style</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005c_005c.html b/src/data/help/unofficial-latex2e-reference-manual/_005c_005c.html
new file mode 100644
index 00000000..63f4f98e
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005c_005c.html
@@ -0,0 +1,203 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\\ (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\\ (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\\ (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Line-breaking.html#Line-breaking" rel="up" title="Line breaking">
+<link href="_005cobeycr-_0026-_005crestorecr.html#g_t_005cobeycr-_0026-_005crestorecr" rel="next" title="\obeycr &amp; \restorecr">
+<link href="Line-breaking.html#Line-breaking" rel="prev" title="Line breaking">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005c_005c"></a>
+<div class="header">
+<p>
+Next: <a href="_005cobeycr-_0026-_005crestorecr.html#g_t_005cobeycr-_0026-_005crestorecr" accesskey="n" rel="next">\obeycr &amp; \restorecr</a>, Up: <a href="Line-breaking.html#Line-breaking" accesskey="u" rel="up">Line breaking</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005c_005c-1"></a>
+<h3 class="section">9.1 <code>\\</code></h3>
+
+<a name="index-_005c_005c-force-line-break"></a>
+<a name="index-new-line_002c-starting"></a>
+<a name="index-line-break_002c-forcing"></a>
+
+<p>Synopsis, one of:
+</p>
+<div class="example">
+<pre class="example">\\
+\\[<var>morespace</var>]
+</pre></div>
+
+<p>or one of:
+</p>
+<div class="example">
+<pre class="example">\\*
+\\*[<var>morespace</var>]
+</pre></div>
+
+<p>End the current line. The optional argument <var>morespace</var> specifies
+extra vertical space to be inserted before the next line. This is a
+rubber length (see <a href="Lengths.html#Lengths">Lengths</a>) and can be negative. The text before
+the line break is set at its normal length, that is, it is not stretched
+to fill out the line width. This command is fragile (see <a href="_005cprotect.html#g_t_005cprotect">\protect</a>).
+</p>
+<p>The starred form, <code>\\*</code>, tells LaTeX not to start a new page
+between the two lines, by issuing a <code>\nobreak</code>.
+</p>
+<div class="example">
+<pre class="example">\title{My story: \\[0.25in]
+ a tale of woe}
+</pre></div>
+
+<p>Explicit line breaks in the main text body are unusual in LaTeX. In
+particular, don&rsquo;t start new paragraphs with <code>\\</code>. Instead leave a
+blank line between the two paragraphs. And don&rsquo;t put in a sequence of
+<code>\\</code>&rsquo;s to make vertical space. Instead use
+<code>\vspace{<var>length</var>}</code>, or
+<code>\leavevmode\vspace{<var>length</var>}</code>, or
+<code>\vspace*{<var>length</var>}</code> if you want the space to not be thrown
+out at the top of a new page (see <a href="_005cvspace.html#g_t_005cvspace">\vspace</a>).
+</p>
+<p>The <code>\\</code> command is mostly used outside of the main flow of text
+such as in a <code>tabular</code> or <code>array</code> environment or in an
+equation environment.
+</p>
+<p>The <code>\\</code> command is a synonym for <code>\newline</code>
+(see <a href="_005cnewline.html#g_t_005cnewline">\newline</a>) under ordinary circumstances (an example of an
+exception is the <code>p{...}</code> column in a <code>tabular</code>
+environment; see <a href="tabular.html#tabular">tabular</a>).
+</p>
+<p>The <code>\\</code> command is a macro, and its definition changes by context
+so that its definition in normal text, a <code>center</code> environment, a
+<code>flushleft</code> environment, and a <code>tabular</code> are all different.
+In normal text when it forces a linebreak it is essentially a shorthand
+for <code>\newline</code>. It does not end horizontal mode or end the
+paragraph, it just inserts some glue and penalties so that when the
+paragraph does end a linebreak will occur at that point, with the short
+line padded with white space.
+</p>
+<p>You get &lsquo;<samp>LaTeX Error: There's no line here to end</samp>&rsquo; if you use
+<code>\\</code> to ask for a new line, rather than to end the current line.
+An example is if you have <code>\begin{document}\\</code> or, more likely,
+something like this.
+</p>
+<div class="example">
+<pre class="example">\begin{center}
+ \begin{minipage}{0.5\textwidth}
+ \\
+ In that vertical space put your mark.
+ \end{minipage}
+\end{center}
+</pre></div>
+
+<p>Fix it by replacing the double backslash with something like
+<code>\vspace{\baselineskip}</code>.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005caccent.html b/src/data/help/unofficial-latex2e-reference-manual/_005caccent.html
new file mode 100644
index 00000000..a8c84174
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005caccent.html
@@ -0,0 +1,173 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\accent (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\accent (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\accent (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Accents.html#Accents" rel="up" title="Accents">
+<link href="Additional-Latin-letters.html#Additional-Latin-letters" rel="next" title="Additional Latin letters">
+<link href="Accents.html#Accents" rel="prev" title="Accents">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005caccent"></a>
+<div class="header">
+<p>
+Up: <a href="Accents.html#Accents" accesskey="u" rel="up">Accents</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005caccent-1"></a>
+<h4 class="subsection">23.5.1 <code>\accent</code></h4>
+<a name="index-_005caccent"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\accent<var>number</var> <var>character</var>
+</pre></div>
+
+<p>A TeX primitive command used to generate accented characters from
+accent marks and letters. The accent mark is selected by <var>number</var>,
+a numeric argument, followed by a space and then a <var>character</var> argument
+constructs the accented character in the current font.
+</p>
+<p>These are accented &lsquo;<samp>e</samp>&rsquo; characters.
+</p>
+<div class="example">
+<pre class="example">\accent18 e
+\accent20 e
+\accent21 e
+\accent22 e
+\accent23 e
+</pre></div>
+
+<p>The first is a grave, the second is breve, etc.
+</p>
+<p>The position of the accent is determined by the font designer and so the
+outcome of <code>\accent</code> use may differ between fonts. In LaTeX it is
+desirable to have glyphs for accented characters rather than building
+them using <code>\accent</code>. Using glyphs that already contain the
+accented characters (as in T1 encoding) allows correct hyphenation
+whereas <code>\accent</code> disables hyphenation (specifically with OT1 font
+encoding where accented glyphs are absent).
+</p>
+<p>There can be an optional font change between <var>number</var> and
+<var>character</var>. Note also that that this command sets the
+<code>\spacefactor</code> to 1000 (see <a href="_005cspacefactor.html#g_t_005cspacefactor">\spacefactor</a>).
+</p>
+<p>An unavoidable characteristic of some Cyrillic letters and
+the majority of accented Cyrillic letters is that they must be
+assembled from multiple elements (accents, modifiers, etc.) while
+<code>\accent</code> provides for a single accent mark and a single letter
+combination. There are also cases where accents must appear between
+letters that \accent does not support. Still other cases exist where
+the letters I and J have dots above their lowercase counterparts that
+conflict with dotted accent marks. The use of <code>\accent</code> in these
+cases will not work as it cannot analyze upper/lower case.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005caddcontentsline.html b/src/data/help/unofficial-latex2e-reference-manual/_005caddcontentsline.html
new file mode 100644
index 00000000..0b61b9e0
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005caddcontentsline.html
@@ -0,0 +1,227 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\addcontentsline (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\addcontentsline (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\addcontentsline (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Table-of-contents-etc_002e.html#Table-of-contents-etc_002e" rel="up" title="Table of contents etc.">
+<link href="_005caddtocontents.html#g_t_005caddtocontents" rel="next" title="\addtocontents">
+<link href="Table-of-contents-etc_002e.html#Table-of-contents-etc_002e" rel="prev" title="Table of contents etc.">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005caddcontentsline"></a>
+<div class="header">
+<p>
+Next: <a href="_005caddtocontents.html#g_t_005caddtocontents" accesskey="n" rel="next">\addtocontents</a>, Up: <a href="Table-of-contents-etc_002e.html#Table-of-contents-etc_002e" accesskey="u" rel="up">Table of contents etc.</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005caddcontentsline-1"></a>
+<h4 class="subsection">25.1.1 <code>\addcontentsline</code></h4>
+
+<a name="index-_005caddcontentsline"></a>
+<a name="index-table-of-contents-entry_002c-manually-adding"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\addcontentsline{<var>ext</var>}{<var>unit</var>}{<var>text</var>}
+</pre></div>
+
+<a name="index-_005ccontentsline"></a>
+<p>Add an entry to the file specified by <var>ext</var>. Usually <var>ext</var> is
+one of <code>toc</code> for the table of contents, <code>lof</code> for the list of
+figures, or <code>lot</code> for the list of tables.
+</p>
+<p>The following will result in an &lsquo;<samp>Appendices</samp>&rsquo; line in the table of
+contents.
+</p>
+<div class="example">
+<pre class="example">\addcontentsline{toc}{section}{\protect\textbf{Appendices}}
+</pre></div>
+
+<p>It will appear at the same indentation level as the sections, will be in
+boldface, and will be assigned the page number associated with the point
+where it appears in the input file.
+</p>
+<p>The <code>\addcontentsline</code> command writes information to the file
+<samp><var>root-name</var>.<var>ext</var></samp>. It writes that information as the
+text of the command
+<code>\contentsline{<var>unit</var>}{<var>text</var>}{<var>num</var>}</code>, where
+<code><var>num</var></code> is the current value of counter <code><var>unit</var></code>. The
+most common case is the table of contents and there <var>num</var> is the
+page number of the first page of <var>unit</var>.
+</p>
+<p>This command is invoked by the sectioning commands <code>\chapter</code>,
+etc., and also by <code>\caption</code> inside a float environment. But it is
+also used by authors. For example, in a book to have the preface
+unnumbered, you may use the starred <code>\chapter*</code>. But that does not
+put in table of contents information, so you can enter it manually, as
+here.
+</p>
+<div class="example">
+<pre class="example">\chapter*{Preface}
+\addcontentsline{toc}{chapter}{\protect\numberline{}Preface}
+</pre></div>
+
+<p>In the <samp>.toc</samp> file LaTeX will put the line <code>\contentsline
+{chapter}{\numberline {}Preface}{3}</code>; note the page number
+&lsquo;<samp>3</samp>&rsquo;.
+</p>
+
+<p>All of the arguments for <code>\addcontentsline</code> are required.
+</p>
+<dl compact="compact">
+<dt><var>ext</var></dt>
+<dd><p>Typically one of the strings <code>toc</code> for the table of contents,
+<code>lof</code> for the list of figures, or <code>lot</code> for the list of
+tables. The filename extension of the information file.
+</p>
+</dd>
+<dt><var>unit</var></dt>
+<dd><p>A string that depends on the value of the <var>ext</var> argument:
+</p>
+<dl compact="compact">
+<dt><code>toc</code></dt>
+<dd><p>For the table of contents, this is the name of a sectional unit:
+<code>part</code>, <code>chapter</code>, <code>section</code>, <code>subsection</code>, etc.
+</p>
+</dd>
+<dt><code>lof</code></dt>
+<dd><p>For the list of figures: <code>figure</code>.
+</p>
+</dd>
+<dt><code>lot</code></dt>
+<dd><p>For the list of tables: <code>table</code>.
+</p></dd>
+</dl>
+
+</dd>
+<dt><var>text</var></dt>
+<dd><p>The text of the entry. You must <code>\protect</code> any commands that are
+fragile (see <a href="_005cprotect.html#g_t_005cprotect">\protect</a>).
+</p></dd>
+</dl>
+
+<p>The <code>\addcontentsline</code> command has an interaction with
+<code>\include</code> (see <a href="_005cinclude-_0026-_005cincludeonly.html#g_t_005cinclude-_0026-_005cincludeonly">\include &amp; \includeonly</a>). If you use them at
+the same level, as with
+<code>\addcontentsline{...}{...}{...}\include{...}</code> then lines
+in the table of contents can come out in the wrong order. The solution
+is to move <code>\addcontentsline</code> into the file being included.
+</p>
+<p>If you use a <var>unit</var> that LaTeX does not recognize, as here
+</p>
+<div class="example">
+<pre class="example">\addcontentsline{toc}{setcion}{\protect\textbf{Appendices}}
+</pre></div>
+
+<p>then you don&rsquo;t get an error but the formatting in the table of contents
+will not make sense.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005caddress.html b/src/data/help/unofficial-latex2e-reference-manual/_005caddress.html
new file mode 100644
index 00000000..c2fb9e79
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005caddress.html
@@ -0,0 +1,155 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\address (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\address (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\address (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Letters.html#Letters" rel="up" title="Letters">
+<link href="_005ccc.html#g_t_005ccc" rel="next" title="\cc">
+<link href="Letters.html#Letters" rel="prev" title="Letters">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005caddress"></a>
+<div class="header">
+<p>
+Next: <a href="_005ccc.html#g_t_005ccc" accesskey="n" rel="next">\cc</a>, Up: <a href="Letters.html#Letters" accesskey="u" rel="up">Letters</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005caddress-1"></a>
+<h3 class="section">26.1 <code>\address</code></h3>
+
+<a name="index-_005caddress"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\address{<var>senders address</var>}
+</pre></div>
+
+<p>Specify the return address, as it appears on the letter and on the
+envelope. Separate multiple lines in <var>senders address</var> with a
+double backslash,&nbsp;<code>\\</code>.
+</p>
+<p>Because it can apply to multiple letters this declaration is often put
+in the preamble. However, it can go anywhere, including inside an
+individual <code>letter</code> environment.
+</p>
+<p>This command is optional: if you do not use it then the letter is
+formatted with some blank space on top, for copying onto pre-printed
+letterhead paper. If you do use the <code>\address</code> declaration then it
+is formatted as a personal letter.
+</p>
+<p>Here is an example.
+</p>
+<div class="example">
+<pre class="example">\address{Stephen Maturin \\
+ The Grapes of the Savoy}
+</pre></div>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005caddtocontents.html b/src/data/help/unofficial-latex2e-reference-manual/_005caddtocontents.html
new file mode 100644
index 00000000..491ae8e2
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005caddtocontents.html
@@ -0,0 +1,176 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\addtocontents (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\addtocontents (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\addtocontents (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Table-of-contents-etc_002e.html#Table-of-contents-etc_002e" rel="up" title="Table of contents etc.">
+<link href="_005cnofiles.html#g_t_005cnofiles" rel="next" title="\nofiles">
+<link href="_005caddcontentsline.html#g_t_005caddcontentsline" rel="prev" title="\addcontentsline">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005caddtocontents"></a>
+<div class="header">
+<p>
+Next: <a href="_005cnofiles.html#g_t_005cnofiles" accesskey="n" rel="next">\nofiles</a>, Previous: <a href="_005caddcontentsline.html#g_t_005caddcontentsline" accesskey="p" rel="prev">\addcontentsline</a>, Up: <a href="Table-of-contents-etc_002e.html#Table-of-contents-etc_002e" accesskey="u" rel="up">Table of contents etc.</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005caddtocontents-1"></a>
+<h4 class="subsection">25.1.2 <code>\addtocontents</code></h4>
+
+<a name="index-_005caddtocontents_007bext_007d_007btext_007d"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\addtocontents{<var>ext</var>}{<var>text</var>}
+</pre></div>
+
+<p>Add <var>text</var>, which may be text or formatting commands, directly to
+the auxiliary file with extension <var>ext</var>. This is most commonly used
+for the table of contents so that is the discussion here, but this also
+applies to the list of figures and list of tables.
+</p>
+<p>This will put some vertical space in the table of contents after the
+&lsquo;<samp>Contents</samp>&rsquo; header.
+</p>
+<div class="example">
+<pre class="example">\tableofcontents\newpage
+\addtocontents{toc}{\protect\vspace*{3ex}}
+</pre></div>
+
+<p>The <code>\addtocontents</code> command has two arguments. Both are
+required.
+</p>
+<dl compact="compact">
+<dt><var>ext</var></dt>
+<dd><p>Typically one of: <samp>toc</samp> for the table of contents, <samp>lof</samp> for
+the list of figures, or <samp>lot</samp> for the list of tables. The
+extension of the file holding the information.
+</p>
+</dd>
+<dt><var>text</var></dt>
+<dd><p>The text, and possibly commands, to be written.
+</p></dd>
+</dl>
+
+<p>The sectioning commands such as <code>\chapter</code> use the
+<code>\addcontentsline</code> command to store information. This command
+creates lines in the <samp>.toc</samp> auxiliary file containing the
+<code>\contentsline</code> command (see <a href="_005caddcontentsline.html#g_t_005caddcontentsline">\addcontentsline</a>). In contrast,
+the command <code>\addtocontents</code> puts material directly in that file.
+</p>
+<p>The <code>\addtocontents</code> command has an interaction with
+<code>\include</code> (see <a href="_005cinclude-_0026-_005cincludeonly.html#g_t_005cinclude-_0026-_005cincludeonly">\include &amp; \includeonly</a>). If you use them at
+the same level, as with
+<code>\addtocontents{...}{...}\include{...}</code> then lines in the
+table of contents can come out in the wrong order. The solution is to
+move <code>\addtocontents</code> into the file being included.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005caddtocounter.html b/src/data/help/unofficial-latex2e-reference-manual/_005caddtocounter.html
new file mode 100644
index 00000000..f5d2a537
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005caddtocounter.html
@@ -0,0 +1,145 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\addtocounter (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\addtocounter (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\addtocounter (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Counters.html#Counters" rel="up" title="Counters">
+<link href="_005crefstepcounter.html#g_t_005crefstepcounter" rel="next" title="\refstepcounter">
+<link href="_005csetcounter.html#g_t_005csetcounter" rel="prev" title="\setcounter">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005caddtocounter"></a>
+<div class="header">
+<p>
+Next: <a href="_005crefstepcounter.html#g_t_005crefstepcounter" accesskey="n" rel="next">\refstepcounter</a>, Previous: <a href="_005csetcounter.html#g_t_005csetcounter" accesskey="p" rel="prev">\setcounter</a>, Up: <a href="Counters.html#Counters" accesskey="u" rel="up">Counters</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005caddtocounter-1"></a>
+<h3 class="section">13.5 <code>\addtocounter</code></h3>
+
+<a name="index-_005caddtocounter"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\addtocounter{<var>counter</var>}{<var>value</var>&nbsp;</pre></div>
+
+<p>Globally increment <var>counter</var> by the amount specified by the
+<var>value</var> argument, which may be negative.
+</p>
+<p>In this example the section value appears as &lsquo;<samp>VII</samp>&rsquo;.
+</p>
+<div class="example">
+<pre class="example">\setcounter{section}{5}
+\addtocounter{section}{2}
+Here it is in Roman: \Roman{section}.
+</pre></div>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005caddtolength.html b/src/data/help/unofficial-latex2e-reference-manual/_005caddtolength.html
new file mode 100644
index 00000000..76a6f797
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005caddtolength.html
@@ -0,0 +1,160 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\addtolength (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\addtolength (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\addtolength (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Lengths.html#Lengths" rel="up" title="Lengths">
+<link href="_005csettodepth.html#g_t_005csettodepth" rel="next" title="\settodepth">
+<link href="_005csetlength.html#g_t_005csetlength" rel="prev" title="\setlength">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005caddtolength"></a>
+<div class="header">
+<p>
+Next: <a href="_005csettodepth.html#g_t_005csettodepth" accesskey="n" rel="next">\settodepth</a>, Previous: <a href="_005csetlength.html#g_t_005csetlength" accesskey="p" rel="prev">\setlength</a>, Up: <a href="Lengths.html#Lengths" accesskey="u" rel="up">Lengths</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005caddtolength-1"></a>
+<h3 class="section">14.3 <code>\addtolength</code></h3>
+
+<a name="index-_005caddtolength"></a>
+<a name="index-lengths_002c-adding-to"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\addtolength{<var>len</var>}{<var>amount</var>}
+</pre></div>
+
+<p>Increment the length <var>len</var> by <var>amount</var>. The length name
+<var>len</var> begins with a backslash, <code>\</code>. The <code>amount</code> is a
+rubber length (see <a href="Lengths.html#Lengths">Lengths</a>). It can be positive, negative or zero,
+and can be in any units that LaTeX understands (see <a href="Units-of-length.html#Units-of-length">Units of length</a>).
+</p>
+<p>Below, if <code>\parskip</code> starts with the value <code>0pt plus 1pt</code>
+</p>
+<div class="example">
+<pre class="example">Doctor: how is the boy who swallowed the silver dollar?
+\addtolength{\parskip}{1pt}
+
+Nurse: no change.
+</pre></div>
+
+<p>then it has the value <code>1pt plus 1pt</code> for the second paragraph.
+</p>
+<p>If you did not declare the length <var>len</var> with <code>\newlength</code>, if
+for example you mistype the above as
+<code>\addtolength{\specparindent}{0.6\praindent}</code>, then you get
+something like &lsquo;<samp>Undefined control sequence. &lt;argument&gt; \praindent</samp>&rsquo;.
+If you leave off the backslash at the start of <var>len</var>, as in
+<code>\addtolength{parindent}{1pt}</code>, then you get something like
+&lsquo;<samp>You can't use `the letter p' after \advance</samp>&rsquo;.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005caddvspace.html b/src/data/help/unofficial-latex2e-reference-manual/_005caddvspace.html
new file mode 100644
index 00000000..c9631ebd
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005caddvspace.html
@@ -0,0 +1,181 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\addvspace (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\addvspace (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\addvspace (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Spaces.html#Spaces" rel="up" title="Spaces">
+<link href="Boxes.html#Boxes" rel="next" title="Boxes">
+<link href="_005cvfill.html#g_t_005cvfill" rel="prev" title="\vfill">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005caddvspace"></a>
+<div class="header">
+<p>
+Previous: <a href="_005cvfill.html#g_t_005cvfill" accesskey="p" rel="prev">\vfill</a>, Up: <a href="Spaces.html#Spaces" accesskey="u" rel="up">Spaces</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005caddvspace-1"></a>
+<h3 class="section">19.16 <code>\addvspace</code></h3>
+
+<a name="index-_005caddvspace"></a>
+<a name="index-vertical-space-1"></a>
+<a name="index-space_002c-inserting-vertical"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\addvspace{<var>vert-length</var>}
+</pre></div>
+
+<p>Add a vertical space of <var>vert-length</var>. However, if there are two or
+more <code>\addvspace</code>&rsquo;s in a sequence then together they only add the
+space needed to make the natural length equal to the maximum of the
+<var>vert-length</var>&rsquo;s in that sequence. This command is fragile
+(see <a href="_005cprotect.html#g_t_005cprotect">\protect</a>). The <var>vert-length</var> is a rubber length
+(see <a href="Lengths.html#Lengths">Lengths</a>).
+</p>
+<p>This example illustrates. The <code>picture</code> draws a scale. In a
+standard LaTeX article the length <code>\baselineskip</code> is 12pt.
+The two rules here are 22pt apart: the sum of the
+<code>\baselineskip</code> and the 10pt from the first <code>addvspace</code>.
+</p>
+<div class="example">
+<pre class="example">\documentclass{article}
+\usepackage{color}
+\begin{document}
+\setlength{\unitlength}{2pt}%
+\noindent\begin{picture}(0,0)%
+ \multiput(0,0)(0,-1){25}{{\color{blue}\line(1,0){1}}}
+ \multiput(0,0)(0,-5){6}{{\color{red}\line(1,0){2}}}
+\end{picture}%
+\rule{0.25\linewidth}{0.1pt}%
+\par\addvspace{10pt}% \addvspace{20pt}%
+\par\noindent\rule{0.25\linewidth}{0.1pt}%
+\end{document}
+</pre></div>
+
+<p>Now uncomment the second <code>\addvspace</code>. It does not make the gap
+20pt longer; instead the gap is the sum of <code>\baselineskip</code>
+and 20pt. So <code>\addvspace</code> in a sense does the opposite of
+its name &mdash; it makes sure that multiple vertical spaces do not
+accumulate, but instead that only the largest one is used.
+</p>
+<p>LaTeX uses this command to adjust the vertical space above or below
+an environment that starts a new paragraph. For instance, a
+<code>theorem</code> environment begins and ends with <code>\addvspace</code> so
+that two consecutive <code>theorem</code>&rsquo;s are separated by one vertical
+space, not two.
+</p>
+<p>A error &lsquo;<samp>Something's wrong--perhaps a missing \item</samp>&rsquo; pointing to an
+<code>\addvspace</code> means that you were not in vertical mode when you hit
+this command. One way to change that is to precede <code>\addvspace</code>
+with a <code>\par</code> command (see <a href="_005cpar.html#g_t_005cpar">\par</a>), as in the above example.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol.html b/src/data/help/unofficial-latex2e-reference-manual/_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol.html
new file mode 100644
index 00000000..e5e1bdbd
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol.html
@@ -0,0 +1,205 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\alph \Alph \arabic \roman \Roman \fnsymbol (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\alph \Alph \arabic \roman \Roman \fnsymbol (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\alph \Alph \arabic \roman \Roman \fnsymbol (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Counters.html#Counters" rel="up" title="Counters">
+<link href="_005cusecounter.html#g_t_005cusecounter" rel="next" title="\usecounter">
+<link href="Counters.html#Counters" rel="prev" title="Counters">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol"></a>
+<div class="header">
+<p>
+Next: <a href="_005cusecounter.html#g_t_005cusecounter" accesskey="n" rel="next">\usecounter</a>, Up: <a href="Counters.html#Counters" accesskey="u" rel="up">Counters</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol_003a-Printing-counters"></a>
+<h3 class="section">13.1 <code>\alph \Alph \arabic \roman \Roman \fnsymbol</code>: Printing counters</h3>
+
+<a name="index-counters_002c-printing"></a>
+
+<p>Print the value of a counter, in a specified style. For instance, if
+the counter <var>counter</var> has the value 1 then a
+<code>\alph{<var>counter</var>}</code> in your source will result in a lowercase
+letter&nbsp;a appearing in the output.
+</p>
+<p>All of these commands take a single counter as an argument, for
+instance, <code>\alph{enumi}</code>. Note that the counter name does not
+start with a backslash.
+</p>
+<dl compact="compact">
+<dt><code>\alph{<var>counter</var>}</code>
+<a name="index-_005calph_007bcounter_007d"></a>
+</dt>
+<dd><p>Print the value of <var>counter</var> in lowercase letters: &lsquo;a&rsquo;, &lsquo;b&rsquo;,
+<small class="enddots">...</small> If the counter&rsquo;s value is less than 1 or more than 26 then
+you get &lsquo;<samp>LaTeX Error: Counter too large.</samp>&rsquo;
+</p>
+</dd>
+<dt><code>\Alph{<var>counter</var>}</code>
+<a name="index-_005cAlph_007bcounter_007d"></a>
+</dt>
+<dd><p>Print in uppercase letters: &lsquo;A&rsquo;, &lsquo;B&rsquo;, <small class="enddots">...</small> If the counter&rsquo;s value
+is less than 1 or more than 26 then you get &lsquo;<samp>LaTeX Error: Counter
+too large.</samp>&rsquo;
+</p>
+</dd>
+<dt><code>\arabic{<var>counter</var>}</code>
+<a name="index-_005carabic_007bcounter_007d"></a>
+</dt>
+<dd><p>Print in Arabic numbers such as &lsquo;<samp>5</samp>&rsquo; or &lsquo;<samp>-2</samp>&rsquo;.
+</p>
+</dd>
+<dt><code>\roman{<var>counter</var>}</code>
+<a name="index-_005croman_007bcounter_007d"></a>
+</dt>
+<dd><p>Print in lowercase roman numerals: &lsquo;i&rsquo;, &lsquo;ii&rsquo;, <small class="enddots">...</small> If the
+counter&rsquo;s value is less than 1 then you get no warning or error but
+LaTeX does not print anything in the output.
+</p>
+</dd>
+<dt><code>\Roman{<var>counter</var>}</code>
+<a name="index-_005cRoman_007bcounter_007d"></a>
+</dt>
+<dd><p>Print in uppercase roman numerals: &lsquo;I&rsquo;, &lsquo;II&rsquo;, <small class="enddots">...</small> If the
+counter&rsquo;s value is less than 1 then you get no warning or error but
+LaTeX does not print anything in the output.
+</p>
+</dd>
+<dt><code>\fnsymbol{<var>counter</var>}</code>
+<a name="index-_005cfnsymbol_007bcounter_007d"></a>
+</dt>
+<dd><p>Prints the value of <var>counter</var> using a sequence of nine symbols that
+are traditionally used for labeling footnotes. The value of
+<var>counter</var> should be between&nbsp;1 and&nbsp;9, inclusive. If the
+counter&rsquo;s value is less than 0 or more than 9 then you get &lsquo;<samp>LaTeX
+Error: Counter too large</samp>&rsquo;, while if it is 0 then you get no error or
+warning but LaTeX does not output anything.
+</p>
+<p>Here are the symbols:
+</p>
+<table>
+<thead><tr><th width="10%">Number</th><th width="30%">Name</th><th width="30%">Command</th><th width="30%">Symbol</th></tr></thead>
+<tr><td width="10%">1</td><td width="30%">asterisk</td><td width="30%"><code>\ast</code></td><td width="30%">*</td></tr>
+<tr><td width="10%">2</td><td width="30%">dagger</td><td width="30%"><code>\dagger</code></td><td width="30%">&#x2020;</td></tr>
+<tr><td width="10%">3</td><td width="30%">ddagger</td><td width="30%"><code>\ddagger</code></td><td width="30%">&#x2021;</td></tr>
+<tr><td width="10%">4</td><td width="30%">section-sign</td><td width="30%"><code>\S</code></td><td width="30%">&#x00A7;</td></tr>
+<tr><td width="10%">5</td><td width="30%">paragraph-sign</td><td width="30%"><code>\P</code></td><td width="30%">&#x00B6;</td></tr>
+<tr><td width="10%">6</td><td width="30%">double-vert</td><td width="30%"><code>\parallel</code></td><td width="30%">&#x2016;</td></tr>
+<tr><td width="10%">7</td><td width="30%">double-asterisk</td><td width="30%"><code>\ast\ast</code></td><td width="30%">**</td></tr>
+<tr><td width="10%">8</td><td width="30%">double-dagger</td><td width="30%"><code>\dagger\dagger</code></td><td width="30%">&#x2020;&#x2020;</td></tr>
+<tr><td width="10%">9</td><td width="30%">double-ddagger</td><td width="30%"><code>\ddagger\ddagger</code></td><td width="30%">&#x2021;&#x2021;</td></tr>
+</table>
+
+</dd>
+</dl>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cappendix.html b/src/data/help/unofficial-latex2e-reference-manual/_005cappendix.html
new file mode 100644
index 00000000..57b7e23e
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cappendix.html
@@ -0,0 +1,171 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\appendix (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\appendix (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\appendix (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Sectioning.html#Sectioning" rel="up" title="Sectioning">
+<link href="_005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter.html#g_t_005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter" rel="next" title="\frontmatter &amp; \mainmatter &amp; \backmatter">
+<link href="_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph.html#g_t_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph" rel="prev" title="\subsubsection &amp; \paragraph &amp; \subparagraph">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cappendix"></a>
+<div class="header">
+<p>
+Next: <a href="_005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter.html#g_t_005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter" accesskey="n" rel="next">\frontmatter &amp; \mainmatter &amp; \backmatter</a>, Previous: <a href="_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph.html#g_t_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph" accesskey="p" rel="prev">\subsubsection &amp; \paragraph &amp; \subparagraph</a>, Up: <a href="Sectioning.html#Sectioning" accesskey="u" rel="up">Sectioning</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+
+<a name="g_t_005cappendix-1"></a>
+<h3 class="section">6.6 <code>\appendix</code></h3>
+
+<a name="index-_005cappendix"></a>
+<a name="index-appendix"></a>
+<a name="index-appendices"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\appendix
+</pre></div>
+
+<p>This does not directly produce any output. But in a book or report it
+declares that subsequent <code>\chapter</code> commands start an appendix. In
+an article it does the same, for <code>\section</code> commands. It also
+resets the <code>chapter</code> and <code>section</code> counters to&nbsp;0 in a
+book or report, and in an article resets the <code>section</code> and
+<code>subsection</code> counters.
+</p>
+<p>In this book
+</p>
+<div class="example">
+<pre class="example">\chapter{One} ...
+\chapter{Two} ...
+ ...
+\appendix
+\chapter{Three} ...
+\chapter{Four} ...
+</pre></div>
+
+<p>the first two will generate output numbered &lsquo;<samp>Chapter 1</samp>&rsquo; and
+&lsquo;<samp>Chapter 2</samp>&rsquo;. After the <code>\appendix</code> the numbering will be
+&lsquo;<samp>Appendix A</samp>&rsquo; and &lsquo;<samp>Appendix B</samp>&rsquo;. See <a href="Larger-book-template.html#Larger-book-template">Larger book template</a>
+for another example.
+</p>
+<a name="index-package_002c-appendix"></a>
+<a name="index-appendix-package"></a>
+<p>The <samp>appendix</samp> package adds the command
+<code>\appendixpage</code> to put a separate &lsquo;<samp>Appendices</samp>&rsquo; in the document
+body before the first appendix, and the command <code>\addappheadtotoc</code>
+to do the same in the table of contents. You can reset the name
+&lsquo;<samp>Appendix</samp>&rsquo; with a command like
+<code>\renewcommand{\appendixname}{Specification}</code>, as well as a
+number of other features. See the documentation on CTAN.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cbibitem.html b/src/data/help/unofficial-latex2e-reference-manual/_005cbibitem.html
new file mode 100644
index 00000000..ec05ee3c
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cbibitem.html
@@ -0,0 +1,194 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\bibitem (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\bibitem (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\bibitem (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="thebibliography.html#thebibliography" rel="up" title="thebibliography">
+<link href="_005ccite.html#g_t_005ccite" rel="next" title="\cite">
+<link href="thebibliography.html#thebibliography" rel="prev" title="thebibliography">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cbibitem"></a>
+<div class="header">
+<p>
+Next: <a href="_005ccite.html#g_t_005ccite" accesskey="n" rel="next">\cite</a>, Up: <a href="thebibliography.html#thebibliography" accesskey="u" rel="up">thebibliography</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cbibitem-1"></a>
+<h4 class="subsection">8.24.1 <code>\bibitem</code></h4>
+
+<a name="index-_005cbibitem"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\bibitem{<var>cite_key</var>}
+</pre></div>
+
+<p>or
+</p>
+<div class="example">
+<pre class="example">\bibitem[<var>label</var>]{<var>cite_key</var>}
+</pre></div>
+
+<p>Generate an entry labeled by <var>label</var>. The default is for LaTeX to
+generates a number using the <code>enumi</code> counter. The <em>citation key</em>
+<a name="index-citation-key"></a>
+<var>cite_key</var> is a string of
+letters, numbers, and punctuation symbols (but not comma).
+</p>
+<p>See <a href="thebibliography.html#thebibliography">thebibliography</a> for an example.
+</p>
+<p>The optional <var>label</var> changes the default label from an integer to the
+given string. With this
+</p>
+<div class="example">
+<pre class="example">\begin{thebibliography}
+\bibitem[Lamport 1993]{latexdps}
+ Leslie Lamport.
+ \textit{\LaTeX{}: a document preparation system}.
+ Addison-Wesley, Reading, Massachusetts, 1993.
+\bibitem{texbook}
+ Donald Ervin Knuth.
+ \textit{The \TeX book}.
+ Addison-Wesley, Reading, Massachusetts, 1983.
+\end{thebibliography}
+</pre></div>
+
+<p>the first entry will be styled as &lsquo;<samp>[Lamport 1993] Leslie ...</samp>&rsquo; (The
+amount of horizontal space that LaTeX leaves for the label depends on
+the <var>widest-label</var> argument of the <code>thebibliography</code>
+environment; see <a href="thebibliography.html#thebibliography">thebibliography</a>.) Similarly, <code>... based on
+\cite{latexdps}</code> will produce &lsquo;<samp>... based on [Lamport 1994]</samp>&rsquo;.
+</p>
+<p>If you mix <code>\bibitem</code> entries having a <var>label</var> with those that
+do not then LaTeX will number the unlabelled ones sequentially. In
+the example above the <code>texbook</code> entry will appear as &lsquo;<samp>[1]
+Donald ...</samp>&rsquo;, despite that it is the second entry.
+</p>
+<p>If you use the same <var>cite_key</var> twice then you get &lsquo;<samp>LaTeX
+Warning: There were multiply-defined labels</samp>&rsquo;.
+</p>
+<p>Under the hood, LaTeX remembers the <var>cite_key</var> and <var>label</var>
+information because <code>\bibitem</code> writes it to the auxiliary file
+<samp><var>filename</var>.aux</samp>. For instance, the above example causes
+<code>\bibcite{latexdps}{Lamport, 1993}</code> and
+<code>\bibcite{texbook}{1}</code> to appear in that file. The <samp>.aux</samp>
+file is read by the <code>\begin{document}</code> command and then the
+information is available for <code>\cite</code> commands. This explains why
+you need to run LaTeX twice to resolve references: once to write it
+out and once to read it in.
+</p>
+<p>Because of this two-pass algorithm, when you add a <code>\bibitem</code> or
+change its <var>cite_key</var> you may get &lsquo;<samp>LaTeX Warning: Label(s) may
+have changed. Rerun to get cross-references right</samp>&rsquo;. Fix it by
+recompiling.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cbigbreak-_0026-_005cmedbreak-_0026-_005csmallbreak.html b/src/data/help/unofficial-latex2e-reference-manual/_005cbigbreak-_0026-_005cmedbreak-_0026-_005csmallbreak.html
new file mode 100644
index 00000000..63b5dbd0
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cbigbreak-_0026-_005cmedbreak-_0026-_005csmallbreak.html
@@ -0,0 +1,155 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\bigbreak &amp; \medbreak &amp; \smallbreak (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\bigbreak &amp; \medbreak &amp; \smallbreak (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\bigbreak &amp; \medbreak &amp; \smallbreak (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Spaces.html#Spaces" rel="up" title="Spaces">
+<link href="_005cstrut.html#g_t_005cstrut" rel="next" title="\strut">
+<link href="_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip.html#g_t_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip" rel="prev" title="\bigskip &amp; \medskip &amp; \smallskip">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cbigbreak-_0026-_005cmedbreak-_0026-_005csmallbreak"></a>
+<div class="header">
+<p>
+Next: <a href="_005cstrut.html#g_t_005cstrut" accesskey="n" rel="next">\strut</a>, Previous: <a href="_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip.html#g_t_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip" accesskey="p" rel="prev">\bigskip &amp; \medskip &amp; \smallskip</a>, Up: <a href="Spaces.html#Spaces" accesskey="u" rel="up">Spaces</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cbigbreak-_0026-_005cmedbreak-_0026-_005csmallbreak-1"></a>
+<h3 class="section">19.12 <code>\bigbreak</code> &amp; <code>\medbreak</code> &amp; <code>\smallbreak</code></h3>
+
+<p>Synopsis, one of:
+</p>
+<div class="example">
+<pre class="example">\bigbreak
+\medbreak
+\smallbreak
+</pre></div>
+
+<p>Produce a vertical space that is big or medium-sized or small, and
+suggest to LaTeX that this is a good place to break the page. (The
+associated penalties are -200, -100, and -50.)
+</p>
+<p>See <a href="_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip.html#g_t_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip">\bigskip &amp; \medskip &amp; \smallskip</a>, for more. These commands
+produce the same vertical space but differ in that they also remove a
+preceding vertical space if it is less than what they would insert (as
+with <code>\addvspace</code>). In addition, they terminate a paragraph where
+they are used: this example
+</p>
+<div class="example">
+<pre class="example">abc\bigbreak def ghi
+
+jkl mno pqr
+</pre></div>
+
+<p>will output three paragraphs, the first ending in &lsquo;<samp>abc</samp>&rsquo; and the
+second starting, after an extra vertical space and a paragraph indent,
+with &lsquo;<samp>def</samp>&rsquo;.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cbigl-_0026-_005cbigr-etc.html b/src/data/help/unofficial-latex2e-reference-manual/_005cbigl-_0026-_005cbigr-etc.html
new file mode 100644
index 00000000..46360bd2
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cbigl-_0026-_005cbigr-etc.html
@@ -0,0 +1,234 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\bigl &amp; \bigr etc (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\bigl &amp; \bigr etc (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\bigl &amp; \bigr etc (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Delimiters.html#Delimiters" rel="up" title="Delimiters">
+<link href="Dots.html#Dots" rel="next" title="Dots">
+<link href="_005cleft-_0026-_005cright.html#g_t_005cleft-_0026-_005cright" rel="prev" title="\left &amp; \right">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cbigl-_0026-_005cbigr-etc"></a>
+<div class="header">
+<p>
+Previous: <a href="_005cleft-_0026-_005cright.html#g_t_005cleft-_0026-_005cright" accesskey="p" rel="prev">\left &amp; \right</a>, Up: <a href="Delimiters.html#Delimiters" accesskey="u" rel="up">Delimiters</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cbigl_002c-_005cbigr_002c-etc_002e"></a>
+<h4 class="subsubsection">16.2.5.2 <code>\bigl</code>, <code>\bigr</code>, etc.</h4>
+
+<p>Synopsis, one of:
+</p>
+<div class="example">
+<pre class="example">\bigl<var>delimiter1</var> ... \bigr<var>delimiter2</var>
+\Bigl<var>delimiter1</var> ... \bigr<var>delimiter2</var>
+\biggl<var>delimiter1</var> ... \biggr<var>delimiter2</var>
+\Biggl<var>delimiter1</var> ... \Biggr<var>delimiter2</var>
+</pre></div>
+
+<p>(as with <code>\bigl[...\bigr]</code>; strictly speaking they need not be
+paired, see below), or one of:
+</p>
+<div class="example">
+<pre class="example">\bigm<var>delimiter</var>
+\Bigm<var>delimiter</var>
+\biggm<var>delimiter</var>
+\Biggm<var>delimiter</var>
+</pre></div>
+
+<p>(as with <code>\bigm|</code>), or one of:
+</p>
+<div class="example">
+<pre class="example">\big<var>delimiter</var>
+\Big<var>delimiter</var>
+\bigg<var>delimiter</var>
+\Bigg<var>delimiter</var>
+</pre></div>
+
+<p>(as with <code>\big[</code>).
+</p>
+<p>Produce manually-sized delimiters. For delimiters that are
+automatically sized see&nbsp;<a href="_005cleft-_0026-_005cright.html#g_t_005cleft-_0026-_005cright">\left &amp; \right</a>).
+</p>
+<p>This produces slightly larger outer vertical bars.
+</p>
+<div class="example">
+<pre class="example"> \bigl| |x|+|y| \bigr|
+</pre></div>
+
+<p>The commands above are listed in order of increasing size. You can use
+the smallest size such as <code>\bigl...\bigr</code> in a paragraph without
+causing LaTeX to spread the lines apart. The larger sizes are meant
+for displayed equations.
+</p>
+<p>See <a href="Delimiters.html#Delimiters">Delimiters</a> for a list of the common delimiters. In the family of
+commands with &lsquo;<samp>l</samp>&rsquo; and &lsquo;<samp>r</samp>&rsquo;, <var>delimiter1</var> and
+<var>delimiter2</var> need not be the same.
+</p>
+<p>The &lsquo;<samp>l</samp>&rsquo; and &lsquo;<samp>r</samp>&rsquo; commands produce open and close delimiters
+that insert no horizontal space between a preceding atom and the
+delimiter, while the commands without &lsquo;<samp>l</samp>&rsquo; and &lsquo;<samp>r</samp>&rsquo; insert some
+space (because each delimiter is set as an ordinary variable). Compare
+these two.
+</p>
+<div class="example">
+<pre class="example">\begin{tabular}{l}
+ \(\displaystyle \sin\biggl(\frac{1}{2}\biggr) \) \\ % good
+ \(\displaystyle \sin\bigg(\frac{1}{2}\bigg) \) \\ % bad
+\end{tabular}
+</pre></div>
+
+<p>The traditional typographic treatment is on the first line. On the
+second line the output will have some extra space between the
+<code>\sin</code> and the open parenthesis.
+</p>
+<p>Commands without &lsquo;<samp>l</samp>&rsquo; or&nbsp;&lsquo;<samp>r</samp>&rsquo; do give correct spacing in
+some circumstances, as with this large vertical line
+</p>
+<div class="example">
+<pre class="example">\begin{equation}
+ \int_{x=a}^b x^2\,dx = \frac{1}{3} x^3 \Big|_{x=a}^b
+\end{equation}
+</pre></div>
+
+<a name="index-package_002c-amsmath-7"></a>
+<a name="index-amsmath-package-7"></a>
+
+<p>(many authors would replace <code>\frac</code> with the <code>\tfrac</code> command
+from the <samp>amsmath</samp> package), and as with this larger slash.
+</p>
+<div class="example">
+<pre class="example">\begin{equation}
+ \lim_{n\to\infty}\pi(n) \big/ (n/\log n) = 1
+\end{equation}
+</pre></div>
+
+<p>Unlike the <code>\left...\right</code> pair (see <a href="_005cleft-_0026-_005cright.html#g_t_005cleft-_0026-_005cright">\left &amp; \right</a>), the
+commands here with &lsquo;<samp>l</samp>&rsquo; and&nbsp;&lsquo;<samp>r</samp>&rsquo; do not make a group.
+Strictly speaking they need not be matched so you can write something
+like this.
+</p>
+<div class="example">
+<pre class="example">\begin{equation}
+ \Biggl[ \pi/6 ]
+\end{equation}
+</pre></div>
+
+<p>The commands with &lsquo;<samp>m</samp>&rsquo; are for relations, which are in the middle of
+formulas, as here.
+</p>
+<div class="example">
+<pre class="example">\begin{equation}
+ \biggl\{ a\in B \biggm| a=\sum_{0\leq i&lt;n}3i^2+4 \biggr\}
+\end{equation}
+</pre></div>
+
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip.html b/src/data/help/unofficial-latex2e-reference-manual/_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip.html
new file mode 100644
index 00000000..30f7c1ce
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip.html
@@ -0,0 +1,193 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\bigskip &amp; \medskip &amp; \smallskip (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\bigskip &amp; \medskip &amp; \smallskip (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\bigskip &amp; \medskip &amp; \smallskip (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Spaces.html#Spaces" rel="up" title="Spaces">
+<link href="_005cbigbreak-_0026-_005cmedbreak-_0026-_005csmallbreak.html#g_t_005cbigbreak-_0026-_005cmedbreak-_0026-_005csmallbreak" rel="next" title="\bigbreak &amp; \medbreak &amp; \smallbreak">
+<link href="_005chrulefill-_0026-_005cdotfill.html#g_t_005chrulefill-_0026-_005cdotfill" rel="prev" title="\hrulefill &amp; \dotfill">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip"></a>
+<div class="header">
+<p>
+Next: <a href="_005cbigbreak-_0026-_005cmedbreak-_0026-_005csmallbreak.html#g_t_005cbigbreak-_0026-_005cmedbreak-_0026-_005csmallbreak" accesskey="n" rel="next">\bigbreak &amp; \medbreak &amp; \smallbreak</a>, Previous: <a href="_005chrulefill-_0026-_005cdotfill.html#g_t_005chrulefill-_0026-_005cdotfill" accesskey="p" rel="prev">\hrulefill &amp; \dotfill</a>, Up: <a href="Spaces.html#Spaces" accesskey="u" rel="up">Spaces</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip-1"></a>
+<h3 class="section">19.11 <code>\bigskip</code> &amp; <code>\medskip</code> &amp; <code>\smallskip</code></h3>
+
+<p>Synopsis, one of:
+</p>
+<div class="example">
+<pre class="example">\bigskip
+\medskip
+\smallskip
+</pre></div>
+
+<p>Produce an amount of vertical space, large or medium-sized or
+small. These commands are fragile (see <a href="_005cprotect.html#g_t_005cprotect">\protect</a>).
+</p>
+<p>Here the skip suggests the passage of time (from <i>The Golden Ocean</i> by
+O&rsquo;Brian).
+</p>
+<div class="example">
+<pre class="example">Mr Saumarez would have something rude to say to him, no doubt: he
+was at home again, and it was delightful.
+
+\bigskip
+``A hundred and fifty-seven miles and one third, in twenty-four hours,''
+said Peter.
+</pre></div>
+
+<p>Each command is associated with a length defined in the document class
+file.
+</p>
+<dl compact="compact">
+<dd><a name="bigskip"></a></dd>
+<dt><code>\bigskip</code>
+<a name="index-_005cbigskip"></a>
+</dt>
+<dd><a name="index-_005cbigskipamount"></a>
+<p>The same as <code>\vspace{\bigskipamount}</code>, ordinarily about one line
+space, with stretch and shrink. The default for the <code>book</code> and
+<code>article</code> classes is <code>12pt plus 4pt minus 4pt</code>.
+</p>
+<a name="medskip"></a></dd>
+<dt><code>\medskip</code>
+<a name="index-_005cmedskip"></a>
+</dt>
+<dd><a name="index-_005cmedskipamount"></a>
+<p>The same as <code>\vspace{\medskipamount}</code>, ordinarily about half of a
+line space, with stretch and shrink. The default for the <code>book</code>
+and <code>article</code> classes is <code>6pt plus 2pt minus 2pt</code>.
+</p>
+<a name="smallskip"></a></dd>
+<dt><code>\smallskip</code>
+<a name="index-_005csmallskip"></a>
+</dt>
+<dd><a name="index-_005csmallskipamount"></a>
+<p>The same as <code>\vspace{\smallskipamount}</code>, ordinarily about a
+quarter of a line space, with stretch and shrink. The default for the
+<code>book</code> and <code>article</code> classes is <code>3pt plus 1pt minus 1pt</code>.
+</p>
+</dd>
+</dl>
+
+<p>Because each command is a <code>\vspace</code>, if you use on in mid-paragraph
+then it will insert its vertical space between the line in which you use
+it and the next line, not necessarily at the place that you use it. So
+these are best between paragraphs.
+</p>
+<p>The commands <code>\bigbreak</code>, <code>\medbreak</code>, and <code>\smallbreak</code>
+are similar but also suggest to LaTeX that this is a good place to
+put a page break (see <a href="_005cbigbreak-_0026-_005cmedbreak-_0026-_005csmallbreak.html#g_t_005cbigbreak-_0026-_005cmedbreak-_0026-_005csmallbreak">\bigbreak &amp; \medbreak &amp; \smallbreak</a>.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cboldmath-_0026-_005cunboldmath.html b/src/data/help/unofficial-latex2e-reference-manual/_005cboldmath-_0026-_005cunboldmath.html
new file mode 100644
index 00000000..9cceb7db
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cboldmath-_0026-_005cunboldmath.html
@@ -0,0 +1,185 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\boldmath &amp; \unboldmath (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\boldmath &amp; \unboldmath (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\boldmath &amp; \unboldmath (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Math-symbols.html#Math-symbols" rel="up" title="Math symbols">
+<link href="Blackboard-bold.html#Blackboard-bold" rel="next" title="Blackboard bold">
+<link href="Arrows.html#Arrows" rel="prev" title="Arrows">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cboldmath-_0026-_005cunboldmath"></a>
+<div class="header">
+<p>
+Next: <a href="Blackboard-bold.html#Blackboard-bold" accesskey="n" rel="next">Blackboard bold</a>, Previous: <a href="Arrows.html#Arrows" accesskey="p" rel="prev">Arrows</a>, Up: <a href="Math-symbols.html#Math-symbols" accesskey="u" rel="up">Math symbols</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cboldmath-_0026-_005cunboldmath-1"></a>
+<h4 class="subsection">16.2.2 <code>\boldmath</code> &amp; <code>\unboldmath</code></h4>
+
+<a name="index-boldface-mathematics"></a>
+<a name="index-symbols_002c-boldface"></a>
+<a name="index-_005cboldmath"></a>
+<a name="index-_005cunboldmath"></a>
+
+<p>Synopsis (used in paragraph mode or LR mode):
+</p>
+<div class="example">
+<pre class="example">\boldmath \( <var>math</var> \)
+</pre></div>
+
+<p>or
+</p>
+<div class="example">
+<pre class="example">\unboldmath \( <var>math</var> \)
+</pre></div>
+
+<a name="index-_005cboldmath-1"></a>
+<a name="index-_005cunboldmath-1"></a>
+<p>Declarations to change the letters and symbols in <var>math</var> to be in
+a bold font, or to countermand that and bring back the regular
+(non-bold) default. They must be used when not in math mode or display
+math mode (see <a href="Modes.html#Modes">Modes</a>). Both commands are fragile
+(see <a href="_005cprotect.html#g_t_005cprotect">\protect</a>).
+</p>
+<p>In this example each <code>\boldmath</code> command takes place inside an
+<code>\mbox</code>,
+</p>
+<div class="example">
+<pre class="example">we have $\mbox{\boldmath \( v \)} = 5\cdot\mbox{\boldmath \( u \)$}$
+</pre></div>
+
+<p>which means <code>\boldmath</code> is only called in a text mode, here LR
+mode, and explains why LaTeX must switch to math mode to set <code>v</code>
+and <code>u</code>.
+</p>
+<p>If you use either command inside math mode, as with <code>Trouble: \(
+\boldmath x \)</code>, then you get something like &lsquo;<samp>LaTeX Font Warning:
+Command \boldmath invalid in math mode on input line 11</samp>&rsquo; and &lsquo;<samp>LaTeX
+Font Warning: Command \mathversion invalid in math mode on input line
+11</samp>&rsquo;.
+</p>
+<a name="index-package_002c-bm"></a>
+<a name="index-bm-package"></a>
+
+<p>There are many issues with <code>\boldmath</code>. New documents should use
+the <samp>bm</samp> package provided by the LaTeX Project team. A complete
+description is outside the scope of this document (see the full
+documentation on CTAN) but even this small example
+</p>
+<div class="example">
+<pre class="example">\usepackage{bm} % in preamble
+...
+we have $\bm{v} = 5\cdot\bm{u}$
+</pre></div>
+
+<p>shows that it is an improvement over <code>\boldmath</code>.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005ccc.html b/src/data/help/unofficial-latex2e-reference-manual/_005ccc.html
new file mode 100644
index 00000000..3ef557c9
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005ccc.html
@@ -0,0 +1,147 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\cc (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\cc (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\cc (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Letters.html#Letters" rel="up" title="Letters">
+<link href="_005cclosing.html#g_t_005cclosing" rel="next" title="\closing">
+<link href="_005caddress.html#g_t_005caddress" rel="prev" title="\address">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005ccc"></a>
+<div class="header">
+<p>
+Next: <a href="_005cclosing.html#g_t_005cclosing" accesskey="n" rel="next">\closing</a>, Previous: <a href="_005caddress.html#g_t_005caddress" accesskey="p" rel="prev">\address</a>, Up: <a href="Letters.html#Letters" accesskey="u" rel="up">Letters</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005ccc-1"></a>
+<h3 class="section">26.2 <code>\cc</code></h3>
+
+<a name="index-_005ccc"></a>
+<a name="index-cc-list_002c-in-letters"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\cc{<var>name0</var> \\
+ ... }
+</pre></div>
+
+<p>Produce a list of names to which copies of the letter were sent. This
+command is optional. If it appears then typically it comes after
+<code>\closing</code>. Put the names on different lines by separating them
+with a double backslash, <code>\\</code>, as in:
+</p>
+<div class="example">
+<pre class="example">\cc{President \\
+ Vice President}
+</pre></div>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005ccentering.html b/src/data/help/unofficial-latex2e-reference-manual/_005ccentering.html
new file mode 100644
index 00000000..5d2ba07d
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005ccentering.html
@@ -0,0 +1,177 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\centering (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\centering (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\centering (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="center.html#center" rel="up" title="center">
+<link href="description.html#description" rel="next" title="description">
+<link href="center.html#center" rel="prev" title="center">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005ccentering"></a>
+<div class="header">
+<p>
+Up: <a href="center.html#center" accesskey="u" rel="up">center</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005ccentering-1"></a>
+<h4 class="subsection">8.3.1 <code>\centering</code></h4>
+
+<a name="index-_005ccentering"></a>
+<a name="index-centering-text_002c-declaration-for"></a>
+
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">{\centering ... }
+</pre></div>
+
+<p>or
+</p>
+<div class="example">
+<pre class="example">\begin{group}
+ \centering ...
+\end{group}
+</pre></div>
+
+<p>Center the material in its scope. It is most often used inside an
+environment such as <code>figure</code>, or in a <code>parbox</code>.
+</p>
+<p>This example&rsquo;s <code>\centering</code> declaration causes the graphic to be
+horizontally centered.
+</p>
+<div class="example">
+<pre class="example">\begin{figure}
+ \centering
+ \includegraphics[width=0.6\textwidth]{ctan_lion.png}
+ \caption{CTAN Lion} \label{fig:CTANLion}
+\end{figure}
+</pre></div>
+
+<p>The scope of this <code>\centering</code> ends with the <code>\end{figure}</code>.
+</p>
+<p>Unlike the <code>center</code> environment, the <code>\centering</code> command does
+not add vertical space above and below the text. That&rsquo;s its advantage
+in the above example; there is not an excess of space.
+</p>
+<p>It also does not start a new paragraph; it simply changes how LaTeX
+formats paragraph units. If <code>ww {\centering xx \\ yy} zz</code> is
+surrounded by blank lines then LaTeX will create a paragraph whose
+first line &lsquo;<samp>ww xx</samp>&rsquo; is centered and whose second line, not centered,
+contains &lsquo;<samp>yy zz</samp>&rsquo;. Usually what is desired is for the scope of the
+declaration to contain a blank line or the <code>\end</code> command of an
+environment such as <code>figure</code> or <code>table</code> that ends the
+paragraph unit. Thus, if <code>{\centering xx \\ yy\par} zz</code> is
+surrounded by blank lines then it makes a new paragraph with two
+centered lines &lsquo;<samp>xx</samp>&rsquo; and &lsquo;<samp>yy</samp>&rsquo;, followed by a new paragraph with
+&lsquo;<samp>zz</samp>&rsquo; that is formatted as usual.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cchapter.html b/src/data/help/unofficial-latex2e-reference-manual/_005cchapter.html
new file mode 100644
index 00000000..185c31b5
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cchapter.html
@@ -0,0 +1,245 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\chapter (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\chapter (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\chapter (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Sectioning.html#Sectioning" rel="up" title="Sectioning">
+<link href="_005csection.html#g_t_005csection" rel="next" title="\section">
+<link href="_005cpart.html#g_t_005cpart" rel="prev" title="\part">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cchapter"></a>
+<div class="header">
+<p>
+Next: <a href="_005csection.html#g_t_005csection" accesskey="n" rel="next">\section</a>, Previous: <a href="_005cpart.html#g_t_005cpart" accesskey="p" rel="prev">\part</a>, Up: <a href="Sectioning.html#Sectioning" accesskey="u" rel="up">Sectioning</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cchapter-1"></a>
+<h3 class="section">6.2 <code>\chapter</code></h3>
+
+<a name="index-_005cchapter-1"></a>
+<a name="index-chapter-1"></a>
+
+<p>Synopsis, one of:
+</p>
+<div class="example">
+<pre class="example">\chapter{<var>title</var>}
+\chapter*{<var>title</var>}
+\chapter[<var>toc-title</var>]{<var>title</var>}
+</pre></div>
+
+<p>Start a chapter. The standard LaTeX classes <code>book</code> and
+<code>report</code> have this command but <code>article</code> does not.
+</p>
+<p>This produces a chapter.
+</p>
+<div class="example">
+<pre class="example">\chapter{Loomings}
+Call me Ishmael.
+Some years ago---never mind how long precisely---having little or no
+money in my purse, and nothing particular to interest me on shore, I
+thought I would sail about a little and see the watery part of
+the world.
+</pre></div>
+
+<p>The LaTeX default starts each chapter on a fresh page, an
+odd-numbered page if the document is two-sided. It produces a chapter
+number such as &lsquo;<samp>Chapter 1</samp>&rsquo; in large boldface type (the size is
+<code>\huge</code>). It then puts <var>title</var> on a fresh line, in boldface
+type that is still larger (size <code>\Huge</code>). It also increments the
+<code>chapter</code> counter, adds an entry to the table of contents
+(see <a href="Table-of-contents-etc_002e.html#Table-of-contents-etc_002e">Table of contents etc.</a>), and sets the running header
+information (see <a href="Page-styles.html#Page-styles">Page styles</a>).
+</p>
+<p>The <code>*</code>&nbsp;form shows <var>title</var> on a fresh line, in boldface.
+But it does not show the chapter number, does not increment the
+<code>chapter</code> counter, produces no table of contents entry, and does
+not affect the running header. (If you use the page style
+<code>headings</code> in a two-sided document then the header will be from the
+prior chapter.) This example illustrates.
+</p>
+<div class="example">
+<pre class="example">\chapter*{Preamble}
+</pre></div>
+
+<p>The optional argument <var>toc-title</var> will appear as the chapter title
+in the table of contents (see <a href="Table-of-contents-etc_002e.html#Table-of-contents-etc_002e">Table of contents etc.</a>) and in
+running headers (see <a href="Page-styles.html#Page-styles">Page styles</a>). If it is not present then
+<var>title</var> will be there. This shows the full name in the chapter
+title,
+</p>
+<div class="example">
+<pre class="example">\chapter[Weyl]{Hermann Klaus Hugo (Peter) Weyl (1885--1955)}
+</pre></div>
+
+<p>but only &lsquo;<samp>Weyl</samp>&rsquo; on the contents page. This puts a line break in
+the title but that doesn&rsquo;t work well with running headers so it omits
+the break in the contents
+</p>
+<div class="example">
+<pre class="example">\chapter[Given it all\\ my story]{Given it all\\ my story}
+</pre></div>
+
+<p>For determining which sectional units are numbered and which appear in
+the table of contents, the level number of a chapter is&nbsp;0
+(see <a href="Sectioning.html#Sectioning_002fsecnumdepth">Sectioning/secnumdepth</a> and see <a href="Sectioning.html#Sectioning_002ftocdepth">Sectioning/tocdepth</a>).
+</p>
+<a name="index-package_002c-indentfirst-1"></a>
+<a name="index-indentfirst-package-1"></a>
+
+<p>The paragraph that follows the chapter title is not indented, as is a
+standard typographical practice. To get an indent use the package
+<samp>indentfirst</samp>.
+</p>
+<p>You can change what is shown for the chapter number. To change it to
+something like &lsquo;<samp>Lecture 1</samp>&rsquo;, put in the preamble either
+<code>\renewcommand{\chaptername}{Lecture}</code> or this
+(see <a href="_005cmakeatletter-_0026-_005cmakeatother.html#g_t_005cmakeatletter-_0026-_005cmakeatother">\makeatletter &amp; \makeatother</a>).
+</p>
+<div class="example">
+<pre class="example">\makeatletter
+\renewcommand{\@chapapp}{Lecture}
+\makeatother
+</pre></div>
+
+<a name="index-package_002c-babel"></a>
+<a name="index-babel-package"></a>
+
+<p>To make this change because of the primary language for
+the document, see the package <samp>babel</samp>.
+</p>
+<p>In a two-sided document LaTeX puts a chapter on odd-numbered page, if
+necessary leaving an even-numbered page that is blank except for any
+running headers. To make that page completely blank,
+see&nbsp;<a href="_005cclearpage-_0026-_005ccleardoublepage.html#g_t_005cclearpage-_0026-_005ccleardoublepage">\clearpage &amp; \cleardoublepage</a>.
+</p>
+<a name="index-package_002c-titlesec-2"></a>
+<a name="index-titlesec-package-2"></a>
+
+<p>To change the behavior of the <code>\chapter</code> command, you can copy its
+definition from the LaTeX format file and make adjustments. But
+there are also many packages on CTAN that address this. One is
+<samp>titlesec</samp>. See its documentation, but the example below gives a
+sense of what it can do.
+</p>
+<div class="example">
+<pre class="example">\usepackage{titlesec} % in preamble
+\titleformat{\chapter}
+ {\Huge\bfseries} % format of title
+ {} % label, such as 1.2 for a subsection
+ {0pt} % length of separation between label and title
+ {} % before-code hook
+</pre></div>
+
+<p>This omits the chapter number &lsquo;<samp>Chapter 1</samp>&rsquo; from the page but unlike
+<code>\chapter*</code> it keeps the chapter in the table of contents and the
+running headers.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005ccircle.html b/src/data/help/unofficial-latex2e-reference-manual/_005ccircle.html
new file mode 100644
index 00000000..1796bcfd
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005ccircle.html
@@ -0,0 +1,149 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\circle (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\circle (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\circle (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="picture.html#picture" rel="up" title="picture">
+<link href="_005coval.html#g_t_005coval" rel="next" title="\oval">
+<link href="_005cthicklines.html#g_t_005cthicklines" rel="prev" title="\thicklines">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005ccircle"></a>
+<div class="header">
+<p>
+Next: <a href="_005coval.html#g_t_005coval" accesskey="n" rel="next">\oval</a>, Previous: <a href="_005cthicklines.html#g_t_005cthicklines" accesskey="p" rel="prev">\thicklines</a>, Up: <a href="picture.html#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005ccircle-1"></a>
+<h4 class="subsection">8.19.9 <code>\circle</code></h4>
+
+<a name="index-_005ccircle"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\circle{<var>diameter</var>}
+\circle*{<var>diameter</var>}
+</pre></div>
+
+<p>Produces a circle with a diameter as close as possible to the specified
+one. The <code>*</code>&nbsp;form produces a filled-in circle.
+</p>
+<p>This draws a circle of radius 6, centered at <code>(5,7)</code>.
+</p>
+<div class="example">
+<pre class="example">\put(5,7){\circle{6}}
+</pre></div>
+
+<p>The available radii for <code>circle</code> are, in points, the even
+numbers from 2 to 20, inclusive. For <code>circle*</code> they are all the
+integers from 1 to 15.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005ccite.html b/src/data/help/unofficial-latex2e-reference-manual/_005ccite.html
new file mode 100644
index 00000000..c613b6b6
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005ccite.html
@@ -0,0 +1,182 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\cite (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\cite (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\cite (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="thebibliography.html#thebibliography" rel="up" title="thebibliography">
+<link href="_005cnocite.html#g_t_005cnocite" rel="next" title="\nocite">
+<link href="_005cbibitem.html#g_t_005cbibitem" rel="prev" title="\bibitem">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005ccite"></a>
+<div class="header">
+<p>
+Next: <a href="_005cnocite.html#g_t_005cnocite" accesskey="n" rel="next">\nocite</a>, Previous: <a href="_005cbibitem.html#g_t_005cbibitem" accesskey="p" rel="prev">\bibitem</a>, Up: <a href="thebibliography.html#thebibliography" accesskey="u" rel="up">thebibliography</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005ccite-1"></a>
+<h4 class="subsection">8.24.2 <code>\cite</code></h4>
+
+<a name="index-_005ccite"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\cite{<var>keys</var>}
+</pre></div>
+
+<p>or
+</p>
+<div class="example">
+<pre class="example">\cite[<var>subcite</var>]{<var>keys</var>}
+</pre></div>
+
+<p>Generate as output a citation to the references associated with
+<var>keys</var>. The mandatory <var>keys</var> is a citation key, or a
+comma-separated list of citation keys (see <a href="_005cbibitem.html#g_t_005cbibitem">\bibitem</a>).
+</p>
+<p>This
+</p>
+<div class="example">
+<pre class="example">The ultimate source is \cite{texbook}.
+ ...
+\begin{thebibliography}
+\bibitem{texbook}
+ Donald Ervin Knuth.
+ \textit{The \TeX book}.
+ Addison-Wesley, Reading, Massachusetts, 1983.
+\end{thebibliography}
+</pre></div>
+
+<p>produces output like &lsquo;<samp>... source is [1]</samp>&rsquo;. (You can change the
+appearance of the citation with bibliography styles. More is in
+<a href="Using-BibTeX.html#Using-BibTeX">Using BibTeX</a>.)
+</p>
+<p>The optional argument <var>subcite</var> is appended to the citation. For
+example, <code>See 14.3 in \cite[p.~314]{texbook}</code> might produce
+&lsquo;<samp>See 14.3 in [1, p.&nbsp;314]</samp>&rsquo;.
+</p>
+<p>In addition to what appears in the output, <code>\cite</code> writes
+information to the auxiliary file <samp><var>filename</var>.aux</samp>. For
+instance, <code>\cite{latexdps}</code> writes &lsquo;<samp>\citation{latexdps}</samp>&rsquo;
+to that file. This information is used by BibTeX to include in your
+reference list only those works that you have actually cited; see
+<a href="_005cnocite.html#g_t_005cnocite">\nocite</a> also.
+</p>
+<p>If <var>keys</var> is not in your bibliography information then you get
+&lsquo;<samp>LaTeX Warning: There were undefined references</samp>&rsquo;, and in the output
+the citation shows as a boldface question mark between square brackets.
+There are two possible causes. If you have mistyped something, as in
+<code>\cite{texbok}</code> then you need to correct the spelling. On the
+other hand, if you have just added or modified the bibliographic
+information and so changed the <samp>.aux</samp> file (see <a href="_005cbibitem.html#g_t_005cbibitem">\bibitem</a>) then
+the fix may be to run LaTeX again.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cclearpage-_0026-_005ccleardoublepage.html b/src/data/help/unofficial-latex2e-reference-manual/_005cclearpage-_0026-_005ccleardoublepage.html
new file mode 100644
index 00000000..dfaf3e13
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cclearpage-_0026-_005ccleardoublepage.html
@@ -0,0 +1,178 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\clearpage &amp; \cleardoublepage (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\clearpage &amp; \cleardoublepage (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\clearpage &amp; \cleardoublepage (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Page-breaking.html#Page-breaking" rel="up" title="Page breaking">
+<link href="_005cnewpage.html#g_t_005cnewpage" rel="next" title="\newpage">
+<link href="Page-breaking.html#Page-breaking" rel="prev" title="Page breaking">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cclearpage-_0026-_005ccleardoublepage"></a>
+<div class="header">
+<p>
+Next: <a href="_005cnewpage.html#g_t_005cnewpage" accesskey="n" rel="next">\newpage</a>, Up: <a href="Page-breaking.html#Page-breaking" accesskey="u" rel="up">Page breaking</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cclearpage-_0026-_005ccleardoublepage-1"></a>
+<h3 class="section">10.1 <code>\clearpage</code> &amp; <code>\cleardoublepage</code></h3>
+
+<a name="index-_005cclearpage"></a>
+<a name="index-flushing-floats-and-starting-a-page"></a>
+<a name="index-starting-a-new-page-and-clearing-floats"></a>
+<a name="index-_005ccleardoublepage"></a>
+<a name="index-starting-on-a-right_002dhand-page"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\clearpage
+</pre></div>
+
+<p>or
+</p>
+<div class="example">
+<pre class="example">\cleardoublepage
+</pre></div>
+
+<p>End the current page and output all of the pending floating figures and
+tables (see <a href="Floats.html#Floats">Floats</a>). If there are too many floats to fit on the
+page then LaTeX will put in extra pages containing only floats. In
+two-sided printing, <code>\cleardoublepage</code> also makes the next page of
+content a right-hand page, an odd-numbered page, if necessary inserting
+a blank page. The <code>\clearpage</code> command is robust while
+<code>\cleardoublepage</code> is fragile (see <a href="_005cprotect.html#g_t_005cprotect">\protect</a>).
+</p>
+<p>LaTeX&rsquo;s page breaks are optimized so ordinarily you only use this
+command in a document body to polish the final version, or inside
+commands.
+</p>
+<p>The <code>\cleardoublepage</code> command will put in a blank page, but it
+will have the running headers and footers. To get a really blank
+page, use this command.
+</p>
+<div class="example">
+<pre class="example">\let\origdoublepage\cleardoublepage
+\newcommand{\clearemptydoublepage}{%
+ \clearpage
+ {\pagestyle{empty}\origdoublepage}%
+}
+</pre></div>
+
+<p>If you want LaTeX&rsquo;s standard <code>\chapter</code> command to do this then
+add the line <code>\let\cleardoublepage\clearemptydoublepage</code>.
+</p>
+<p>The command <code>\newpage</code> (see <a href="_005cnewpage.html#g_t_005cnewpage">\newpage</a>) also ends the current
+page, but without clearing pending floats. And, if LaTeX is in
+two-column mode then <code>\newpage</code> ends the current column while
+<code>\clearpage</code> and <code>\cleardoublepage</code> end the current page.
+</p>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005ccline.html b/src/data/help/unofficial-latex2e-reference-manual/_005ccline.html
new file mode 100644
index 00000000..c938e886
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005ccline.html
@@ -0,0 +1,152 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\cline (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\cline (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\cline (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="tabular.html#tabular" rel="up" title="tabular">
+<link href="_005chline.html#g_t_005chline" rel="next" title="\hline">
+<link href="_005cvline.html#g_t_005cvline" rel="prev" title="\vline">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005ccline"></a>
+<div class="header">
+<p>
+Next: <a href="_005chline.html#g_t_005chline" accesskey="n" rel="next">\hline</a>, Previous: <a href="_005cvline.html#g_t_005cvline" accesskey="p" rel="prev">\vline</a>, Up: <a href="tabular.html#tabular" accesskey="u" rel="up">tabular</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005ccline-1"></a>
+<h4 class="subsection">8.23.3 <code>\cline</code></h4>
+
+<a name="index-_005ccline"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\cline{<var>i</var>-<var>j</var>}
+</pre></div>
+
+<p>In an <code>array</code> or <code>tabular</code> environment, draw a horizontal rule
+beginning in column&nbsp;<var>i</var> and ending in column&nbsp;<var>j</var>. The
+dash, <code>-</code>, must appear in the mandatory argument. To span a single
+column use the number twice, as with <code>\cline{2-2}</code>.
+</p>
+<p>This example puts two horizontal lines between the first and second
+rows, one line in the first column only, and the other spanning the
+third and fourth columns. The two lines are side-by-side, at the same
+height.
+</p>
+<div class="example">
+<pre class="example">\begin{tabular}{llrr}
+ a &amp;b &amp;c &amp;d \\ \cline{1-1} \cline{3-4}
+ e &amp;f &amp;g &amp;h
+\end{tabular}
+</pre></div>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cclosing.html b/src/data/help/unofficial-latex2e-reference-manual/_005cclosing.html
new file mode 100644
index 00000000..35857972
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cclosing.html
@@ -0,0 +1,144 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\closing (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\closing (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\closing (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Letters.html#Letters" rel="up" title="Letters">
+<link href="_005cencl.html#g_t_005cencl" rel="next" title="\encl">
+<link href="_005ccc.html#g_t_005ccc" rel="prev" title="\cc">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cclosing"></a>
+<div class="header">
+<p>
+Next: <a href="_005cencl.html#g_t_005cencl" accesskey="n" rel="next">\encl</a>, Previous: <a href="_005ccc.html#g_t_005ccc" accesskey="p" rel="prev">\cc</a>, Up: <a href="Letters.html#Letters" accesskey="u" rel="up">Letters</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cclosing-1"></a>
+<h3 class="section">26.3 <code>\closing</code></h3>
+
+<a name="index-_005cclosing"></a>
+<a name="index-letters_002c-ending"></a>
+<a name="index-closing-letters"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\closing{<var>text</var>}
+</pre></div>
+
+<p>Produce the letter&rsquo;s closing. This is optional, but usual. It appears
+at the end of a letter, above a handwritten signature. For example:
+</p>
+<div class="example">
+<pre class="example">\closing{Regards,}
+</pre></div>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cdashbox.html b/src/data/help/unofficial-latex2e-reference-manual/_005cdashbox.html
new file mode 100644
index 00000000..0e65165d
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cdashbox.html
@@ -0,0 +1,161 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\dashbox (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\dashbox (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\dashbox (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="picture.html#picture" rel="up" title="picture">
+<link href="quotation-_0026-quote.html#quotation-_0026-quote" rel="next" title="quotation &amp; quote">
+<link href="_005cframe.html#g_t_005cframe" rel="prev" title="\frame">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cdashbox"></a>
+<div class="header">
+<p>
+Previous: <a href="_005cframe.html#g_t_005cframe" accesskey="p" rel="prev">\frame</a>, Up: <a href="picture.html#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cdashbox-1"></a>
+<h4 class="subsection">8.19.16 <code>\dashbox</code></h4>
+
+<a name="index-_005cdashbox"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\dashbox{<var>dash-len</var>}(<var>rect-width</var>,<var>rect-height</var>){<var>text</var>}
+\dashbox{<var>dash-len</var>}(<var>rect-width</var>,<var>rect-height</var>)[<var>position</var>]{<var>text</var>}
+</pre></div>
+
+<p>Create a dashed rectangle around <var>text</var>. This command fits with the
+<code>picture</code> environment, although you can use it outside of there,
+because lengths are numbers specifying the distance in terms of the
+<code>\unitlength</code> (see <a href="picture.html#picture">picture</a>).
+</p>
+<p>The required arguments are: dashes are <var>dash-len</var> units long, with
+the same length gap, and the rectangle has overall width
+<var>rect-width</var> units and height <var>rect-height</var> units.
+</p>
+<p>The optional argument <var>position</var> specifies the position of
+<var>text</var>; see <a href="_005cmakebox-_0028picture_0029.html#g_t_005cmakebox-_0028picture_0029">\makebox (picture)</a> for the values that it can
+take.
+</p>
+<p>This shows that you can use non-integer value for <var>dash-len</var>.
+</p>
+<div class="example">
+<pre class="example">\put(0,0){\dashbox{0.1}(5,0.5){My hovercraft is full of eels.}}
+</pre></div>
+
+<p>Each dash will be <code>0.1\unitlength</code> long, the box&rsquo;s width is
+<code>5\unitlength</code> and its height is <code>0.5\unitlength</code>.
+</p>
+<p>As in that example, a dashed box looks best when <var>rect-width</var> and
+<var>rect-height</var> are multiples of the <var>dash-len</var>.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cday-_0026-_005cmonth-_0026-_005cyear.html b/src/data/help/unofficial-latex2e-reference-manual/_005cday-_0026-_005cmonth-_0026-_005cyear.html
new file mode 100644
index 00000000..6217f23c
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cday-_0026-_005cmonth-_0026-_005cyear.html
@@ -0,0 +1,149 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\day &amp; \month &amp; \year (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\day &amp; \month &amp; \year (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\day &amp; \month &amp; \year (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Counters.html#Counters" rel="up" title="Counters">
+<link href="Lengths.html#Lengths" rel="next" title="Lengths">
+<link href="_005cstepcounter.html#g_t_005cstepcounter" rel="prev" title="\stepcounter">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cday-_0026-_005cmonth-_0026-_005cyear"></a>
+<div class="header">
+<p>
+Previous: <a href="_005cstepcounter.html#g_t_005cstepcounter" accesskey="p" rel="prev">\stepcounter</a>, Up: <a href="Counters.html#Counters" accesskey="u" rel="up">Counters</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cday-_0026-_005cmonth-_0026-_005cyear-1"></a>
+<h3 class="section">13.8 <code>\day</code> &amp; <code>\month</code> &amp; <code>\year</code></h3>
+
+<a name="index-_005cday"></a>
+<a name="index-_005cmonth"></a>
+<a name="index-_005cyear"></a>
+
+<p>LaTeX defines the counter <code>\day</code> for the day of the month
+(nominally with value between 1 and 31), <code>\month</code> for the month of
+the year (nominally with value between 1 and 12), and year <code>\year</code>.
+When TeX starts up, they are set from the current values on the
+system. The related command <code>\today</code> produces a string
+representing the current day (see <a href="_005ctoday.html#g_t_005ctoday">\today</a>).
+</p>
+<p>They counters are not updated as the job progresses so in principle they
+could be incorrect by the end. In addition, TeX does no sanity
+check:
+</p>
+<div class="example">
+<pre class="example">\day=-2 \month=13 \year=-4 \today
+</pre></div>
+
+<p>gives no error or warning and results in the output &lsquo;<samp>-2, -4</samp>&rsquo; (the
+bogus month value produces no output).
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cdiscretionary.html b/src/data/help/unofficial-latex2e-reference-manual/_005cdiscretionary.html
new file mode 100644
index 00000000..ffb4efe2
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cdiscretionary.html
@@ -0,0 +1,153 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\discretionary (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\discretionary (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\discretionary (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Line-breaking.html#Line-breaking" rel="up" title="Line breaking">
+<link href="_005cfussy-_0026-_005csloppy.html#g_t_005cfussy-_0026-_005csloppy" rel="next" title="\fussy &amp; \sloppy">
+<link href="_005c_002d-_0028hyphenation_0029.html#g_t_005c_002d-_0028hyphenation_0029" rel="prev" title="\- (hyphenation)">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cdiscretionary"></a>
+<div class="header">
+<p>
+Next: <a href="_005cfussy-_0026-_005csloppy.html#g_t_005cfussy-_0026-_005csloppy" accesskey="n" rel="next">\fussy &amp; \sloppy</a>, Previous: <a href="_005c_002d-_0028hyphenation_0029.html#g_t_005c_002d-_0028hyphenation_0029" accesskey="p" rel="prev">\- (hyphenation)</a>, Up: <a href="Line-breaking.html#Line-breaking" accesskey="u" rel="up">Line breaking</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cdiscretionary-_0028generalized-hyphenation-point_0029"></a>
+<h3 class="section">9.5 <code>\discretionary</code> (generalized hyphenation point)</h3>
+<a name="index-hyphenation_002c-discretionary"></a>
+<a name="index-discretionary-hyphenation"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\discretionary{<var>pre-break</var>}{<var>post-break</var>}{<var>no-break</var>}
+</pre></div>
+
+<p>Handle word changes around hyphens. This command is not often used in
+LaTeX documents.
+</p>
+<p>If a line break occurs at the point where <code>\discretionary</code> appears
+then TeX puts <var>pre-break</var> at the end of the current line and puts
+<var>post-break</var> at the start of the next line. If there is no line
+break here then TeX puts <var>no-break</var>
+</p>
+<p>In &lsquo;<samp>difficult</samp>&rsquo; the three letters <code>ffi</code> form a ligature. But
+TeX can nonetheless break between the two f&rsquo;s with this.
+</p>
+<div class="example">
+<pre class="example">di\discretionary{f-}{fi}{ffi}cult
+</pre></div>
+
+<p>Note that users do not have to do this. It is typically handled
+automatically by TeX&rsquo;s hyphenation algorithm.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cencl.html b/src/data/help/unofficial-latex2e-reference-manual/_005cencl.html
new file mode 100644
index 00000000..806a5202
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cencl.html
@@ -0,0 +1,146 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\encl (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\encl (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\encl (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Letters.html#Letters" rel="up" title="Letters">
+<link href="_005clocation.html#g_t_005clocation" rel="next" title="\location">
+<link href="_005cclosing.html#g_t_005cclosing" rel="prev" title="\closing">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cencl"></a>
+<div class="header">
+<p>
+Next: <a href="_005clocation.html#g_t_005clocation" accesskey="n" rel="next">\location</a>, Previous: <a href="_005cclosing.html#g_t_005cclosing" accesskey="p" rel="prev">\closing</a>, Up: <a href="Letters.html#Letters" accesskey="u" rel="up">Letters</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cencl-1"></a>
+<h3 class="section">26.4 <code>\encl</code></h3>
+
+<a name="index-_005cencl"></a>
+<a name="index-enclosure-list"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\encl{<var>first enclosed object</var> \\
+ ... }
+</pre></div>
+
+<p>Produce a list of things included with the letter. This command is
+optional; when it is used, it typically is put after <code>\closing</code>.
+Separate multiple lines with a double backslash, <code>\\</code>.
+</p>
+<div class="example">
+<pre class="example">\encl{License \\
+ Passport}
+</pre></div>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cendinput.html b/src/data/help/unofficial-latex2e-reference-manual/_005cendinput.html
new file mode 100644
index 00000000..da59c34d
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cendinput.html
@@ -0,0 +1,163 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\endinput (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\endinput (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\endinput (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Splitting-the-input.html#Splitting-the-input" rel="up" title="Splitting the input">
+<link href="_005cinclude-_0026-_005cincludeonly.html#g_t_005cinclude-_0026-_005cincludeonly" rel="next" title="\include &amp; \includeonly">
+<link href="Splitting-the-input.html#Splitting-the-input" rel="prev" title="Splitting the input">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cendinput"></a>
+<div class="header">
+<p>
+Next: <a href="_005cinclude-_0026-_005cincludeonly.html#g_t_005cinclude-_0026-_005cincludeonly" accesskey="n" rel="next">\include &amp; \includeonly</a>, Up: <a href="Splitting-the-input.html#Splitting-the-input" accesskey="u" rel="up">Splitting the input</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cendinput-1"></a>
+<h3 class="section">24.1 <code>\endinput</code></h3>
+
+<a name="index-_005cendinput"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\endinput
+</pre></div>
+
+<p>When you <code>\include{filename}</code>, inside <samp>filename.tex</samp> the
+material after <code>\endinput</code> will not be included. This command is
+optional; if <samp>filename.tex</samp> has no <code>\endinput</code> then LaTeX
+will read all of the file.
+</p>
+<p>For example, suppose that a document&rsquo;s root file has
+<code>\input{chap1}</code> and this is <samp>chap1.tex</samp>.
+</p>
+<div class="example">
+<pre class="example">\chapter{One}
+This material will appear in the document.
+\endinput
+This will not appear.
+</pre></div>
+
+<p>This can be useful for putting documentation or comments at the end of a
+file, or for avoiding junk characters that can be added during mailing.
+It is also useful for debugging: one strategy to localize errors is to
+put <code>\endinput</code> halfway through the included file and see if the
+error disappears. Now, knowing which half contains the error, moving
+<code>\endinput</code> to halfway through that area further narrows down the
+location. This process rapidly finds the offending line.
+</p>
+<p>After reading <code>\endinput</code>, LaTeX continues to read to the end of
+the line, so something can follow this command and be read nonetheless.
+This allows you, for instance, to close an <code>\if...</code> with a
+<code>\fi</code>.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cenlargethispage.html b/src/data/help/unofficial-latex2e-reference-manual/_005cenlargethispage.html
new file mode 100644
index 00000000..cb7be9ca
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cenlargethispage.html
@@ -0,0 +1,156 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\enlargethispage (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\enlargethispage (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\enlargethispage (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Page-breaking.html#Page-breaking" rel="up" title="Page breaking">
+<link href="_005cpagebreak-_0026-_005cnopagebreak.html#g_t_005cpagebreak-_0026-_005cnopagebreak" rel="next" title="\pagebreak &amp; \nopagebreak">
+<link href="_005cnewpage.html#g_t_005cnewpage" rel="prev" title="\newpage">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cenlargethispage"></a>
+<div class="header">
+<p>
+Next: <a href="_005cpagebreak-_0026-_005cnopagebreak.html#g_t_005cpagebreak-_0026-_005cnopagebreak" accesskey="n" rel="next">\pagebreak &amp; \nopagebreak</a>, Previous: <a href="_005cnewpage.html#g_t_005cnewpage" accesskey="p" rel="prev">\newpage</a>, Up: <a href="Page-breaking.html#Page-breaking" accesskey="u" rel="up">Page breaking</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cenlargethispage-1"></a>
+<h3 class="section">10.3 <code>\enlargethispage</code></h3>
+
+<a name="index-_005cenlargethispage"></a>
+<a name="index-enlarge-current-page"></a>
+
+<p>Synopsis, one of:
+</p>
+<div class="example">
+<pre class="example">\enlargethispage{size}
+\enlargethispage*{size}
+</pre></div>
+
+<p>Enlarge the <code>\textheight</code> for the current page. The required
+argument <var>size</var> must be a rigid length (see <a href="Lengths.html#Lengths">Lengths</a>). It may be
+positive or negative. This command is fragile (see <a href="_005cprotect.html#g_t_005cprotect">\protect</a>).
+</p>
+<p>A common strategy is to wait until you have the final text of a
+document, and then pass through it tweaking line and page breaks. This
+command allows you some page size leeway.
+</p>
+<p>This will allow one extra line on the current page.
+</p>
+<div class="example">
+<pre class="example">\enlargethispage{\baselineskip}
+</pre></div>
+
+<p>The starred form <code>\enlargesthispage*</code> tries to squeeze the material
+together on the page as much as possible, for the common use case of
+getting one more line on the page. This is often used together with an
+explicit <code>\pagebreak</code>.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005censpace-_0026-_005cquad-_0026-_005cqquad.html b/src/data/help/unofficial-latex2e-reference-manual/_005censpace-_0026-_005cquad-_0026-_005cqquad.html
new file mode 100644
index 00000000..8709197b
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005censpace-_0026-_005cquad-_0026-_005cqquad.html
@@ -0,0 +1,159 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\enspace &amp; \quad &amp; \qquad (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\enspace &amp; \quad &amp; \qquad (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\enspace &amp; \quad &amp; \qquad (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Spaces.html#Spaces" rel="up" title="Spaces">
+<link href="_005chspace.html#g_t_005chspace" rel="next" title="\hspace">
+<link href="Spaces.html#Spaces" rel="prev" title="Spaces">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005censpace-_0026-_005cquad-_0026-_005cqquad"></a>
+<div class="header">
+<p>
+Next: <a href="_005chspace.html#g_t_005chspace" accesskey="n" rel="next">\hspace</a>, Up: <a href="Spaces.html#Spaces" accesskey="u" rel="up">Spaces</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005censpace-_0026-_005cquad-_0026-_005cqquad-1"></a>
+<h3 class="section">19.1 <code>\enspace</code> &amp; <code>\quad</code> &amp; <code>\qquad</code></h3>
+
+<a name="index-_005censpace"></a>
+<a name="index-_005cquad-1"></a>
+<a name="index-_005cqquad-1"></a>
+
+<p>Synopsis, one of:
+</p>
+<div class="example">
+<pre class="example">\enspace
+\quad
+\qquad
+</pre></div>
+
+<p>Insert a horizontal space of 1/2em, 1em, or 2em. The
+em is a length defined by a font designer, often thought of as being the
+width of a capital&nbsp;M. One advantage of describing space in ems is
+that it can be more portable across documents than an absolute
+measurement such as points (see <a href="Units-of-length.html#Lengths_002fem">Lengths/em</a>).
+</p>
+<p>This puts a suitable gap between two graphics.
+</p>
+<div class="example">
+<pre class="example">\begin{center}
+ \includegraphics{womensmile.png}%
+ \qquad\includegraphics{mensmile.png}
+\end{center}
+</pre></div>
+
+<p>See <a href="Spacing-in-math-mode.html#Spacing-in-math-mode">Spacing in math mode</a> for <code>\quad</code> and <code>\qquad</code>. These
+are lengths from centuries of typesetting and so may be a better choice
+in many circumstances than arbitrary lengths, such as you get with
+<code>\hspace</code>.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005censuremath.html b/src/data/help/unofficial-latex2e-reference-manual/_005censuremath.html
new file mode 100644
index 00000000..007dc6e0
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005censuremath.html
@@ -0,0 +1,153 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\ensuremath (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\ensuremath (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\ensuremath (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Modes.html#Modes" rel="up" title="Modes">
+<link href="Page-styles.html#Page-styles" rel="next" title="Page styles">
+<link href="Modes.html#Modes" rel="prev" title="Modes">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005censuremath"></a>
+<div class="header">
+<p>
+Up: <a href="Modes.html#Modes" accesskey="u" rel="up">Modes</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005censuremath-1"></a>
+<h3 class="section">17.1 <code>\ensuremath</code></h3>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\ensuremath{<var>formula</var>}
+</pre></div>
+
+<p>Ensure that <var>formula</var> is typeset in math mode.
+</p>
+<p>For instance, you can redefine commands that ordinarily can be used only
+in math mode, so that they can be used both in math and in plain text.
+</p>
+<div class="example">
+<pre class="example">\newcommand{\dx}{\ensuremath{dx}}
+In $\int f(x)\, \dx$, the \dx{} is an infinitesimal.
+</pre></div>
+
+<p>Caution: the <code>\ensuremath</code> command is useful but not a panacea.
+</p>
+<div class="example">
+<pre class="example">\newcommand{\alf}{\ensuremath{\alpha}}
+You get an alpha in text mode: \alf.
+But compare the correct spacing in $\alf+\alf$ with that in \alf+\alf.
+</pre></div>
+
+<p>Best is to typeset math things in a math mode.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cfbox-_0026-_005cframebox.html b/src/data/help/unofficial-latex2e-reference-manual/_005cfbox-_0026-_005cframebox.html
new file mode 100644
index 00000000..756534de
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cfbox-_0026-_005cframebox.html
@@ -0,0 +1,219 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\fbox &amp; \framebox (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\fbox &amp; \framebox (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\fbox &amp; \framebox (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Boxes.html#Boxes" rel="up" title="Boxes">
+<link href="_005cparbox.html#g_t_005cparbox" rel="next" title="\parbox">
+<link href="_005cmbox-_0026-_005cmakebox.html#g_t_005cmbox-_0026-_005cmakebox" rel="prev" title="\mbox &amp; \makebox">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cfbox-_0026-_005cframebox"></a>
+<div class="header">
+<p>
+Next: <a href="_005cparbox.html#g_t_005cparbox" accesskey="n" rel="next">\parbox</a>, Previous: <a href="_005cmbox-_0026-_005cmakebox.html#g_t_005cmbox-_0026-_005cmakebox" accesskey="p" rel="prev">\mbox &amp; \makebox</a>, Up: <a href="Boxes.html#Boxes" accesskey="u" rel="up">Boxes</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cfbox-_0026-_005cframebox-1"></a>
+<h3 class="section">20.2 <code>\fbox</code> &amp; <code>\framebox</code></h3>
+
+<a name="index-_005cfbox"></a>
+<a name="index-_005cframebox-1"></a>
+
+<p>Synopses, one of:
+</p>
+<div class="example">
+<pre class="example">\fbox{<var>text</var>}
+\framebox{<var>text</var>}
+\framebox[<var>width</var>]{<var>text</var>}
+\framebox[<var>width</var>][<var>position</var>]{<var>text</var>}
+</pre></div>
+
+<p>Create a box with an enclosing frame, four lines surrounding the space.
+These commands are the same as <code>\mbox</code> and <code>\makebox</code> except
+for the frame (see <a href="_005cmbox-_0026-_005cmakebox.html#g_t_005cmbox-_0026-_005cmakebox">\mbox &amp; \makebox</a>). The <code>\fbox</code> command is
+robust, the <code>\framebox</code> command is fragile (see <a href="_005cprotect.html#g_t_005cprotect">\protect</a>).
+</p>
+<div class="example">
+<pre class="example">\fbox{Warning! No work shown, no credit given.}
+</pre></div>
+
+<p>LaTeX puts the text into a box that cannot be split or hyphenated.
+Around that box, separated from it by a small gap, are four lines making
+a frame.
+</p>
+<p>The first two command invocations, <code>\fbox{...}</code> and
+<code>\framebox{...}</code>, are roughly the same. As to the third and
+fourth invocations, the optional arguments allow you to specify the box
+width as <var>width</var> and the position of the text inside that box as
+<var>position</var>. See <a href="_005cmbox-_0026-_005cmakebox.html#g_t_005cmbox-_0026-_005cmakebox">\mbox &amp; \makebox</a> for the full description but
+here is an example creating an empty box that is 1/4in wide.
+</p>
+<div class="example">
+<pre class="example">\setlength{\fboxsep}{0pt}\framebox[0.25in]{\strut}}
+</pre></div>
+
+<p>The <code>\strut</code> inserts a vertical height of <code>\baselineskip</code>
+(see <a href="_005cstrut.html#g_t_005cstrut">\strut</a>).
+</p>
+<p>These parameters determine the frame layout.
+</p>
+<dl compact="compact">
+<dd><a name="fbox-framebox-fboxrule"></a></dd>
+<dt><code>\fboxrule</code>
+<a name="index-_005cfboxrule-2"></a>
+</dt>
+<dd><a name="index-frame_002c-line-width"></a>
+<a name="index-frame-rule-width"></a>
+<a name="index-_005cfboxrule"></a>
+<p>The thickness of the lines around the enclosed box. The default is
+0.2pt. Change it with a command such as
+<code>\setlength{\fboxrule}{0.8pt}</code> (see <a href="_005csetlength.html#g_t_005csetlength">\setlength</a>).
+</p>
+<a name="fbox-framebox-fboxsep"></a></dd>
+<dt><code>\fboxsep</code>
+<a name="index-_005cfboxsep-2"></a>
+</dt>
+<dd><a name="index-frame_002c-separation-from-contents"></a>
+<a name="index-_005cfboxsep"></a>
+<p>The distance from the frame to the enclosed box. The default is 3pt.
+Change it with a command such as <code>\setlength{\fboxsep}{0pt}</code>
+(see <a href="_005csetlength.html#g_t_005csetlength">\setlength</a>). Setting it to 0pt is useful sometimes:
+this will put a frame around the picture with no white border.
+</p>
+<div class="example">
+<pre class="example">{\setlength{\fboxsep}{0pt}
+ \framebox{%
+ \includegraphics[width=0.5\textwidth]{prudence.jpg}}}
+</pre></div>
+
+<p>The extra curly braces keep the effect of the <code>\setlength</code> local.
+</p>
+</dd>
+</dl>
+
+<p>As with <code>\mbox</code> and <code>\makebox</code>, LaTeX will not break lines
+in <var>text</var>. But this example has LaTeX break lines to make a
+paragraph, and then frame the result.
+</p>
+<div class="example">
+<pre class="example">\framebox{%
+ \begin{minipage}{0.6\linewidth}
+ My dear, here we must run as fast as we can, just to stay in place.
+ And if you wish to go anywhere you must run twice as fast as that.
+ \end{minipage}}
+</pre></div>
+
+<p>See <a href="Colored-boxes.html#Colored-boxes">Colored boxes</a> for colors other than black and white.
+</p>
+<p>The <code>picture</code> environment has a version of this command where the
+units depend on <code>picture</code>&rsquo;s <code>\unitlength</code> (see <a href="_005cframebox-_0028picture_0029.html#g_t_005cframebox-_0028picture_0029">\framebox (picture)</a>).
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cflushbottom.html b/src/data/help/unofficial-latex2e-reference-manual/_005cflushbottom.html
new file mode 100644
index 00000000..ac43c579
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cflushbottom.html
@@ -0,0 +1,147 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\flushbottom (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\flushbottom (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\flushbottom (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Layout.html#Layout" rel="up" title="Layout">
+<link href="_005craggedbottom.html#g_t_005craggedbottom" rel="next" title="\raggedbottom">
+<link href="_005ctwocolumn.html#g_t_005ctwocolumn" rel="prev" title="\twocolumn">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cflushbottom"></a>
+<div class="header">
+<p>
+Next: <a href="_005craggedbottom.html#g_t_005craggedbottom" accesskey="n" rel="next">\raggedbottom</a>, Previous: <a href="_005ctwocolumn.html#g_t_005ctwocolumn" accesskey="p" rel="prev">\twocolumn</a>, Up: <a href="Layout.html#Layout" accesskey="u" rel="up">Layout</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cflushbottom-1"></a>
+<h3 class="section">5.3 <code>\flushbottom</code></h3>
+
+<a name="index-_005cflushbottom"></a>
+
+<p>Make all pages in the documents after this declaration have the same
+height, by stretching the vertical space where necessary to fill out the
+page. This is most often used when making two-sided documents since the
+differences in facing pages can be glaring.
+</p>
+<p>If TeX cannot satisfactorily stretch the vertical space in a page
+then you get a message like &lsquo;<samp>Underfull \vbox (badness 10000) has
+occurred while \output is active</samp>&rsquo;. If you get that, one option is to
+change to <code>\raggedbottom</code> (see <a href="_005craggedbottom.html#g_t_005craggedbottom">\raggedbottom</a>). Alternatively,
+you can adjust the <code>textheight</code> to make compatible pages, or you
+can add some vertical stretch glue between lines or between paragraphs,
+as in <code>\setlength{\parskip}{0ex plus0.1ex}</code>. Your last option
+is to, in a final editing stage, adjust the height of individual pages
+(see <a href="_005cenlargethispage.html#g_t_005cenlargethispage">\enlargethispage</a>).
+</p>
+<p>The <code>\flushbottom</code> state is the default only if you select the
+<code>twoside</code> document class option (see <a href="Document-class-options.html#Document-class-options">Document class options</a>).
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cfootnote.html b/src/data/help/unofficial-latex2e-reference-manual/_005cfootnote.html
new file mode 100644
index 00000000..385eb03e
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cfootnote.html
@@ -0,0 +1,213 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\footnote (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\footnote (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\footnote (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Footnotes.html#Footnotes" rel="up" title="Footnotes">
+<link href="_005cfootnotemark.html#g_t_005cfootnotemark" rel="next" title="\footnotemark">
+<link href="Footnotes.html#Footnotes" rel="prev" title="Footnotes">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cfootnote"></a>
+<div class="header">
+<p>
+Next: <a href="_005cfootnotemark.html#g_t_005cfootnotemark" accesskey="n" rel="next">\footnotemark</a>, Up: <a href="Footnotes.html#Footnotes" accesskey="u" rel="up">Footnotes</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cfootnote-1"></a>
+<h3 class="section">11.1 <code>\footnote</code></h3>
+
+<a name="index-_005cfootnote"></a>
+
+<p>Synopsis, one of:
+</p>
+<div class="example">
+<pre class="example">\footnote{<var>text</var>}
+\footnote[<var>number</var>]{<var>text</var>}
+</pre></div>
+
+<p>Place a footnote <var>text</var> at the bottom of the current page.
+</p>
+<div class="example">
+<pre class="example">There are over a thousand footnotes in Gibbon's
+\textit{Decline and Fall of the Roman Empire}.\footnote{%
+ After reading an early version with endnotes David Hume complained,
+ ``One is also plagued with his Notes, according to the present Method
+ of printing the Book'' and suggested that they ``only to be printed
+ at the Margin or the Bottom of the Page.''}
+</pre></div>
+
+<p>The optional argument <var>number</var> allows you to specify the number of
+the footnote. If you use this then LaTeX does not increment the
+<code>footnote</code> counter.
+</p>
+<a name="index-footnotes_002c-symbols-instead-of-numbers"></a>
+<a name="index-_005cfnsymbol_002c-and-footnotes"></a>
+<a name="index-_005c_0040fnsymbol"></a>
+<p>By default, LaTeX uses arabic numbers as footnote markers. Change
+this with something like
+<code>\renewcommand{\thefootnote}{\fnsymbol{footnote}}</code>, which
+uses a sequence of symbols (see <a href="_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol.html#g_t_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol">\alph \Alph \arabic \roman \Roman \fnsymbol</a>). To make this change global put that in the preamble. If
+you make the change local then you may want to reset the counter with
+<code>\setcounter{footnote}{0}</code>.
+</p>
+<p>LaTeX determines the spacing of footnotes with two parameters.
+</p>
+<a name="index-footnote-parameters"></a>
+<a name="index-parameters_002c-for-footnotes"></a>
+
+<dl compact="compact">
+<dt><code>\footnoterule</code>
+<a name="index-_005cfootnoterule"></a>
+</dt>
+<dd><a name="footnote-footnoterule"></a><p>Produces the rule separating the main text on a page from the page&rsquo;s
+footnotes. Default dimensions in the standard document classes (except
+<code>slides</code>, where it does not appear) is: vertical thickness of
+<code>0.4pt</code>, and horizontal size of <code>0.4\columnwidth</code> long.
+Change the rule with something like this.
+</p>
+<div class="example">
+<pre class="example">\renewcommand{\footnoterule}{% Kerns avoid vertical space
+ \kern -3pt % This -3 is negative
+ \hrule width \textwidth height 1pt % of the sum of this 1
+ \kern 2pt} % and this 2
+</pre></div>
+
+</dd>
+<dt><code>\footnotesep</code>
+<a name="index-_005cfootnotesep"></a>
+</dt>
+<dd><a name="footnote-footnotesep"></a><p>The height of the strut placed at the beginning of the footnote
+(see <a href="_005cstrut.html#g_t_005cstrut">\strut</a>). By default, this is set to the normal strut for
+<code>\footnotesize</code> fonts (see <a href="Font-sizes.html#Font-sizes">Font sizes</a>), therefore there is no
+extra space between footnotes. This is &lsquo;<samp>6.65pt</samp>&rsquo; for &lsquo;<samp>10pt</samp>&rsquo;,
+&lsquo;<samp>7.7pt</samp>&rsquo; for &lsquo;<samp>11pt</samp>&rsquo;, and &lsquo;<samp>8.4pt</samp>&rsquo; for &lsquo;<samp>12pt</samp>&rsquo;. Change
+it as with <code>\setlength{\footnotesep}{11pt}</code>.
+</p>
+</dd>
+</dl>
+
+<p>The <code>\footnote</code> command is fragile (see <a href="_005cprotect.html#g_t_005cprotect">\protect</a>).
+</p>
+<p>LaTeX&rsquo;s default puts many restrictions on where you can use a
+<code>\footnote</code>; for instance, you cannot use it in an argument to a
+sectioning command such as <code>\chapter</code> (it can only be used in outer
+paragraph mode; see <a href="Modes.html#Modes">Modes</a>). There are some workarounds; see
+following sections.
+</p>
+<a name="index-Footnotes_002c-in-a-minipage"></a>
+<a name="index-mpfootnote-counter"></a>
+<p>In a <code>minipage</code> environment the <code>\footnote</code> command uses the
+<code>mpfootnote</code> counter instead of the <code>footnote</code> counter, so
+they are numbered independently. They are shown at the bottom of the
+environment, not at the bottom of the page. And by default they are
+shown alphabetically. See <a href="minipage.html#minipage">minipage</a> and <a href="Footnotes-in-a-table.html#Footnotes-in-a-table">Footnotes in a table</a>.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cfootnotemark.html b/src/data/help/unofficial-latex2e-reference-manual/_005cfootnotemark.html
new file mode 100644
index 00000000..da79efe1
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cfootnotemark.html
@@ -0,0 +1,202 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\footnotemark (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\footnotemark (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\footnotemark (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Footnotes.html#Footnotes" rel="up" title="Footnotes">
+<link href="_005cfootnotetext.html#g_t_005cfootnotetext" rel="next" title="\footnotetext">
+<link href="_005cfootnote.html#g_t_005cfootnote" rel="prev" title="\footnote">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cfootnotemark"></a>
+<div class="header">
+<p>
+Next: <a href="_005cfootnotetext.html#g_t_005cfootnotetext" accesskey="n" rel="next">\footnotetext</a>, Previous: <a href="_005cfootnote.html#g_t_005cfootnote" accesskey="p" rel="prev">\footnote</a>, Up: <a href="Footnotes.html#Footnotes" accesskey="u" rel="up">Footnotes</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cfootnotemark-1"></a>
+<h3 class="section">11.2 <code>\footnotemark</code></h3>
+
+<a name="index-_005cfootnotemark"></a>
+
+<p>Synopsis, one of:
+</p>
+<div class="example">
+<pre class="example">\footnotemark
+\footnotemark[<var>number</var>]
+</pre></div>
+
+<p>Put the current footnote mark in the text. To specify associated text
+for the footnote see&nbsp;<a href="_005cfootnotetext.html#g_t_005cfootnotetext">\footnotetext</a>. The optional argument
+<var>number</var> causes the command to use that number to determine the
+footnote mark. This command can be used in inner paragraph mode
+(see <a href="Modes.html#Modes">Modes</a>).
+</p>
+<p>If you use <code>\footnotemark</code> without the optional argument then it
+increments the footnote counter but if you use the optional <var>number</var>
+then it does not. The next example produces several consecutive footnote
+markers referring to the same footnote.
+</p>
+<div class="example">
+<pre class="example">The first theorem\footnote{Due to Gauss.}
+and the second theorem\footnotemark[\value{footnote}]
+and the third theorem.\footnotemark[\value{footnote}]
+</pre></div>
+
+<p>If there are intervening footnotes then you must remember the value of the
+common mark. This example gives the same institutional affiliation to
+both the first and third authors (<code>\thanks</code> is a version of
+<code>footnote</code>), by-hand giving the number of the footnote.
+</p>
+<div class="example">
+<pre class="example">\title{A Treatise on the Binomial Theorem}
+\author{J Moriarty\thanks{University of Leeds}
+ \and A C Doyle\thanks{Durham University}
+ \and S Holmes\footnotemark[1]}
+\begin{document}
+\maketitle
+</pre></div>
+
+<p>This uses a counter to remember the footnote number. The third sentence
+is followed by the same footnote marker as the first.
+</p>
+<div class="example">
+<pre class="example">\newcounter{footnoteValueSaver}
+All babies are illogical.\footnote{%
+ Lewis Carroll.}\setcounter{footnoteValueSaver}{\value{footnote}}
+Nobody is despised who can manage a crocodile.\footnote{%
+ Captain Hook.}
+Illogical persons are despised.\footnotemark[\value{footnoteValueSaver}]
+Therefore, anyone who can manage a crocodile is not a baby.
+</pre></div>
+
+<a name="index-package_002c-cleveref-2"></a>
+<a name="index-cleveref-package-2"></a>
+
+<a name="index-package_002c-hyperref"></a>
+<a name="index-hyperref-package"></a>
+
+<p>This example accomplishes the same by using the package <samp>cleveref</samp>.
+</p>
+<div class="example">
+<pre class="example">\usepackage{cleveref}[2012/02/15] % in preamble
+\crefformat{footnote}{#2\footnotemark[#1]#3}
+...
+The theorem is from Evers.\footnote{\label{fn:TE}Tinker, Evers, 1994.}
+The corollary is from Chance.\footnote{Evers, Chance, 1990.}
+But the key lemma is from Tinker.\cref{fn:TE}
+</pre></div>
+
+<a name="index-package_002c-hyperref-1"></a>
+<a name="index-hyperref-package-1"></a>
+
+<p>It will work with the package <samp>hyperref</samp>.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cfootnotetext.html b/src/data/help/unofficial-latex2e-reference-manual/_005cfootnotetext.html
new file mode 100644
index 00000000..3ab36312
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cfootnotetext.html
@@ -0,0 +1,145 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\footnotetext (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\footnotetext (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\footnotetext (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Footnotes.html#Footnotes" rel="up" title="Footnotes">
+<link href="Footnotes-in-section-headings.html#Footnotes-in-section-headings" rel="next" title="Footnotes in section headings">
+<link href="_005cfootnotemark.html#g_t_005cfootnotemark" rel="prev" title="\footnotemark">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cfootnotetext"></a>
+<div class="header">
+<p>
+Next: <a href="Footnotes-in-section-headings.html#Footnotes-in-section-headings" accesskey="n" rel="next">Footnotes in section headings</a>, Previous: <a href="_005cfootnotemark.html#g_t_005cfootnotemark" accesskey="p" rel="prev">\footnotemark</a>, Up: <a href="Footnotes.html#Footnotes" accesskey="u" rel="up">Footnotes</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cfootnotetext-1"></a>
+<h3 class="section">11.3 <code>\footnotetext</code></h3>
+
+<a name="index-_005cfootnotetext"></a>
+
+<p>Synopsis, one of:
+</p>
+<div class="example">
+<pre class="example">\footnotetext{<var>text</var>}
+\footnotetext[<var>number</var>]{<var>text</var>}
+</pre></div>
+
+<p>Place <var>text</var> at the bottom of the page as a footnote. It pairs with
+<code>\footnotemark</code> (see <a href="_005cfootnotemark.html#g_t_005cfootnotemark">\footnotemark</a>) and can come anywhere after
+that command, but must appear in outer paragraph mode (see <a href="Modes.html#Modes">Modes</a>).
+The optional argument <var>number</var> changes the number of the footnote
+mark.
+</p>
+<p>See <a href="_005cfootnotemark.html#g_t_005cfootnotemark">\footnotemark</a> and&nbsp;<a href="Footnotes-in-a-table.html#Footnotes-in-a-table">Footnotes in a table</a> for usage
+examples.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cfrac.html b/src/data/help/unofficial-latex2e-reference-manual/_005cfrac.html
new file mode 100644
index 00000000..aa062f66
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cfrac.html
@@ -0,0 +1,141 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\frac (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\frac (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\frac (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Math-miscellany.html#Math-miscellany" rel="up" title="Math miscellany">
+<link href="_005csqrt.html#g_t_005csqrt" rel="next" title="\sqrt">
+<link href="_005c_002a.html#g_t_005c_002a" rel="prev" title="\*">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cfrac"></a>
+<div class="header">
+<p>
+Next: <a href="_005csqrt.html#g_t_005csqrt" accesskey="n" rel="next">\sqrt</a>, Previous: <a href="_005c_002a.html#g_t_005c_002a" accesskey="p" rel="prev">\*</a>, Up: <a href="Math-miscellany.html#Math-miscellany" accesskey="u" rel="up">Math miscellany</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cfrac-1"></a>
+<h4 class="subsection">16.7.3 <code>\frac</code></h4>
+
+<a name="index-fraction"></a>
+<a name="index-_005cfrac"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\frac{<var>numerator</var>}{<var>denominator</var>}
+</pre></div>
+
+<p>Produces the fraction. Used as: <code>\begin{displaymath}
+\frac{1}{\sqrt{2\pi\sigma}} \end{displaymath}</code>. In inline math
+mode it comes out small; see the discussion of <code>\displaystyle</code>
+(see <a href="Math-formulas.html#Math-formulas">Math formulas</a>).
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cframe.html b/src/data/help/unofficial-latex2e-reference-manual/_005cframe.html
new file mode 100644
index 00000000..6e24eb62
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cframe.html
@@ -0,0 +1,140 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\frame (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\frame (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\frame (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="picture.html#picture" rel="up" title="picture">
+<link href="_005cdashbox.html#g_t_005cdashbox" rel="next" title="\dashbox">
+<link href="_005cframebox-_0028picture_0029.html#g_t_005cframebox-_0028picture_0029" rel="prev" title="\framebox (picture)">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cframe"></a>
+<div class="header">
+<p>
+Next: <a href="_005cdashbox.html#g_t_005cdashbox" accesskey="n" rel="next">\dashbox</a>, Previous: <a href="_005cframebox-_0028picture_0029.html#g_t_005cframebox-_0028picture_0029" accesskey="p" rel="prev">\framebox (picture)</a>, Up: <a href="picture.html#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cframe-1"></a>
+<h4 class="subsection">8.19.15 <code>\frame</code></h4>
+
+<a name="index-_005cframe"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\frame{<var>contents</var>}
+</pre></div>
+
+<p>Puts a rectangular frame around <var>contents</var>. The reference point is
+the bottom left corner of the frame. In contrast to <code>\framebox</code>
+(see <a href="_005cframebox-_0028picture_0029.html#g_t_005cframebox-_0028picture_0029">\framebox (picture)</a>), this command puts no extra space is put
+between the frame and the object. It is fragile (see <a href="_005cprotect.html#g_t_005cprotect">\protect</a>).
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cframebox-_0028picture_0029.html b/src/data/help/unofficial-latex2e-reference-manual/_005cframebox-_0028picture_0029.html
new file mode 100644
index 00000000..02ebc289
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cframebox-_0028picture_0029.html
@@ -0,0 +1,168 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\framebox (picture) (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\framebox (picture) (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\framebox (picture) (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="picture.html#picture" rel="up" title="picture">
+<link href="_005cframe.html#g_t_005cframe" rel="next" title="\frame">
+<link href="_005cmakebox-_0028picture_0029.html#g_t_005cmakebox-_0028picture_0029" rel="prev" title="\makebox (picture)">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cframebox-_0028picture_0029"></a>
+<div class="header">
+<p>
+Next: <a href="_005cframe.html#g_t_005cframe" accesskey="n" rel="next">\frame</a>, Previous: <a href="_005cmakebox-_0028picture_0029.html#g_t_005cmakebox-_0028picture_0029" accesskey="p" rel="prev">\makebox (picture)</a>, Up: <a href="picture.html#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cframebox-_0028picture_0029-1"></a>
+<h4 class="subsection">8.19.14 <code>\framebox</code> (picture)</h4>
+
+<a name="index-_005cframebox"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\framebox(<var>rec-width</var>,<var>rec-height</var>){<var>text</var>}
+\framebox(<var>rec-width</var>,<var>rec-height</var>)[<var>position</var>]{<var>text</var>}
+</pre></div>
+
+<p>This is the same as <a href="_005cmakebox-_0028picture_0029.html#g_t_005cmakebox-_0028picture_0029">\makebox (picture)</a> except that it puts a frame
+around the outside of the box that it creates. The reference point is
+the bottom left corner of the frame. This command fits with the
+<code>picture</code> environment, although you can use it outside of there,
+because lengths are numbers specifying the distance in terms of the
+<code>\unitlength</code> (see <a href="picture.html#picture">picture</a>). This command is fragile
+(see <a href="_005cprotect.html#g_t_005cprotect">\protect</a>).
+</p>
+<p>This example creates a frame 2.5&nbsp;inches by 3&nbsp;inches and puts
+the text in the center.
+</p>
+<div class="example">
+<pre class="example">\setlength{\unitlength}{1in}
+\framebox(2.5,3){test text}
+</pre></div>
+
+<p>The required arguments are that the rectangle has overall width
+<var>rect-width</var> units and height <var>rect-height</var> units.
+</p>
+<p>The optional argument <var>position</var> specifies the position of
+<var>text</var>; see <a href="_005cmakebox-_0028picture_0029.html#g_t_005cmakebox-_0028picture_0029">\makebox (picture)</a> for the values that it can
+take.
+</p>
+<a name="index-_005cfboxrule-1"></a>
+<a name="index-_005cfboxsep-1"></a>
+<p>The rule has thickness <code>\fboxrule</code> and there is a blank space
+<code>\fboxsep</code> between the frame and the contents of the box.
+</p>
+<p>For this command, you must specify the <var>width</var> and <var>height</var>. If
+you want to just put a frame around some contents whose dimension is
+determined in some other way then either use <code>\fbox</code> (see <a href="_005cfbox-_0026-_005cframebox.html#g_t_005cfbox-_0026-_005cframebox">\fbox &amp; \framebox</a>) or <code>\frame</code> (see <a href="_005cframe.html#g_t_005cframe">\frame</a>).
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cfrenchspacing.html b/src/data/help/unofficial-latex2e-reference-manual/_005cfrenchspacing.html
new file mode 100644
index 00000000..1ba36bac
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cfrenchspacing.html
@@ -0,0 +1,150 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\frenchspacing (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\frenchspacing (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\frenchspacing (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="_005cspacefactor.html#g_t_005cspacefactor" rel="up" title="\spacefactor">
+<link href="_005cnormalsfcodes.html#g_t_005cnormalsfcodes" rel="next" title="\normalsfcodes">
+<link href="_005c_0040.html#g_t_005c_0040" rel="prev" title="\@">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cfrenchspacing"></a>
+<div class="header">
+<p>
+Next: <a href="_005cnormalsfcodes.html#g_t_005cnormalsfcodes" accesskey="n" rel="next">\normalsfcodes</a>, Previous: <a href="_005c_0040.html#g_t_005c_0040" accesskey="p" rel="prev">\@</a>, Up: <a href="_005cspacefactor.html#g_t_005cspacefactor" accesskey="u" rel="up">\spacefactor</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cfrenchspacing-1"></a>
+<h4 class="subsection">19.5.2 <code>\frenchspacing</code></h4>
+
+<a name="index-_005cfrenchspacing"></a>
+<a name="index-_005cnonfrenchspacing"></a>
+<a name="index-spacing_002c-inter_002dsentence"></a>
+
+<p>Synopsis, one of:
+</p>
+<div class="example">
+<pre class="example">\frenchspacing
+\nonfrenchspacing
+</pre></div>
+
+<p>The first declaration causes LaTeX to treat spacing between sentences
+in the same way as spacing between words in the middle of a sentence.
+The second causes spacing between sentences to stretch or shrink more
+(see <a href="_005cspacefactor.html#g_t_005cspacefactor">\spacefactor</a>); this is the default.
+</p>
+<p>Some typographic traditions, including English, prefer to adjust the
+space between sentences (or spaces following a question mark,
+exclamation point, comma, or colon) more than the space between words
+that are in the middle of a sentence. Declaring <code>\frenchspacing</code>
+(the command is from Plain TeX) switches to the tradition that all
+spaces are treated equally.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter.html b/src/data/help/unofficial-latex2e-reference-manual/_005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter.html
new file mode 100644
index 00000000..9be5c297
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter.html
@@ -0,0 +1,163 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\frontmatter &amp; \mainmatter &amp; \backmatter (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\frontmatter &amp; \mainmatter &amp; \backmatter (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\frontmatter &amp; \mainmatter &amp; \backmatter (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Sectioning.html#Sectioning" rel="up" title="Sectioning">
+<link href="_005c_0040startsection.html#g_t_005c_0040startsection" rel="next" title="\@startsection">
+<link href="_005cappendix.html#g_t_005cappendix" rel="prev" title="\appendix">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter"></a>
+<div class="header">
+<p>
+Next: <a href="_005c_0040startsection.html#g_t_005c_0040startsection" accesskey="n" rel="next">\@startsection</a>, Previous: <a href="_005cappendix.html#g_t_005cappendix" accesskey="p" rel="prev">\appendix</a>, Up: <a href="Sectioning.html#Sectioning" accesskey="u" rel="up">Sectioning</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+
+<a name="g_t_005cfrontmatter_002c-_005cmainmatter_002c-_005cbackmatter"></a>
+<h3 class="section">6.7 <code>\frontmatter</code>, <code>\mainmatter</code>, <code>\backmatter</code></h3>
+
+<a name="index-_005cfrontmatter"></a>
+<a name="index-book_002c-front-matter"></a>
+<a name="index-_005cmainmatter"></a>
+<a name="index-book_002c-main-matter"></a>
+<a name="index-_005cbackmatter"></a>
+<a name="index-book_002c-back-matter"></a>
+<a name="index-book_002c-end-matter"></a>
+
+<p>Synopsis, one of:
+</p>
+<div class="example">
+<pre class="example">\frontmatter
+\mainmatter
+\backmatter
+</pre></div>
+
+<p>Format a <code>book</code> class document differently according to which part
+of the document is being produced. All three commands are optional.
+</p>
+<p>Traditionally, a book&rsquo;s front matter contains such things as the title
+page, an abstract, a table of contents, a preface, a list of notations,
+a list of figures, and a list of tables. (Some of these front matter
+pages, such as the title page, are traditionally not numbered.) The
+back matter may contain such things as a glossary, notes, a
+bibliography, and an index.
+</p>
+<p>The <code>\frontmatter</code> declaration makes the pages numbered in
+lowercase roman, and makes chapters not numbered, although each
+chapter&rsquo;s title appears in the table of contents; if you use other
+sectioning commands here, use the <code>*</code>-version (see <a href="Sectioning.html#Sectioning">Sectioning</a>).
+The <code>\mainmatter</code> changes the behavior back to the expected
+version, and resets the page number. The <code>\backmatter</code> leaves the
+page numbering alone but switches the chapters back to being not
+numbered. See <a href="Larger-book-template.html#Larger-book-template">Larger book template</a> for an example using the three.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cfussy-_0026-_005csloppy.html b/src/data/help/unofficial-latex2e-reference-manual/_005cfussy-_0026-_005csloppy.html
new file mode 100644
index 00000000..4b0793b4
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cfussy-_0026-_005csloppy.html
@@ -0,0 +1,148 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\fussy &amp; \sloppy (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\fussy &amp; \sloppy (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\fussy &amp; \sloppy (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Line-breaking.html#Line-breaking" rel="up" title="Line breaking">
+<link href="sloppypar.html#sloppypar" rel="next" title="sloppypar">
+<link href="_005cdiscretionary.html#g_t_005cdiscretionary" rel="prev" title="\discretionary">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cfussy-_0026-_005csloppy"></a>
+<div class="header">
+<p>
+Next: <a href="_005chyphenation.html#g_t_005chyphenation" accesskey="n" rel="next">\hyphenation</a>, Previous: <a href="_005cdiscretionary.html#g_t_005cdiscretionary" accesskey="p" rel="prev">\discretionary</a>, Up: <a href="Line-breaking.html#Line-breaking" accesskey="u" rel="up">Line breaking</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cfussy-_0026-_005csloppy-1"></a>
+<h3 class="section">9.6 <code>\fussy</code> &amp; <code>\sloppy</code></h3>
+
+<a name="index-_005cfussy"></a>
+<a name="index-_005csloppy"></a>
+<a name="index-line-breaks_002c-changing"></a>
+
+<p>Declarations to make TeX more picky or less picky about line
+breaking. Declaring <code>\fussy</code> usually avoids too much space between
+words, at the cost of an occasional overfull box. Conversely,
+<code>\sloppy</code> avoids overfull boxes while suffering loose interword
+spacing.
+</p>
+<p>The default is <code>\fussy</code>. Line breaking in a paragraph is
+controlled by whichever declaration is current at the blank line, or
+<code>\par</code>, or displayed equation ending that paragraph. So to affect
+the line breaks, include that paragraph-ending material in the scope of
+the command.
+</p>
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="sloppypar.html#sloppypar" accesskey="1">sloppypar</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Environment version of \sloppy command.
+</td></tr>
+</table>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cgls.html b/src/data/help/unofficial-latex2e-reference-manual/_005cgls.html
new file mode 100644
index 00000000..0c1a3ce0
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cgls.html
@@ -0,0 +1,161 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\gls (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\gls (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\gls (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Glossaries.html#Glossaries" rel="up" title="Glossaries">
+<link href="Letters.html#Letters" rel="next" title="Letters">
+<link href="_005cnewglossaryentry.html#g_t_005cnewglossaryentry" rel="prev" title="\newglossaryentry">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cgls"></a>
+<div class="header">
+<p>
+Previous: <a href="_005cnewglossaryentry.html#g_t_005cnewglossaryentry" accesskey="p" rel="prev">\newglossaryentry</a>, Up: <a href="Glossaries.html#Glossaries" accesskey="u" rel="up">Glossaries</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cgls-1"></a>
+<h4 class="subsection">25.3.2 <code>\gls</code></h4>
+
+<a name="index-glossary_002c-entry-reference"></a>
+<a name="index-_005cgls"></a>
+
+<p>Synopsis, one of:
+</p>
+<div class="example">
+<pre class="example">\gls{<var>label</var>}
+\glspl{<var>label</var>}
+\Gls{<var>label</var>}
+\Glspl{<var>label</var>}
+</pre></div>
+
+<p>Refer to a glossary entry. The entries are declared with
+<code>\newglossaryentry</code> (see <a href="_005cnewglossaryentry.html#g_t_005cnewglossaryentry">\newglossaryentry</a>).
+</p>
+<p>This
+</p>
+<div class="example">
+<pre class="example">\newglossaryentry{N}{%
+ name={the natural numbers},
+ description={The numbers $0$, $1$, $2$, $\ldots$\@},
+ symbol={\ensuremath{\mathbb{N}}},
+ }
+ ...
+Consider \gls{N}.
+</pre></div>
+
+<p>gives the output &lsquo;<samp>Consider the natural numbers</samp>&rsquo;.
+</p>
+<p>The second command form <code>\glspl{<var>label</var>}</code> produces the plural
+of <var>name</var> (by default it tries adding an &lsquo;<samp>s</samp>&rsquo;). The third form
+capitalizes the first letter of <var>name</var>, as does the fourth form,
+which also takes the plural.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cgraphicspath.html b/src/data/help/unofficial-latex2e-reference-manual/_005cgraphicspath.html
new file mode 100644
index 00000000..bdfc6322
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cgraphicspath.html
@@ -0,0 +1,198 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\graphicspath (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\graphicspath (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\graphicspath (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Graphics-package-configuration.html#Graphics-package-configuration" rel="up" title="Graphics package configuration">
+<link href="_005cDeclareGraphicsExtensions.html#g_t_005cDeclareGraphicsExtensions" rel="next" title="\DeclareGraphicsExtensions">
+<link href="Graphics-package-configuration.html#Graphics-package-configuration" rel="prev" title="Graphics package configuration">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cgraphicspath"></a>
+<div class="header">
+<p>
+Next: <a href="_005cDeclareGraphicsExtensions.html#g_t_005cDeclareGraphicsExtensions" accesskey="n" rel="next">\DeclareGraphicsExtensions</a>, Up: <a href="Graphics-package-configuration.html#Graphics-package-configuration" accesskey="u" rel="up">Graphics package configuration</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cgraphicspath-1"></a>
+<h4 class="subsection">22.2.1 <code>\graphicspath</code></h4>
+
+<a name="index-_005cgraphicspath"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\graphicspath{<var>list of dir names inside curly brackets</var>}
+</pre></div>
+
+<p>Declare a list of directories to search for graphics files. This allows
+you to later say something like <code>\includegraphics{lion.png}</code>
+instead of having to give its path.
+</p>
+<p>LaTeX always looks for graphic files first in the current directory.
+The declaration below tells the system to then look in the subdirectory
+<samp>pix</samp>, and then <samp>../pix</samp>.
+</p>
+<div class="example">
+<pre class="example">\usepackage{graphicx} % or graphics; put in preamble
+ ...
+\graphicspath{ {pix/} {../pix/} }
+</pre></div>
+
+<p>The <code>\graphicspath</code> declaration is optional. If you don&rsquo;t include
+it then LaTeX&rsquo;s default is to search all of the places that it
+usually looks for a file (it uses LaTeX&rsquo;s <code>\input@path</code>). In
+particular, in this case one of the places it looks is the current
+directory.
+</p>
+<p>Enclose each directory name in curly braces; for example, above it says
+&lsquo;<samp><code>{pix}</code></samp>&rsquo;. Do this even if there is only one directory.
+Each directory name must end in a forward slash, <samp>/</samp>. This is true
+even on Windows, where good practice is to use forward slashes for all
+the directory separators since it makes the document portable to other
+platforms. If you have spaces in your directory name then use double
+quotes, as with <code>{&quot;my docs/&quot;}</code>. Getting one of these rules wrong
+will cause LaTeX to report <code>Error: File `<var>filename</var>' not
+found</code>.
+</p>
+<p>Basically, the algorithm is that with this example, after looking in the
+current directory,
+</p>
+<div class="example">
+<pre class="example">\graphicspath{ {pix/} {../pix/} }
+...
+\usepackage{lion.png}
+</pre></div>
+
+<p>for each of the listed directories, LaTeX concatenates it with the
+file name and searches for the result, checking for <samp>pix/lion.png</samp>
+and then <samp>../pix/lion.png</samp>. This algorithm means that the
+<code>\graphicspath</code> command does not recursively search subdirectories:
+if you issue <code>\graphicspath{{a/}}</code> and the graphic is in
+<samp>a/b/lion.png</samp> then LaTeX will not find it. It also means that
+you can use absolute paths such as
+<code>\graphicspath{{/home/jim/logos/}}</code> or
+<code>\graphicspath{{C:/Users/Albert/Pictures/}}</code>. However, using
+these means that the document is not portable. (You could preserve
+portability by adjusting your TeX system settings configuration file
+parameter <code>TEXINPUTS</code>; see the documentation of your system.)
+</p>
+<p>You can use <code>\graphicspath</code> anywhere in the document. You can use
+it more than once. Show its value with
+<code>\makeatletter\typeout{\Ginput@path}\makeatother</code>.
+</p>
+<p>The directories are taken with respect to the base file. That is,
+suppose that you are working on a document based on <samp>book/book.tex</samp>
+and it contains <code>\include{chapters/chap1}</code>. If in
+<samp>chap1.tex</samp> you put <code>\graphicspath{{plots/}}</code> then
+LaTeX will not search for graphics in <samp>book/chapters/plots</samp>, but
+instead in <samp>book/plots</samp>.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cgraphpaper.html b/src/data/help/unofficial-latex2e-reference-manual/_005cgraphpaper.html
new file mode 100644
index 00000000..7a8cfa5c
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cgraphpaper.html
@@ -0,0 +1,153 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\graphpaper (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\graphpaper (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\graphpaper (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="picture.html#picture" rel="up" title="picture">
+<link href="_005cline.html#g_t_005cline" rel="next" title="\line">
+<link href="_005cqbezier.html#g_t_005cqbezier" rel="prev" title="\qbezier">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cgraphpaper"></a>
+<div class="header">
+<p>
+Next: <a href="_005cline.html#g_t_005cline" accesskey="n" rel="next">\line</a>, Previous: <a href="_005cqbezier.html#g_t_005cqbezier" accesskey="p" rel="prev">\qbezier</a>, Up: <a href="picture.html#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cgraphpaper-1"></a>
+<h4 class="subsection">8.19.4 <code>\graphpaper</code></h4>
+
+<a name="index-_005cgraphpaper"></a>
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\graphpaper(<var>x_init</var>,<var>y_init</var>)(<var>x_dimen</var>,<var>y_dimen</var>)
+\graphpaper[<var>spacing</var>](<var>x_init</var>,<var>y_init</var>)(<var>x_dimen</var>,<var>y_dimen</var>)
+</pre></div>
+
+<p>Draw a coordinate grid. Requires the <code>graphpap</code> package.
+The grid&rsquo;s origin is <code>(<var>x_init</var>,<var>y_init</var>)</code>.
+Grid lines come every <var>spacing</var> units (the default is 10).
+The grid extends <var>x_dimen</var> units to the right and <var>y_dimen</var> units up.
+All arguments must be positive integers.
+</p>
+<p>This make a grid with seven vertical lines and eleven horizontal lines.
+</p>
+<div class="example">
+<pre class="example">\usepackage{graphpap} % in preamble
+ ...
+\begin{picture}(6,20) % in document body
+ \graphpaper[2](0,0)(12,20)
+\end{picture}
+</pre></div>
+
+<p>The lines are numbered every ten units.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005chfill.html b/src/data/help/unofficial-latex2e-reference-manual/_005chfill.html
new file mode 100644
index 00000000..bca256e6
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005chfill.html
@@ -0,0 +1,169 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\hfill (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\hfill (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\hfill (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Spaces.html#Spaces" rel="up" title="Spaces">
+<link href="_005chss.html#g_t_005chss" rel="next" title="\hss">
+<link href="_005chspace.html#g_t_005chspace" rel="prev" title="\hspace">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005chfill"></a>
+<div class="header">
+<p>
+Next: <a href="_005chss.html#g_t_005chss" accesskey="n" rel="next">\hss</a>, Previous: <a href="_005chspace.html#g_t_005chspace" accesskey="p" rel="prev">\hspace</a>, Up: <a href="Spaces.html#Spaces" accesskey="u" rel="up">Spaces</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005chfill-1"></a>
+<h3 class="section">19.3 <code>\hfill</code></h3>
+
+<a name="index-_005chfill"></a>
+
+<a name="index-stretch_002c-infinite-horizontal"></a>
+<a name="index-infinite-horizontal-stretch"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\hfill
+</pre></div>
+
+<p>Produce a rubber length which has no natural space but that can stretch
+horizontally as far as needed (see <a href="Lengths.html#Lengths">Lengths</a>).
+</p>
+<p>This creates a one-line paragraph with &lsquo;<samp>Name:</samp>&rsquo; on the left side
+of the page and &lsquo;<samp>Quiz One</samp>&rsquo; on the right.
+</p>
+<div class="example">
+<pre class="example">\noindent Name:\hfill Quiz One
+</pre></div>
+
+<a name="index-_005cfill"></a>
+<p>The <code>\hfill</code> command is equivalent to <code>\hspace{\fill}</code> and
+so the space can be discarded at line breaks. To avoid that instead use
+<code>\hspace*{\fill}</code> (see <a href="_005chspace.html#g_t_005chspace">\hspace</a>).
+</p>
+<p>Here the graphs are evenly spaced in the middle of the figure.
+</p>
+<div class="example">
+<pre class="example">\newcommand*{\vcenteredhbox}[1]{\begin{tabular}{@{}c@{}}#1\end{tabular}}
+ ...
+\begin{figure}
+ \hspace*{\fill}%
+ \vcenteredhbox{\includegraphics{graph0.png}}%
+ \hfill\vcenteredhbox{\includegraphics{graph1.png}}%
+ \hspace*{\fill}%
+ \caption{Comparison of two graphs} \label{fig:twographs}
+\end{figure}
+</pre></div>
+
+<p>Note the <code>\hspace*</code>&rsquo;s where the space could otherwise be dropped.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005chline.html b/src/data/help/unofficial-latex2e-reference-manual/_005chline.html
new file mode 100644
index 00000000..ae9489de
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005chline.html
@@ -0,0 +1,146 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\hline (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\hline (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\hline (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="tabular.html#tabular" rel="up" title="tabular">
+<link href="thebibliography.html#thebibliography" rel="next" title="thebibliography">
+<link href="_005ccline.html#g_t_005ccline" rel="prev" title="\cline">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005chline"></a>
+<div class="header">
+<p>
+Previous: <a href="_005ccline.html#g_t_005ccline" accesskey="p" rel="prev">\cline</a>, Up: <a href="tabular.html#tabular" accesskey="u" rel="up">tabular</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005chline-1"></a>
+<h4 class="subsection">8.23.4 <code>\hline</code></h4>
+
+<a name="index-_005chline"></a>
+
+<p>Draw a horizontal line the width of the enclosing <code>tabular</code> or
+<code>array</code> environment. It&rsquo;s most commonly used to draw a line at the
+top, bottom, and between the rows of a table.
+</p>
+<p>In this example the top of the table has two horizontal rules, one above
+the other, that span both columns. The bottom of the table has a single
+rule spanning both columns. Because of the <code>\hline</code>, the
+<code>tabular</code> second row&rsquo;s line ending double backslash&nbsp;<code>\\</code>
+is required.
+</p>
+<div class="example">
+<pre class="example">\begin{tabular}{ll} \hline\hline
+ Baseball &amp;Red Sox \\
+ Basketball &amp;Celtics \\ \hline
+\end{tabular}
+</pre></div>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005chrulefill-_0026-_005cdotfill.html b/src/data/help/unofficial-latex2e-reference-manual/_005chrulefill-_0026-_005cdotfill.html
new file mode 100644
index 00000000..1852f791
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005chrulefill-_0026-_005cdotfill.html
@@ -0,0 +1,188 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\hrulefill &amp; \dotfill (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\hrulefill &amp; \dotfill (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\hrulefill &amp; \dotfill (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Spaces.html#Spaces" rel="up" title="Spaces">
+<link href="_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip.html#g_t_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip" rel="next" title="\bigskip &amp; \medskip &amp; \smallskip">
+<link href="_005c_002f.html#g_t_005c_002f" rel="prev" title="\/">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005chrulefill-_0026-_005cdotfill"></a>
+<div class="header">
+<p>
+Next: <a href="_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip.html#g_t_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip" accesskey="n" rel="next">\bigskip &amp; \medskip &amp; \smallskip</a>, Previous: <a href="_005c_002f.html#g_t_005c_002f" accesskey="p" rel="prev">\/</a>, Up: <a href="Spaces.html#Spaces" accesskey="u" rel="up">Spaces</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005chrulefill-_0026-_005cdotfill-1"></a>
+<h3 class="section">19.10 <code>\hrulefill</code> &amp; <code>\dotfill</code></h3>
+
+<a name="index-_005chrulefill"></a>
+<a name="index-_005cdotfill"></a>
+
+<p>Synopsis, one of:
+</p>
+<div class="example">
+<pre class="example">\hrulefill
+\dotfill
+</pre></div>
+
+<p>Produce an infinite horizontal rubber length (see <a href="Lengths.html#Lengths">Lengths</a>) that
+LaTeX fills with a rule (that is, a line) or with dots, instead of
+white space.
+</p>
+<p>This outputs a line 2 inches long.
+</p>
+<div class="example">
+<pre class="example">Name:~\makebox[2in]{\hrulefill}
+</pre></div>
+
+<p>This example, when placed between blank lines, creates a paragraph that
+is left and right justified and where the middle is filled with evenly
+spaced dots.
+</p>
+<div class="example">
+<pre class="example">\noindent John Aubrey, RN \dotfill{} Melbury Lodge
+</pre></div>
+
+<p>To make the rule or dots go to the line&rsquo;s end use <code>\null</code> at the
+start or end.
+</p>
+<p>To change the rule&rsquo;s thickness, copy the definition and adjust it, as
+here
+</p>
+<div class="example">
+<pre class="example">\renewcommand{\hrulefill}{%
+ \leavevmode\leaders\hrule height 1pt\hfill\kern\z@}
+</pre></div>
+
+<p>which changes the default thickness of 0.4pt to 1pt.
+Similarly, adjust the dot spacing as with
+</p>
+<div class="example">
+<pre class="example">\renewcommand{\dotfill}{%
+ \leavevmode\cleaders\hb@xt@1.00em{\hss .\hss }\hfill\kern\z@}
+</pre></div>
+
+<p>which changes the default length of 0.33em to 1.00em.
+</p>
+<p>This example produces a line for a signature.
+</p>
+<div class="example">
+<pre class="example">\begin{minipage}{4cm}
+ \centering
+ \hrulefill\\
+ Signed
+\end{minipage}
+</pre></div>
+
+<p>The line is 4cm long.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005chspace.html b/src/data/help/unofficial-latex2e-reference-manual/_005chspace.html
new file mode 100644
index 00000000..de9ceb48
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005chspace.html
@@ -0,0 +1,181 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\hspace (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\hspace (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\hspace (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Spaces.html#Spaces" rel="up" title="Spaces">
+<link href="_005chfill.html#g_t_005chfill" rel="next" title="\hfill">
+<link href="_005censpace-_0026-_005cquad-_0026-_005cqquad.html#g_t_005censpace-_0026-_005cquad-_0026-_005cqquad" rel="prev" title="\enspace &amp; \quad &amp; \qquad">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005chspace"></a>
+<div class="header">
+<p>
+Next: <a href="_005chfill.html#g_t_005chfill" accesskey="n" rel="next">\hfill</a>, Previous: <a href="_005censpace-_0026-_005cquad-_0026-_005cqquad.html#g_t_005censpace-_0026-_005cquad-_0026-_005cqquad" accesskey="p" rel="prev">\enspace &amp; \quad &amp; \qquad</a>, Up: <a href="Spaces.html#Spaces" accesskey="u" rel="up">Spaces</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005chspace-1"></a>
+<h3 class="section">19.2 <code>\hspace</code></h3>
+
+<a name="index-_005chspace"></a>
+
+<p>Synopsis, one of:
+</p>
+<div class="example">
+<pre class="example">\hspace{<var>length</var>}
+\hspace*{<var>length</var>}
+</pre></div>
+
+<p>Insert the horizontal space <var>length</var>. The <var>length</var> can be
+positive, negative, or zero; adding negative space is like backspacing.
+It is a rubber length, that is, it may contain a <code>plus</code> or
+<code>minus</code> component, or both (see <a href="Lengths.html#Lengths">Lengths</a>). Because the space is
+stretchable and shrinkable, it is sometimes called <em>glue</em>.
+</p>
+<p>This makes a line with &lsquo;<samp>Name:</samp>&rsquo; an inch from the right margin.
+</p>
+<div class="example">
+<pre class="example">\noindent\makebox[\linewidth][r]{Name:\hspace{1in}}
+</pre></div>
+
+<p>The <code>*</code>-version inserts horizontal space that non-discardable.
+More precisely, when TeX breaks a paragraph into lines any white
+space&mdash;glues and kerns&mdash;that come at a line break are discarded. The
+<code>*</code>-version avoids that (technically, it adds a non-discardable
+invisible item in front of the space).
+</p>
+<p>In this example
+</p>
+<div class="example">
+<pre class="example">\parbox{0.8\linewidth}{%
+ Fill in each blank: Four \hspace*{1in} and seven years ago our
+ fathers brought forth on this continent, a new \hspace*{1in},
+ conceived in \hspace*{1in}, and dedicated to the proposition
+ that all men are created \hspace*{1in}.}
+</pre></div>
+
+<p>the 1&nbsp;inch blank following &lsquo;<samp>conceived in</samp>&rsquo; falls at the start
+of a line. If you erase the <code>*</code> then LaTeX discards the blank.
+</p>
+<p>Here, the <code>\hspace</code> separates the three graphics.
+</p>
+<div class="example">
+<pre class="example">\begin{center}
+ \includegraphics{lion.png}% comment keeps out extra space
+ \hspace{1cm minus 0.25cm}\includegraphics{tiger.png}%
+ \hspace{1cm minus 0.25cm}\includegraphics{bear.png}
+\end{center}
+</pre></div>
+
+<p>Because the argument to each <code>\hspace</code> has <code>minus 0.25cm</code>,
+each can shrink a little if the three figures are too wide. But each
+space won&rsquo;t shrink more than 0.25cm (see <a href="Lengths.html#Lengths">Lengths</a>).
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005chss.html b/src/data/help/unofficial-latex2e-reference-manual/_005chss.html
new file mode 100644
index 00000000..df6be2af
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005chss.html
@@ -0,0 +1,155 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\hss (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\hss (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\hss (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Spaces.html#Spaces" rel="up" title="Spaces">
+<link href="_005cspacefactor.html#g_t_005cspacefactor" rel="next" title="\spacefactor">
+<link href="_005chfill.html#g_t_005chfill" rel="prev" title="\hfill">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005chss"></a>
+<div class="header">
+<p>
+Next: <a href="_005cspacefactor.html#g_t_005cspacefactor" accesskey="n" rel="next">\spacefactor</a>, Previous: <a href="_005chfill.html#g_t_005chfill" accesskey="p" rel="prev">\hfill</a>, Up: <a href="Spaces.html#Spaces" accesskey="u" rel="up">Spaces</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005chss-1"></a>
+<h3 class="section">19.4 <code>\hss</code></h3>
+
+<a name="index-_005chss"></a>
+<a name="index-horizontal-space"></a>
+<a name="index-horizontal-space_002c-stretchable"></a>
+<a name="index-space_002c-inserting-horizontal"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\hss
+</pre></div>
+
+<p>Produce a horizontal space that is infinitely shrinkable as well as
+infinitely stretchable (this command is a TeX primitive). LaTeX
+authors should reach first for the <code>\makebox</code> command to get the
+effects of <code>\hss</code> (see <a href="_005cmbox-_0026-_005cmakebox.html#g_t_005cmbox-_0026-_005cmakebox">\mbox &amp; \makebox</a>).
+</p>
+<p>Here, the first line&rsquo;s <code>\hss</code> makes the Z stick out to the right,
+overwriting the Y. In the second line the Z sticks out to the left,
+overwriting the X.
+</p>
+<div class="example">
+<pre class="example">X\hbox to 0pt{Z\hss}Y
+X\hbox to 0pt{\hss Z}Y
+</pre></div>
+
+<p>Without the <code>\hss</code> you get something like &lsquo;<samp>Overfull \hbox
+(6.11111pt too wide) detected at line 20</samp>&rsquo;.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005chyphenation.html b/src/data/help/unofficial-latex2e-reference-manual/_005chyphenation.html
new file mode 100644
index 00000000..7d403961
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005chyphenation.html
@@ -0,0 +1,149 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\hyphenation (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\hyphenation (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\hyphenation (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Line-breaking.html#Line-breaking" rel="up" title="Line breaking">
+<link href="_005clinebreak-_0026-_005cnolinebreak.html#g_t_005clinebreak-_0026-_005cnolinebreak" rel="next" title="\linebreak &amp; \nolinebreak">
+<link href="sloppypar.html#sloppypar" rel="prev" title="sloppypar">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005chyphenation"></a>
+<div class="header">
+<p>
+Next: <a href="_005clinebreak-_0026-_005cnolinebreak.html#g_t_005clinebreak-_0026-_005cnolinebreak" accesskey="n" rel="next">\linebreak &amp; \nolinebreak</a>, Previous: <a href="_005cfussy-_0026-_005csloppy.html#g_t_005cfussy-_0026-_005csloppy" accesskey="p" rel="prev">\fussy &amp; \sloppy</a>, Up: <a href="Line-breaking.html#Line-breaking" accesskey="u" rel="up">Line breaking</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005chyphenation-1"></a>
+<h3 class="section">9.7 <code>\hyphenation</code></h3>
+
+<a name="index-_005chyphenation"></a>
+<a name="index-hyphenation_002c-defining"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\hyphenation{<var>word1</var> ...}
+</pre></div>
+
+<p>Declares allowed hyphenation points within the words in the list. The
+words in that list are separated by spaces. Show permitted points for
+hyphenation with a dash character, <code>-</code>.
+</p>
+<p>Here is an example:
+</p>
+<div class="example">
+<pre class="example">\hyphenation{hat-er il-lit-e-ra-ti tru-th-i-ness}
+</pre></div>
+
+<p>Use lowercase letters. TeX will only hyphenate if the word matches
+exactly. Multiple <code>\hyphenation</code> commands accumulate.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cignorespaces-_0026-_005cignorespacesafterend.html b/src/data/help/unofficial-latex2e-reference-manual/_005cignorespaces-_0026-_005cignorespacesafterend.html
new file mode 100644
index 00000000..9949f022
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cignorespaces-_0026-_005cignorespacesafterend.html
@@ -0,0 +1,217 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\ignorespaces &amp; \ignorespacesafterend (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\ignorespaces &amp; \ignorespacesafterend (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\ignorespaces &amp; \ignorespacesafterend (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Definitions.html#Definitions" rel="up" title="Definitions">
+<link href="Counters.html#Counters" rel="next" title="Counters">
+<link href="_005cprotect.html#g_t_005cprotect" rel="prev" title="\protect">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cignorespaces-_0026-_005cignorespacesafterend"></a>
+<div class="header">
+<p>
+Previous: <a href="_005cprotect.html#g_t_005cprotect" accesskey="p" rel="prev">\protect</a>, Up: <a href="Definitions.html#Definitions" accesskey="u" rel="up">Definitions</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cignorespaces-_0026-_005cignorespacesafterend-1"></a>
+<h3 class="section">12.12 <code>\ignorespaces &amp; \ignorespacesafterend</code></h3>
+
+<a name="index-_005cignorespaces"></a>
+<a name="index-_005cignorespacesafterend"></a>
+<a name="index-spaces_002c-ignore-around-commands"></a>
+<a name="index-commands_002c-ignore-spaces"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\ignorespaces
+</pre></div>
+
+<p>or
+</p>
+<div class="example">
+<pre class="example">\ignorespacesafterend
+</pre></div>
+
+<p>Both commands cause LaTeX to ignore spaces after the end of the
+command up until the first non-space character. The first is a command
+from Plain TeX, and the second is LaTeX-specific.
+</p>
+<p>The <code>ignorespaces</code> is often used when defining commands via
+<code>\newcommand</code>, or <code>\newenvironment</code>, or <code>\def</code>. The
+example below illustrates. It allows a user to show the points values
+for quiz questions in the margin but it is inconvenient because, as
+shown in the <code>enumerate</code> list, users must not put any space between
+the command and the question text.
+</p>
+<div class="example">
+<pre class="example">\newcommand{\points}[1]{\makebox[0pt]{\makebox[10em][l]{#1~pts}}
+\begin{enumerate}
+ \item\points{10}no extra space output here
+ \item\points{15} extra space between the number and the `extra'
+\end{enumerate}
+</pre></div>
+
+<p>The solution is to change to this.
+</p>
+<div class="example">
+<pre class="example">\newcommand{\points}[1]{%
+ \makebox[0pt]{\makebox[10em][l]{#1~pts}}\ignorespaces}
+</pre></div>
+
+<p>A second example shows spaces being removed from the front of text. The
+commands below allow a user to uniformly attach a title to names. But,
+as given, if a title accidentally starts with a space then
+<code>\fullname</code> will reproduce that.
+</p>
+<div class="example">
+<pre class="example">\makeatletter
+\newcommand{\honorific}[1]{\def\@honorific{#1}} % remember title
+\newcommand{\fullname}[1]{\@honorific~#1} % put title before name
+\makeatother
+\begin{tabular}{|l|}
+\honorific{Mr/Ms} \fullname{Jones} \\ % no extra space here
+\honorific{ Mr/Ms} \fullname{Jones} % extra space before title
+\end{tabular}
+</pre></div>
+
+<p>To fix this, change to
+<code>\newcommand{\fullname}[1]{\ignorespaces\@honorific~#1}</code>.
+</p>
+<p>The <code>\ignorespaces</code> is also often used in a <code>\newenvironment</code>
+at the end of the <var>begin</var> clause, that is, as part of the second
+argument, as in <code>\begin{newenvironment}{<var>env
+name</var>}{... \ignorespaces}{...}</code>.
+</p>
+<p>To strip spaces off the end of an environment use
+<code>\ignorespacesafterend</code>. An example is that this will show a much
+larger vertical space between the first and second environments than
+between the second and third.
+</p>
+<div class="example">
+<pre class="example">\newenvironment{eq}{\begin{equation}}{\end{equation}}
+\begin{eq}
+e=mc^2
+\end{eq}
+\begin{equation}
+F=ma
+\end{equation}
+\begin{equation}
+E=IR
+\end{equation}
+</pre></div>
+
+<p>Putting a comment character&nbsp;<code>%</code> immediately after the
+<code>\end{eq}</code> will make the vertical space disappear, but that is
+inconvenient. The solution is to change to
+<code>\newenvironment{eq}{\begin{equation}}{\end{equation}\ignorespacesafterend}</code>.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cinclude-_0026-_005cincludeonly.html b/src/data/help/unofficial-latex2e-reference-manual/_005cinclude-_0026-_005cincludeonly.html
new file mode 100644
index 00000000..ce37f6a0
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cinclude-_0026-_005cincludeonly.html
@@ -0,0 +1,262 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\include &amp; \includeonly (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\include &amp; \includeonly (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\include &amp; \includeonly (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Splitting-the-input.html#Splitting-the-input" rel="up" title="Splitting the input">
+<link href="_005cinput.html#g_t_005cinput" rel="next" title="\input">
+<link href="_005cendinput.html#g_t_005cendinput" rel="prev" title="\endinput">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cinclude-_0026-_005cincludeonly"></a>
+<div class="header">
+<p>
+Next: <a href="_005cinput.html#g_t_005cinput" accesskey="n" rel="next">\input</a>, Previous: <a href="_005cendinput.html#g_t_005cendinput" accesskey="p" rel="prev">\endinput</a>, Up: <a href="Splitting-the-input.html#Splitting-the-input" accesskey="u" rel="up">Splitting the input</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cinclude-_0026-_005cincludeonly-1"></a>
+<h3 class="section">24.2 <code>\include</code> &amp; <code>\includeonly</code></h3>
+
+<a name="index-_005cinclude"></a>
+<a name="index-_005cincludeonly"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\includeonly{ % in document preamble
+ ...
+ <var>filename</var>,
+ ...
+ }
+ ...
+\include{<var>filename</var>} % in document body
+</pre></div>
+
+<p>Bring material from the external file <samp><var>filename</var>.tex</samp> into a
+LaTeX document.
+</p>
+<p>The <code>\include</code> command does three things: it executes
+<code>\clearpage</code> (see <a href="_005cclearpage-_0026-_005ccleardoublepage.html#g_t_005cclearpage-_0026-_005ccleardoublepage">\clearpage &amp; \cleardoublepage</a>), then it
+inputs the material from <samp><var>filename</var>.tex</samp> into the document,
+and then it does another <code>\clearpage</code>. This command can only
+appear in the document body. The <code>\includeonly</code> command controls
+which files will be read by LaTeX under subsequent <code>\include</code>
+commands. Its list of filenames is comma-separated, and it can only
+appear in the preamble.
+</p>
+<p>This example root document, <samp>constitution.tex</samp>, brings in
+three files, <samp>preamble.tex</samp>, <samp>articles.tex</samp>, and
+<samp>amendments.tex</samp>.
+</p>
+<div class="example">
+<pre class="example">\documentclass{book}
+\includeonly{
+ preamble,
+ articles,
+ amendments
+ }
+\begin{document}
+\include{preamble}
+\include{articles}
+\include{amendments}
+\end{document}
+</pre></div>
+
+<p>The file <samp>preamble.tex</samp> contains no special code; you have just
+excerpted the chapter from <samp>consitution.tex</samp> and put it in a
+separate file just for editing convenience.
+</p>
+<div class="example">
+<pre class="example">\chapter{Preamble}
+We the People of the United States,
+in Order to form a more perfect Union, ...
+</pre></div>
+
+<p>Running LaTeX on <samp>constitution.tex</samp> makes the material from the
+three files appear in the document but also generates the auxiliary
+files <samp>preamble.aux</samp>, <samp>articles.aux</samp>, and
+<samp>amendments.tex</samp>. These contain information such as page numbers
+and cross-references (see <a href="Cross-references.html#Cross-references">Cross references</a>). If you now comment out
+<code>\includeonly</code>&rsquo;s lines with <code>preamble</code> and <code>amendments</code>
+and run LaTeX again then the resulting document shows only the
+material from <samp>articles.tex</samp>, not the material from
+<samp>preamble.tex</samp> or <samp>amendments.tex</samp>. Nonetheless, all of the
+auxiliary information from the omitted files is still there, including
+the starting page number of the chapter.
+</p>
+<p>If the document preamble does not have <code>\includeonly</code> then
+LaTeX will include all the files you call for with <code>\include</code>
+commands.
+</p>
+<p>The <code>\include</code> command makes a new page. To avoid that, see
+<a href="_005cinput.html#g_t_005cinput">\input</a> (which, however, does not retain the auxiliary
+information).
+</p>
+<p>See <a href="Larger-book-template.html#Larger-book-template">Larger book template</a> for another example using <code>\include</code>
+and <code>\includeonly</code>. That example also uses <code>\input</code> for some
+material that will not necessarily start on a new page.
+</p>
+<p>File names can involve paths.
+</p>
+<div class="example">
+<pre class="example">\documentclass{book}
+\includeonly{
+ chapters/chap1,
+ }
+\begin{document}
+\include{chapters/chap1}
+\end{document}
+</pre></div>
+
+<p>To make your document portable across distributions and platforms you
+should avoid spaces in the file names. The tradition is to instead use
+dashes or underscores. Nevertheless, for the name &lsquo;<samp>amo amas amat</samp>&rsquo;,
+this works under TeX Live on GNU/Linux:
+</p>
+<div class="example">
+<pre class="example">\documentclass{book}
+\includeonly{
+ &quot;amo\space amas\space amat&quot;
+ }
+\begin{document}
+\include{&quot;amo\space amas\space amat&quot;}
+\end{document}
+</pre></div>
+
+<p>and this works under MiKTeX on Windows:
+</p>
+<div class="example">
+<pre class="example">\documentclass{book}
+\includeonly{
+ {&quot;amo amas amat&quot;}
+ }
+\begin{document}
+\include{{&quot;amo amas amat&quot;}}
+\end{document}
+</pre></div>
+
+<a name="index-nested-_005cinclude_002c-not-allowed"></a>
+<p>You cannot use <code>\include</code> inside a file that is being included or
+you get &lsquo;<samp>LaTeX Error: \include cannot be nested.</samp>&rsquo; The
+<code>\include</code> command cannot appear in the document preamble; you will
+get &lsquo;<samp>LaTeX Error: Missing \begin{document}</samp>&rsquo;.
+</p>
+<p>If a file that you <code>\include</code> does not exist, for instance if you
+<code>\include{athiesm}</code> but you meant <code>\include{atheism}</code>,
+then LaTeX does not give you an error but will warn you &lsquo;<samp>No file
+athiesm.tex.</samp>&rsquo; (It will also create <samp>athiesm.aux</samp>.)
+</p>
+<p>If you <code>\include</code> the root file in itself then you first get
+&lsquo;<samp>LaTeX Error: Can be used only in preamble.</samp>&rsquo; Later runs get
+&lsquo;<samp>TeX capacity exceeded, sorry [text input levels=15]</samp>&rsquo;. To fix
+this, you must remove the inclusion <code>\include{root}</code> but also
+delete the file <samp><var>root</var>.aux</samp> and rerun LaTeX.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cincludegraphics.html b/src/data/help/unofficial-latex2e-reference-manual/_005cincludegraphics.html
new file mode 100644
index 00000000..5959b058
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cincludegraphics.html
@@ -0,0 +1,515 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\includegraphics (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\includegraphics (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\includegraphics (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Commands-for-graphics.html#Commands-for-graphics" rel="up" title="Commands for graphics">
+<link href="_005crotatebox.html#g_t_005crotatebox" rel="next" title="\rotatebox">
+<link href="Commands-for-graphics.html#Commands-for-graphics" rel="prev" title="Commands for graphics">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cincludegraphics"></a>
+<div class="header">
+<p>
+Next: <a href="_005crotatebox.html#g_t_005crotatebox" accesskey="n" rel="next">\rotatebox</a>, Up: <a href="Commands-for-graphics.html#Commands-for-graphics" accesskey="u" rel="up">Commands for graphics</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cincludegraphics-1"></a>
+<h4 class="subsection">22.3.1 <code>\includegraphics</code></h4>
+
+<a name="index-graphics-2"></a>
+<a name="index-graphics-package-2"></a>
+<a name="index-including-graphics"></a>
+<a name="index-importing-graphics"></a>
+<a name="index-EPS-files-1"></a>
+<a name="index-JPEG-files-1"></a>
+<a name="index-JPG-files-1"></a>
+<a name="index-PDF-graphic-files-1"></a>
+<a name="index-PNG-files-1"></a>
+<a name="index-_005cincludegraphics"></a>
+
+<p>Synopses for <samp>graphics</samp> package:
+</p>
+<div class="example">
+<pre class="example">\includegraphics{<var>filename</var>}
+\includegraphics[<var>urx</var>,<var>ury</var>]{<var>filename</var>}
+\includegraphics[<var>llx</var>,<var>lly</var>][<var>urx</var>,<var>ury</var>]{<var>filename</var>}
+\includegraphics*{<var>filename</var>}
+\includegraphics*[<var>urx</var>,<var>ury</var>]{<var>filename</var>}
+\includegraphics*[<var>llx</var>,<var>lly</var>][<var>urx</var>,<var>ury</var>]{<var>filename</var>}
+</pre></div>
+
+<p>Synopses for <samp>graphicx</samp> package:
+</p>
+<div class="example">
+<pre class="example">\includegraphics{<var>filename</var>}
+\includegraphics[<var>key-value list</var>]{<var>filename</var>}
+\includegraphics*{<var>filename</var>}
+\includegraphics*[<var>key-value list</var>]{<var>filename</var>}
+</pre></div>
+
+<p>Include a graphics file. The starred form <code>\includegraphics*</code> will
+clip the graphic to the size specified, while for the unstarred form any
+part of the graphic that is outside the box of the specified size will
+over-print the surrounding area.
+</p>
+<p>This
+</p>
+<div class="example">
+<pre class="example">\usepackage{graphicx} % in preamble
+ ...
+\begin{center}
+ \includegraphics{plot.pdf}
+\end{center}
+</pre></div>
+
+<p>will incorporate into the document the graphic in <samp>plot.pdf</samp>,
+centered and at its nominal size. You can also give a path to the file,
+as with <code>\includegraphics{graphics/plot.pdf}</code>. To specify a list
+of locations to search for the file, see <a href="_005cgraphicspath.html#g_t_005cgraphicspath">\graphicspath</a>.
+</p>
+<p>If your filename includes spaces then put it in double quotes. An example
+is <code>\includegraphics{&quot;sister picture.jpg&quot;}</code>.
+</p>
+<p>The <code>\includegraphics{<var>filename</var>}</code> command decides on the
+type of graphic by splitting <var>filename</var> on the first dot. You can
+use <var>filename</var> with no dot, as in <code>\includegraphics{turing}</code>
+and then LaTeX tries a sequence of extensions such as <code>.png</code> and
+<code>.pdf</code> until it finds a file with that extension
+(see <a href="_005cDeclareGraphicsExtensions.html#g_t_005cDeclareGraphicsExtensions">\DeclareGraphicsExtensions</a>).
+</p>
+<p>If your file name contains dots before the extension then you can hide
+them with curly braces, as in
+<code>\includegraphics{{plot.2018.03.12.a}.pdf}</code>. Or, if you use
+the <samp>graphicx</samp> package then you can use the options <code>type</code> and
+<code>ext</code>; see below. This and other filename issues are also handled
+with the package <samp>grffile</samp>.
+</p>
+<p>This example puts a graphic in a figure environment so LaTeX can
+move it to the next page if fitting it on the current page is awkward
+(see <a href="figure.html#figure">figure</a>).
+</p>
+<div class="example">
+<pre class="example">\begin{figure}
+ \centering
+ \includegraphics[width=3cm]{lungxray.jpg}
+ \caption{The evidence is overwhelming: don't smoke.} \label{fig:xray}
+\end{figure}
+</pre></div>
+
+<p>This places a graphic that will not float, so it is sure to appear at
+this point in the document even if makes LaTeX stretch the text or
+resort to blank areas on the page. It will be centered and will have a
+caption.
+</p>
+<div class="example">
+<pre class="example">\usepackage{caption} % in preamble
+ ...
+\begin{center}
+ \includegraphics{pix/nix.png}
+ \captionof{figure}{The spirit of the night} \label{pix:nix} % optional
+\end{center}
+</pre></div>
+
+<p>This example puts a box with a graphic side by side with one having
+text, with the two vertically centered.
+</p>
+<div class="example">
+<pre class="example">\newcommand*{\vcenteredhbox}[1]{\begin{tabular}{@{}c@{}}#1\end{tabular}}
+ ...
+\begin{center}
+ \vcenteredhbox{\includegraphics[width=0.4\textwidth]{plot}}
+ \hspace{1em}
+ \vcenteredhbox{\begin{minipage}{0.4\textwidth}
+ \begin{displaymath}
+ f(x)=x\cdot \sin (1/x)
+ \end{displaymath}
+ \end{minipage}}
+\end{center}
+</pre></div>
+
+<p>If you use the <samp>graphics</samp> package then the only options involve the
+size of the graphic (but see <a href="_005crotatebox.html#g_t_005crotatebox">\rotatebox</a> and <a href="_005cscalebox.html#g_t_005cscalebox">\scalebox</a>).
+When one optional argument is present then it is
+<code>[<var>urx</var>,<var>ury</var>]</code> and it gives the coordinates of the top
+right corner of the image, as a pair of TeX dimensions (see <a href="Units-of-length.html#Units-of-length">Units of length</a>). If the units are omitted they default to <code>bp</code>. In
+this case, the lower left corner of the image is assumed to be at (0,0).
+If two optional arguments are present then the leading one is
+<code>[<var>llx</var>,<var>lly</var>]</code>, specifying the coordinates of the image&rsquo;s
+lower left. Thus, <code>\includegraphics[1in,0.618in]{...}</code> calls for
+the graphic to be placed so it is 1&nbsp;inch wide and 0.618&nbsp;inches
+tall and so its origin is at (0,0).
+</p>
+<p>The <samp>graphicx</samp> package gives you many more options. Specify them
+in a key-value form, as here.
+</p>
+<div class="example">
+<pre class="example">\begin{center}
+ \includegraphics[width=1in,angle=90]{lion}
+ \hspace{2em}
+ \includegraphics[angle=90,width=1in]{lion}
+\end{center}
+</pre></div>
+
+<p>The options are read left-to-right. So the first graphic above is made
+one inch wide and then rotated, while the second is rotated and then
+made one inch wide. Thus, unless the graphic is perfectly square, the
+two will end with different widths and heights.
+</p>
+<p>There are many options. The primary ones are listed first.
+</p>
+<p>Note that a graphic is placed by LaTeX into a box, which is
+traditionally referred to as its bounding box (distinct from the
+PostScript BoundingBox described below). The graphic&rsquo;s printed area may
+go beyond this box, or sit inside this box, but when LaTeX makes up a
+page it puts together boxes and this is the box allocated for the
+graphic.
+</p>
+<dl compact="compact">
+<dd><a name="includegraphics-width"></a></dd>
+<dt><code>width</code></dt>
+<dd><p>The graphic will be shown so its bounding box is this width. An example
+is <code>\includegraphics[width=1in]{plot}</code>. You can use the standard
+TeX dimensions (see <a href="Units-of-length.html#Units-of-length">Units of length</a>) and also convenient is
+<code>\linewidth</code>, or in a two-column document, <code>\columnwidth</code>
+(see <a href="Page-layout-parameters.html#Page-layout-parameters">Page layout parameters</a>). An example is that by using the
+<samp>calc</samp> package you can make the graphic be 1&nbsp;cm narrow than
+the width of the text with
+<code>\includegraphics[width=\linewidth-1.0cm]{hefferon.jpg}</code>.
+</p>
+</dd>
+<dt><code>height</code></dt>
+<dd><a name="includegraphics-height"></a><p>The graphic will be shown so its bounding box is this height. You can
+use the standard TeX dimensions (see <a href="Units-of-length.html#Units-of-length">Units of length</a>), and also
+convenient are <code>\pageheight</code> and <code>\textheight</code> (see <a href="Page-layout-parameters.html#Page-layout-parameters">Page layout parameters</a>). For instance, the command
+<code>\includegraphics[height=0.25\textheight]{godel}</code> will make the
+graphic a quarter of the height of the text area.
+</p>
+</dd>
+<dt><code>totalheight</code></dt>
+<dd><a name="includegraphics-totalheght"></a><p>The graphic will be shown so its bounding box has this height plus
+depth. This differs from the height if the graphic was rotated. For
+instance, if it has been rotated by -90 then it will have zero height
+but a large depth.
+</p>
+</dd>
+<dt><code>keepaspectratio</code></dt>
+<dd><a name="includegraphics-keepaspectratio"></a><p>If set to <code>true</code>, or just specified as here
+</p>
+<div class="example">
+<pre class="example"><code>\includegraphics[...,keepaspectratio,...]{...}</code>
+</pre></div>
+
+<p>and you give as options both <code>width</code> and <code>height</code> (or
+<code>totalheight</code>), then LaTeX will make the graphic is as large as
+possible without distortion. That is, LaTeX will ensure that neither
+is the graphic wider than <code>width</code> nor taller than <code>height</code> (or
+<code>totalheight</code>).
+</p>
+</dd>
+<dt><code>scale</code></dt>
+<dd><p>Factor by which to scale the graphic. To make a graphic twice its
+nominal size, enter <code>\includegraphics[scale=2.0]{...}</code>. This
+number may be any value; a number between 1 and&nbsp;0 will shrink the
+graphic and a negative number will reflect it.
+</p>
+</dd>
+<dt><code>angle</code></dt>
+<dd><p>Rotate the graphic. The angle is taken in degrees and counterclockwise.
+The graphic is rotated about its <code>origin</code>; see that option. For a
+complete description of how rotated material is typeset,
+see <a href="_005crotatebox.html#g_t_005crotatebox">\rotatebox</a>.
+</p>
+</dd>
+<dt><code>origin</code></dt>
+<dd><p>The point of the graphic about which the rotation happens. Possible
+values are any string containing one or two of: <code>l</code> for left,
+<code>r</code> for right, <code>b</code> for bottom, <code>c</code> for center, <code>t</code>
+for top, and <code>B</code> for baseline. Thus, entering the command
+<code>\includegraphics[angle=180,origin=c]{moon}</code> will turn the
+picture upside down about that picture&rsquo;s center, while the command
+<code>\includegraphics[angle=180,origin=lB]{LeBateau}</code> will turn its
+picture upside down about its left baseline. (The character <code>c</code>
+gives the horizontal center in <code>bc</code> or <code>tc</code>, but gives the
+vertical center in <code>lc</code> or <code>rc</code>.) The default is <code>lB</code>.
+</p>
+<p>To rotate about an arbitrary point, see <a href="_005crotatebox.html#g_t_005crotatebox">\rotatebox</a>.
+</p>
+</dd>
+</dl>
+
+<p>These are lesser-used options.
+</p>
+<dl compact="compact">
+<dd><a name="includegraphics-viewport"></a></dd>
+<dt><code>viewport</code></dt>
+<dd><p>Pick out a subregion of the graphic to show. Takes four arguments,
+separated by spaces and given in TeX dimensions, as with
+<code>\includegraphics[.., viewport=0in 0in 1in 0.618in]{...}</code>. The
+dimensions default to big points,&nbsp;<code>bp</code>. They are taken
+relative to the origin specified by the bounding box. See also the
+<code>trim</code> option.
+</p>
+<a name="includegraphics-trim"></a></dd>
+<dt><code>trim</code></dt>
+<dd><p>Gives parts of the graphic to not show. Takes four arguments, separated
+by spaces, that are given in TeX dimensions, as with
+<code>\includegraphics[.., trim= 0in 0.1in 0.2in 0.3in, ...]{...}</code>.
+These give the amounts of the graphic not to show, that is, LaTeX
+will crop the picture by 0&nbsp;inches on the left, 0.1&nbsp;inches on
+the bottom, 0.2&nbsp;inches on the right, and 0.3&nbsp;inches on the
+top. See also the <code>viewport</code> option.
+</p>
+<a name="includegraphics-clip"></a></dd>
+<dt><code>clip</code></dt>
+<dd><p>If set to <code>true</code>, or just specified as here
+</p>
+<div class="example">
+<pre class="example">\includegraphics[...,clip,...]{...}
+</pre></div>
+
+<p>then the graphic is cropped to the bounding box. This is the same as
+using the starred form of the command,
+<code>\includegraphics*[...]{...}</code>.
+</p>
+<a name="includegraphics-page"></a></dd>
+<dt><code>page</code></dt>
+<dd><p>Give the page number of a multi-page PDF file. The default is
+<code>page=1</code>.
+</p>
+<a name="includegraphics-pagebox"></a></dd>
+<dt><code>pagebox</code></dt>
+<dd><p>Specifies which bounding box to use for PDF files from among
+<code>mediabox</code>, <code>cropbox</code>, <code>bleedbox</code>, <code>trimbox</code>, or
+<code>artbox</code>. PDF files do not have the BoundingBox that PostScript
+files have, but may specify up to four predefined rectangles. The
+MediaBox gives the boundaries of the physical medium. The CropBox is the
+region to which the contents of the page are to be clipped when
+displayed. The BleedBox is the region to which the contents of the page
+should be clipped in production. The TrimBox is the intended dimensions
+of the finished page. The ArtBox is the extent of the page&rsquo;s meaningful
+content. The driver will set the image size based on CropBox if
+present, otherwise it will not use one of the others, with a
+driver-defined order of preference. MediaBox is always present.
+</p>
+<a name="includegraphics-interpolate"></a></dd>
+<dt><code>interpolate</code></dt>
+<dd><p>Enable or disable interpolation of raster images by the viewer. Can be
+set with <code>interpolate=true</code> or just specified as here.
+</p>
+<div class="example">
+<pre class="example">\includegraphics[...,interpolate,...]{...}
+</pre></div>
+
+<a name="includegraphics-quiet"></a></dd>
+<dt><code>quiet</code></dt>
+<dd><p>Do not write information to the log. You can set it with
+<code>quiet=true</code> or just specified it with
+<code>\includegraphics[...,quite,...]{...}</code>,
+</p>
+<a name="includegraphics-draft"></a></dd>
+<dt><code>draft</code></dt>
+<dd><p>If you set it with <code>draft=true</code> or just specify it with
+</p>
+<div class="example">
+<pre class="example">\includegraphics[...,draft,...]{...}
+</pre></div>
+
+<p>then the graphic will not appear in the document, possibly saving color
+printer ink. Instead, LaTeX will put an empty box of the correct
+size with the filename printed in it.
+</p>
+</dd>
+</dl>
+
+<p>These options address the bounding box for Encapsulated PostScript
+graphic files, which have a size specified with a line
+<code>%%BoundingBox</code> that appears in the file. It has four values,
+giving the lower <em>x</em> coordinate, lower <em>y</em> coordinate, upper
+<em>x</em> coordinate, and upper <em>y</em> coordinate. The units are
+PostScript points, equivalent to TeX&rsquo;s big points, 1/72&nbsp;inch.
+For example, if an <samp>.eps</samp> file has the line <code>%%BoundingBox 10
+20 40 80</code> then its natural size is 30/72&nbsp;inch wide by
+60/72&nbsp;inch tall.
+</p>
+<dl compact="compact">
+<dd><a name="includegraphics-bb"></a></dd>
+<dt><code>bb</code></dt>
+<dd><p>Specify the bounding box of the displayed region. The argument is four
+dimensions separated by spaces, as with <code>\includegraphics[.., bb=
+0in 0in 1in 0.618in]{...}</code>. Usually <code>\includegraphics</code> reads the
+BoundingBox numbers from the EPS file automatically, so this option is
+only useful if the bounding box is missing from that file or if you want
+to change it.
+</p>
+<a name="includegraphics-bbllx"></a><a name="includegraphics-bblly"></a><a name="includegraphics-bburx"></a><a name="includegraphics-bbury"></a></dd>
+<dt><code>bbllx, bblly, bburx, bbury</code></dt>
+<dd><p>Set the bounding box. These four are obsolete, but are retained for
+compatibility with old packages.
+</p>
+<a name="includegraphics-natwidth"></a><a name="includegraphics-natheight"></a></dd>
+<dt><code>natwidth, natheight</code></dt>
+<dd><p>An alternative for <code>bb</code>. Setting
+</p>
+<div class="example">
+<pre class="example">\includegraphics[...,natwidth=1in,natheight=0.618in,...]{...}
+</pre></div>
+
+<p>is the same as setting <code>bb=0 0 1in 0.618in</code>.
+</p>
+<a name="includegraphics-hiresbb"></a></dd>
+<dt><code>hiresbb</code></dt>
+<dd><p>If set to <code>true</code>, or just specified as with
+</p>
+<div class="example">
+<pre class="example">\includegraphics[...,hiresbb,...]{...}
+</pre></div>
+
+<p>then LaTeX will look for <code>%%HiResBoundingBox</code> lines instead of
+<code>%%BoundingBox</code> lines. (The <code>BoundingBox</code> lines use only
+natural numbers while the <code>HiResBoundingBox</code> lines use decimals;
+both use units equivalent to TeX&rsquo;s big points, 1/72&nbsp;inch.) To
+override a prior setting of <code>true</code>, you can set it to <code>false</code>.
+</p>
+</dd>
+</dl>
+
+<p>These following options allow a user to override LaTeX&rsquo;s method of
+choosing the graphic type based on the filename extension. An example
+is that <code>\includegraphics[type=png,ext=.xxx,read=.xxx]{lion}</code>
+will read the file <samp>lion.xxx</samp> as though it were
+<samp>lion.png</samp>. For more on these, see <a href="_005cDeclareGraphicsRule.html#g_t_005cDeclareGraphicsRule">\DeclareGraphicsRule</a>.
+</p>
+<dl compact="compact">
+<dd><a name="includegraphics-type"></a></dd>
+<dt><code>type</code></dt>
+<dd><p>Specify the graphics type.
+</p>
+<a name="includegraphics-ext"></a></dd>
+<dt><code>ext</code></dt>
+<dd><p>Specify the graphics extension.
+Only use this in conjunction with the option <code>type</code>.
+</p>
+<a name="includegraphics-read"></a></dd>
+<dt><code>read</code></dt>
+<dd><p>Specify the file extension of the read file.
+Only use this in conjunction with the option <code>type</code>.
+</p>
+<a name="includegraphics-command"></a></dd>
+<dt><code>command</code></dt>
+<dd><p>Specify a command to be applied to this file. Only use this in
+conjunction with the option <code>type</code>. See <a href="Command-line-options.html#Command-line-options">Command line options</a>
+for a discussion of enabling the <code>\write18</code> functionality to run
+external commands.
+</p>
+</dd>
+</dl>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cindent-_0026-_005cnoindent.html b/src/data/help/unofficial-latex2e-reference-manual/_005cindent-_0026-_005cnoindent.html
new file mode 100644
index 00000000..ccbca28a
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cindent-_0026-_005cnoindent.html
@@ -0,0 +1,189 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\indent &amp; \noindent (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\indent &amp; \noindent (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\indent &amp; \noindent (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Making-paragraphs.html#Making-paragraphs" rel="up" title="Making paragraphs">
+<link href="_005cparindent-_0026-_005cparskip.html#g_t_005cparindent-_0026-_005cparskip" rel="next" title="\parindent &amp; \parskip">
+<link href="_005cpar.html#g_t_005cpar" rel="prev" title="\par">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cindent-_0026-_005cnoindent"></a>
+<div class="header">
+<p>
+Next: <a href="_005cparindent-_0026-_005cparskip.html#g_t_005cparindent-_0026-_005cparskip" accesskey="n" rel="next">\parindent &amp; \parskip</a>, Previous: <a href="_005cpar.html#g_t_005cpar" accesskey="p" rel="prev">\par</a>, Up: <a href="Making-paragraphs.html#Making-paragraphs" accesskey="u" rel="up">Making paragraphs</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cindent-_0026-_005cnoindent-1"></a>
+<h3 class="section">15.2 <code>\indent</code> &amp; <code>\noindent</code></h3>
+
+<a name="index-_005cindent"></a>
+<a name="index-_005cnoindent"></a>
+<a name="index-_005cparindent-1"></a>
+<a name="index-indent_002c-forcing"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\indent
+</pre></div>
+
+<p>or
+</p>
+<div class="example">
+<pre class="example">\noindent
+</pre></div>
+
+<p>Go into horizontal mode (see <a href="Modes.html#Modes">Modes</a>). The <code>\indent</code> command
+first outputs an empty box whose width is <code>\parindent</code>. These
+commands are robust (see <a href="_005cprotect.html#g_t_005cprotect">\protect</a>).
+</p>
+<p>Ordinarily you create a new paragraph by putting in a blank line.
+See <a href="_005cpar.html#g_t_005cpar">\par</a> for the difference between this command and <code>\par</code>. To
+start a paragraph without an indent, or to continue an interrupted
+paragraph, use <code>\noindent</code>.
+</p>
+<p>In the middle of a paragraph the <code>\noindent</code> command has no effect,
+because LaTeX is already in horizontal mode there. The
+<code>\indent</code> command&rsquo;s only effect is to output a space.
+</p>
+<p>This example starts a fresh paragraph.
+</p>
+<div class="example">
+<pre class="example">... end of the prior paragraph.
+
+\noindent This paragraph is not indented.
+</pre></div>
+
+<p>and this continues an interrupted paragraph.
+</p>
+<div class="example">
+<pre class="example">The data
+
+\begin{center}
+ \begin{tabular}{rl} ... \end{tabular}
+\end{center}
+
+\noindent shows this clearly.
+</pre></div>
+
+<p>To omit indentation in the entire document put
+<code>\setlength{\parindent}{0pt}</code> in the preamble. If you do that,
+you may want to also set the length of spaces between paragraphs,
+<code>\parskip</code> (see <a href="_005cparindent-_0026-_005cparskip.html#g_t_005cparindent-_0026-_005cparskip">\parindent &amp; \parskip</a>).
+</p>
+<a name="index-package_002c-indentfirst-5"></a>
+<a name="index-indentfirst-package-5"></a>
+
+<p>Default LaTeX styles have the first paragraph after a section that is
+not indented, as is traditional typesetting in English. To change that,
+look on CTAN for the package <code>indentfirst</code>.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cindex.html b/src/data/help/unofficial-latex2e-reference-manual/_005cindex.html
new file mode 100644
index 00000000..36621ccb
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cindex.html
@@ -0,0 +1,278 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\index (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\index (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\index (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Indexes.html#Indexes" rel="up" title="Indexes">
+<link href="makeindex.html#makeindex" rel="next" title="makeindex">
+<link href="Indexes.html#Indexes" rel="prev" title="Indexes">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cindex"></a>
+<div class="header">
+<p>
+Next: <a href="makeindex.html#makeindex" accesskey="n" rel="next">makeindex</a>, Up: <a href="Indexes.html#Indexes" accesskey="u" rel="up">Indexes</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cindex-1"></a>
+<h4 class="subsection">25.2.1 <code>\index</code></h4>
+
+<a name="index-index-entry"></a>
+<a name="index-_005cindex-1"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\index{<var>index-entry-string</var>}
+</pre></div>
+
+<p>Declare an entry in the index. This command is fragile
+(see <a href="_005cprotect.html#g_t_005cprotect">\protect</a>).
+</p>
+<p>For example, as described in <a href="Indexes.html#Indexes">Indexes</a>, one way to get an index from
+what&rsquo;s below is to compile the document with <code>pdflatex test</code>, then
+process the index entries with <code>makeindex test</code>, and then compile
+again with <code>pdflatex test</code>.
+</p>
+<div class="example">
+<pre class="example">W~Ackermann (1896--1962).\index{Ackermann}
+ ...
+Ackermann function\index{Ackermann!function}
+ ...
+rate of growth\index{Ackermann!function!growth rate}
+</pre></div>
+
+<p>All three index entries will get a page number, such as &lsquo;<samp>Ackermann,
+22</samp>&rsquo;. LaTeX will format the second as a subitem of the first, on the
+line below it and indented, and the third as a subitem of the second.
+Three levels deep is as far as you can nest subentries. (If you add
+<code>\index{Ackermann!function!growth rate!comparison}</code> then
+<code>makeindex</code> says &lsquo;<samp>Scanning input file test.idx....done (4
+entries accepted, 1 rejected)</samp>&rsquo; and nothing appears in the index).
+</p>
+<p>If you enter a second <code>\index</code> with the same
+<var>index-entry-string</var> then you will get a single index entry with two
+page numbers (unless they happen to fall on the same page). Thus,
+adding <code>as for Ackermann.\index{Ackermann}</code> later in the same
+document as above will give an index entry like &lsquo;<samp>Ackermann, 22,
+151</samp>&rsquo;. Also, you can enter the index entries in any order, so for
+instance <code>\index{Ackermann!function}</code> could come before
+<code>\index{Ackermann}</code>.
+</p>
+<a name="index-index_002c-page-range"></a>
+<p>Get a page range in the output, like &lsquo;<samp>Hilbert, 23--27</samp>&rsquo;, as here.
+</p>
+<div class="example">
+<pre class="example">W~Ackermann (1896--1962).\index{Ackermann}
+ ...
+D~Hilbert (1862--1943)\index{Ackermann!Hilbert\(}
+ ...
+disapproved of his marriage.\index{Ackermann!Hilbert\)}
+</pre></div>
+
+<p>If the beginning and ending of the page range are equal then the system
+just gives a single page entry, not a range.
+</p>
+<p>If you index subentries but not a main entry, as with
+<code>\index{Jones!program}</code> and <code>\index{Jones!results}</code>, then
+the output is the item &lsquo;<samp>Jones</samp>&rsquo; with no comma or page number,
+followed by two subitems, like &lsquo;<samp>program, 50</samp>&rsquo; and &lsquo;<samp>results,
+51</samp>&rsquo;.
+</p>
+<a name="index-_0060see_0027-and-_0060see-also_0027-index-entries"></a>
+<a name="index-index-entries_002c-_0060see_0027-and-_0060see-also_0027"></a>
+<a name="index-_005cseename"></a>
+<a name="index-_005calsoname"></a>
+<a name="index-package_002c-babel-5"></a>
+<a name="index-babel-package-5"></a>
+<a name="index-package_002c-polyglossia-3"></a>
+<a name="index-polyglossia-package-3"></a>
+
+
+<p>Generate a index entry that says &lsquo;<samp>See</samp>&rsquo; by using a vertical bar
+character: <code>\index{Ackermann!function|see{P\'eter's
+function}}</code>. You can instead get &lsquo;<samp>See also</samp>&rsquo; with <code>seealso</code>.
+(The text &lsquo;<samp>See</samp>&rsquo; is defined by <code>\seename</code>, and &lsquo;<samp>See also</samp>&rsquo;
+by <code>\alsoname</code>. You can redefine these either by using an
+internationalization package such as <samp>babel</samp> or <samp>polyglossia</samp>,
+or directly as with <code>\renewcommand{\alsoname}[1]{Also see
+#1}</code>.)
+</p>
+<p>The &lsquo;<samp>See</samp>&rsquo; feature is part of a more general functionality. After
+the vertical bar you can put the name of a one-input command, as in
+<code>\index{group|textit}</code> (note the missing backslash on the
+<code>\textit</code> command) and the system will apply that command to the
+page number, here giving something like <code>\textit{7}</code>. You can
+define your own one-input commands, such as
+<code>\newcommand{\definedpage}[1]{{\color{blue}#1}}</code> and then
+<code>\index{Ackermann!function|definedpage}</code> will give a blue page
+number (see <a href="Color.html#Color">Color</a>). Another, less practical, example is this,
+</p>
+<div class="example">
+<pre class="example">\newcommand\indexownpage[1]{#1, \thepage}
+ ... Epimenides.\index{self-reference|indexownpage}
+</pre></div>
+
+<p>which creates an entry citing the page number of its own index listing.
+</p>
+<p>The two functions just described combine, as here
+</p>
+<div class="example">
+<pre class="example">\index{Ackermann!function|(definedpage}
+ ...
+\index{Ackermann!function|)}
+</pre></div>
+
+<p>which outputs an index entry like &lsquo;<samp>function, 23--27</samp>&rsquo; where the page
+number range is in blue.
+</p>
+<p>Consider an index entry such as &lsquo;<samp>&#x03B1;-ring</samp>&rsquo;. Entering
+it as <code>$\alpha$-ring</code> will cause it to be alphabetized according to
+the dollar sign. You can instead enter it using an at-sign, as
+<code>\index{alpha-ring@$\alpha$-ring}</code>. If you specify an entry
+with an at-sign separating two strings, <code><var>pos</var>@<var>text</var></code>,
+then <var>pos</var> gives the alphabetical position of the entry while
+<var>text</var> produces the text of the entry. Another example is that
+<code>\index{Saint Michael's College@SMC}</code> produces an index entry
+&lsquo;<samp>SMC</samp>&rsquo; alphabetized into a different location than its spelling
+would naturally give it.
+</p>
+<p>To put a <code>!</code>, or <code>@</code>, or <code>|</code> character in an index
+entry, preceding it with a double quote, <code>&quot;</code>. (The double quote
+gets deleted before alphabetization.)
+</p>
+<a name="index-package_002c-index"></a>
+<a name="index-index-package"></a>
+
+<p>A number of packages on CTAN have additional functionality beyond that
+provided by <samp>makeidx</samp>. One is <samp>index</samp>, which allows for
+multiple indices and contains a command
+<code>\index*{<var>index-entry-string</var>}</code> that prints the
+<var>index-entry-string</var> as well as indexing it.
+</p>
+<a name="index-_005cindexentry"></a>
+<a name="index-idx-file"></a>
+<p>The <code>\index</code> command writes the indexing information to the file
+<samp><var>root-name</var>.idx</samp> file. Specifically, it writes text of the
+command
+<code>\indexentry{<var>index-entry-string</var>}{<var>page-num</var>}</code>,
+where <var>page-num</var> is the value of the <code>\thepage</code> counter. On
+occasion, when the <code>\printindex</code> command is confused, you have to
+delete this file to start with a fresh slate.
+</p>
+<p>If you omit the closing brace of an <code>\index</code> command then you get a
+message like this.
+</p>
+<div class="example">
+<pre class="example">Runaway argument? {Ackermann!function
+! Paragraph ended before \@wrindex was complete.
+</pre></div>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cinput.html b/src/data/help/unofficial-latex2e-reference-manual/_005cinput.html
new file mode 100644
index 00000000..9a5b41c5
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cinput.html
@@ -0,0 +1,171 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\input (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\input (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\input (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Splitting-the-input.html#Splitting-the-input" rel="up" title="Splitting the input">
+<link href="Front_002fback-matter.html#Front_002fback-matter" rel="next" title="Front/back matter">
+<link href="_005cinclude-_0026-_005cincludeonly.html#g_t_005cinclude-_0026-_005cincludeonly" rel="prev" title="\include &amp; \includeonly">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cinput"></a>
+<div class="header">
+<p>
+Previous: <a href="_005cinclude-_0026-_005cincludeonly.html#g_t_005cinclude-_0026-_005cincludeonly" accesskey="p" rel="prev">\include &amp; \includeonly</a>, Up: <a href="Splitting-the-input.html#Splitting-the-input" accesskey="u" rel="up">Splitting the input</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cinput-1"></a>
+<h3 class="section">24.3 <code>\input</code></h3>
+
+<a name="index-_005cinput"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\input{<var>filename</var>}
+</pre></div>
+
+<p>LaTeX processes the file as if its contents were inserted in the
+current file. For a more sophisticated inclusion mechanism see
+<a href="_005cinclude-_0026-_005cincludeonly.html#g_t_005cinclude-_0026-_005cincludeonly">\include &amp; \includeonly</a>.
+</p>
+<p>If <var>filename</var> does not end in &lsquo;<samp>.tex</samp>&rsquo; then LaTeX first tries
+the filename with that extension; this is the usual case. If
+<var>filename</var> ends with &lsquo;<samp>.tex</samp>&rsquo; then LaTeX looks for the
+filename as it is.
+</p>
+<p>For example, this
+</p>
+<div class="example">
+<pre class="example">\input{macros}
+</pre></div>
+
+<p>will cause LaTeX to first look for <samp>macros.tex</samp>. If it finds
+that file then it processes its contents as thought they had been
+copy-pasted in. If there is no file of the name <samp>macros.tex</samp> then
+LaTeX tries the name <samp>macros</samp>, without an extension. (This may
+vary by distribution.)
+</p>
+<p>To make your document portable across distributions and platforms you
+should avoid spaces in the file names. The tradition is to instead use
+dashes or underscores. Nevertheless, for the name &lsquo;<samp>amo amas amat</samp>&rsquo;,
+this works under TeX Live on GNU/Linux:
+</p>
+<div class="example">
+<pre class="example">\input{&quot;amo\space amas\space amat&quot;}
+</pre></div>
+
+<p>and this works under MiKTeX on Windows:
+</p>
+<div class="example">
+<pre class="example">\input{{&quot;amo amas amat&quot;}}
+</pre></div>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005citem.html b/src/data/help/unofficial-latex2e-reference-manual/_005citem.html
new file mode 100644
index 00000000..8b964a3b
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005citem.html
@@ -0,0 +1,168 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\item (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\item (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\item (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="list.html#list" rel="up" title="list">
+<link href="trivlist.html#trivlist" rel="next" title="trivlist">
+<link href="list.html#list" rel="prev" title="list">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005citem"></a>
+<div class="header">
+<p>
+Next: <a href="trivlist.html#trivlist" accesskey="n" rel="next">trivlist</a>, Up: <a href="list.html#list" accesskey="u" rel="up">list</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005citem_003a-An-entry-in-a-list"></a>
+<h4 class="subsection">8.16.1 <code>\item</code>: An entry in a list</h4>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\item text of item
+</pre></div>
+
+<p>or
+</p>
+<div class="example">
+<pre class="example">\item[<var>optional-label</var>] text of item
+</pre></div>
+
+<p>An entry in a list. The entries are prefixed by a label, whose default
+depends on the list type.
+</p>
+<p>Because the optional label is surrounded by square brackets
+&lsquo;<samp>[...]</samp>&rsquo;, if you have an item whose text starts with &lsquo;<samp>[</samp>&rsquo;, you
+have to hide the bracket inside curly braces, as in: <code>\item
+{[} is an open square bracket</code>; otherwise, LaTeX will think it
+marks the start of an optional label.
+</p>
+<p>Similarly, if the item does have the optional label and you need a
+close square bracket inside that label, you must hide it in the same
+way: <code>\item[Close square bracket, {]}]</code>. See <a href="LaTeX-command-syntax.html#LaTeX-command-syntax">LaTeX command syntax</a>.
+</p>
+<p>In this example the enumerate list has two items that use the default
+label and one that uses the optional label.
+</p>
+<div class="example">
+<pre class="example">\begin{enumerate}
+ \item Moe
+ \item[sometimes] Shemp
+ \item Larry
+\end{enumerate}
+</pre></div>
+
+<p>The first item is labelled &lsquo;<samp>1.</samp>&rsquo;, the second item is labelled
+&lsquo;<samp>sometimes</samp>&rsquo;, and the third item is labelled &lsquo;<samp>2.</samp>&rsquo;. Because
+of the optional label in the second item, the third item is not
+labelled&nbsp;&lsquo;<samp>3.</samp>&rsquo;.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005clabel.html b/src/data/help/unofficial-latex2e-reference-manual/_005clabel.html
new file mode 100644
index 00000000..1d3452a8
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005clabel.html
@@ -0,0 +1,199 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\label (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\label (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\label (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Cross-references.html#Cross-references" rel="up" title="Cross references">
+<link href="_005cpageref.html#g_t_005cpageref" rel="next" title="\pageref">
+<link href="Cross-references.html#Cross-references" rel="prev" title="Cross references">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005clabel"></a>
+<div class="header">
+<p>
+Next: <a href="_005cpageref.html#g_t_005cpageref" accesskey="n" rel="next">\pageref</a>, Up: <a href="Cross-references.html#Cross-references" accesskey="u" rel="up">Cross references</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005clabel-1"></a>
+<h3 class="section">7.1 <code>\label</code></h3>
+
+<a name="index-_005clabel"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\label{<var>key</var>}
+</pre></div>
+
+<p>Assign a reference number to <var>key</var>. In ordinary text
+<code>\label{<var>key</var>}</code> assigns to <var>key</var> the number of the
+current sectional unit. Inside an environment with numbering, such as a
+<code>table</code> or <code>theorem</code> environment, <code>\label{<var>key</var>}</code>
+assigns to <var>key</var> the number of that environment. Retrieve the
+assigned number with the <code>\ref{<var>key</var>}</code> command
+(see <a href="_005cref.html#g_t_005cref">\ref</a>).
+</p>
+<p>A key name can consist of any sequence of letters, digits, or common
+punctuation characters. Upper and lowercase letters are
+distinguished, as usual.
+</p>
+<p>A common convention is to use labels consisting of a prefix and a suffix
+separated by a colon or period. Thus, <code>\label{fig:Post}</code> is a
+label for a figure with a portrait of Emil Post. This helps to avoid
+accidentally creating two labels with the same name, and makes your
+source more readable. Some commonly-used prefixes:
+</p>
+<dl compact="compact">
+<dt><code>ch</code></dt>
+<dd><p>for chapters
+</p>
+</dd>
+<dt><code>sec</code></dt>
+<dt><code>subsec</code></dt>
+<dd><p>for lower-level sectioning commands
+</p>
+</dd>
+<dt><code>fig</code></dt>
+<dd><p>for figures
+</p>
+</dd>
+<dt><code>tab</code></dt>
+<dd><p>for tables
+</p>
+</dd>
+<dt><code>eq</code></dt>
+<dd><p>for equations
+</p></dd>
+</dl>
+
+<p>In the auxiliary file the reference information is kept as the text of
+a command of the form
+<code>\newlabel{<var>label</var>}{{<var>currentlabel</var>}{<var>pagenumber</var>}}</code>.
+Here <var>currentlabel</var> is the current value of the macro
+<code>\@currentlabel</code> that is usually updated whenever you call
+<code>\refstepcounter{<var>counter</var>}</code>.
+</p>
+<p>Below, the key <code>sec:test</code> will get the number of the current
+section and the key <code>fig:test</code> will get the number of the figure.
+(Incidentally, put labels after captions in figures and tables.)
+</p>
+<div class="example">
+<pre class="example">\section{section name}
+\label{sec:test}
+This is Section~\ref{sec:test}.
+\begin{figure}
+ ...
+ \caption{caption text}
+ \label{fig:test}
+\end{figure}
+See Figure~\ref{fig:test}.
+</pre></div>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cleft-_0026-_005cright.html b/src/data/help/unofficial-latex2e-reference-manual/_005cleft-_0026-_005cright.html
new file mode 100644
index 00000000..39c06a52
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cleft-_0026-_005cright.html
@@ -0,0 +1,268 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\left &amp; \right (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\left &amp; \right (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\left &amp; \right (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Delimiters.html#Delimiters" rel="up" title="Delimiters">
+<link href="_005cbigl-_0026-_005cbigr-etc.html#g_t_005cbigl-_0026-_005cbigr-etc" rel="next" title="\bigl &amp; \bigr etc">
+<link href="Delimiters.html#Delimiters" rel="prev" title="Delimiters">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cleft-_0026-_005cright"></a>
+<div class="header">
+<p>
+Next: <a href="_005cbigl-_0026-_005cbigr-etc.html#g_t_005cbigl-_0026-_005cbigr-etc" accesskey="n" rel="next">\bigl &amp; \bigr etc</a>, Up: <a href="Delimiters.html#Delimiters" accesskey="u" rel="up">Delimiters</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cleft-_0026-_005cright-1"></a>
+<h4 class="subsubsection">16.2.5.1 <code>\left</code> &amp; <code>\right</code></h4>
+
+<a name="index-delimiters_002c-paired"></a>
+<a name="index-paired-delimiters"></a>
+<a name="index-matching-parentheses"></a>
+<a name="index-matching-brackets"></a>
+<a name="index-null-delimiter"></a>
+<a name="index-_005cleft"></a>
+<a name="index-_005cright"></a>
+
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\left <var>delimiter1</var> ... \right <var>delimiter2</var>
+</pre></div>
+
+<p>Make matching parentheses, braces, or other delimiters. LaTeX makes
+the delimiters tall enough to just cover the size of the formula that
+they enclose.
+</p>
+<p>This makes a unit vector surrounded by parentheses tall enough to cover
+the entries.
+</p>
+<div class="example">
+<pre class="example">\begin{equation}
+ \left(\begin{array}{c}
+ 1 \\
+ 0 \\
+ \end{array}\right)
+\end{equation}
+</pre></div>
+
+<p>See <a href="Delimiters.html#Delimiters">Delimiters</a> for a list of the common delimiters.
+</p>
+<p>Every <code>\left</code> must have a matching <code>\right</code>. In the above
+example, leaving out the <code>\left(</code> gets the error message
+&lsquo;<samp>Extra \right</samp>&rsquo;. Leaving out the <code>\right)</code> gets &lsquo;<samp>You
+can't use `\eqno' in math mode</samp>&rsquo;.
+</p>
+<a name="index-package_002c-amsmath-6"></a>
+<a name="index-amsmath-package-6"></a>
+
+<a name="index-package_002c-mathtools-2"></a>
+<a name="index-mathtools-package-2"></a>
+
+<p>However, <var>delimiter1</var> and <var>delimiter2</var> need not match. A common
+case is that you want an unmatched brace, as below. Use a period,
+&lsquo;<samp>.</samp>&rsquo;, as a null delimiter.
+</p>
+<div class="example">
+<pre class="example">\begin{equation}
+ f(n)=\left\{\begin{array}{ll}
+ 1 &amp;\mbox{--if \(n=0\)} \\
+ f(n-1)+3n^2 &amp;\mbox{--else}
+ \end{array}\right.
+\end{equation}
+</pre></div>
+
+<p>Note that to get a curly brace as a delimiter you must prefix it with a
+backslash, <code>\{</code>. (The packages <samp>amsmath</samp> and
+<samp>mathtools</samp> allow you to get the above construct through in a
+<code>cases</code> environment.)
+</p>
+<p>The <code>\left ... \right</code> pair make a group. One consequence is that
+the formula enclosed in the <code>\left ... \right</code> pair cannot have
+line breaks in the output. This includes both manual line breaks and
+LaTeX-generated automatic ones. In this example, LaTeX breaks the
+equation to make the formula fit the margins.
+</p>
+<div class="example">
+<pre class="example">Lorem ipsum dolor sit amet
+\( (a+b+c+d+e+f+g+h+i+j+k+l+m+n+o+p+q+r+s+t+u+v+w+x+y+z) \)
+</pre></div>
+
+<p>But with <code>\left</code> and <code>\right</code>
+</p>
+<div class="example">
+<pre class="example">Lorem ipsum dolor sit amet
+\( \left(a+b+c+d+e+f+g+h+i+j+k+l+m+n+o+p+q+r+s+t+u+v+w+x+y+z\right) \)
+</pre></div>
+
+<p>LaTeX won&rsquo;t break the line, causing the formula to extend into the
+margin.
+</p>
+<p>Because <code>\left ... \right</code> make a group, all the usual grouping
+rules hold. Here, the value of <code>\testlength</code> set inside the
+equation will be forgotten, and the output is &lsquo;<samp>1.2pt</samp>&rsquo;.
+</p>
+<div class="example">
+<pre class="example">\newlength{\testlength} \setlength{\testlength}{1.2pt}
+\begin{equation}
+ \left( a+b=c \setlength{\testlength}{3.4pt} \right)
+ \the\testlength
+\end{equation}
+</pre></div>
+
+<p>The <code>\left ... \right</code> pair affect the horizontal spacing of the
+enclosed formula, in two ways. The first is that in <code>\( \sin(x) =
+\sin\left(x\right) \)</code> the one after the equals sign has more space
+around the <code>x</code>. That&rsquo;s because <code>\left( ... \right)</code> inserts
+an inner node while <code>( ... )</code> inserts an opening node. The second
+way that the pair affect the horizontal spacing is that because they
+form a group, the enclosed subformula will be typeset at its natural
+width, with no stretching or shrinking to make the line fit better.
+</p>
+<p>TeX scales the delimiters according to the height and depth of the
+contained formula. Here LaTeX grows the brackets to extend the full
+height of the integral.
+</p>
+<div class="example">
+<pre class="example">\begin{equation}
+ \left[ \int_{x=r_0}^{\infty} -G\frac{Mm}{r^2}\, dr \right]
+\end{equation}
+</pre></div>
+
+<p>Manual sizing is often better. For instance, although below the rule
+has no depth, TeX will create delimiters that extend far below the
+rule.
+</p>
+<div class="example">
+<pre class="example">\begin{equation}
+ \left( \rule{1pt}{1cm} \right)
+\end{equation}
+</pre></div>
+
+<p>TeX can choose delimiters that are too small, as in <code>\( \left|
+|x|+|y| \right| \)</code>. It can also choose delimiters that are too large,
+as here.
+</p>
+<div class="example">
+<pre class="example">\begin{equation}
+ \left( \sum_{0\leq i&lt;n} i^k \right)
+\end{equation}
+</pre></div>
+
+<p>A third awkward case is when a long displayed formula is on more than
+one line and you must match the sizes of the opening and closing
+delimiter; you can&rsquo;t use <code>\left</code> on the first line and
+<code>\right</code> on the last because they must be paired.
+</p>
+<p>To size the delimiters manually, see&nbsp;<a href="_005cbigl-_0026-_005cbigr-etc.html#g_t_005cbigl-_0026-_005cbigr-etc">\bigl &amp; \bigr etc</a>.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cline.html b/src/data/help/unofficial-latex2e-reference-manual/_005cline.html
new file mode 100644
index 00000000..fb1021c3
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cline.html
@@ -0,0 +1,195 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\line (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\line (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\line (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="picture.html#picture" rel="up" title="picture">
+<link href="_005clinethickness.html#g_t_005clinethickness" rel="next" title="\linethickness">
+<link href="_005cgraphpaper.html#g_t_005cgraphpaper" rel="prev" title="\graphpaper">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cline"></a>
+<div class="header">
+<p>
+Next: <a href="_005clinethickness.html#g_t_005clinethickness" accesskey="n" rel="next">\linethickness</a>, Previous: <a href="_005cgraphpaper.html#g_t_005cgraphpaper" accesskey="p" rel="prev">\graphpaper</a>, Up: <a href="picture.html#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cline-1"></a>
+<h4 class="subsection">8.19.5 <code>\line</code></h4>
+
+<a name="index-_005cline"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\line(<var>x_run</var>,<var>y_rise</var>){<var>travel</var>}
+</pre></div>
+
+<p>Draw a line. It slopes such that it vertically rises <var>y_rise</var> for
+every horizontal <var>x_run</var>. The <var>travel</var> is the total horizontal
+change&nbsp;&mdash; it is not the length of the vector, it is the change in
+<em>x</em>. In the special case of vertical lines, where
+(<var>x_run</var>,<var>y_rise</var>)=(0,1), the <var>travel</var> gives the change in
+<em>y</em>.
+</p>
+<p>This draws a line starting at coordinates (1,3).
+</p>
+<div class="example">
+<pre class="example">\put(1,3){\line(2,5){4}}
+</pre></div>
+
+<p>For every over 2, this line will go up 5. Because <var>travel</var>
+specifies that this goes over 4, it must go up&nbsp;10. Thus its
+endpoint is <em>(1,3)+(4,10)=(5,13)</em>. In particular, note that
+<em><var>travel</var>=4</em> is not the length of the line, it is the change in
+<em>x</em>.
+</p>
+<p>The arguments <var>x_run</var> and <var>y_rise</var> are integers that can be
+positive, negative, or zero. (If both are 0 then LaTeX treats the
+second as 1.) With
+<code>\put(<var>x_init</var>,<var>y_init</var>){\line(<var>x_run</var>,<var>y_rise</var>){<var>travel</var>}}</code>,
+if <var>x_run</var> is negative then the line&rsquo;s ending point has a first
+coordinate that is less than <var>x_init</var>. If <var>y_rise</var> is negative
+then the line&rsquo;s ending point has a second coordinate that is less than
+<var>y_init</var>.
+</p>
+<p>If <var>travel</var> is negative then you get <code>LaTeX Error: Bad \line or
+\vector argument.</code>
+</p>
+<a name="index-pict2e-package"></a>
+<a name="index-graphics-packages"></a>
+<a name="index-package_002c-pict2e"></a>
+<a name="index-pict2e-package-1"></a>
+
+<a name="index-package_002c-TikZ"></a>
+<a name="index-TikZ-package"></a>
+
+<a name="index-package_002c-PSTricks"></a>
+<a name="index-PSTricks-package"></a>
+
+<a name="index-package_002c-MetaPost"></a>
+<a name="index-MetaPost-package"></a>
+
+<a name="index-package_002c-Asymptote"></a>
+<a name="index-Asymptote-package"></a>
+
+<p>Standard LaTeX can only draw lines with a limited range of slopes
+because these lines are made by putting together line segments from
+pre-made fonts. The two numbers <var>x_run</var> and <var>y_rise</var> must have
+integer values from -6 through&nbsp;6. Also, they must be
+relatively prime, so that <var>(x_run,y_rise)</var> can be (2,1) but not
+(4,2) (if you choose the latter then instead of lines you get sequences
+of arrowheads; the solution is to switch to the former). To get lines
+of arbitrary slope and plenty of other shapes in a system like
+<code>picture</code>, see the package <samp>pict2e</samp> on CTAN. Another solution
+is to use a full-featured graphics system such as <samp>TikZ</samp>, or
+<samp>PSTricks</samp>, or <samp>MetaPost</samp>, or <samp>Asymptote</samp>
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005clinebreak-_0026-_005cnolinebreak.html b/src/data/help/unofficial-latex2e-reference-manual/_005clinebreak-_0026-_005cnolinebreak.html
new file mode 100644
index 00000000..4024f73e
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005clinebreak-_0026-_005cnolinebreak.html
@@ -0,0 +1,168 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\linebreak &amp; \nolinebreak (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\linebreak &amp; \nolinebreak (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\linebreak &amp; \nolinebreak (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Line-breaking.html#Line-breaking" rel="up" title="Line breaking">
+<link href="Page-breaking.html#Page-breaking" rel="next" title="Page breaking">
+<link href="_005chyphenation.html#g_t_005chyphenation" rel="prev" title="\hyphenation">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005clinebreak-_0026-_005cnolinebreak"></a>
+<div class="header">
+<p>
+Previous: <a href="_005chyphenation.html#g_t_005chyphenation" accesskey="p" rel="prev">\hyphenation</a>, Up: <a href="Line-breaking.html#Line-breaking" accesskey="u" rel="up">Line breaking</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005clinebreak-_0026-_005cnolinebreak-1"></a>
+<h3 class="section">9.8 <code>\linebreak</code> &amp; <code>\nolinebreak</code></h3>
+
+<a name="index-_005clinebreak"></a>
+<a name="index-_005cnolinebreak"></a>
+<a name="index-line-breaks_002c-forcing"></a>
+<a name="index-line-breaks_002c-preventing"></a>
+
+<p>Synopses, one of:
+</p>
+<div class="example">
+<pre class="example">\linebreak
+\linebreak[<var>zero-to-four</var>]
+</pre></div>
+
+<p>or one of these.
+</p>
+<div class="example">
+<pre class="example">\nolinebreak
+\nolinebreak[<var>zero-to-four</var>]
+</pre></div>
+
+<p>Encourage or discourage a line break. The optional <var>zero-to-four</var>
+is an integer that allows you to soften the instruction. The default is
+4, so that without the optional argument these commands entirely force
+or prevent the break. But for instance, <code>\nolinebreak[1]</code> is a
+suggestion that another place may be better. The higher the number, the
+more insistent the request. Both commands are fragile
+(see <a href="_005cprotect.html#g_t_005cprotect">\protect</a>).
+</p>
+<p>Here we tell LaTeX that a good place to put a linebreak is after the
+standard legal text.
+</p>
+<div class="example">
+<pre class="example">\boilerplatelegal{} \linebreak[2]
+We especially encourage applications from members of traditionally
+underrepresented groups.
+</pre></div>
+
+<p>When you issue <code>\linebreak</code>, the spaces in the line are stretched
+out so that it extends to the right margin. See <a href="_005c_005c.html#g_t_005c_005c">\\</a>
+and&nbsp;<a href="_005cnewline.html#g_t_005cnewline">\newline</a> to have the spaces not stretched out.
+</p>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005clinethickness.html b/src/data/help/unofficial-latex2e-reference-manual/_005clinethickness.html
new file mode 100644
index 00000000..a64d372d
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005clinethickness.html
@@ -0,0 +1,141 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\linethickness (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\linethickness (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\linethickness (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="picture.html#picture" rel="up" title="picture">
+<link href="_005cthinlines.html#g_t_005cthinlines" rel="next" title="\thinlines">
+<link href="_005cline.html#g_t_005cline" rel="prev" title="\line">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005clinethickness"></a>
+<div class="header">
+<p>
+Next: <a href="_005cthinlines.html#g_t_005cthinlines" accesskey="n" rel="next">\thinlines</a>, Previous: <a href="_005cline.html#g_t_005cline" accesskey="p" rel="prev">\line</a>, Up: <a href="picture.html#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005clinethickness-1"></a>
+<h4 class="subsection">8.19.6 <code>\linethickness</code></h4>
+
+<a name="index-_005clinethickness"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\linethickness{<var>dim</var>}
+</pre></div>
+
+<p>Declares the thickness of subsequent horizontal and vertical lines in a
+picture to be <var>dim</var>, which must be a positive length
+(see <a href="Lengths.html#Lengths">Lengths</a>). It differs from <code>\thinlines</code> and
+<code>\thicklines</code> in that it does not affect the thickness of slanted
+lines, circles, or ovals.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005clocation.html b/src/data/help/unofficial-latex2e-reference-manual/_005clocation.html
new file mode 100644
index 00000000..817aa3a1
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005clocation.html
@@ -0,0 +1,138 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\location (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\location (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\location (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Letters.html#Letters" rel="up" title="Letters">
+<link href="_005cmakelabels.html#g_t_005cmakelabels" rel="next" title="\makelabels">
+<link href="_005cencl.html#g_t_005cencl" rel="prev" title="\encl">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005clocation"></a>
+<div class="header">
+<p>
+Next: <a href="_005cmakelabels.html#g_t_005cmakelabels" accesskey="n" rel="next">\makelabels</a>, Previous: <a href="_005cencl.html#g_t_005cencl" accesskey="p" rel="prev">\encl</a>, Up: <a href="Letters.html#Letters" accesskey="u" rel="up">Letters</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005clocation-1"></a>
+<h3 class="section">26.5 <code>\location</code></h3>
+
+<a name="index-_005clocation"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\location{<var>text</var>}
+</pre></div>
+
+<p>The <var>text</var> appears centered at the bottom of the page. It only
+appears if the page style is <code>firstpage</code>.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cmakeatletter-_0026-_005cmakeatother.html b/src/data/help/unofficial-latex2e-reference-manual/_005cmakeatletter-_0026-_005cmakeatother.html
new file mode 100644
index 00000000..c6592952
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cmakeatletter-_0026-_005cmakeatother.html
@@ -0,0 +1,183 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\makeatletter &amp; \makeatother (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\makeatletter &amp; \makeatother (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\makeatletter &amp; \makeatother (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Definitions.html#Definitions" rel="up" title="Definitions">
+<link href="_005c_0040ifstar.html#g_t_005c_0040ifstar" rel="next" title="\@ifstar">
+<link href="_005cprovidecommand.html#g_t_005cprovidecommand" rel="prev" title="\providecommand">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cmakeatletter-_0026-_005cmakeatother"></a>
+<div class="header">
+<p>
+Next: <a href="_005c_0040ifstar.html#g_t_005c_0040ifstar" accesskey="n" rel="next">\@ifstar</a>, Previous: <a href="_005cprovidecommand.html#g_t_005cprovidecommand" accesskey="p" rel="prev">\providecommand</a>, Up: <a href="Definitions.html#Definitions" accesskey="u" rel="up">Definitions</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cmakeatletter-_0026-_005cmakeatother-1"></a>
+<h3 class="section">12.3 <code>\makeatletter</code> &amp; <code>\makeatother</code></h3>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\makeatletter
+ ... definition of commands with @ in their name ..
+\makeatother
+</pre></div>
+
+<p>Use this pair when you redefine LaTeX commands that are named with an
+at-sign character&nbsp;&lsquo;<samp><code>@</code></samp>&rsquo;. The <code>\makeatletter</code>
+declaration makes the at-sign character have the category code of a
+letter, code&nbsp;11. The <code>\makeatother</code> declaration sets the
+category code of the at-sign to code&nbsp;12, its default value.
+</p>
+<p>As TeX reads characters, it assigns each one a category code, or
+<a name="index-catcode"></a>
+<a name="index-character-category-code"></a>
+<a name="index-category-code_002c-character"></a>
+<em>catcode</em>. For instance, it assigns the backslash
+character&nbsp;&lsquo;<samp><code>\</code></samp>&rsquo; the catcode&nbsp;0. Command names
+consist of a category&nbsp;0 character, ordinarily backslash, followed
+by letters, category&nbsp;11 characters (except that a command name can
+also consist of a category&nbsp;0 character followed by a single
+non-letter symbol).
+</p>
+<p>LaTeX&rsquo;s source code has the convention that some commands use
+<code>@</code> in their name. These commands are mainly intended for package
+or class writers. The convention prevents authors who are just using a
+package or class from accidentally replacing such a command with one of
+their own, because by default the at-sign has catcode&nbsp;12.
+</p>
+<p>The pair <code>\makeatletter</code> and <code>\makeatother</code> changes the
+default code and then changes it back. Use them inside a <samp>.tex</samp>
+file, in the preamble, when you are defining or redefining commands
+named with <code>@</code>, by having them surround your definition. Don&rsquo;t
+use these inside <samp>.sty</samp> or <samp>.cls</samp> files since the
+<code>\usepackage</code> and <code>\documentclass</code> commands already arrange
+that the at-sign has the character code of a letter, catcode&nbsp;11.
+</p>
+<a name="index-package_002c-macros2e"></a>
+<a name="index-macros2e-package"></a>
+
+<p>For a comprehensive list of macros with an at-sign in their names see
+<a href="http://ctan.org/pkg/macros2e">http://ctan.org/pkg/macros2e</a>.
+</p>
+<p>In this example the class file has a command
+<code>\thesis@universityname</code> that the user wants to change. These
+three lines should go in the preamble, before the
+<code>\begin{document}</code>.
+</p>
+<div class="example">
+<pre class="example">\makeatletter
+\renewcommand{\thesis@universityname}{Saint Michael's College}
+\makeatother
+</pre></div>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cmakebox-_0028picture_0029.html b/src/data/help/unofficial-latex2e-reference-manual/_005cmakebox-_0028picture_0029.html
new file mode 100644
index 00000000..4d7fda4b
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cmakebox-_0028picture_0029.html
@@ -0,0 +1,174 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\makebox (picture) (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\makebox (picture) (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\makebox (picture) (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="picture.html#picture" rel="up" title="picture">
+<link href="_005cframebox-_0028picture_0029.html#g_t_005cframebox-_0028picture_0029" rel="next" title="\framebox (picture)">
+<link href="_005cvector.html#g_t_005cvector" rel="prev" title="\vector">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cmakebox-_0028picture_0029"></a>
+<div class="header">
+<p>
+Next: <a href="_005cframebox-_0028picture_0029.html#g_t_005cframebox-_0028picture_0029" accesskey="n" rel="next">\framebox (picture)</a>, Previous: <a href="_005cvector.html#g_t_005cvector" accesskey="p" rel="prev">\vector</a>, Up: <a href="picture.html#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cmakebox-_0028picture_0029-1"></a>
+<h4 class="subsection">8.19.13 <code>\makebox</code> (picture)</h4>
+
+<a name="index-_005cmakebox-_0028for-picture_0029"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\makebox(<var>rec-width</var>,<var>rec-height</var>){<var>text</var>}
+\makebox(<var>rec-width</var>,<var>rec-height</var>)[<var>position</var>]{<var>text</var>}
+</pre></div>
+
+<p>Make a box to hold <var>text</var>. This command fits with the
+<code>picture</code> environment, although you can use it outside of there,
+because <var>rec-width</var> and <var>rec-height</var> are numbers specifying
+distances in terms of the <code>\unitlength</code> (see <a href="picture.html#picture">picture</a>). This
+command is similar to the normal <code>\makebox</code> command (see <a href="_005cmbox-_0026-_005cmakebox.html#g_t_005cmbox-_0026-_005cmakebox">\mbox &amp; \makebox</a>) except here that you must specify the width and height. This
+command is fragile (see <a href="_005cprotect.html#g_t_005cprotect">\protect</a>).
+</p>
+<p>This makes a box of length 3.5 times <code>\unitlength</code> and height 4
+times <code>\unitlength</code>.
+</p>
+<div class="example">
+<pre class="example">\put(1,2){\makebox(3.5,4){...}}
+</pre></div>
+
+<p>The optional argument <code><var>position</var></code> specifies where in the box
+the <var>text</var> appears. The default is to center it, both horizontally
+and vertically. To place it somewhere else, use a string with one or
+two of these letters.
+</p>
+<dl compact="compact">
+<dt><code>t</code></dt>
+<dd><p>Puts <var>text</var> the top of the box.
+</p>
+</dd>
+<dt><code>b</code></dt>
+<dd><p>Put <var>text</var> at the bottom.
+</p>
+</dd>
+<dt><code>l</code></dt>
+<dd><p>Put <var>text</var> on the left.
+</p>
+</dd>
+<dt><code>r</code></dt>
+<dd><p>Put <var>text</var> on the right.
+</p>
+</dd>
+</dl>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cmakelabels.html b/src/data/help/unofficial-latex2e-reference-manual/_005cmakelabels.html
new file mode 100644
index 00000000..923209ac
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cmakelabels.html
@@ -0,0 +1,191 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\makelabels (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\makelabels (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\makelabels (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Letters.html#Letters" rel="up" title="Letters">
+<link href="_005cname.html#g_t_005cname" rel="next" title="\name">
+<link href="_005clocation.html#g_t_005clocation" rel="prev" title="\location">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cmakelabels"></a>
+<div class="header">
+<p>
+Next: <a href="_005cname.html#g_t_005cname" accesskey="n" rel="next">\name</a>, Previous: <a href="_005clocation.html#g_t_005clocation" accesskey="p" rel="prev">\location</a>, Up: <a href="Letters.html#Letters" accesskey="u" rel="up">Letters</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cmakelabels-1"></a>
+<h3 class="section">26.6 <code>\makelabels</code></h3>
+
+<a name="index-_005cmakelabels"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\makelabels % in preamble
+</pre></div>
+
+<p>Optional, for a document that contains <code>letter</code> environments. If
+you just put <code>\makelabels</code> in the preamble then at the end of the
+document you will get a sheet with labels for all the recipients, one
+for each letter environment, that you can copy to a sheet of peel-off
+address labels.
+</p>
+<p>Customize the labels by redefining the commands <code>\startlabels</code>,
+<code>\mlabel</code>, and <code>\returnaddress</code> (and perhaps <code>\name</code>) in
+the preamble. The command <code>\startlabels</code> sets the width, height,
+number of columns, etc., of the page onto which the labels are printed.
+The command <code>\mlabel{<var>return address</var>}{<var>recipient
+address</var>}</code> produces the two labels (or one, if you choose to ignore the
+<var>return address</var>) for each letter environment. The first argument,
+<var>return address</var>, is the value returned by the macro
+<code>\returnaddress</code>. The second argument, <var>recipient address</var>, is
+the value passed in the argument to the <code>letter</code> environment. By
+default <code>\mlabel</code> ignores the first argument, the <var>return
+address</var>, causing the default behavior described in the prior paragraph.
+</p>
+<p>This illustrates customization. Its output includes a page with two
+columns having two labels each.
+</p>
+<div class="example">
+<pre class="example">\documentclass{letter}
+\renewcommand*{\returnaddress}{Fred McGuilicuddy \\
+ Oshkosh, Mineola 12305}
+\newcommand*\originalMlabel{}
+\let\originalMlabel\mlabel
+\def\mlabel#1#2{\originalMlabel{}{#1}\originalMlabel{}{#2}}
+\makelabels
+ ...
+\begin{document}
+\begin{letter}{A Einstein \\
+ 112 Mercer Street \\
+ Princeton, New Jersey, USA 08540}
+ ...
+\end{letter}
+\begin{letter}{K G\&quot;odel \\
+ 145 Linden Lane \\
+ Princeton, New Jersey, USA 08540}
+ ...
+\end{letter}
+\end{document}
+</pre></div>
+
+<p>The first column contains the return address twice. The second column
+contains the address for each recipient.
+</p>
+<a name="index-package_002c-envlab"></a>
+<a name="index-envlab-package"></a>
+
+<p>The package <code>envlab</code> makes formatting the labels easier, with
+standard sizes already provided. The preamble lines
+<code>\usepackage[personalenvelope]{envlab}</code> and <code>\makelabels</code>
+are all that you need to print envelopes.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cmaketitle.html b/src/data/help/unofficial-latex2e-reference-manual/_005cmaketitle.html
new file mode 100644
index 00000000..22a20081
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cmaketitle.html
@@ -0,0 +1,226 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\maketitle (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\maketitle (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\maketitle (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Page-styles.html#Page-styles" rel="up" title="Page styles">
+<link href="_005cpagenumbering.html#g_t_005cpagenumbering" rel="next" title="\pagenumbering">
+<link href="Page-styles.html#Page-styles" rel="prev" title="Page styles">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cmaketitle"></a>
+<div class="header">
+<p>
+Next: <a href="_005cpagenumbering.html#g_t_005cpagenumbering" accesskey="n" rel="next">\pagenumbering</a>, Up: <a href="Page-styles.html#Page-styles" accesskey="u" rel="up">Page styles</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cmaketitle-1"></a>
+<h3 class="section">18.1 <code>\maketitle</code></h3>
+
+<a name="index-titles_002c-making"></a>
+<a name="index-_005cmaketitle"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\maketitle
+</pre></div>
+
+<p>Generate a title. In the standard classes the title appears on a
+separate page, except in the <code>article</code> class where it is at the top
+of the first page. (See <a href="Document-class-options.html#Document-class-options">Document class options</a> for information about
+the <code>titlepage</code> document class option.)
+</p>
+<p>This example shows <code>\maketitle</code> appearing in its usual place,
+immediately after <code>\begin{document}</code>.
+</p>
+<div class="example">
+<pre class="example">\documentclass{article}
+\title{Constructing a Nuclear Reactor Using Only Coconuts}
+\author{Jonas Grumby\thanks{%
+ With the support of a Ginger Grant from the Roy Hinkley Society.} \\
+ Skipper, \textit{Minnow}
+ \and
+ Willy Gilligan\thanks{%
+ Thanks to the Mary Ann Summers foundation
+ and to Thurston and Lovey Howell.} \\
+ Mate, \textit{Minnow}
+ }
+\date{1964-Sep-26}
+\begin{document}
+\maketitle
+Just sit right back and you'll hear a tale, a tale of a fateful trip.
+That started from this tropic port, aboard this tiny ship. The mate was
+a mighty sailin' man, the Skipper brave and sure. Five passengers set
+sail that day for a three hour tour. A three hour tour.
+ ...
+</pre></div>
+
+<p>You tell LaTeX the information used to produce the title by making
+the following declarations. These must come before the
+<code>\maketitle</code>, either in the preamble or in the document body.
+</p>
+<dl compact="compact">
+<dt><code>\author{<var>name1</var> \and <var>name2</var> \and ...}</code>
+<a name="index-_005cauthor_007bname1-_005cand-name2-_005cand-_002e_002e_002e_007d"></a>
+</dt>
+<dd><a name="index-author_002c-for-titlepage"></a>
+<a name="index-_005c_005c-for-_005cauthor"></a>
+<a name="index-_005cand-for-_005cauthor"></a>
+<p>Required. Declare the document author or authors. The argument is a
+list of authors separated by <code>\and</code> commands. To separate lines
+within a single author&rsquo;s entry, for instance to give the author&rsquo;s
+institution or address, use a double backslash, <code>\\</code>. If you omit
+the <code>\author</code> declaration then you get &lsquo;<samp>LaTeX Warning: No
+\author given</samp>&rsquo;.
+</p>
+</dd>
+<dt><code>\date{<var>text</var>}</code>
+<a name="index-_005cdate_007btext_007d"></a>
+</dt>
+<dd><a name="index-date_002c-for-titlepage"></a>
+<p>Optional. Declare <var>text</var> to be the document&rsquo;s date. The <var>text</var>
+doesn&rsquo;t need to be in a date format; it can be any text at all. If you
+omit <code>\date</code> then LaTeX uses the current date (see <a href="_005ctoday.html#g_t_005ctoday">\today</a>).
+To have no date, instead use <code>\date{}</code>.
+</p>
+</dd>
+<dt><code>\thanks{<var>text</var>}</code>
+<a name="index-_005cthanks_007btext_007d"></a>
+</dt>
+<dd><a name="index-thanks_002c-for-titlepage"></a>
+<a name="index-credit-footnote"></a>
+<p>Optional. Produce a footnote. You can use it in the author information
+for acknowledgements as illustrated above, but you can also use it in
+the title, or any place a footnote makes sense. It can be any text at
+all so you can use it for any purpose, such as to print an email
+address.
+</p>
+</dd>
+<dt><code>\title{<var>text</var>}</code>
+<a name="index-_005ctitle_007btext_007d"></a>
+</dt>
+<dd><a name="index-title_002c-for-titlepage"></a>
+<a name="index-_005c_005c-for-_005ctitle"></a>
+<p>Required. Declare <var>text</var> to be the title of the document. Get line
+breaks inside <var>text</var> with a double backslash, <code>\\</code>. If you
+omit the <code>\title</code> declaration then you get &lsquo;<samp>LaTeX Error: No
+\title given</samp>&rsquo;.
+</p>
+</dd>
+</dl>
+
+<p>To make your own title page, see&nbsp;<a href="titlepage.html#titlepage">titlepage</a>. You can either
+create this as a one-off or you can include it as part of a renewed
+<code>\maketitle</code> command. (Many publishers will provide a class to use
+in place of <code>article</code> that formats the title according to their
+house requirements.)
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cmbox-_0026-_005cmakebox.html b/src/data/help/unofficial-latex2e-reference-manual/_005cmbox-_0026-_005cmakebox.html
new file mode 100644
index 00000000..e7b931d7
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cmbox-_0026-_005cmakebox.html
@@ -0,0 +1,244 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\mbox &amp; \makebox (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\mbox &amp; \makebox (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\mbox &amp; \makebox (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Boxes.html#Boxes" rel="up" title="Boxes">
+<link href="_005cfbox-_0026-_005cframebox.html#g_t_005cfbox-_0026-_005cframebox" rel="next" title="\fbox &amp; \framebox">
+<link href="Boxes.html#Boxes" rel="prev" title="Boxes">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cmbox-_0026-_005cmakebox"></a>
+<div class="header">
+<p>
+Next: <a href="_005cfbox-_0026-_005cframebox.html#g_t_005cfbox-_0026-_005cframebox" accesskey="n" rel="next">\fbox &amp; \framebox</a>, Up: <a href="Boxes.html#Boxes" accesskey="u" rel="up">Boxes</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cmbox-_0026-_005cmakebox-1"></a>
+<h3 class="section">20.1 <code>\mbox</code> &amp; <code>\makebox</code></h3>
+
+<a name="index-_005cmbox"></a>
+<a name="index-_005cmakebox"></a>
+<a name="index-box"></a>
+<a name="index-make-a-box"></a>
+<a name="index-hyphenation_002c-preventing"></a>
+
+<p>Synopsis, one of:
+</p>
+<div class="example">
+<pre class="example">\mbox{<var>text</var>}
+\makebox{<var>text</var>}
+\makebox[<var>width</var>]{<var>text</var>}
+\makebox[<var>width</var>][<var>position</var>]{<var>text</var>}
+</pre></div>
+
+<p>Create a box, a container for material. The <var>text</var> is typeset in
+LR mode (see <a href="Modes.html#Modes">Modes</a>) so it is not broken into lines. The
+<code>\mbox</code> command is robust, while <code>\makebox</code> is fragile
+(see <a href="_005cprotect.html#g_t_005cprotect">\protect</a>).
+</p>
+<p>Because <code>text</code> is not broken into lines, you can use <code>\mbox</code>
+to prevent hyphenation. In this example, LaTeX will not hyphenate
+the table name, &lsquo;<samp>T-4</samp>&rsquo;.
+</p>
+<div class="example">
+<pre class="example">See Table~\mbox{T-4}
+</pre></div>
+
+<p>The first two command versions, <code>\mbox</code> and <code>\makebox</code>, are
+roughly equivalent. They create a box just wide enough to contain the
+<var>text</var>. (They are like plain TeX&rsquo;s <code>\hbox</code>.)
+</p>
+<p>In the third version the optional argument <var>width</var> specifies the
+width of the box. Note that the space occupied by the text need not
+equal the width of the box. For one thing, <var>text</var> can be too small;
+this creates a full-line box
+</p>
+<div class="example">
+<pre class="example">\makebox[\linewidth]{Chapter Exam}
+</pre></div>
+
+<p>with &lsquo;<samp>Chapter Exam</samp>&rsquo; centered. But <var>text</var> can also be too wide
+for <var>width</var>. See the example below of zero-width boxes.
+</p>
+<a name="mbox-makebox-depth"></a><a name="mbox-makebox-height"></a><a name="mbox-makebox-width"></a><a name="mbox-makebox-totalheight"></a><p>In the <var>width</var> argument you can use the following lengths that refer
+to the dimension of the box that LaTeX gets on typesetting
+<var>text</var>: <code>\depth</code>, <code>\height</code>, <code>\width</code>,
+<code>\totalheight</code> (this is the box&rsquo;s height plus its depth). For
+example, to make a box with the text stretched to double the natural
+size you can say this.
+</p>
+<div class="example">
+<pre class="example">\makebox[2\width]{Get a stretcher}
+</pre></div>
+
+<p>For the fourth command version the optional argument <var>position</var>
+gives position of the text within the box. It may take the following
+values:
+</p>
+<dl compact="compact">
+<dt><code>c</code></dt>
+<dd><p>The <var>text</var> is centered (default).
+</p>
+</dd>
+<dt><code>l</code></dt>
+<dd><p>The <var>text</var> is flush left.
+</p>
+</dd>
+<dt><code>r</code></dt>
+<dd><p>Flush right.
+</p>
+</dd>
+<dt><code>s</code></dt>
+<dd><p>Stretch the interword space in <var>text</var> across the entire <var>width</var>.
+The <var>text</var> must contain stretchable space for this to work. For
+instance, this could head a press release:
+<code>\noindent\makebox[\textwidth][s]{\large\hfil IMMEDIATE\hfil
+RELEASE\hfil}</code>
+</p></dd>
+</dl>
+
+<p>A common use of <code>\makebox</code> is to make zero-width text boxes. This
+puts the value of the quiz questions to the left of those questions.
+</p>
+<div class="example">
+<pre class="example">\newcommand{\pts}[1]{\makebox[0em][r]{#1 points\hspace*{1em}}}
+\pts{10}What is the air-speed velocity of an unladen swallow?
+
+\pts{90}An African or European swallow?
+</pre></div>
+
+<p><a name="index-package_002c-TikZ-2"></a>
+<a name="index-TikZ-package-2"></a>
+</p>
+<a name="index-package_002c-Asymptote-2"></a>
+<a name="index-Asymptote-package-2"></a>
+
+<p>The right edge of the output &lsquo;<samp>10 points </samp>&rsquo; (note the ending space)
+will be just before the &lsquo;<samp>What</samp>&rsquo; (note the space after
+&lsquo;<samp>points</samp>&rsquo;). You can use <code>\makebox</code> similarly when making
+graphics, such as in <samp>TikZ</samp> or <samp>Asymptote</samp>, where you put the
+edge of the text at a known location, regardless of the length of that
+text.
+</p>
+<p>For boxes with frames see&nbsp;<a href="_005cfbox-_0026-_005cframebox.html#g_t_005cfbox-_0026-_005cframebox">\fbox &amp; \framebox</a>. For colors
+see&nbsp;<a href="Colored-boxes.html#Colored-boxes">Colored boxes</a>.
+</p>
+<p>There is a related version of <code>\makebox</code> that is used within the
+<code>picture</code> environment, where the length is given in terms of
+<code>\unitlength</code> (see <a href="_005cmakebox-_0028picture_0029.html#g_t_005cmakebox-_0028picture_0029">\makebox (picture)</a>).
+</p>
+<p>If you put a double-backslash into <var>text</var> then LaTeX will not
+give you a new line; for instance <code>\makebox{abc def \\ ghi}</code>
+outputs &lsquo;<samp>abc defghi</samp>&rsquo; while <code>\makebox{abc def \par ghi}</code>
+outputs &lsquo;<samp>abc def ghi</samp>&rsquo;, but neither go to a second line. To get
+multiple lines see&nbsp;<a href="_005cparbox.html#g_t_005cparbox">\parbox</a> and&nbsp;<a href="minipage.html#minipage">minipage</a>.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cmessage.html b/src/data/help/unofficial-latex2e-reference-manual/_005cmessage.html
new file mode 100644
index 00000000..b72b4668
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cmessage.html
@@ -0,0 +1,181 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\message (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\message (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\message (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="_005cwrite.html#g_t_005cwrite" rel="up" title="\write">
+<link href="_005cwlog.html#g_t_005cwlog" rel="next" title="\wlog">
+<link href="_005cwrite.html#g_t_005cwrite" rel="prev" title="\write">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cmessage"></a>
+<div class="header">
+<p>
+Next: <a href="_005cwlog.html#g_t_005cwlog" accesskey="n" rel="next">\wlog</a>, Up: <a href="_005cwrite.html#g_t_005cwrite" accesskey="u" rel="up">\write</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cmessage-1"></a>
+<h4 class="subsection">27.5.1 <code>\message</code></h4>
+
+<a name="index-_005cmessage"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\message{<var>string</var>}
+</pre></div>
+
+<p>Write <code>string</code> to the log file and the terminal.
+</p>
+<p>Typically, LaTeX authors use <code>\typeout</code> (see <a href="_005ctypeout.html#g_t_005ctypeout">\typeout</a>). It
+allows you to use <code>\protect</code> on any fragile commands in
+<var>string</var> (see <a href="_005cprotect.html#g_t_005cprotect">\protect</a>). But <code>\typeout</code> always inserts a
+newline at the end of <var>string</var> while <code>\message</code> does not, so
+the latter can be useful.
+</p>
+<p>With this example document body.
+</p>
+<div class="example">
+<pre class="example">before\message{One Two}\message{Three}\message{Four^^JI}
+\message{declare a thumb war.}After
+</pre></div>
+
+<p>under some circumstances (see below) LaTeX writes the following to
+both the terminal and the log file.
+</p>
+<div class="example">
+<pre class="example">One Two Three Four
+I declare a thumb war.
+</pre></div>
+
+<p>Note that <code>^^J</code> produces a newline. Also, in the output document,
+between &lsquo;<samp>before</samp>&rsquo; and &lsquo;<samp>After</samp>&rsquo; will be a single space (from
+the end of line following &lsquo;<samp>I}</samp>&rsquo;).
+</p>
+<p>While <code>\message</code> allows you more control over formatting
+interaction lines, a gotcha is that LaTeX may mess up your formatting
+because it inserts line breaks depending on what it has already put
+out. Contrast this document body, where the &lsquo;<samp>Two</samp>&rsquo; has moved, to the
+one given above.
+</p>
+<div class="example">
+<pre class="example">before\message{One}\message{Two Three}\message{Four^^JI}
+\message{declare a thumb war.}After
+</pre></div>
+
+<p>This can happen: when LaTeX is outputting the messages to the
+terminal, now the message with &lsquo;<samp>One</samp>&rsquo; is shorter and it fits at the
+end of the output terminal line, and so LaTeX breaks the line between
+it and the &lsquo;<samp>Two Three</samp>&rsquo;. That line break appears also in the log
+file. This line break insertion can depend on, for instance, the length
+of the full path names of included files. So producing finely-formatted
+lines in a way that is portable is hard.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cmulticolumn.html b/src/data/help/unofficial-latex2e-reference-manual/_005cmulticolumn.html
new file mode 100644
index 00000000..5774417f
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cmulticolumn.html
@@ -0,0 +1,220 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\multicolumn (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\multicolumn (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\multicolumn (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="tabular.html#tabular" rel="up" title="tabular">
+<link href="_005cvline.html#g_t_005cvline" rel="next" title="\vline">
+<link href="tabular.html#tabular" rel="prev" title="tabular">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cmulticolumn"></a>
+<div class="header">
+<p>
+Next: <a href="_005cvline.html#g_t_005cvline" accesskey="n" rel="next">\vline</a>, Up: <a href="tabular.html#tabular" accesskey="u" rel="up">tabular</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cmulticolumn-1"></a>
+<h4 class="subsection">8.23.1 <code>\multicolumn</code></h4>
+
+<a name="index-_005cmulticolumn"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\multicolumn{<var>numcols</var>}{<var>cols</var>}{<var>text</var>}
+</pre></div>
+
+<p>Make an <code>array</code> or <code>tabular</code> entry that spans several columns.
+The first argument <var>numcols</var> gives the number of columns to span.
+The second argument <var>cols</var> specifies the formatting of the entry,
+with <code>c</code> for centered, <code>l</code> for flush left, or <code>r</code> for
+flush right. The third argument <var>text</var> gives the contents of that
+entry.
+</p>
+<p>In this example, in the first row, the second and third columns are
+spanned by the single heading &lsquo;<samp>Name</samp>&rsquo;.
+</p>
+<div class="example">
+<pre class="example">\begin{tabular}{lccl}
+ \textit{ID} &amp;\multicolumn{2}{c}{\textit{Name}} &amp;\textit{Age} \\
+ \hline
+ 978-0-393-03701-2 &amp;O'Brian &amp;Patrick &amp;55 \\
+ ...
+\end{tabular}
+</pre></div>
+
+<p>What counts as a column is:&nbsp;the column format specifier for the
+<code>array</code> or <code>tabular</code> environment is broken into parts, where
+each part (except the first) begins with <code>l</code>, <code>c</code>, <code>r</code>,
+or&nbsp;<code>p</code>. So from <code>\begin{tabular}{|r|ccp{1.5in}|}</code>
+the parts are <code>|r|</code>, <code>c</code>, <code>c</code>,
+and&nbsp;<code>p{1.5in}|</code>.
+</p>
+<p>The <var>cols</var> argument overrides the <code>array</code> or <code>tabular</code>
+environment&rsquo;s intercolumn area default adjoining this multicolumn
+entry. To affect that area, this argument can contain vertical bars
+<code>|</code> indicating the placement of vertical rules, and <code>@{...}</code>
+expressions. Thus if <var>cols</var> is &lsquo;<samp>|c|</samp>&rsquo; then this multicolumn
+entry will be centered and a vertical rule will come in the intercolumn
+area before it and after it. This table details the exact behavior.
+</p>
+<div class="example">
+<pre class="example">\begin{tabular}{|cc|c|c|}
+ \multicolumn{1}{r}{w} % entry one
+ &amp;\multicolumn{1}{|r|}{x} % entry two
+ &amp;\multicolumn{1}{|r}{y} % entry three
+ &amp;z % entry four
+\end{tabular}
+</pre></div>
+
+<p>Before the first entry the output will not have a vertical rule because
+the <code>\multicolumn</code> has the <var>cols</var> specifier &lsquo;<samp>r</samp>&rsquo; with no
+initial vertical bar. Between entry one and entry two there will be a
+vertical rule; although the first <var>cols</var> does not have an ending
+vertical bar, the second <var>cols</var> does have a starting one. Between
+entry two and entry three there is a single vertical rule; despite that
+the <var>cols</var> in both of the surrounding <code>multicolumn</code>&rsquo;s call for
+a vertical rule, you only get one rule. Between entry three and entry
+four there is no vertical rule; the default calls for one but the
+<var>cols</var> in the entry three <code>\multicolumn</code> leaves it out, and
+that takes precedence. Finally, following entry four there is a
+vertical rule because of the default.
+</p>
+<p>The number of spanned columns <var>numcols</var> can be 1. Besides giving
+the ability to change the horizontal alignment, this also is useful to
+override for one row the <code>tabular</code> definition&rsquo;s default intercolumn
+area specification, including the placement of vertical rules.
+</p>
+<p>In the example below, in the <code>tabular</code> definition the first column
+is specified to default to left justified but in the first row the entry
+is centered with <code>\multicolumn{1}{c}{\textsc{Period}}</code>.
+Also in the first row, the second and third columns are spanned by a
+single entry with <code>\multicolumn{2}{c}{\textsc{Span}}</code>,
+overriding the specification to center those two columns on the page
+range en-dash.
+</p>
+<div class="example">
+<pre class="example">\begin{tabular}{l|r@{--}l}
+ \multicolumn{1}{c}{\textsc{Period}}
+ &amp;multicolumn{2}{c}{\textsc{Span}} \\ \hline
+ Baroque &amp;1600 &amp;1760 \\
+ Classical &amp;1730 &amp;1820 \\
+ Romantic &amp;1780 &amp;1910 \\
+ Impressionistic &amp;1875 &amp;1925
+\end{tabular}
+</pre></div>
+
+<p>Although the <code>tabular</code> specification by default puts a vertical
+rule between the first and second columns, no such vertical rule appears
+in the first row here. That&rsquo;s because there is no vertical bar in the
+<var>cols</var> part of the first row&rsquo;s first <code>\multicolumn</code> command.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cmultiput.html b/src/data/help/unofficial-latex2e-reference-manual/_005cmultiput.html
new file mode 100644
index 00000000..0bb053d5
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cmultiput.html
@@ -0,0 +1,153 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\multiput (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\multiput (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\multiput (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="picture.html#picture" rel="up" title="picture">
+<link href="_005cqbezier.html#g_t_005cqbezier" rel="next" title="\qbezier">
+<link href="_005cput.html#g_t_005cput" rel="prev" title="\put">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cmultiput"></a>
+<div class="header">
+<p>
+Next: <a href="_005cqbezier.html#g_t_005cqbezier" accesskey="n" rel="next">\qbezier</a>, Previous: <a href="_005cput.html#g_t_005cput" accesskey="p" rel="prev">\put</a>, Up: <a href="picture.html#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cmultiput-1"></a>
+<h4 class="subsection">8.19.2 <code>\multiput</code></h4>
+
+<a name="index-_005cmultiput"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\multiput(<var>x</var>,<var>y</var>)(<var>delta_x</var>,<var>delta_y</var>){<var>num-copies</var>}{<var>obj</var>}
+</pre></div>
+
+<p>Copy <var>obj</var> a total of <var>num-copies</var> times, with an increment of
+<var>delta_x,delta_y</var>. The <var>obj</var> first appears at position
+<em>(x,y)</em>, then at <em>(x+\delta_x,y+\delta_y)</em>, and so on.
+</p>
+<p>This draws a simple grid with every fifth line in bold (see also
+<a href="_005cgraphpaper.html#g_t_005cgraphpaper">\graphpaper</a>).
+</p>
+<div class="example">
+<pre class="example">\begin{picture}(10,10)
+ \linethickness{0.05mm}
+ \multiput(0,0)(1,0){10}{\line(0,1){10}}
+ \multiput(0,0)(0,1){10}{\line(1,0){10}}
+ \linethickness{0.5mm}
+ \multiput(0,0)(5,0){3}{\line(0,1){10}}
+ \multiput(0,0)(0,5){3}{\line(1,0){10}}
+\end{picture}
+</pre></div>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cname.html b/src/data/help/unofficial-latex2e-reference-manual/_005cname.html
new file mode 100644
index 00000000..549dec4e
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cname.html
@@ -0,0 +1,138 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\name (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\name (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\name (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Letters.html#Letters" rel="up" title="Letters">
+<link href="_005copening.html#g_t_005copening" rel="next" title="\opening">
+<link href="_005cmakelabels.html#g_t_005cmakelabels" rel="prev" title="\makelabels">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cname"></a>
+<div class="header">
+<p>
+Next: <a href="_005copening.html#g_t_005copening" accesskey="n" rel="next">\opening</a>, Previous: <a href="_005cmakelabels.html#g_t_005cmakelabels" accesskey="p" rel="prev">\makelabels</a>, Up: <a href="Letters.html#Letters" accesskey="u" rel="up">Letters</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cname-1"></a>
+<h3 class="section">26.7 <code>\name</code></h3>
+
+<a name="index-_005cname"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\name{<var>name</var>}
+</pre></div>
+
+<p>Optional. Sender&rsquo;s name, used for printing on the envelope together
+with the return address.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cnewcommand-_0026-_005crenewcommand.html b/src/data/help/unofficial-latex2e-reference-manual/_005cnewcommand-_0026-_005crenewcommand.html
new file mode 100644
index 00000000..1a40c487
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cnewcommand-_0026-_005crenewcommand.html
@@ -0,0 +1,282 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\newcommand &amp; \renewcommand (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\newcommand &amp; \renewcommand (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\newcommand &amp; \renewcommand (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Definitions.html#Definitions" rel="up" title="Definitions">
+<link href="_005cprovidecommand.html#g_t_005cprovidecommand" rel="next" title="\providecommand">
+<link href="Definitions.html#Definitions" rel="prev" title="Definitions">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cnewcommand-_0026-_005crenewcommand"></a>
+<div class="header">
+<p>
+Next: <a href="_005cprovidecommand.html#g_t_005cprovidecommand" accesskey="n" rel="next">\providecommand</a>, Up: <a href="Definitions.html#Definitions" accesskey="u" rel="up">Definitions</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cnewcommand-_0026-_005crenewcommand-1"></a>
+<h3 class="section">12.1 <code>\newcommand</code> &amp; <code>\renewcommand</code></h3>
+
+<a name="index-_005cnewcommand"></a>
+<a name="index-commands_002c-defining-new-ones"></a>
+<a name="index-commands_002c-redefining"></a>
+<a name="index-defining-a-new-command"></a>
+<a name="index-new-commands_002c-defining"></a>
+
+<p>Synopses, one of:
+</p>
+<div class="example">
+<pre class="example">\newcommand{\<var>cmd</var>}{<var>defn</var>}
+\newcommand{\<var>cmd</var>}[<var>nargs</var>]{<var>defn</var>}
+\newcommand{\<var>cmd</var>}[<var>nargs</var>][<var>optargdefault</var>]{<var>defn</var>}
+\newcommand*{\<var>cmd</var>}{<var>defn</var>}
+\newcommand*{\<var>cmd</var>}[<var>nargs</var>]{<var>defn</var>}
+\newcommand*{\<var>cmd</var>}[<var>nargs</var>][<var>optargdefault</var>]{<var>defn</var>}
+</pre></div>
+
+<p>or one of these.
+</p>
+<div class="example">
+<pre class="example">\renewcommand{\<var>cmd</var>}[<var>nargs</var>]{<var>defn</var>}
+\renewcommand{\<var>cmd</var>}[<var>nargs</var>]{<var>defn</var>}
+\renewcommand{\<var>cmd</var>}[<var>nargs</var>][<var>optargdefault</var>]{<var>defn</var>}
+\renewcommand*{\<var>cmd</var>}{<var>defn</var>}
+\renewcommand*{\<var>cmd</var>}[<var>nargs</var>]{<var>defn</var>}
+\renewcommand*{\<var>cmd</var>}[<var>nargs</var>][<var>optargdefault</var>]{<var>defn</var>}
+</pre></div>
+
+<p>Define or redefine a command. See also the discussion of
+<code>\DeclareRobustCommand</code> in <a href="Class-and-package-commands.html#Class-and-package-commands">Class and package commands</a>.
+<a name="index-starred-form_002c-defining-new-commands"></a>
+<a name="index-_002a_002dform_002c-defining-new-commands"></a>
+The starred form of these two requires that the arguments not contain
+multiple paragraphs of text (in plain TeX terms that it not be
+<code>\long</code>).
+</p>
+<p>These are the parameters:
+</p>
+<dl compact="compact">
+<dt><var>cmd</var></dt>
+<dd>
+<p>Required; the command name. It must begin with a backslash, <code>\</code>,
+and must not begin with the four letter string <code>\end</code>. For
+<code>\newcommand</code>, it must not be already defined. For
+<code>\renewcommand</code>, this name must already be defined.
+</p>
+</dd>
+<dt><var>nargs</var></dt>
+<dd><p>Optional; an integer from 0 to 9, specifying the number of arguments
+that the command takes, including any optional argument. Omitting this
+argument is the same as specifying 0, meaning that the command has no
+arguments. If you redefine a command, the new version can have a
+different number of arguments than the old version.
+</p>
+</dd>
+<dt><var>optargdefault</var></dt>
+<dd><p>Optional; if this argument is present then the first argument of
+<code>\<var>cmd</var></code> is optional, with default value <var>optargdefault</var>
+(which may be the empty string). If <var>optargsdefault</var> is not present
+then <code>\<var>cmd</var></code> does not take an optional argument.
+</p>
+<a name="index-positional-parameter"></a>
+<p>That is, if <code>\<var>cmd</var></code> is used with square brackets, as in
+<code>\<var>cmd</var>[<var>optval</var>]{...}...</code>, then within <var>defn</var> the
+parameter&nbsp;<code>#1</code> is set to the value of <var>optval</var>. On the
+other hand, if <code>\<var>cmd</var></code> is called without the square brackets
+then within <var>defn</var> the parameter <code>#1</code> is set to the value of
+<var>optargdefault</var>. In either case, the required arguments start with
+<code>#2</code>.
+</p>
+<p>Omitting <code>[<var>optargdefault</var>]</code> is different from having the
+square brackets with no contents, as in <code>[]</code>. The former sets
+<code>#1</code> to the value of <var>optargdefault</var>; the latter sets <code>#1</code>
+to the empty string.
+</p>
+</dd>
+<dt><var>defn</var></dt>
+<dd><p>Required; the text to be substituted for every occurrence of
+<code>\<var>cmd</var></code>. The parameters <code>#1</code>, <code>#2</code>,
+... <code>#<var>nargs</var></code> are replaced by the values that you supply when
+you call the command (or by the default value if there is an optional
+argument and you don&rsquo;t exercise the option).
+</p>
+</dd>
+</dl>
+
+<p>TeX ignores spaces in the source following an alphabetic control
+sequence, as in &lsquo;<samp>\cmd </samp>&rsquo;. If you actually want a space there, one
+solution is to type <code>{}</code> after the command (&lsquo;<samp>\cmd{} </samp>&rsquo;, and
+another solution is to use an explicit control space (&lsquo;<samp>\cmd\ </samp>&rsquo;).
+</p>
+<p>A simple example of defining a new command:
+<code>\newcommand{\RS}{Robin Smith}</code> results in <code>\RS</code> being
+replaced by the longer text. Redefining an existing command is similar:
+<code>\renewcommand{\qedsymbol}{{\small QED}}</code>.
+</p>
+<p>If you try to define a command and the name has already been used then
+you get something like &lsquo;<samp>LaTeX Error: Command \fred already
+defined. Or name \end... illegal, see p.192 of the manual</samp>&rsquo;. If you try
+to redefine a command and the name has not yet been used then you get
+something like &lsquo;<samp>LaTeX Error: \hank undefined</samp>&rsquo;.
+</p>
+<p>Here the first command definition has no arguments, and the second has
+one required argument.
+</p>
+<div class="example">
+<pre class="example">\newcommand{\student}{Ms~O'Leary}
+\newcommand{\defref}[1]{Definition~\ref{#1}}
+</pre></div>
+
+<p>Use the first as in <code>I highly recommend \student{} to you</code>. The
+second has a variable, so that <code>\defref{def:basis}</code> expands to
+<code>Definition~\ref{def:basis}</code>, which ultimately expands to
+something like &lsquo;<samp>Definition~3.14</samp>&rsquo;.
+</p>
+<p>Similarly, but with two required arguments:
+<code>\newcommand{\nbym}[2]{$#1 \times #2$}</code> is invoked as
+<code>\nbym{2}{k}</code>.
+</p>
+<p>This example has an optional argument.
+</p>
+<div class="example">
+<pre class="example">\newcommand{\salutation}[1][Sir or Madam]{Dear #1:}
+</pre></div>
+
+<p>Then <code>\salutation</code> gives &lsquo;<samp>Dear Sir or Madam:</samp>&rsquo; while
+<code>\salutation[John]</code> gives &lsquo;<samp>Dear John:</samp>&rsquo;. And
+<code>\salutation[]</code> gives &lsquo;<samp>Dear :</samp>&rsquo;.
+</p>
+<p>This example has an optional argument and two required arguments.
+</p>
+<div class="example">
+<pre class="example">\newcommand{\lawyers}[3][company]{#2, #3, and~#1}
+I employ \lawyers[Howe]{Dewey}{Cheatem}.
+</pre></div>
+
+<p>The output is &lsquo;<samp>I employ Dewey, Cheatem, and Howe</samp>&rsquo;. The optional
+argument, the <code>Howe</code>, is associated with <code>#1</code>, while
+<code>Dewey</code> and <code>Cheatem</code> are associated with <code>#2</code>
+and&nbsp;<code>#3</code>. Because of the optional argument,
+<code>\lawyers{Dewey}{Cheatem}</code> will give the output &lsquo;<samp>I employ
+Dewey, Cheatem, and company</samp>&rsquo;.
+</p>
+<p>The braces around <var>defn</var> do not define a group, that is, they do not
+delimit the scope of the result of expanding <var>defn</var>. For example,
+with <code>\newcommand{\shipname}[1]{\it #1}</code>, in this sentence,
+</p>
+<div class="example">
+<pre class="example">The \shipname{Monitor} met the \shipname{Merrimac}.
+</pre></div>
+
+<p>the words &lsquo;<samp>met the</samp>&rsquo; would incorrectly be in italics. The solution
+is to put another pair of braces inside the definition:
+<code>\newcommand{\shipname}[1]{{\it #1}}</code>.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cnewcounter.html b/src/data/help/unofficial-latex2e-reference-manual/_005cnewcounter.html
new file mode 100644
index 00000000..910f4c0a
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cnewcounter.html
@@ -0,0 +1,175 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\newcounter (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\newcounter (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\newcounter (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Definitions.html#Definitions" rel="up" title="Definitions">
+<link href="_005cnewlength.html#g_t_005cnewlength" rel="next" title="\newlength">
+<link href="_005c_0040ifstar.html#g_t_005c_0040ifstar" rel="prev" title="\@ifstar">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cnewcounter"></a>
+<div class="header">
+<p>
+Next: <a href="_005cnewlength.html#g_t_005cnewlength" accesskey="n" rel="next">\newlength</a>, Previous: <a href="_005c_0040ifstar.html#g_t_005c_0040ifstar" accesskey="p" rel="prev">\@ifstar</a>, Up: <a href="Definitions.html#Definitions" accesskey="u" rel="up">Definitions</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cnewcounter_003a-Allocating-a-counter"></a>
+<h3 class="section">12.5 <code>\newcounter</code>: Allocating a counter</h3>
+
+<a name="index-_005cnewcounter"></a>
+<a name="index-counters_002c-defining-new"></a>
+
+<p>Synopsis, one of:
+</p>
+<div class="example">
+<pre class="example">\newcounter{<var>countername</var>}
+\newcounter{<var>countername</var>}[<var>supercounter</var>]
+</pre></div>
+
+<p>Globally defines a new counter named <var>countername</var> and initialize it
+to zero (see <a href="Counters.html#Counters">Counters</a>).
+</p>
+<p>The name <var>countername</var> must consist of letters only. It does not
+begin with a backslash. This name must not already be in use by another
+counter.
+</p>
+<p>When you use the optional argument <code>[<var>supercounter</var>]</code> then the
+counter <var>countername</var> will be reset to zero whenever
+<var>supercounter</var> is incremented. For example, ordinarily
+<code>subsection</code> is numbered within <code>section</code> so that any time you
+increment <var>section</var>, either with <code>\stepcounter</code>
+(see <a href="_005cstepcounter.html#g_t_005cstepcounter">\stepcounter</a>) or <code>\refstepcounter</code>
+(see <a href="_005crefstepcounter.html#g_t_005crefstepcounter">\refstepcounter</a>), then LaTeX will reset <var>subsection</var> to
+zero.
+</p>
+<p>This example
+</p>
+<div class="example">
+<pre class="example">\newcounter{asuper} \setcounter{asuper}{1}
+\newcounter{asub}[asuper] \setcounter{asub}{3} % Note `asuper'
+The value of asuper is \arabic{asuper} and of asub is \arabic{asub}.
+\stepcounter{asuper}
+Now asuper is \arabic{asuper} while asub is \arabic{asub}.
+</pre></div>
+
+<p>produces &lsquo;<samp>The value of asuper is 1 and that of asub is 3</samp>&rsquo; and
+&lsquo;<samp>Now asuper is 2 while asub is 0</samp>&rsquo;.
+</p>
+<p>If the counter already exists, for instance by entering <code>asuper</code>
+twice, then you get something like &lsquo;<samp>LaTeX Error: Command \c@asuper
+already defined. Or name \end... illegal, see p.192 of the manual.</samp>&rsquo;.
+</p>
+<p>If you use the optional argument then the super counter must already
+exist. Entering <code>\newcounter{jh}[lh]</code> when <code>lh</code> is not a
+defined counter will get you &lsquo;<samp>LaTeX Error: No counter 'lh'
+defined.</samp>&rsquo;
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cnewenvironment-_0026-_005crenewenvironment.html b/src/data/help/unofficial-latex2e-reference-manual/_005cnewenvironment-_0026-_005crenewenvironment.html
new file mode 100644
index 00000000..46cdf4bb
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cnewenvironment-_0026-_005crenewenvironment.html
@@ -0,0 +1,289 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\newenvironment &amp; \renewenvironment (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\newenvironment &amp; \renewenvironment (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\newenvironment &amp; \renewenvironment (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Definitions.html#Definitions" rel="up" title="Definitions">
+<link href="_005cnewtheorem.html#g_t_005cnewtheorem" rel="next" title="\newtheorem">
+<link href="_005cnewsavebox.html#g_t_005cnewsavebox" rel="prev" title="\newsavebox">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cnewenvironment-_0026-_005crenewenvironment"></a>
+<div class="header">
+<p>
+Next: <a href="_005cnewtheorem.html#g_t_005cnewtheorem" accesskey="n" rel="next">\newtheorem</a>, Previous: <a href="_005cnewsavebox.html#g_t_005cnewsavebox" accesskey="p" rel="prev">\newsavebox</a>, Up: <a href="Definitions.html#Definitions" accesskey="u" rel="up">Definitions</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cnewenvironment-_0026-_005crenewenvironment-1"></a>
+<h3 class="section">12.8 <code>\newenvironment</code> &amp; <code>\renewenvironment</code></h3>
+
+<a name="index-_005cnewenvironment"></a>
+<a name="index-_005crenewenvironment"></a>
+<a name="index-environments_002c-defining"></a>
+<a name="index-defining-new-environments"></a>
+<a name="index-redefining-environments"></a>
+
+<p>Synopses, one of:
+</p>
+<div class="example">
+<pre class="example">\newenvironment{<var>env</var>}{<var>begdef</var>}{<var>enddef</var>}
+\newenvironment{<var>env</var>}[<var>nargs</var>]{<var>begdef</var>}{<var>enddef</var>}
+\newenvironment{<var>env</var>}[<var>nargs</var>][<var>optargdefault</var>]{<var>begdef</var>}{<var>enddef</var>}
+\newenvironment*{<var>env</var>}{<var>begdef</var>}{<var>enddef</var>}
+\newenvironment*{<var>env</var>}[<var>nargs</var>]{<var>begdef</var>}{<var>enddef</var>}
+\newenvironment*{<var>env</var>}[<var>nargs</var>][<var>optargdefault</var>]{<var>begdef</var>}{<var>enddef</var>}
+</pre></div>
+
+<p>or one of these.
+</p>
+<div class="example">
+<pre class="example">\renewenvironment{<var>env</var>}{<var>begdef</var>}{<var>enddef</var>}
+\renewenvironment{<var>env</var>}[<var>nargs</var>]{<var>begdef</var>}{<var>enddef</var>}
+\renewenvironment{<var>env</var>}[<var>nargs</var>][<var>optargdefault</var>]{<var>begdef</var>}{<var>enddef</var>}
+\renewenvironment*{<var>env</var>}{<var>begdef</var>}{<var>enddef</var>}
+\renewenvironment*{<var>env</var>}[<var>nargs</var>]{<var>begdef</var>}{<var>enddef</var>}
+\renewenvironment*{<var>env</var>}[<var>nargs</var>][<var>optargdefault</var>]{<var>begdef</var>}{<var>enddef</var>}
+</pre></div>
+
+<p>Define or redefine the environment <var>env</var>, that is, create the
+construct <code>\begin{<var>env</var>} ... <var>body</var> ... \end{<var>env</var>}</code>.
+</p>
+<a name="index-_002a_002dform-of-environment-commands"></a>
+<p>The starred form of these commands requires that the arguments not
+contain multiple paragraphs of text. However, the body of these
+environments can contain multiple paragraphs.
+</p>
+<dl compact="compact">
+<dt><var>env</var></dt>
+<dd><p>Required; the environment name. It consists only of letters or the
+<code>*</code> character, and thus does not begin with backslash, <code>\</code>.
+It must not begin with the string <code>end</code>. For
+<code>\newenvironment</code>, the name <var>env</var> must not be the name of an
+already existing environment, and also the command <code>\<var>env</var></code>
+must be undefined. For <code>\renewenvironment</code>, <var>env</var> must be the
+name of an existing environment.
+</p>
+</dd>
+<dt><var>nargs</var></dt>
+<dd><p>Optional; an integer from 0 to 9 denoting the number of arguments of
+that the environment takes. When you use the environment these
+arguments appear after the <code>\begin</code>, as in
+<code>\begin{<var>env</var>}{<var>arg1</var>} ... {<var>argn</var>}</code>. Omitting
+this is equivalent to setting it to 0; the environment will have no
+arguments. When redefining an environment, the new version can have a
+different number of arguments than the old version.
+</p>
+</dd>
+<dt><var>optargdefault</var></dt>
+<dd><p>Optional; if this is present then the first argument of the defined
+environment is optional, with default value <var>optargdefault</var> (which
+may be the empty string). If this is not in the definition then the
+environment does not take an optional argument.
+</p>
+<p>That is, when <var>optargdefault</var> is present in the definition of the
+environment then you can start the environment with square brackets, as
+in <code>\begin{<var>env</var>}[<var>optval</var>]{...} ... \end{<var>env</var>}</code>.
+In this case, within <var>begdefn</var> the parameter <code>#1</code> is set to the
+value of <var>optval</var>. If you call <code>\begin{<var>env</var>}</code> without
+square brackets, then within <var>begdefn</var> the parameter <code>#1</code> is
+set to the value of the default <var>optargdefault</var>. In either case,
+any required arguments start with <code>#2</code>.
+</p>
+<p>Omitting <code>[<var>myval</var>]</code> in the call is different than having the
+square brackets with no contents, as in <code>[]</code>. The former results
+in <code>#1</code> expanding to <var>optargdefault</var>; the latter results in
+<code>#1</code> expanding to the empty string.
+</p>
+</dd>
+<dt><var>begdef</var></dt>
+<dd><p>Required; the text expanded at every occurrence of
+<code>\begin{<var>env</var>}</code>. Within <var>begdef</var>, the parameters
+<code>#1</code>, <code>#2</code>, ... <code>#<var>nargs</var></code>, are replaced by the
+values that you supply when you call the environment; see the examples
+below.
+</p>
+</dd>
+<dt><var>enddef</var></dt>
+<dd><p>Required; the text expanded at every occurrence of
+<code>\end{<var>env</var>}</code>. This may not contain any parameters, that is,
+you cannot use <code>#1</code>, <code>#2</code>, etc., here (but see the final
+example below).
+</p>
+</dd>
+</dl>
+
+<p>All environments, that is to say the <var>begdef</var> code, the environment
+body, and the <var>enddef</var> code, are processed within a group. Thus, in
+the first example below, the effect of the <code>\small</code> is limited to
+the quote and does not extend to material following the environment.
+</p>
+<p>If you try to define an environment and the name has already been used
+then you get something like &lsquo;<samp>LaTeX Error: Command \fred already
+defined. Or name \end... illegal, see p.192 of the manual</samp>&rsquo;. If you try
+to redefine an environment and the name has not yet been used then you
+get something like &lsquo;<samp>LaTeX Error: Environment hank undefined.</samp>&rsquo;.
+</p>
+<p>This example gives an environment like LaTeX&rsquo;s <code>quotation</code>
+except that it will be set in smaller type.
+</p>
+<div class="example">
+<pre class="example">\newenvironment{smallquote}{%
+ \small\begin{quotation}
+}{%
+ \end{quotation}
+}
+</pre></div>
+
+<p>This has an argument, which is set in boldface at the start of a
+paragraph.
+</p>
+<div class="example">
+<pre class="example">\newenvironment{point}[1]{%
+ \noindent\textbf{#1}
+}{%
+}
+</pre></div>
+
+<p>This one shows the use of a optional argument; it gives a quotation
+environment that cites the author.
+</p>
+<div class="example">
+<pre class="example">\newenvironment{citequote}[1][Shakespeare]{%
+ \begin{quotation}
+ \noindent\textit{#1}:
+}{%
+ \end{quotation}
+}
+</pre></div>
+
+<p>The author&rsquo;s name is optional, and defaults to &lsquo;<samp>Shakespeare</samp>&rsquo;. In
+the document, use the environment like this.
+</p>
+<div class="example">
+<pre class="example">\begin{citequote}[Lincoln]
+ ...
+\end{citequote}
+</pre></div>
+
+<p>The final example shows how to save the value of an argument to use in
+<var>enddef</var>, in this case in a box (see <a href="_005csbox-_0026-_005csavebox.html#g_t_005csbox-_0026-_005csavebox">\sbox &amp; \savebox</a>).
+</p>
+<div class="example">
+<pre class="example">\newsavebox{\quoteauthor}
+\newenvironment{citequote}[1][Shakespeare]{%
+ \sbox\quoteauthor{#1}%
+ \begin{quotation}
+}{%
+ \hspace{1em plus 1fill}---\usebox{\quoteauthor}
+ \end{quotation}
+}
+</pre></div>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cnewfont.html b/src/data/help/unofficial-latex2e-reference-manual/_005cnewfont.html
new file mode 100644
index 00000000..c030d150
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cnewfont.html
@@ -0,0 +1,166 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\newfont (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\newfont (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\newfont (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Definitions.html#Definitions" rel="up" title="Definitions">
+<link href="_005cprotect.html#g_t_005cprotect" rel="next" title="\protect">
+<link href="_005cnewtheorem.html#g_t_005cnewtheorem" rel="prev" title="\newtheorem">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cnewfont"></a>
+<div class="header">
+<p>
+Next: <a href="_005cprotect.html#g_t_005cprotect" accesskey="n" rel="next">\protect</a>, Previous: <a href="_005cnewtheorem.html#g_t_005cnewtheorem" accesskey="p" rel="prev">\newtheorem</a>, Up: <a href="Definitions.html#Definitions" accesskey="u" rel="up">Definitions</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cnewfont-1"></a>
+<h3 class="section">12.10 <code>\newfont</code></h3>
+
+<a name="index-_005cnewfont"></a>
+<a name="index-fonts_002c-new-commands-for"></a>
+<a name="index-defining-new-fonts"></a>
+
+<p>This command is obsolete. This description is here only to help with old
+documents. New documents should define fonts in families through the
+New Font Selection Scheme which allows you to, for example, associate a
+boldface with a roman (see <a href="Fonts.html#Fonts">Fonts</a>).
+</p>
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\newfont{\<var>cmd</var>}{<var>font description</var>}
+</pre></div>
+
+<p>Define a command <code>\<var>cmd</var></code> that will change the current font.
+The control sequence must not already be defined. It must begin with a
+backslash, <code>\</code>.
+</p>
+<a name="index-at-clause_002c-in-font-definitions"></a>
+<a name="index-design-size_002c-in-font-definitions"></a>
+<p>The <var>font description</var> consists of a <var>fontname</var> and an optional
+<em>at clause</em>. LaTeX will look on your system for a file named
+<samp><var>fontname</var>.tfm</samp>. The at clause can have the form either
+<code>at <var>dimen</var></code> or <code>scaled <var>factor</var></code>, where a
+<var>factor</var> of &lsquo;<samp>1000</samp>&rsquo; means no scaling. For LaTeX&rsquo;s purposes,
+all this does is scale all the character and other font dimensions
+relative to the font&rsquo;s design size, which is a value defined in the
+<samp>.tfm</samp> file.
+</p>
+<p>This defines two equivalent fonts and typesets a few characters in each.
+</p>
+<div class="example">
+<pre class="example">\newfont{\testfontat}{cmb10 at 11pt}
+\newfont{\testfontscaled}{cmb10 scaled 1100}
+\testfontat abc
+\testfontscaled abc
+</pre></div>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cnewglossaryentry.html b/src/data/help/unofficial-latex2e-reference-manual/_005cnewglossaryentry.html
new file mode 100644
index 00000000..180bf3c7
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cnewglossaryentry.html
@@ -0,0 +1,209 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\newglossaryentry (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\newglossaryentry (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\newglossaryentry (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Glossaries.html#Glossaries" rel="up" title="Glossaries">
+<link href="_005cgls.html#g_t_005cgls" rel="next" title="\gls">
+<link href="Glossaries.html#Glossaries" rel="prev" title="Glossaries">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cnewglossaryentry"></a>
+<div class="header">
+<p>
+Next: <a href="_005cgls.html#g_t_005cgls" accesskey="n" rel="next">\gls</a>, Up: <a href="Glossaries.html#Glossaries" accesskey="u" rel="up">Glossaries</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cnewglossaryentry-1"></a>
+<h4 class="subsection">25.3.1 <code>\newglossaryentry</code></h4>
+
+<a name="index-glossary_002c-entries"></a>
+<a name="index-_005cnewglossaryentry"></a>
+
+<p>Synopsis, one of:
+</p>
+<div class="example">
+<pre class="example">\newglossaryentry{<var>label</var>}
+{
+ name={<var>name</var>},
+ description={<var>description</var>},
+ <var>other options</var>, ...
+}
+</pre></div>
+
+<p>or
+</p>
+<div class="example">
+<pre class="example">\longnewglossaryentry{<var>label</var>}
+{
+ name={<var>name</var>},
+ <var>other options</var> ...,
+}
+{<var>description</var>}
+</pre></div>
+
+<p>Declare a new entry for a glossary. The <var>label</var> must be unique for
+the document. The settings associated with the label are pairs:
+<code><var>key</var>=<var>value</var></code>.
+</p>
+<p>This puts the blackboard bold symbol for the real numbers &#x211D; in the
+glossary.
+</p>
+<div class="example">
+<pre class="example">\newglossaryentry{R}
+{
+ name={\ensuremath{\mathbb{R}}},
+ description={the real numbers},
+}
+</pre></div>
+
+<p>Use the second command form if the <var>description</var> spans more than one
+paragraph.
+</p>
+<p>For a full list of <var>key</var>s see the package documentation on CTAN but
+here are a few.
+</p>
+<dl compact="compact">
+<dt><code>name</code>
+<a name="index-name"></a>
+</dt>
+<dd><p>(Required.) The word, phrase, or symbol that you are defining.
+</p>
+</dd>
+<dt><code>description</code>
+<a name="index-description"></a>
+</dt>
+<dd><p>(Required.) The description that will appear in the glossary.
+If this has more than one paragraph then you must use the second command
+form given in the synopsis.
+</p>
+</dd>
+<dt><code>plural</code>
+<a name="index-plural"></a>
+</dt>
+<dd><p>The plural form of <var>name</var>. Refer to the plural form using
+<code>\glspl</code> or <code>\Glspl</code> (see <a href="_005cgls.html#g_t_005cgls">\gls</a>).
+</p>
+</dd>
+<dt><code>sort</code>
+<a name="index-sort"></a>
+</dt>
+<dd><p>How to place this entry in the list of entries that the glossary holds.
+</p>
+</dd>
+<dt><code>symbol</code>
+<a name="index-symbol"></a>
+</dt>
+<dd><p>A symbol, such as a mathematical symbol, besides the name.
+</p>
+</dd>
+</dl>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cnewlength.html b/src/data/help/unofficial-latex2e-reference-manual/_005cnewlength.html
new file mode 100644
index 00000000..3ceb4707
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cnewlength.html
@@ -0,0 +1,157 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\newlength (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\newlength (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\newlength (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Definitions.html#Definitions" rel="up" title="Definitions">
+<link href="_005cnewsavebox.html#g_t_005cnewsavebox" rel="next" title="\newsavebox">
+<link href="_005cnewcounter.html#g_t_005cnewcounter" rel="prev" title="\newcounter">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cnewlength"></a>
+<div class="header">
+<p>
+Next: <a href="_005cnewsavebox.html#g_t_005cnewsavebox" accesskey="n" rel="next">\newsavebox</a>, Previous: <a href="_005cnewcounter.html#g_t_005cnewcounter" accesskey="p" rel="prev">\newcounter</a>, Up: <a href="Definitions.html#Definitions" accesskey="u" rel="up">Definitions</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cnewlength-1"></a>
+<h3 class="section">12.6 <code>\newlength</code></h3>
+
+<a name="index-_005cnewlength"></a>
+<a name="index-lengths_002c-allocating-new"></a>
+<a name="index-rubber-lengths_002c-defining-new"></a>
+<a name="index-skip-register_002c-plain-TeX"></a>
+<a name="index-glue-register_002c-plain-TeX"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\newlength{<var>arg</var>}
+</pre></div>
+
+<p>Allocate a new length register (see <a href="Lengths.html#Lengths">Lengths</a>). The required argument
+<var>arg</var> must begin with a backslash, <code>\</code>. The new register holds
+rubber lengths such as <code>72.27pt</code> or <code>1in plus.2in minus.1in</code>
+(a LaTeX length register is what plain TeX calls a <code>skip</code>
+register). The initial value is zero. The control sequence
+<code>\<var>arg</var></code> must not be already defined.
+</p>
+<p>An example:
+</p>
+<div class="example">
+<pre class="example">\newlength{\graphichgt}
+</pre></div>
+
+<p>If you forget the backslash then you get &lsquo;<samp>Missing control sequence
+inserted</samp>&rsquo;. If the command sequence already exists then you get
+something like &lsquo;<samp>LaTeX Error: Command \graphichgt already defined.
+Or name \end... illegal, see p.192 of the manual</samp>&rsquo;.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cnewline.html b/src/data/help/unofficial-latex2e-reference-manual/_005cnewline.html
new file mode 100644
index 00000000..410a0037
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cnewline.html
@@ -0,0 +1,154 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\newline (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\newline (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\newline (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Line-breaking.html#Line-breaking" rel="up" title="Line breaking">
+<link href="_005c_002d-_0028hyphenation_0029.html#g_t_005c_002d-_0028hyphenation_0029" rel="next" title="\- (hyphenation)">
+<link href="_005cobeycr-_0026-_005crestorecr.html#g_t_005cobeycr-_0026-_005crestorecr" rel="prev" title="\obeycr &amp; \restorecr">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cnewline"></a>
+<div class="header">
+<p>
+Next: <a href="_005c_002d-_0028hyphenation_0029.html#g_t_005c_002d-_0028hyphenation_0029" accesskey="n" rel="next">\- (hyphenation)</a>, Previous: <a href="_005cobeycr-_0026-_005crestorecr.html#g_t_005cobeycr-_0026-_005crestorecr" accesskey="p" rel="prev">\obeycr &amp; \restorecr</a>, Up: <a href="Line-breaking.html#Line-breaking" accesskey="u" rel="up">Line breaking</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cnewline-1"></a>
+<h3 class="section">9.3 <code>\newline</code></h3>
+
+<a name="index-_005cnewline"></a>
+<a name="index-new-line_002c-starting-_0028paragraph-mode_0029"></a>
+
+<p>In ordinary text, this ends a line in a way that does not right-justify
+the line, so the prior text is not stretched. That is, in paragraph mode
+(see <a href="Modes.html#Modes">Modes</a>), the <code>\newline</code> command is equivalent to
+double-backslash (see <a href="_005c_005c.html#g_t_005c_005c">\\</a>). This command is fragile
+(see <a href="_005cprotect.html#g_t_005cprotect">\protect</a>).
+</p>
+<p>However, the two commands are different inside a <code>tabular</code> or
+<code>array</code> environment. In a column with a specifier producing a
+paragraph box such as typically <code>p{...}</code>, <code>\newline</code> will
+insert a line end inside of the column; that is, it does not break the
+entire tabular row. To break the entire row use <code>\\</code> or its
+equivalent <code>\tabularnewline</code>.
+</p>
+<p>This will print &lsquo;<samp>Name:</samp>&rsquo; and &lsquo;<samp>Address:</samp>&rsquo; as two lines in a
+single cell of the table.
+</p>
+<div class="example">
+<pre class="example">\begin{tabular}{p{1in}{\hspace{2in}}p{1in}}
+ Name: \newline Address: &amp;Date: \\ \hline
+\end{tabular}
+</pre></div>
+
+<p>The &lsquo;<samp>Date:</samp>&rsquo; will be baseline-aligned with &lsquo;<samp>Name:</samp>&rsquo;.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cnewpage.html b/src/data/help/unofficial-latex2e-reference-manual/_005cnewpage.html
new file mode 100644
index 00000000..1733695b
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cnewpage.html
@@ -0,0 +1,166 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\newpage (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\newpage (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\newpage (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Page-breaking.html#Page-breaking" rel="up" title="Page breaking">
+<link href="_005cenlargethispage.html#g_t_005cenlargethispage" rel="next" title="\enlargethispage">
+<link href="_005cclearpage-_0026-_005ccleardoublepage.html#g_t_005cclearpage-_0026-_005ccleardoublepage" rel="prev" title="\clearpage &amp; \cleardoublepage">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cnewpage"></a>
+<div class="header">
+<p>
+Next: <a href="_005cenlargethispage.html#g_t_005cenlargethispage" accesskey="n" rel="next">\enlargethispage</a>, Previous: <a href="_005cclearpage-_0026-_005ccleardoublepage.html#g_t_005cclearpage-_0026-_005ccleardoublepage" accesskey="p" rel="prev">\clearpage &amp; \cleardoublepage</a>, Up: <a href="Page-breaking.html#Page-breaking" accesskey="u" rel="up">Page breaking</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cnewpage-1"></a>
+<h3 class="section">10.2 <code>\newpage</code></h3>
+
+<a name="index-_005cnewpage"></a>
+<a name="index-new-page_002c-starting"></a>
+<a name="index-starting-a-new-page"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\newpage
+</pre></div>
+
+<p>End the current page. This command is robust (see <a href="_005cprotect.html#g_t_005cprotect">\protect</a>).
+</p>
+<p>LaTeX&rsquo;s page breaks are optimized so ordinarily you only use this
+command in a document body to polish the final version, or inside
+commands.
+</p>
+<p>While the commands <code>\clearpage</code> and <code>\cleardoublepage</code> also
+end the current page, in addition they clear pending floats
+(see <a href="_005cclearpage-_0026-_005ccleardoublepage.html#g_t_005cclearpage-_0026-_005ccleardoublepage">\clearpage &amp; \cleardoublepage</a>). And, if LaTeX is in
+two-column mode then <code>\clearpage</code> and <code>\cleardoublepage</code> end
+the current page, possibly leaving an empty column, while
+<code>\newpage</code> only ends the current column.
+</p>
+<p>In contrast with <code>\pagebreak</code> (see <a href="_005cpagebreak-_0026-_005cnopagebreak.html#g_t_005cpagebreak-_0026-_005cnopagebreak">\pagebreak &amp; \nopagebreak</a>),
+the <code>\newpage</code> command will cause the new page to start right where
+requested. This
+</p>
+<div class="example">
+<pre class="example">Four score and seven years ago our fathers brought forth on this
+continent,
+\newpage
+\noindent a new nation, conceived in Liberty, and dedicated to the
+proposition that all men are created equal.
+</pre></div>
+
+<p>makes a new page start after &lsquo;<samp>continent,</samp>&rsquo; and the cut-off line is
+not right justified. In addition, <code>\newpage</code> does not vertically
+stretch out the page, as <code>\pagebreak</code> does.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cnewsavebox.html b/src/data/help/unofficial-latex2e-reference-manual/_005cnewsavebox.html
new file mode 100644
index 00000000..2c9c97b0
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cnewsavebox.html
@@ -0,0 +1,159 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\newsavebox (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\newsavebox (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\newsavebox (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Definitions.html#Definitions" rel="up" title="Definitions">
+<link href="_005cnewenvironment-_0026-_005crenewenvironment.html#g_t_005cnewenvironment-_0026-_005crenewenvironment" rel="next" title="\newenvironment &amp; \renewenvironment">
+<link href="_005cnewlength.html#g_t_005cnewlength" rel="prev" title="\newlength">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cnewsavebox"></a>
+<div class="header">
+<p>
+Next: <a href="_005cnewenvironment-_0026-_005crenewenvironment.html#g_t_005cnewenvironment-_0026-_005crenewenvironment" accesskey="n" rel="next">\newenvironment &amp; \renewenvironment</a>, Previous: <a href="_005cnewlength.html#g_t_005cnewlength" accesskey="p" rel="prev">\newlength</a>, Up: <a href="Definitions.html#Definitions" accesskey="u" rel="up">Definitions</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cnewsavebox-1"></a>
+<h3 class="section">12.7 <code>\newsavebox</code></h3>
+
+<a name="index-_005cnewsavebox"></a>
+<a name="index-box_002c-allocating-new"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\newsavebox{\<var>cmd</var>}
+</pre></div>
+
+<p>Define \<var>cmd</var>, the string consisting of a backslash followed by
+<var>cmd</var>, to refer to a new bin for storing material. These bins hold
+material that has been typeset, to use multiple times or to measure or
+manipulate (see <a href="Boxes.html#Boxes">Boxes</a>). The bin name \<var>cmd</var> is required, must
+start with a backslash, \, and must not already be a defined command.
+This command is fragile (see <a href="_005cprotect.html#g_t_005cprotect">\protect</a>).
+</p>
+<p>This allocates a bin and then puts typeset material into it.
+</p>
+<div class="example">
+<pre class="example">\newsavebox{\logobox}
+\savebox{\logobox}{LoGo}
+Our logo is \usebox{\logobox}.
+</pre></div>
+
+<p>The output is &lsquo;<samp>Our logo is LoGo</samp>&rsquo;.
+</p>
+<p>If there is an already defined bin then you get something like
+&lsquo;<samp>LaTeX Error: Command \logobox already defined. Or name
+\end... illegal, see p.192 of the manual</samp>&rsquo;.
+</p>
+<p>The allocation of a box is global.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cnewtheorem.html b/src/data/help/unofficial-latex2e-reference-manual/_005cnewtheorem.html
new file mode 100644
index 00000000..2a5dd842
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cnewtheorem.html
@@ -0,0 +1,261 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\newtheorem (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\newtheorem (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\newtheorem (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Definitions.html#Definitions" rel="up" title="Definitions">
+<link href="_005cnewfont.html#g_t_005cnewfont" rel="next" title="\newfont">
+<link href="_005cnewenvironment-_0026-_005crenewenvironment.html#g_t_005cnewenvironment-_0026-_005crenewenvironment" rel="prev" title="\newenvironment &amp; \renewenvironment">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cnewtheorem"></a>
+<div class="header">
+<p>
+Next: <a href="_005cnewfont.html#g_t_005cnewfont" accesskey="n" rel="next">\newfont</a>, Previous: <a href="_005cnewenvironment-_0026-_005crenewenvironment.html#g_t_005cnewenvironment-_0026-_005crenewenvironment" accesskey="p" rel="prev">\newenvironment &amp; \renewenvironment</a>, Up: <a href="Definitions.html#Definitions" accesskey="u" rel="up">Definitions</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cnewtheorem-1"></a>
+<h3 class="section">12.9 <code>\newtheorem</code></h3>
+
+<a name="index-_005cnewtheorem"></a>
+<a name="index-theorems_002c-defining"></a>
+<a name="index-defining-new-theorems"></a>
+
+<a name="index-theorem_002dlike-environment"></a>
+<a name="index-environment_002c-theorem_002dlike"></a>
+<p>Synopses:
+</p>
+<div class="example">
+<pre class="example">\newtheorem{<var>name</var>}{<var>title</var>}
+\newtheorem{<var>name</var>}{<var>title</var>}[<var>numbered_within</var>]
+\newtheorem{<var>name</var>}[<var>numbered_like</var>]{<var>title</var>}
+</pre></div>
+
+<p>Define a new theorem-like environment. You can specify one of
+<var>numbered_within</var> and <var>numbered_like</var>, or neither, but not both.
+</p>
+<p>The first form, <code>\newtheorem{<var>name</var>}{<var>title</var>}</code>, creates
+an environment that will be labelled with <var>title</var>; see the first
+example below.
+</p>
+<p>The second form,
+<code>\newtheorem{<var>name</var>}{<var>title</var>}[<var>numbered_within</var>]</code>,
+creates an environment whose counter is subordinate to the existing
+counter <var>numbered_within</var>, so this counter will be reset when
+<var>numbered_within</var> is reset. See the second example below.
+</p>
+<p>The third form
+<code>\newtheorem{<var>name</var>}[<var>numbered_like</var>]{<var>title</var>}</code>,
+with optional argument between the two required arguments, creates an
+environment whose counter will share the previously defined counter
+<var>numbered_like</var>. See the third example.
+</p>
+<p>This command creates a counter named <var>name</var>. In addition, unless
+the optional argument <var>numbered_like</var> is used, inside of the
+theorem-like environment the current <code>\ref</code> value will be that of
+<code>\the<var>numbered_within</var></code> (see <a href="_005cref.html#g_t_005cref">\ref</a>).
+</p>
+<p>This declaration is global. It is fragile (see <a href="_005cprotect.html#g_t_005cprotect">\protect</a>).
+</p>
+<p>Arguments:
+</p>
+<dl compact="compact">
+<dt><var>name</var></dt>
+<dd><p>The name of the environment. It is a string of letters. It must not
+begin with a backslash, <code>\</code>. It must not be the name of an
+existing environment, and the command name <code>\<var>name</var></code> must not
+already be defined.
+</p>
+</dd>
+<dt><var>title</var></dt>
+<dd><p>The text to be printed at the beginning of the environment, before the
+number. For example, &lsquo;<samp>Theorem</samp>&rsquo;.
+</p>
+</dd>
+<dt><var>numbered_within</var></dt>
+<dd><p>Optional; the name of an already defined counter, usually a sectional
+unit such as <code>chapter</code> or <code>section</code>. When the
+<var>numbered_within</var> counter is reset then the <var>name</var> environment&rsquo;s
+counter will also be reset.
+</p>
+<p>If this optional argument is not used then the command
+<code>\the<var>name</var></code> is set to <code>\arabic{<var>name</var>}</code>.
+</p>
+</dd>
+<dt><var>numbered_like</var></dt>
+<dd><p>Optional; the name of an already defined theorem-like environment. The
+new environment will be numbered in sequence with <var>numbered_like</var>.
+</p>
+</dd>
+</dl>
+
+<p>Without any optional arguments the environments are numbered
+sequentially. The example below has a declaration in the preamble that
+results in &lsquo;<samp>Definition&nbsp;1</samp>&rsquo; and &lsquo;<samp>Definition&nbsp;2</samp>&rsquo; in the
+output.
+</p>
+<div class="example">
+<pre class="example">\newtheorem{defn}{Definition}
+\begin{document}
+\section{...}
+\begin{defn}
+ First def
+\end{defn}
+
+\section{...}
+\begin{defn}
+ Second def
+\end{defn}
+</pre></div>
+
+<p>This example has the same document body as the prior one. But here
+<code>\newtheorem</code>&rsquo;s optional argument <var>numbered_within</var> is given as
+<code>section</code>, so the output is like &lsquo;<samp>Definition&nbsp;1.1</samp>&rsquo; and
+&lsquo;<samp>Definition&nbsp;2.1</samp>&rsquo;.
+</p>
+<div class="example">
+<pre class="example">\newtheorem{defn}{Definition}[section]
+\begin{document}
+\section{...}
+\begin{defn}
+ First def
+\end{defn}
+
+\section{...}
+\begin{defn}
+ Second def
+\end{defn}
+</pre></div>
+
+<p>In the next example there are two declarations in the preamble, the
+second of which calls for the new <code>thm</code> environment to use the same
+counter as <code>defn</code>. It gives &lsquo;<samp>Definition&nbsp;1.1</samp>&rsquo;, followed
+by &lsquo;<samp>Theorem&nbsp;2.1</samp>&rsquo; and &lsquo;<samp>Definition&nbsp;2.2</samp>&rsquo;.
+</p>
+<div class="example">
+<pre class="example">\newtheorem{defn}{Definition}[section]
+\newtheorem{thm}[defn]{Theorem}
+\begin{document}
+\section{...}
+\begin{defn}
+ First def
+\end{defn}
+
+\section{...}
+\begin{thm}
+ First thm
+\end{thm}
+
+\begin{defn}
+ Second def
+\end{defn}
+</pre></div>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cnocite.html b/src/data/help/unofficial-latex2e-reference-manual/_005cnocite.html
new file mode 100644
index 00000000..5bedbe81
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cnocite.html
@@ -0,0 +1,143 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\nocite (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\nocite (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\nocite (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="thebibliography.html#thebibliography" rel="up" title="thebibliography">
+<link href="Using-BibTeX.html#Using-BibTeX" rel="next" title="Using BibTeX">
+<link href="_005ccite.html#g_t_005ccite" rel="prev" title="\cite">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cnocite"></a>
+<div class="header">
+<p>
+Next: <a href="Using-BibTeX.html#Using-BibTeX" accesskey="n" rel="next">Using BibTeX</a>, Previous: <a href="_005ccite.html#g_t_005ccite" accesskey="p" rel="prev">\cite</a>, Up: <a href="thebibliography.html#thebibliography" accesskey="u" rel="up">thebibliography</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cnocite-1"></a>
+<h4 class="subsection">8.24.3 <code>\nocite</code></h4>
+
+<a name="index-_005cnocite"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example"><code>\nocite{<var>keys</var>}</code>
+</pre></div>
+
+<p>Produces no output but writes <var>keys</var> to the auxiliary file
+<samp><var>doc-filename</var>.aux</samp>.
+</p>
+<p>The mandatory argument <var>keys</var> is a comma-separated list of one or
+more citation keys (see <a href="_005cbibitem.html#g_t_005cbibitem">\bibitem</a>). This information is used by
+BibTeX to include these works in your reference list even though you
+have not cited them (see <a href="_005ccite.html#g_t_005ccite">\cite</a>).
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cnofiles.html b/src/data/help/unofficial-latex2e-reference-manual/_005cnofiles.html
new file mode 100644
index 00000000..d360af04
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cnofiles.html
@@ -0,0 +1,156 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\nofiles (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\nofiles (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\nofiles (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Table-of-contents-etc_002e.html#Table-of-contents-etc_002e" rel="up" title="Table of contents etc.">
+<link href="Indexes.html#Indexes" rel="next" title="Indexes">
+<link href="_005caddtocontents.html#g_t_005caddtocontents" rel="prev" title="\addtocontents">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cnofiles"></a>
+<div class="header">
+<p>
+Previous: <a href="_005caddtocontents.html#g_t_005caddtocontents" accesskey="p" rel="prev">\addtocontents</a>, Up: <a href="Table-of-contents-etc_002e.html#Table-of-contents-etc_002e" accesskey="u" rel="up">Table of contents etc.</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cnofiles-1"></a>
+<h4 class="subsection">25.1.3 <code>\nofiles</code></h4>
+
+<a name="index-_005cnofiles"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\nofiles
+</pre></div>
+
+<p>Prevent LaTeX from writing any auxiliary files. The only output will
+be the <samp>.log</samp> and <samp>.pdf</samp> (or <samp>.dvi</samp>) files. This command
+must go in the preamble.
+</p>
+<p>Because of the <code>\nofiles</code> command this example will not produce a
+<samp>.toc</samp> file.
+</p>
+<div class="example">
+<pre class="example">\documentclass{book}
+\nofiles
+\begin{document}
+\tableofcontents\newpage
+\chapter{...}
+ ...
+</pre></div>
+
+<p>LaTeX will not erase any existing auxiliary files, so if you insert
+the <code>\nofiles</code> command after you have run the file and gotten
+a <samp>.toc</samp> then the table of contents page will continue to show
+the old information.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cnormalsfcodes.html b/src/data/help/unofficial-latex2e-reference-manual/_005cnormalsfcodes.html
new file mode 100644
index 00000000..52f7a978
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cnormalsfcodes.html
@@ -0,0 +1,139 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\normalsfcodes (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\normalsfcodes (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\normalsfcodes (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="_005cspacefactor.html#g_t_005cspacefactor" rel="up" title="\spacefactor">
+<link href="_005c_0028SPACE_0029.html#g_t_005c_0028SPACE_0029" rel="next" title="\(SPACE)">
+<link href="_005cfrenchspacing.html#g_t_005cfrenchspacing" rel="prev" title="\frenchspacing">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cnormalsfcodes"></a>
+<div class="header">
+<p>
+Previous: <a href="_005cfrenchspacing.html#g_t_005cfrenchspacing" accesskey="p" rel="prev">\frenchspacing</a>, Up: <a href="_005cspacefactor.html#g_t_005cspacefactor" accesskey="u" rel="up">\spacefactor</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cnormalsfcodes-1"></a>
+<h4 class="subsection">19.5.3 <code>\normalsfcodes</code></h4>
+
+<a name="index-_005cnormalsfcodes"></a>
+<a name="index-spacing_002c-inter_002dsentence-1"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\normalsfcodes
+</pre></div>
+
+<p>Reset the LaTeX space factor values to the default
+(see <a href="_005cspacefactor.html#g_t_005cspacefactor">\spacefactor</a>).
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cobeycr-_0026-_005crestorecr.html b/src/data/help/unofficial-latex2e-reference-manual/_005cobeycr-_0026-_005crestorecr.html
new file mode 100644
index 00000000..e2c56310
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cobeycr-_0026-_005crestorecr.html
@@ -0,0 +1,172 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\obeycr &amp; \restorecr (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\obeycr &amp; \restorecr (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\obeycr &amp; \restorecr (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Line-breaking.html#Line-breaking" rel="up" title="Line breaking">
+<link href="_005cnewline.html#g_t_005cnewline" rel="next" title="\newline">
+<link href="_005c_005c.html#g_t_005c_005c" rel="prev" title="\\">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cobeycr-_0026-_005crestorecr"></a>
+<div class="header">
+<p>
+Next: <a href="_005cnewline.html#g_t_005cnewline" accesskey="n" rel="next">\newline</a>, Previous: <a href="_005c_005c.html#g_t_005c_005c" accesskey="p" rel="prev">\\</a>, Up: <a href="Line-breaking.html#Line-breaking" accesskey="u" rel="up">Line breaking</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cobeycr-_0026-_005crestorecr-1"></a>
+<h3 class="section">9.2 <code>\obeycr</code> &amp; <code>\restorecr</code></h3>
+
+<a name="index-_005cobeycr"></a>
+<a name="index-_005crestorecr"></a>
+<a name="index-new-line_002c-output-as-input"></a>
+
+<p>The <code>\obeycr</code> command makes a return in the input file (&lsquo;<samp>^^M</samp>&rsquo;,
+internally) the same as <code>\\</code>, followed by <code>\relax</code>. So each
+new line in the input will also be a new line in the output. The
+<code>\restorecr</code> command restores normal line-breaking behavior.
+</p>
+<p>This is not the way to show verbatim text or computer code.
+See <a href="verbatim.html#verbatim">verbatim</a> instead.
+</p>
+<p>With LaTeX&rsquo;s usual defaults, this
+</p>
+<div class="example">
+<pre class="example">aaa
+bbb
+
+\obeycr
+ccc
+ddd
+ eee
+
+\restorecr
+fff
+ggg
+
+hhh
+iii
+</pre></div>
+
+<p>produces output like this.
+</p>
+<div class="example">
+<pre class="example"> aaa bbb
+ ccc
+ddd
+eee
+
+fff ggg
+ hhh iii
+</pre></div>
+
+<p>The indents are paragraph indents.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005conecolumn.html b/src/data/help/unofficial-latex2e-reference-manual/_005conecolumn.html
new file mode 100644
index 00000000..7754f490
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005conecolumn.html
@@ -0,0 +1,141 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\onecolumn (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\onecolumn (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\onecolumn (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Layout.html#Layout" rel="up" title="Layout">
+<link href="_005ctwocolumn.html#g_t_005ctwocolumn" rel="next" title="\twocolumn">
+<link href="Layout.html#Layout" rel="prev" title="Layout">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005conecolumn"></a>
+<div class="header">
+<p>
+Next: <a href="_005ctwocolumn.html#g_t_005ctwocolumn" accesskey="n" rel="next">\twocolumn</a>, Up: <a href="Layout.html#Layout" accesskey="u" rel="up">Layout</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005conecolumn-1"></a>
+<h3 class="section">5.1 <code>\onecolumn</code></h3>
+
+<a name="index-_005conecolumn"></a>
+<a name="index-one_002dcolumn-output"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\onecolumn
+</pre></div>
+
+<p>Start a new page and produce single-column output. If the document is
+given the class option <code>onecolumn</code> then this is the default
+behavior (see <a href="Document-class-options.html#Document-class-options">Document class options</a>). This command is fragile
+(see <a href="_005cprotect.html#g_t_005cprotect">\protect</a>).
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005copenin-_0026-_005copenout.html b/src/data/help/unofficial-latex2e-reference-manual/_005copenin-_0026-_005copenout.html
new file mode 100644
index 00000000..0159be32
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005copenin-_0026-_005copenout.html
@@ -0,0 +1,208 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\openin &amp; \openout (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\openin &amp; \openout (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\openin &amp; \openout (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Input_002foutput.html#Input_002foutput" rel="up" title="Input/output">
+<link href="_005cread.html#g_t_005cread" rel="next" title="\read">
+<link href="Input_002foutput.html#Input_002foutput" rel="prev" title="Input/output">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005copenin-_0026-_005copenout"></a>
+<div class="header">
+<p>
+Next: <a href="_005cread.html#g_t_005cread" accesskey="n" rel="next">\read</a>, Up: <a href="Input_002foutput.html#Input_002foutput" accesskey="u" rel="up">Input/output</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005copenin-_0026-_005copenout-1"></a>
+<h3 class="section">27.1 <code>\openin</code> &amp; <code>\openout</code></h3>
+
+<a name="index-_005copenin"></a>
+<a name="index-_005copenout"></a>
+<a name="index-_005cclosein"></a>
+<a name="index-_005ccloseout"></a>
+<a name="index-file_002c-opening"></a>
+<a name="index-file_002c-closing"></a>
+<a name="index-open-a-file"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\openin<var>number</var>=<var>filename</var>
+</pre></div>
+
+<p>or:
+</p>
+<div class="example">
+<pre class="example">\openout<var>number</var>=<var>filename</var>
+</pre></div>
+
+<p>Open a file for reading material, or for writing it. The <var>number</var>
+must be between 0 and 15, as in <code>\openin3</code> (in LuaLaTeX
+<var>number</var> can be between 0 and 255).
+</p>
+<p>Here TeX opens the file <samp>presidents.tex</samp> for reading.
+</p>
+<div class="example">
+<pre class="example">\newread\presidentsfile
+\openin\presidentsfile=presidents
+\typeout{presidentsfile is \the\presidentsfile}
+\read\presidentsfile to\presidentline
+\typeout{\presidentline}
+</pre></div>
+
+<p>The <code>\newread</code> command allocates input stream numbers from 0
+to&nbsp;15 (there is also a <code>\newwrite</code>). The
+<code>\presidentsfile</code> is more memorable but under the hood it is still
+a number; the first <code>\typeout</code> gives something like
+&lsquo;<samp>presidentsfile is 1</samp>&rsquo;. In addition, <code>\newread</code> keeps track of
+the allocation so that if you use too many then you get an error like
+&lsquo;<samp>! No room for a new \read</samp>&rsquo;. The second <code>\typeout</code> gives the
+first line of the file, something like &lsquo;<samp>1 Washington, George</samp>&rsquo;.
+</p>
+<p>Ordinarily TeX will not try to open the file until the next page
+shipout. To change this, use
+<code>\immediate\openin<var>number</var>=<var>filename</var></code> or
+<code>\immediate\openout<var>number</var>=<var>filename</var></code>.
+</p>
+<p>Close files with <code>\closein<var>number</var></code> and
+<code>\closeout<var>number</var></code>.
+</p>
+<p>How LaTeX handles filenames varies among distributions, and even can
+vary among versions of a distribution. If the file does not have an
+extension then TeX will add a <samp>.tex</samp>. This creates
+<samp>presidents.tex</samp>, writes one line to it, and closes it.
+</p>
+<div class="example">
+<pre class="example">\newwrite\presidentsfile
+\openout\presidentsfile=presidents
+\write\presidentsfile{1 Washington, George}
+\closeout\presidentsfile
+</pre></div>
+
+<p>But filenames with a period can cause trouble: if TeX finds a
+<var>filename</var> of <samp>presidents.dat</samp> it could look first for
+<samp>presidents.dat.tex</samp> and later for <samp>presidents.dat</samp>, or it
+could do the opposite. Your distribution&rsquo;s documentation should say
+more, and if you find something that works for you then you are good,
+but to ensure complete portability the best thing is to use file names
+containing only the twenty six ASCII letters (not case-sensitive) and
+the ten digits, along with underscore and dash, and in particular with
+no dot or space.
+</p>
+<p>For <code>openin</code>, if TeX cannot find the file then it does not give
+an error. It just considers that the stream is not open (test for this
+with <code>\ifeof</code>; one recourse is the command
+<code>\InputIfFileExists</code>, see <a href="Class-and-package-commands.html#Class-and-package-commands">Class and package commands</a>). If you
+try to use the same number twice, LaTeX won&rsquo;t give you an error. If
+you try to use a bad number then you get an error message like &lsquo;<samp>!
+Bad number (16). &lt;to be read again&gt; = l.30 \openin16=test.jh</samp>&rsquo;.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005copening.html b/src/data/help/unofficial-latex2e-reference-manual/_005copening.html
new file mode 100644
index 00000000..0bf12fae
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005copening.html
@@ -0,0 +1,143 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\opening (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\opening (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\opening (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Letters.html#Letters" rel="up" title="Letters">
+<link href="_005cps.html#g_t_005cps" rel="next" title="\ps">
+<link href="_005cname.html#g_t_005cname" rel="prev" title="\name">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005copening"></a>
+<div class="header">
+<p>
+Next: <a href="_005cps.html#g_t_005cps" accesskey="n" rel="next">\ps</a>, Previous: <a href="_005cname.html#g_t_005cname" accesskey="p" rel="prev">\name</a>, Up: <a href="Letters.html#Letters" accesskey="u" rel="up">Letters</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005copening-1"></a>
+<h3 class="section">26.8 <code>\opening</code></h3>
+
+<a name="index-_005copening"></a>
+<a name="index-letters_002c-starting"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\opening{<var>salutation</var>}
+</pre></div>
+
+<p>Required. Follows the <code>\begin{letter}{...}</code>. The argument
+<var>salutation</var> is mandatory. For instance:
+</p>
+<div class="example">
+<pre class="example">\opening{Dear John:}
+</pre></div>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005coval.html b/src/data/help/unofficial-latex2e-reference-manual/_005coval.html
new file mode 100644
index 00000000..19ccf7d3
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005coval.html
@@ -0,0 +1,172 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\oval (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\oval (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\oval (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="picture.html#picture" rel="up" title="picture">
+<link href="_005cshortstack.html#g_t_005cshortstack" rel="next" title="\shortstack">
+<link href="_005ccircle.html#g_t_005ccircle" rel="prev" title="\circle">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005coval"></a>
+<div class="header">
+<p>
+Next: <a href="_005cshortstack.html#g_t_005cshortstack" accesskey="n" rel="next">\shortstack</a>, Previous: <a href="_005ccircle.html#g_t_005ccircle" accesskey="p" rel="prev">\circle</a>, Up: <a href="picture.html#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005coval-1"></a>
+<h4 class="subsection">8.19.10 <code>\oval</code></h4>
+
+<a name="index-_005coval"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\oval(<var>width</var>,<var>height</var>)
+\oval(<var>width</var>,<var>height</var>)[<var>portion</var>]
+</pre></div>
+
+<p>Produce a rectangle with rounded corners. The optional argument
+<var>portion</var> allows you to produce only half or a quarter of the oval.
+For half an oval take <var>portion</var> to be one of these.
+</p>
+<dl compact="compact">
+<dt><code>t</code></dt>
+<dd><p>top half
+</p></dd>
+<dt><code>b</code></dt>
+<dd><p>bottom half
+</p></dd>
+<dt><code>r</code></dt>
+<dd><p>right half
+</p></dd>
+<dt><code>l</code></dt>
+<dd><p>left half
+</p></dd>
+</dl>
+
+<p>Produce only one quarter of the oval by setting <var>portion</var> to
+<code>tr</code>, <code>br</code>, <code>bl</code>, or <code>tl</code>.
+</p>
+<p>This draws the top half of an oval that is 3 wide and 7 tall.
+</p>
+<div class="example">
+<pre class="example">\put(5,7){\oval(3,7)[t]}
+</pre></div>
+
+<p>The (5,7) is the center of the entire oval, not just the center of the
+top half.
+</p>
+<p>These shapes are not ellipses. They are rectangles whose corners are
+made with quarter circles. These circles have a maximum radius of
+20pt (see <a href="_005ccircle.html#g_t_005ccircle">\circle</a> for the sizes). Thus large ovals are just
+boxes with a small amount of corner rounding.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cpagebreak-_0026-_005cnopagebreak.html b/src/data/help/unofficial-latex2e-reference-manual/_005cpagebreak-_0026-_005cnopagebreak.html
new file mode 100644
index 00000000..e19f219b
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cpagebreak-_0026-_005cnopagebreak.html
@@ -0,0 +1,178 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\pagebreak &amp; \nopagebreak (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\pagebreak &amp; \nopagebreak (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\pagebreak &amp; \nopagebreak (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Page-breaking.html#Page-breaking" rel="up" title="Page breaking">
+<link href="Footnotes.html#Footnotes" rel="next" title="Footnotes">
+<link href="_005cenlargethispage.html#g_t_005cenlargethispage" rel="prev" title="\enlargethispage">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cpagebreak-_0026-_005cnopagebreak"></a>
+<div class="header">
+<p>
+Previous: <a href="_005cenlargethispage.html#g_t_005cenlargethispage" accesskey="p" rel="prev">\enlargethispage</a>, Up: <a href="Page-breaking.html#Page-breaking" accesskey="u" rel="up">Page breaking</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cpagebreak-_0026-_005cnopagebreak-1"></a>
+<h3 class="section">10.4 <code>\pagebreak</code> &amp; <code>\nopagebreak</code></h3>
+
+<a name="index-_005cpagebreak"></a>
+<a name="index-_005cnopagebreak"></a>
+<a name="index-page-break_002c-forcing"></a>
+<a name="index-page-break_002c-preventing"></a>
+
+<p>Synopses:
+</p>
+<div class="example">
+<pre class="example">\pagebreak
+\pagebreak[<var>zero-to-four</var>]
+</pre></div>
+
+<p>or
+</p>
+<div class="example">
+<pre class="example">\nopagebreak
+\nopagebreak[<var>zero-to-four</var>]
+</pre></div>
+
+<p>Encourage or discourage a page break. The optional <var>zero-to-four</var>
+is an integer that allows you to soften the request. The default is 4,
+so that without the optional argument these commands entirely force or
+prevent the break. But for instance <code>\nopagebreak[1]</code> suggests to
+LaTeX that another spot might be preferable. The higher the number,
+the more insistent the request. Both commands are fragile
+(see <a href="_005cprotect.html#g_t_005cprotect">\protect</a>).
+</p>
+<p>LaTeX&rsquo;s page endings are optimized so ordinarily you only use this
+command in a document body to polish the final version, or inside
+commands.
+</p>
+<p>If you use these inside a paragraph, they apply to the point following
+the line in which they appear. So this
+</p>
+<div class="example">
+<pre class="example">Four score and seven years ago our fathers brought forth on this
+continent,
+\pagebreak
+a new nation, conceived in Liberty, and dedicated to the proposition
+that all men are created equal.
+</pre></div>
+
+<p>does not give a page break at &lsquo;<samp>continent,</samp>&rsquo; but instead at
+&lsquo;<samp>nation,</samp>&rsquo; since that is where LaTeX breaks that line. In
+addition, with <code>\pagebreak</code> the vertical space on the page is
+stretched out where possible so that it extends to the normal bottom
+margin. This can look strange, and if <code>\flushbottom</code> is in effect
+this can cause you to get &lsquo;<samp>Underfull \vbox (badness 10000) has
+occurred while \output is active</samp>&rsquo;. See <a href="_005cnewpage.html#g_t_005cnewpage">\newpage</a> for a command that
+does not have these effects.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cpagenumbering.html b/src/data/help/unofficial-latex2e-reference-manual/_005cpagenumbering.html
new file mode 100644
index 00000000..0cbb33cf
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cpagenumbering.html
@@ -0,0 +1,199 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\pagenumbering (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\pagenumbering (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\pagenumbering (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Page-styles.html#Page-styles" rel="up" title="Page styles">
+<link href="_005cpagestyle.html#g_t_005cpagestyle" rel="next" title="\pagestyle">
+<link href="_005cmaketitle.html#g_t_005cmaketitle" rel="prev" title="\maketitle">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cpagenumbering"></a>
+<div class="header">
+<p>
+Next: <a href="_005cpagestyle.html#g_t_005cpagestyle" accesskey="n" rel="next">\pagestyle</a>, Previous: <a href="_005cmaketitle.html#g_t_005cmaketitle" accesskey="p" rel="prev">\maketitle</a>, Up: <a href="Page-styles.html#Page-styles" accesskey="u" rel="up">Page styles</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cpagenumbering-1"></a>
+<h3 class="section">18.2 <code>\pagenumbering</code></h3>
+
+<a name="index-_005cpagenumbering"></a>
+<a name="index-page-numbering-style"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\pagenumbering{<var>number-style</var>}
+</pre></div>
+
+<p>Specifies the style of page numbers, and resets the page number. The
+numbering style is reflected on the page, and also in the table of
+contents and other page references. This declaration has global scope
+so its effect is not delimited by braces or environments.
+</p>
+<p>In this example, before the Main section the pages are numbered
+&lsquo;<samp>a</samp>&rsquo;, etc. Starting on the page containing that section, the pages
+are numbered &lsquo;<samp>1</samp>&rsquo;, etc.
+</p>
+<div class="example">
+<pre class="example">\begin{document}\pagenumbering{alph}
+ ...
+\section{Main}\pagenumbering{arabic}
+ ...
+</pre></div>
+
+<p>The argument <var>number-style</var> is one of the following (see
+also&nbsp;<a href="_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol.html#g_t_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol">\alph \Alph \arabic \roman \Roman \fnsymbol</a>).
+</p>
+<dl compact="compact">
+<dt><code>arabic</code></dt>
+<dd><p>Arabic numerals: 1, 2, &hellip;
+</p>
+</dd>
+<dt><code>roman</code></dt>
+<dd><p>lowercase Roman numerals: i, ii, &hellip;
+</p>
+</dd>
+<dt><code>Roman</code></dt>
+<dd><p>uppercase Roman numerals: I, II, &hellip;
+</p>
+</dd>
+<dt><code>alph</code></dt>
+<dd><p>lowercase letters: a, b, &hellip; If you have more than 26 pages then you
+get &lsquo;<samp>LaTeX Error: Counter too large</samp>&rsquo;.
+</p>
+</dd>
+<dt><code>Alph</code></dt>
+<dd><p>uppercase letters: A, B, &hellip; If you have more than 26 pages then you
+get &lsquo;<samp>LaTeX Error: Counter too large</samp>&rsquo;.
+</p>
+</dd>
+<dt><code>gobble</code></dt>
+<dd><a name="index-package_002c-hyperref-2"></a>
+<a name="index-hyperref-package-2"></a>
+<p>LaTeX does not output a page number, although it
+does get reset. References to that page also are blank. (This does not
+work with the popular package <samp>hyperref</samp> so to have the page number
+not appear you may want to instead use <code>\pagestyle{empty}</code> or
+<code>\thispagestyle{empty}</code>.)
+</p>
+</dd>
+</dl>
+
+<p>Traditionally, if a document has front matter&mdash;preface, table of
+contents, etc.&mdash;then it is numbered with lowercase Roman numerals. The
+main matter of a document uses arabic. See <a href="_005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter.html#g_t_005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter">\frontmatter &amp; \mainmatter &amp; \backmatter</a>.
+</p>
+<p>If you want to address where the page number appears on the page,
+see&nbsp;<a href="_005cpagestyle.html#g_t_005cpagestyle">\pagestyle</a>. If you want to change the value of page
+number then you will manipulate the <code>page</code> counter
+(see <a href="Counters.html#Counters">Counters</a>).
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cpageref.html b/src/data/help/unofficial-latex2e-reference-manual/_005cpageref.html
new file mode 100644
index 00000000..35202bbf
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cpageref.html
@@ -0,0 +1,157 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\pageref (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\pageref (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\pageref (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Cross-references.html#Cross-references" rel="up" title="Cross references">
+<link href="_005cref.html#g_t_005cref" rel="next" title="\ref">
+<link href="_005clabel.html#g_t_005clabel" rel="prev" title="\label">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cpageref"></a>
+<div class="header">
+<p>
+Next: <a href="_005cref.html#g_t_005cref" accesskey="n" rel="next">\ref</a>, Previous: <a href="_005clabel.html#g_t_005clabel" accesskey="p" rel="prev">\label</a>, Up: <a href="Cross-references.html#Cross-references" accesskey="u" rel="up">Cross references</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cpageref-1"></a>
+<h3 class="section">7.2 <code>\pageref</code></h3>
+
+<a name="index-_005cpageref"></a>
+<a name="index-cross-referencing-with-page-number"></a>
+<a name="index-page-number_002c-cross-referencing"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\pageref{<var>key</var>}
+</pre></div>
+
+<p>Produce the page number of the place in the text where the corresponding
+<code>\label</code>{<var>key</var>} command appears.
+</p>
+<p>If there is no <code>\label{<var>key</var>}</code> then you get something like
+&lsquo;<samp>LaTeX Warning: Reference `th:GrensThm' on page 1 undefined on
+input line 11.</samp>&rsquo;
+</p>
+<p>Below, the <code>\label{eq:main}</code> is used both for the formula number
+and for the page number. (Note that the two references are forward
+references so this document would need to be compiled twice to resolve
+those.)
+</p>
+<div class="example">
+<pre class="example">The main result is formula~\ref{eq:main} on page~\pageref{eq:main}.
+ ...
+\begin{equation} \label{eq:main}
+ \mathbf{P}=\mathbf{NP}
+\end{equation}
+</pre></div>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cpagestyle.html b/src/data/help/unofficial-latex2e-reference-manual/_005cpagestyle.html
new file mode 100644
index 00000000..4f9fa4fd
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cpagestyle.html
@@ -0,0 +1,238 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\pagestyle (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\pagestyle (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\pagestyle (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Page-styles.html#Page-styles" rel="up" title="Page styles">
+<link href="_005cthispagestyle.html#g_t_005cthispagestyle" rel="next" title="\thispagestyle">
+<link href="_005cpagenumbering.html#g_t_005cpagenumbering" rel="prev" title="\pagenumbering">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cpagestyle"></a>
+<div class="header">
+<p>
+Next: <a href="_005cthispagestyle.html#g_t_005cthispagestyle" accesskey="n" rel="next">\thispagestyle</a>, Previous: <a href="_005cpagenumbering.html#g_t_005cpagenumbering" accesskey="p" rel="prev">\pagenumbering</a>, Up: <a href="Page-styles.html#Page-styles" accesskey="u" rel="up">Page styles</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cpagestyle-1"></a>
+<h3 class="section">18.3 <code>\pagestyle</code></h3>
+
+<a name="index-_005cpagestyle"></a>
+<a name="index-header-style"></a>
+<a name="index-footer-style"></a>
+<a name="index-running-header-and-footer-style"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\pagestyle{<var>style</var>}
+</pre></div>
+
+<p>Declaration that specifies how the page headers and footers are typeset,
+from the current page onwards.
+</p>
+<a name="index-package_002c-fancyhdr-1"></a>
+<a name="index-fancyhdr-package-1"></a>
+
+<p>A discussion with an example is below. Note first that the package
+<samp>fancyhdr</samp> is now the standard way to manipulate headers and
+footers. New documents that need to do anything other than one of the
+standard options below should use this package. See its documentation
+on CTAN.
+</p>
+<p>Values for <var>style</var>:
+</p>
+<dl compact="compact">
+<dt><code>plain</code></dt>
+<dd><p>The header is empty. The footer contains only a page number, centered.
+</p>
+</dd>
+<dt><code>empty</code></dt>
+<dd><p>The header and footer is empty.
+</p>
+</dd>
+<dt><code>headings</code></dt>
+<dd><p>Put running headers and footers on each page. The document style
+specifies what goes in there; see the discussion below.
+</p>
+</dd>
+<dt><code>myheadings</code></dt>
+<dd><p>Custom headers, specified via the <code>\markboth</code> or the
+<code>\markright</code> commands.
+</p>
+</dd>
+</dl>
+
+<p>Some discussion of the motivation for LaTeX&rsquo;s mechanism will help you
+work with the options <code>headings</code> or <code>myheadings</code>. The
+document source below produces an article, two-sided, with the pagestyle
+<code>headings</code>. On this document&rsquo;s left hand pages, LaTeX wants (in
+addition to the page number) the title of the current section. On its
+right hand pages LaTeX wants the title of the current subsection.
+When it makes up a page, LaTeX gets this information from the
+commands <code>\leftmark</code> and <code>\rightmark</code>. So it is up to
+<code>\section</code> and <code>\subsection</code> to store that information there.
+</p>
+<div class="example">
+<pre class="example">\documentclass[twoside]{article}
+\pagestyle{headings}
+\begin{document}
+ ... \section{Section 1} ... \subsection{Subsection 1.1} ...
+\section{Section 2}
+ ...
+\subsection{Subsection 2.1}
+ ...
+\subsection{Subsection 2.2}
+ ...
+</pre></div>
+
+<p>Suppose that the second section falls on a left page. Although when the
+page starts it is in the first section, LaTeX will put
+&lsquo;<samp>Section&nbsp;2</samp>&rsquo; in the left page header. As to the right header,
+if no subsection starts before the end of the right page then LaTeX
+blanks the right hand header. If a subsection does appear before the
+right page finishes then there are two cases. If at least one
+subsection starts on the right hand page then LaTeX will put in the
+right header the title of the first subsection starting on that right
+page. If at least one of 2.1, 2.2, &hellip;, starts on the left page but
+none starts on the right then LaTeX puts in the right hand header the
+title of the last subsection to start, that is, the one in effect during
+the right hand page.
+</p>
+<p>To accomplish this, in a two-sided article, LaTeX has <code>\section</code>
+issue a command <code>\markboth</code>, setting <code>\leftmark</code>
+to &lsquo;<samp>Section&nbsp;2</samp>&rsquo; and setting <code>\rightmark</code> to blank.
+And, LaTeX has <code>\subsection</code> issue a command <code>\markright</code>,
+setting <code>\rightmark</code> to &lsquo;<samp>Subsection&nbsp;2.1</samp>&rsquo;, etc.
+</p>
+<p>Here are the descriptions of <code>\markboth</code> and <code>\markright</code>:
+</p>
+<dl compact="compact">
+<dt><code>\markboth{<var>left-head</var>}{<var>right-head</var>}</code>
+<a name="index-_005cmarkboth_007bleft_002dhead_007d_007bright_002dhead_007d"></a>
+</dt>
+<dd><p>Sets both the right hand and left hand heading information for either a
+page style of <code>headings</code> or <code>myheadings</code>. A left hand page
+heading <var>left-head</var> is generated by the last <code>\markboth</code>
+command before the end of the page. A right hand page heading
+<var>right-head</var> is generated by the first <code>\markboth</code> or
+<code>\markright</code> that comes on the page if there is one, otherwise by
+the last one that came before that page.
+</p>
+</dd>
+<dt><code>\markright{<var>right</var>}</code>
+<a name="index-_005cmarkright_007bright_007d"></a>
+</dt>
+<dd><p>Sets the right hand page heading, leaving the left unchanged.
+</p>
+</dd>
+</dl>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cpar.html b/src/data/help/unofficial-latex2e-reference-manual/_005cpar.html
new file mode 100644
index 00000000..ba5d7621
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cpar.html
@@ -0,0 +1,184 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\par (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\par (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\par (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Making-paragraphs.html#Making-paragraphs" rel="up" title="Making paragraphs">
+<link href="_005cindent-_0026-_005cnoindent.html#g_t_005cindent-_0026-_005cnoindent" rel="next" title="\indent &amp; \noindent">
+<link href="Making-paragraphs.html#Making-paragraphs" rel="prev" title="Making paragraphs">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cpar"></a>
+<div class="header">
+<p>
+Next: <a href="_005cindent-_0026-_005cnoindent.html#g_t_005cindent-_0026-_005cnoindent" accesskey="n" rel="next">\indent &amp; \noindent</a>, Up: <a href="Making-paragraphs.html#Making-paragraphs" accesskey="u" rel="up">Making paragraphs</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cpar-1"></a>
+<h3 class="section">15.1 <code>\par</code></h3>
+
+<a name="index-_005cpar"></a>
+<a name="index-paragraph_002c-ending"></a>
+
+<p>Synopsis (note that while reading the input TeX converts two
+consecutive newlines to a <code>\par</code>):
+</p>
+<div class="example">
+<pre class="example">\par
+</pre></div>
+
+<p>End the current paragraph. The usual way to separate paragraphs is with
+a blank line but the <code>\par</code> command is entirely equivalent. This
+command is robust (see <a href="_005cprotect.html#g_t_005cprotect">\protect</a>).
+</p>
+<p>This example uses <code>\par</code> rather than a blank line simply for
+readability.
+</p>
+<div class="example">
+<pre class="example">\newcommand{\syllabusLegalese}{%
+ \whatCheatingIs\par\whatHappensWhenICatchYou}
+</pre></div>
+
+<p>In LR mode or a vertical mode the <code>\par</code> command does nothing but
+it terminates paragraph mode, switching LaTeX to vertical mode
+(see <a href="Modes.html#Modes">Modes</a>).
+</p>
+<p>You cannot use the <code>\par</code> command in a math mode. You also cannot
+use it in the argument of many commands, such as the <code>\section</code>
+command (see <a href="Making-paragraphs.html#Making-paragraphs">Making paragraphs</a> and <a href="_005cnewcommand-_0026-_005crenewcommand.html#g_t_005cnewcommand-_0026-_005crenewcommand">\newcommand &amp; \renewcommand</a>).
+</p>
+<p>The <code>\par</code> command is not the same as the <code>\paragraph</code>
+command. The latter is, like <code>\section</code> or <code>\subsection</code>, a
+sectioning unit used by the standard LaTeX documents
+(see <a href="_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph.html#g_t_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph">\subsubsection &amp; \paragraph &amp; \subparagraph</a>).
+</p>
+<p>The <code>\par</code> command is not the same as <code>\newline</code> or the line
+break double backslash, <code>\\</code>. The difference is that <code>\par</code>
+ends the paragraph, not just the line, and also triggers the addition of
+the between-paragraph vertical space <code>\parskip</code> (see <a href="_005cparindent-_0026-_005cparskip.html#g_t_005cparindent-_0026-_005cparskip">\parindent &amp; \parskip</a>).
+</p>
+<p>The output from this example
+</p>
+<div class="example">
+<pre class="example">xyz
+
+\setlength{\parindent}{3in}
+\setlength{\parskip}{5in}
+\noindent test\indent test1\par test2
+</pre></div>
+
+<p>is: after &lsquo;<samp>xyz</samp>&rsquo; there is a vertical skip of 5&nbsp;inches and then
+&lsquo;<samp>test</samp>&rsquo; appears, aligned with the left margin. On the same line,
+there is an empty horizontal space of 3&nbsp;inches and then
+&lsquo;<samp>test1</samp>&rsquo; appears. Finally. there is a vertical space of
+5&nbsp;inches, followed by a fresh paragraph with a paragraph indent of
+3&nbsp;inches, and then LaTeX puts the text &lsquo;<samp>test2</samp>&rsquo;.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cparbox.html b/src/data/help/unofficial-latex2e-reference-manual/_005cparbox.html
new file mode 100644
index 00000000..83a1ff52
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cparbox.html
@@ -0,0 +1,186 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\parbox (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\parbox (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\parbox (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Boxes.html#Boxes" rel="up" title="Boxes">
+<link href="_005craisebox.html#g_t_005craisebox" rel="next" title="\raisebox">
+<link href="_005cfbox-_0026-_005cframebox.html#g_t_005cfbox-_0026-_005cframebox" rel="prev" title="\fbox &amp; \framebox">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cparbox"></a>
+<div class="header">
+<p>
+Next: <a href="_005craisebox.html#g_t_005craisebox" accesskey="n" rel="next">\raisebox</a>, Previous: <a href="_005cfbox-_0026-_005cframebox.html#g_t_005cfbox-_0026-_005cframebox" accesskey="p" rel="prev">\fbox &amp; \framebox</a>, Up: <a href="Boxes.html#Boxes" accesskey="u" rel="up">Boxes</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cparbox-1"></a>
+<h3 class="section">20.3 <code>\parbox</code></h3>
+
+<a name="index-_005cparbox"></a>
+<a name="index-paragraph-mode-1"></a>
+<a name="index-paragraph_002c-in-a-box"></a>
+
+<p>Synopses, one of:
+</p>
+<div class="example">
+<pre class="example">\parbox{<var>width</var>}{<var>contents</var>}
+\parbox[<var>position</var>]{<var>width</var>}{<var>contents</var>}
+\parbox[<var>position</var>][<var>height</var>]{<var>width</var>}{<var>contents</var>}
+\parbox[<var>position</var>][<var>height</var>][<var>inner-pos</var>]{<var>width</var>}{<var>contents</var>}
+</pre></div>
+
+<p>Produce a box of text that is <var>width</var> wide. Use this command to make
+a box of small pieces of text, of a single paragraph. This command is
+fragile (see <a href="_005cprotect.html#g_t_005cprotect">\protect</a>).
+</p>
+<div class="example">
+<pre class="example">\begin{picture}(0,0)
+ ...
+ \put(1,2){\parbox{1.75in}{\raggedright Because the graph is a line on
+ this semilog paper, the relationship is
+ exponential.}}
+\end{picture}
+</pre></div>
+
+<p>The <var>contents</var> are processed in a text mode (see <a href="Modes.html#Modes">Modes</a>) so
+LaTeX will break lines to make a paragraph. But it won&rsquo;t make
+multiple paragraphs; for that, use a <code>minipage</code> environment
+(see <a href="minipage.html#minipage">minipage</a>).
+</p>
+<p>The options for <code>\parbox</code> (except for <var>contents</var>) are the same
+as those for <code>minipage</code>. For convenience a summary of the options
+is here but see&nbsp;<a href="minipage.html#minipage">minipage</a> for a complete description.
+</p>
+<p>There are two required arguments. The <var>width</var> is a rigid length
+(see <a href="Lengths.html#Lengths">Lengths</a>). It sets the width of the box into which LaTeX
+typesets <var>contents</var>. The <var>contents</var> is the text that is placed
+in that box. It should not have any paragraph-making components.
+</p>
+<p>There are three optional arguments, <var>position</var>, <var>height</var>, and
+<var>inner-pos</var>. The <var>position</var> gives the vertical alignment of the
+<code>parbox</code> with respect to the surrounding material. The possible
+values are <code>c</code> or <code>m</code> to make the vertical center of the
+<code>parbox</code> lines up with the center of the adjacent line (this is the
+default), or <code>t</code> to match the top line of the <code>parbox</code> with
+the baseline of the surrounding material, or <code>b</code> to match the
+bottom line.
+</p>
+<p>The optional argument <var>height</var> overrides the natural height of the
+box.
+</p>
+<p>The optional argument <var>inner-pos</var> controls the placement of
+<var>content</var> inside the <code>parbox</code>. Its default is the value of
+<var>position</var>. Its possible values are: <code>t</code> to put the
+<var>content</var> at the top of the box, <code>c</code> to put it in the vertical
+center, <code>b</code> to put it at the bottom of the box, and <code>s</code> to
+stretch it out vertically (for this, the text must contain vertically
+stretchable space).
+</p>
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cparindent-_0026-_005cparskip.html b/src/data/help/unofficial-latex2e-reference-manual/_005cparindent-_0026-_005cparskip.html
new file mode 100644
index 00000000..3c7d9efa
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cparindent-_0026-_005cparskip.html
@@ -0,0 +1,165 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\parindent &amp; \parskip (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\parindent &amp; \parskip (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\parindent &amp; \parskip (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Making-paragraphs.html#Making-paragraphs" rel="up" title="Making paragraphs">
+<link href="Marginal-notes.html#Marginal-notes" rel="next" title="Marginal notes">
+<link href="_005cindent-_0026-_005cnoindent.html#g_t_005cindent-_0026-_005cnoindent" rel="prev" title="\indent &amp; \noindent">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cparindent-_0026-_005cparskip"></a>
+<div class="header">
+<p>
+Next: <a href="Marginal-notes.html#Marginal-notes" accesskey="n" rel="next">Marginal notes</a>, Previous: <a href="_005cindent-_0026-_005cnoindent.html#g_t_005cindent-_0026-_005cnoindent" accesskey="p" rel="prev">\indent &amp; \noindent</a>, Up: <a href="Making-paragraphs.html#Making-paragraphs" accesskey="u" rel="up">Making paragraphs</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cparindent-_0026-_005cparskip-1"></a>
+<h3 class="section">15.3 <code>\parindent</code> &amp; <code>\parskip</code></h3>
+
+<a name="index-_005cparindent-2"></a>
+<a name="index-_005cparskip"></a>
+<a name="index-paragraph-indentation"></a>
+<a name="index-vertical-space-before-paragraphs"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\setlength{\parskip}{<var>horizontal len</var>}
+\setlength{\parinden}{<var>vertical len</var>}
+</pre></div>
+
+<p>Both are a rubber lengths (see <a href="Lengths.html#Lengths">Lengths</a>). They give the indentation
+of ordinary paragraphs, not paragraphs inside minipages
+(see <a href="minipage.html#minipage">minipage</a>), and the vertical space between paragraphs.
+</p>
+<p>This, put in the preamble,
+</p>
+<div class="example">
+<pre class="example">\setlength{\parindent}{0em}
+\setlength{\parskip}{1ex}
+</pre></div>
+
+<p>arranges that the document will have paragraphs that are not indented,
+but instead are vertically separated by about the height of a lowercase
+&lsquo;<samp>x</samp>&rsquo;.
+</p>
+<p>In standard LaTeX documents, the default value for <code>\parindent</code>
+in one-column documents is <code>15pt</code> when the default text size is
+<code>10pt</code>, <code>17pt</code> for <code>11pt</code>, and <code>1.5em</code> for
+<code>12pt</code>. In two-column documents it is <code>1em</code>. (These values
+are set before LaTeX calls <code>\normalfont</code> so <code>em</code> is derived
+from the default font, Computer Modern. If you use a different font
+then to set <code>\parindent</code> in units matching that font, do
+<code>\AtBeginDocument{\setlength{\parindent}{1em}}</code>.) The
+default value for <code>\parskip</code> in LaTeX&rsquo;s standard document styles
+is <code>0pt plus1pt</code>.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cpart.html b/src/data/help/unofficial-latex2e-reference-manual/_005cpart.html
new file mode 100644
index 00000000..813e543f
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cpart.html
@@ -0,0 +1,194 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\part (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\part (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\part (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Sectioning.html#Sectioning" rel="up" title="Sectioning">
+<link href="_005cchapter.html#g_t_005cchapter" rel="next" title="\chapter">
+<link href="Sectioning.html#Sectioning" rel="prev" title="Sectioning">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cpart"></a>
+<div class="header">
+<p>
+Next: <a href="_005cchapter.html#g_t_005cchapter" accesskey="n" rel="next">\chapter</a>, Up: <a href="Sectioning.html#Sectioning" accesskey="u" rel="up">Sectioning</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cpart-1"></a>
+<h3 class="section">6.1 <code>\part</code></h3>
+
+<a name="index-_005cpart-1"></a>
+<a name="index-part-1"></a>
+<a name="index-sectioning_002c-part"></a>
+
+<p>Synopsis, one of:
+</p>
+<div class="example">
+<pre class="example">\part{<var>title</var>}
+\part*{<var>title</var>}
+\part[<var>toc-title</var>]{<var>title</var>}
+</pre></div>
+
+<p>Start a document part. The standard LaTeX classes <code>book</code>,
+<code>report</code>, and <code>article</code>, all have this command.
+</p>
+<p>This produces a document part, in a book.
+</p>
+<div class="example">
+<pre class="example">\part{VOLUME I \\
+ PERSONAL MEMOIRS OF U.\ S.\ GRANT}
+\chapter{ANCESTRY--BIRTH--BOYHOOD.}
+My family is American, and has been for generations,
+in all its branches, direct and collateral.
+</pre></div>
+
+<p>In each standard class the <code>\part</code> command outputs a part number
+such as &lsquo;<samp>Part I</samp>&rsquo;, alone on its line, in boldface, and in large
+type. Then LaTeX outputs <var>title</var>, also alone on its line, in
+bold and in even larger type. In class <code>book</code>, the LaTeX
+default puts each part alone on its own page. If the book is two-sided
+then LaTeX will skip a page if needed to have the new part on an
+odd-numbered page. In <code>report</code> it is again alone on a page, but
+LaTeX won&rsquo;t force it onto an odd-numbered page. In an <code>article</code>
+LaTeX does not put it on a fresh page, but instead outputs the part
+number and part title onto the main document page.
+</p>
+<p>The <code>*</code>&nbsp;form shows <var>title</var>
+but it does not show the part number, does not increment the
+<code>part</code> counter, and produces no table of contents entry.
+</p>
+<p>The optional argument <var>toc-title</var> will appear as the part title in
+the table of contents (see <a href="Table-of-contents-etc_002e.html#Table-of-contents-etc_002e">Table of contents etc.</a>) and in running
+headers (see <a href="Page-styles.html#Page-styles">Page styles</a>). If it is not present then <var>title</var>
+will be there. This example puts a line break in <var>title</var> but leaves
+out the break in the table of contents.
+</p>
+<div class="example">
+<pre class="example">\part[Up from the bottom; my life]{Up from the bottom\\ my life}
+</pre></div>
+
+<p>For determining which sectional units are numbered and which appear in
+the table of contents, the level number of a part is&nbsp;-1
+(see <a href="Sectioning.html#Sectioning_002fsecnumdepth">Sectioning/secnumdepth</a> and see <a href="Sectioning.html#Sectioning_002ftocdepth">Sectioning/tocdepth</a>).
+</p>
+<a name="index-package_002c-indentfirst"></a>
+<a name="index-indentfirst-package"></a>
+
+<p>In the class <code>article</code>, if a paragraph immediately follows the part
+title then it is not indented. To get an indent you can use the package
+<samp>indentfirst</samp>.
+</p>
+<a name="index-package_002c-titlesec-1"></a>
+<a name="index-titlesec-package-1"></a>
+
+<p>One package to change the behavior of <code>\part</code> is <samp>titlesec</samp>.
+See its documentation on CTAN.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cphantom-_0026-_005cvphantom-_0026-_005chphantom.html b/src/data/help/unofficial-latex2e-reference-manual/_005cphantom-_0026-_005cvphantom-_0026-_005chphantom.html
new file mode 100644
index 00000000..fb53a461
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cphantom-_0026-_005cvphantom-_0026-_005chphantom.html
@@ -0,0 +1,198 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\phantom &amp; \vphantom &amp; \hphantom (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\phantom &amp; \vphantom &amp; \hphantom (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\phantom &amp; \vphantom &amp; \hphantom (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Spacing-in-math-mode.html#Spacing-in-math-mode" rel="up" title="Spacing in math mode">
+<link href="Math-miscellany.html#Math-miscellany" rel="next" title="Math miscellany">
+<link href="_005csmash.html#g_t_005csmash" rel="prev" title="\smash">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cphantom-_0026-_005cvphantom-_0026-_005chphantom"></a>
+<div class="header">
+<p>
+Previous: <a href="_005csmash.html#g_t_005csmash" accesskey="p" rel="prev">\smash</a>, Up: <a href="Spacing-in-math-mode.html#Spacing-in-math-mode" accesskey="u" rel="up">Spacing in math mode</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cphantom-_0026-_005cvphantom-_0026-_005chphantom-1"></a>
+<h4 class="subsection">16.6.2 <code>\phantom</code> &amp; <code>\vphantom</code> &amp; <code>\hphantom</code></h4>
+
+<a name="index-spacing_002c-math-mode"></a>
+<a name="index-horizontal-spacing"></a>
+<a name="index-vertical-spacing"></a>
+<a name="index-math-mode_002c-spacing-1"></a>
+<a name="index-invisible-character"></a>
+<a name="index-character_002c-invisible"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\phantom{<var>subformula</var>}
+</pre></div>
+
+<p>or
+</p>
+<div class="example">
+<pre class="example">\vphantom{<var>subformula</var>}
+</pre></div>
+
+<p>or
+</p>
+<div class="example">
+<pre class="example">\hphantom{<var>subformula</var>}
+</pre></div>
+
+<p>The <code>\phantom</code> command creates a box with the same height, depth,
+and width as <var>subformula</var>, but empty. That is, this command causes
+LaTeX to typeset the box but not its ink. The <code>\vphantom</code>
+variant also produces an invisible box with the same height and depth as
+<var>subformula</var>, but it has width zero. And <code>\hphantom</code> makes a
+box with the same width as <var>subformula</var> but with height and depth
+zero.
+</p>
+<p>Without the <code>\vphantom</code> in this example, the top bars of the two
+square roots would be at different heights.
+</p>
+<div class="example">
+<pre class="example">\( \sqrt{\vphantom{a^3}a}\cdot\sqrt{a^3} \)
+</pre></div>
+
+<p>The <code>\vphantom{a^3}</code> causes the first <code>\sqrt</code> to have inside
+it a box of the same height as the second <code>\sqrt</code>, so LaTeX
+makes the bars align.
+</p>
+<p>These commands often are combined with <code>\smash</code>. See <a href="_005csmash.html#g_t_005csmash">\smash</a>
+for another example of the use of <code>\vphantom</code>.
+</p>
+<a name="index-package_002c-mathtools-5"></a>
+<a name="index-mathtools-package-5"></a>
+
+<p>The three phantom commands appear often but note that LaTeX provides
+a suite of other commands to work with box sizes that may be more
+convenient, including <code>\makebox</code> (see <a href="_005cmbox-_0026-_005cmakebox.html#g_t_005cmbox-_0026-_005cmakebox">\mbox &amp; \makebox</a>) as well
+as <code>\settodepth</code> (see <a href="_005csettodepth.html#g_t_005csettodepth">\settodepth</a>), <code>\settoheight</code>
+(see <a href="_005csettoheight.html#g_t_005csettoheight">\settoheight</a>), and <code>\settowidth</code> (see <a href="_005csettowidth.html#g_t_005csettowidth">\settowidth</a>).
+In addition, the <samp>mathtools</samp> package has many commands that offer
+fine-grained control over spacing.
+</p>
+<a name="index-package_002c-amsmath-10"></a>
+<a name="index-amsmath-package-10"></a>
+
+<p>All three commands produce an ordinary box, without any special
+mathematics status. So to do something like attaching a superscript you
+should give it such a status, for example with the <code>\operatorname</code>
+command from the package <samp>amsmath</samp>.
+</p>
+<p>While most often used in mathematics, these three can appear in other
+contexts. However, they don&rsquo;t cause LaTeX to change into horizontal
+mode. So if one of these starts a paragraph then you should prefix it
+with <code>\leavevmode</code>.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cprintindex.html b/src/data/help/unofficial-latex2e-reference-manual/_005cprintindex.html
new file mode 100644
index 00000000..c4a31ef5
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cprintindex.html
@@ -0,0 +1,145 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\printindex (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\printindex (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\printindex (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Indexes.html#Indexes" rel="up" title="Indexes">
+<link href="Glossaries.html#Glossaries" rel="next" title="Glossaries">
+<link href="makeindex.html#makeindex" rel="prev" title="makeindex">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cprintindex"></a>
+<div class="header">
+<p>
+Previous: <a href="makeindex.html#makeindex" accesskey="p" rel="prev">makeindex</a>, Up: <a href="Indexes.html#Indexes" accesskey="u" rel="up">Indexes</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cprintindex-1"></a>
+<h4 class="subsection">25.2.3 <code>\printindex</code></h4>
+
+<a name="index-index_002c-printing"></a>
+<a name="index-_005cprintindex"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\printindex
+</pre></div>
+
+<a name="index-_005cprintindex-1"></a>
+<p>Place the index into the output.
+</p>
+<p>To get an index you must first include
+<code>\usepackage{makeidx}\makeindex</code> in the document preamble and
+compile the document, then run the system command <code>makeindex</code>,
+and then compile the document again. See <a href="Indexes.html#Indexes">Indexes</a> for further
+discussion and an example of the use of <code>\printindex</code>.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cprotect.html b/src/data/help/unofficial-latex2e-reference-manual/_005cprotect.html
new file mode 100644
index 00000000..ba0d90ad
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cprotect.html
@@ -0,0 +1,188 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\protect (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\protect (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\protect (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Definitions.html#Definitions" rel="up" title="Definitions">
+<link href="_005cignorespaces-_0026-_005cignorespacesafterend.html#g_t_005cignorespaces-_0026-_005cignorespacesafterend" rel="next" title="\ignorespaces &amp; \ignorespacesafterend">
+<link href="_005cnewfont.html#g_t_005cnewfont" rel="prev" title="\newfont">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cprotect"></a>
+<div class="header">
+<p>
+Next: <a href="_005cignorespaces-_0026-_005cignorespacesafterend.html#g_t_005cignorespaces-_0026-_005cignorespacesafterend" accesskey="n" rel="next">\ignorespaces &amp; \ignorespacesafterend</a>, Previous: <a href="_005cnewfont.html#g_t_005cnewfont" accesskey="p" rel="prev">\newfont</a>, Up: <a href="Definitions.html#Definitions" accesskey="u" rel="up">Definitions</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cprotect-1"></a>
+<h3 class="section">12.11 <code>\protect</code></h3>
+
+<a name="index-_005cprotect"></a>
+<a name="index-fragile-commands"></a>
+<a name="index-robust-commands"></a>
+
+<p>All LaTeX commands are either <em>fragile</em> or <em>robust</em>. A
+fragile command can break when it is used in the argument to certain
+other commands. Commands that contain data that LaTeX writes to an
+auxiliary file and re-reads later are fragile. This includes material
+that goes into a table of contents, list of figures, list of tables,
+etc. Fragile commands also include line breaks, any command that has an
+optional argument, and many more. To prevent such commands from
+breaking, one solution is to preceded them with the command
+<code>\protect</code>.
+</p>
+<p>For example, when LaTeX runs the <code>\section{<var>section
+name</var>}</code> command it writes the <var>section name</var> text to the
+<samp>.aux</samp> auxiliary file, moving it there for use elsewhere in the
+document such as in the table of contents. Any argument that is
+internally expanded by LaTeX without typesetting it directly is
+referred to as a
+<a name="index-moving-arguments"></a>
+<em>moving argument</em>. A command is fragile if it can
+expand during this process into invalid TeX code. Some examples of
+moving arguments are those that appear in the <code>\caption{...}</code>
+command (see <a href="figure.html#figure">figure</a>), in the <code>\thanks{...}</code> command
+(see <a href="_005cmaketitle.html#g_t_005cmaketitle">\maketitle</a>), and in @-expressions in the <code>tabular</code> and
+<code>array</code> environments (see <a href="tabular.html#tabular">tabular</a>).
+</p>
+<p>If you get strange errors from commands used in moving arguments, try
+preceding it with <code>\protect</code>. Every fragile commands must be
+protected with their own <code>\protect</code>.
+</p>
+<p>Although usually a <code>\protect</code> command doesn&rsquo;t hurt, length
+commands are robust and should not be preceded by a <code>\protect</code>
+command. Nor can a <code>\protect</code> command be used in the argument to
+<code>\addtocounter</code> or <code>\setcounter</code> command.
+</p>
+<p>In this example the <code>\caption</code> command gives a mysterious error
+about an extra curly brace. Fix the problem by preceding each
+<code>\raisebox</code> command with <code>\protect</code>.
+</p>
+<div class="example">
+<pre class="example">\begin{figure}
+ ...
+ \caption{Company headquarters of A\raisebox{1pt}{B}\raisebox{-1pt}{C}}
+\end{figure}
+</pre></div>
+
+<p>In the next example the <code>\tableofcontents</code> command gives an error
+because the <code>\(..\)</code> in the section title expands to illegal TeX
+in the <samp>.toc</samp> file. You can solve this by changing <code>\(..\)</code>
+to <code>\protect\(..\protect\)</code>.
+</p>
+<div class="example">
+<pre class="example">\begin{document}
+\tableofcontents
+...
+\section{Einstein's \( e=mc^2 \)}
+...
+</pre></div>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cprovidecommand.html b/src/data/help/unofficial-latex2e-reference-manual/_005cprovidecommand.html
new file mode 100644
index 00000000..c389d7ed
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cprovidecommand.html
@@ -0,0 +1,161 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\providecommand (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\providecommand (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\providecommand (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Definitions.html#Definitions" rel="up" title="Definitions">
+<link href="_005cmakeatletter-_0026-_005cmakeatother.html#g_t_005cmakeatletter-_0026-_005cmakeatother" rel="next" title="\makeatletter &amp; \makeatother">
+<link href="_005cnewcommand-_0026-_005crenewcommand.html#g_t_005cnewcommand-_0026-_005crenewcommand" rel="prev" title="\newcommand &amp; \renewcommand">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cprovidecommand"></a>
+<div class="header">
+<p>
+Next: <a href="_005cmakeatletter-_0026-_005cmakeatother.html#g_t_005cmakeatletter-_0026-_005cmakeatother" accesskey="n" rel="next">\makeatletter &amp; \makeatother</a>, Previous: <a href="_005cnewcommand-_0026-_005crenewcommand.html#g_t_005cnewcommand-_0026-_005crenewcommand" accesskey="p" rel="prev">\newcommand &amp; \renewcommand</a>, Up: <a href="Definitions.html#Definitions" accesskey="u" rel="up">Definitions</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cprovidecommand-1"></a>
+<h3 class="section">12.2 <code>\providecommand</code></h3>
+
+<a name="index-_005cprovidecommand"></a>
+<a name="index-commands_002c-defining-new-ones-1"></a>
+<a name="index-defining-a-new-command-1"></a>
+<a name="index-new-commands_002c-defining-1"></a>
+
+<p>Synopses, one of:
+</p>
+<div class="example">
+<pre class="example">\providecommand{<var>cmd</var>}{<var>defn</var>}
+\providecommand{<var>cmd</var>}[<var>nargs</var>]{<var>defn</var>}
+\providecommand{<var>cmd</var>}[<var>nargs</var>][<var>optargdefault</var>]{<var>defn</var>}
+\providecommand*{<var>cmd</var>}{<var>defn</var>}
+\providecommand*{<var>cmd</var>}[<var>nargs</var>]{<var>defn</var>}
+\providecommand*{<var>cmd</var>}[<var>nargs</var>][<var>optargdefault</var>]{<var>defn</var>}
+</pre></div>
+
+<p>Defines a command, as long as no command of this name already exists.
+If no command of this name already exists then this has the same effect
+as <code>\newcommand</code>. If a command of this name already exists then
+this definition does nothing. This is particularly useful in a file
+that may be loaded more than once, such as a style file.
+See <a href="_005cnewcommand-_0026-_005crenewcommand.html#g_t_005cnewcommand-_0026-_005crenewcommand">\newcommand &amp; \renewcommand</a> for the description of the arguments.
+</p>
+<p>This example
+</p>
+<div class="example">
+<pre class="example">\providecommand{\myaffiliation}{Saint Michael's College}
+\providecommand{\myaffiliation}{Saint Michael's College}
+From \myaffiliation.
+</pre></div>
+
+<p>outputs &lsquo;<samp>From Saint Michael's College</samp>&rsquo;. Unlike <code>\newcommand</code>,
+the repeated use of <code>\providecommand</code> does not give an error.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cps.html b/src/data/help/unofficial-latex2e-reference-manual/_005cps.html
new file mode 100644
index 00000000..50baad6f
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cps.html
@@ -0,0 +1,142 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\ps (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\ps (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\ps (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Letters.html#Letters" rel="up" title="Letters">
+<link href="_005csignature.html#g_t_005csignature" rel="next" title="\signature">
+<link href="_005copening.html#g_t_005copening" rel="prev" title="\opening">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cps"></a>
+<div class="header">
+<p>
+Next: <a href="_005csignature.html#g_t_005csignature" accesskey="n" rel="next">\signature</a>, Previous: <a href="_005copening.html#g_t_005copening" accesskey="p" rel="prev">\opening</a>, Up: <a href="Letters.html#Letters" accesskey="u" rel="up">Letters</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cps-1"></a>
+<h3 class="section">26.9 <code>\ps</code></h3>
+<a name="index-_005cps"></a>
+<a name="index-postscript_002c-in-letters"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\ps{<var>text</var>}
+</pre></div>
+
+<p>Add a postscript. This command is optional and usually is used after
+<code>\closing</code>.
+</p>
+<div class="example">
+<pre class="example">\ps{P.S. After you have read this letter, burn it. Or eat it.}
+</pre></div>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cput.html b/src/data/help/unofficial-latex2e-reference-manual/_005cput.html
new file mode 100644
index 00000000..b219dbea
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cput.html
@@ -0,0 +1,149 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\put (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\put (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\put (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="picture.html#picture" rel="up" title="picture">
+<link href="_005cmultiput.html#g_t_005cmultiput" rel="next" title="\multiput">
+<link href="picture.html#picture" rel="prev" title="picture">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cput"></a>
+<div class="header">
+<p>
+Next: <a href="_005cmultiput.html#g_t_005cmultiput" accesskey="n" rel="next">\multiput</a>, Up: <a href="picture.html#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cput-1"></a>
+<h4 class="subsection">8.19.1 <code>\put</code></h4>
+
+<a name="index-_005cput"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\put(<var>xcoord</var>,<var>ycoord</var>){<var>content</var>}
+</pre></div>
+
+<p>Place <var>content</var> at the coordinate (<var>xcoord</var>,<var>ycoord</var>). See
+the discussion of coordinates and <code>\unitlength</code> in <a href="picture.html#picture">picture</a>.
+The <var>content</var> is processed in LR mode (see <a href="Modes.html#Modes">Modes</a>) so it cannot
+contain line breaks.
+</p>
+<p>This includes the text into the <code>picture</code>.
+</p>
+<div class="example">
+<pre class="example">\put(4.5,2.5){Apply the \textit{unpoke} move}
+</pre></div>
+
+<p>The reference point, the location (4.5,2.5), is the lower left of the
+text, at the bottom left of the &lsquo;<samp>A</samp>&rsquo;.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cqbezier.html b/src/data/help/unofficial-latex2e-reference-manual/_005cqbezier.html
new file mode 100644
index 00000000..fb2ac82d
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cqbezier.html
@@ -0,0 +1,157 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\qbezier (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\qbezier (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\qbezier (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="picture.html#picture" rel="up" title="picture">
+<link href="_005cgraphpaper.html#g_t_005cgraphpaper" rel="next" title="\graphpaper">
+<link href="_005cmultiput.html#g_t_005cmultiput" rel="prev" title="\multiput">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cqbezier"></a>
+<div class="header">
+<p>
+Next: <a href="_005cgraphpaper.html#g_t_005cgraphpaper" accesskey="n" rel="next">\graphpaper</a>, Previous: <a href="_005cmultiput.html#g_t_005cmultiput" accesskey="p" rel="prev">\multiput</a>, Up: <a href="picture.html#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cqbezier-1"></a>
+<h4 class="subsection">8.19.3 <code>\qbezier</code></h4>
+
+<a name="index-_005cqbezier"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\qbezier(<var>x1</var>,<var>y1</var>)(<var>x2</var>,<var>y2</var>)(<var>x3</var>,<var>y3</var>)
+\qbezier[<var>num</var>](<var>x1</var>,<var>y1</var>)(<var>x2</var>,<var>y2</var>)(<var>x3</var>,<var>y3</var>)
+</pre></div>
+
+<p>Draw a quadratic Bezier curve whose control points are given by the
+three required arguments <code>(<var>x1</var>,<var>y1</var>)</code>,
+<code>(<var>x2</var>,<var>y2</var>)</code>, and <code>(<var>x3</var>,<var>y3</var>)</code>. That is,
+the curve runs from <var>(x1,y1)</var> to <var>(x3,y3)</var>, is quadratic, and is
+such that the tangent line at <var>(x1,y1)</var> passes through
+<var>(x2,y2)</var>, as does the tangent line at <var>(x3,y3)</var>.
+</p>
+<p>This draws a curve from the coordinate (1,1) to (1,0).
+</p>
+<div class="example">
+<pre class="example">\qbezier(1,1)(1.25,0.75)(1,0)
+</pre></div>
+
+<p>The curve&rsquo;s tangent line at (1,1) contains (1.25,0.75), as does the
+curve&rsquo;s tangent line at (1,0).
+</p>
+<p>The optional argument <var>num</var> gives the number of calculated
+intermediate points. The default is to draw a smooth curve whose
+maximum number of points is <code>\qbeziermax</code> (change this value with
+<code>\renewcommand</code>).
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005craggedbottom.html b/src/data/help/unofficial-latex2e-reference-manual/_005craggedbottom.html
new file mode 100644
index 00000000..618084ae
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005craggedbottom.html
@@ -0,0 +1,138 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\raggedbottom (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\raggedbottom (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\raggedbottom (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Layout.html#Layout" rel="up" title="Layout">
+<link href="Page-layout-parameters.html#Page-layout-parameters" rel="next" title="Page layout parameters">
+<link href="_005cflushbottom.html#g_t_005cflushbottom" rel="prev" title="\flushbottom">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005craggedbottom"></a>
+<div class="header">
+<p>
+Next: <a href="Page-layout-parameters.html#Page-layout-parameters" accesskey="n" rel="next">Page layout parameters</a>, Previous: <a href="_005cflushbottom.html#g_t_005cflushbottom" accesskey="p" rel="prev">\flushbottom</a>, Up: <a href="Layout.html#Layout" accesskey="u" rel="up">Layout</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005craggedbottom-1"></a>
+<h3 class="section">5.4 <code>\raggedbottom</code></h3>
+
+<a name="index-_005craggedbottom"></a>
+<a name="index-stretch_002c-omitting-vertical"></a>
+
+<p>Make all later pages the natural height of the material on that page; no
+rubber vertical lengths will be stretched. Thus, in a two-sided
+document the facing pages may be different heights. This command can go
+at any point in the document body. See <a href="_005cflushbottom.html#g_t_005cflushbottom">\flushbottom</a>.
+</p>
+<p>This is the default unless you select the <code>twoside</code> document class
+option (see <a href="Document-class-options.html#Document-class-options">Document class options</a>).
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005craggedleft.html b/src/data/help/unofficial-latex2e-reference-manual/_005craggedleft.html
new file mode 100644
index 00000000..334c367e
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005craggedleft.html
@@ -0,0 +1,159 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\raggedleft (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\raggedleft (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\raggedleft (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="flushright.html#flushright" rel="up" title="flushright">
+<link href="itemize.html#itemize" rel="next" title="itemize">
+<link href="flushright.html#flushright" rel="prev" title="flushright">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005craggedleft"></a>
+<div class="header">
+<p>
+Up: <a href="flushright.html#flushright" accesskey="u" rel="up">flushright</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005craggedleft-1"></a>
+<h4 class="subsection">8.13.1 <code>\raggedleft</code></h4>
+
+<a name="index-_005craggedleft"></a>
+<a name="index-ragged-left-text"></a>
+<a name="index-justification_002c-ragged-left"></a>
+<a name="index-right_002djustifying-text"></a>
+
+<p>Synopses:
+</p>
+<div class="example">
+<pre class="example">{\raggedleft ... }
+</pre></div>
+
+<p>or
+</p>
+<div class="example">
+<pre class="example">\begin{<var>environment</var>} \raggedleft
+ ...
+\end{<var>environment</var>}
+</pre></div>
+
+<p>A declaration which causes lines to be flush to the right margin and
+ragged left. It can be used inside an environment such as <code>quote</code>
+or in a <code>parbox</code>. For the environment form
+see&nbsp;<a href="flushright.html#flushright">flushright</a>.
+</p>
+<p>Unlike the <code>flushright</code> environment, the <code>\raggedleft</code>
+command does not start a new paragraph; it only changes how LaTeX
+formats paragraph units. To affect a paragraph unit&rsquo;s format, the
+scope of the declaration must contain the blank line or <code>\end</code>
+command that ends the paragraph unit.
+</p>
+<p>For an example related to this environment, see&nbsp;<a href="_005craggedright.html#g_t_005craggedright">\raggedright</a>.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005craggedright.html b/src/data/help/unofficial-latex2e-reference-manual/_005craggedright.html
new file mode 100644
index 00000000..f29cdf76
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005craggedright.html
@@ -0,0 +1,170 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\raggedright (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\raggedright (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\raggedright (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="flushleft.html#flushleft" rel="up" title="flushleft">
+<link href="flushright.html#flushright" rel="next" title="flushright">
+<link href="flushleft.html#flushleft" rel="prev" title="flushleft">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005craggedright"></a>
+<div class="header">
+<p>
+Up: <a href="flushleft.html#flushleft" accesskey="u" rel="up">flushleft</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005craggedright-1"></a>
+<h4 class="subsection">8.12.1 <code>\raggedright</code></h4>
+
+<a name="index-_005craggedright"></a>
+<a name="index-ragged-right-text"></a>
+<a name="index-left_002djustifying-text"></a>
+<a name="index-justification_002c-ragged-right"></a>
+
+<p>Synopses:
+</p>
+<div class="example">
+<pre class="example">{\raggedright ... }
+</pre></div>
+
+<p>or
+</p>
+<div class="example">
+<pre class="example">\begin{<var>environment</var>} \raggedright
+ ...
+\end{<var>environment</var>}
+</pre></div>
+
+<p>A declaration which causes lines to be flush to the left margin and
+ragged right. It can be used inside an environment such as <code>quote</code>
+or in a <code>parbox</code>. For the environment form
+see&nbsp;<a href="flushleft.html#flushleft">flushleft</a>.
+</p>
+<p>Unlike the <code>flushleft</code> environment, the <code>\raggedright</code>
+command does not start a new paragraph; it only changes how LaTeX
+formats paragraph units. To affect a paragraph unit&rsquo;s format, the
+scope of the declaration must contain the blank line or <code>\end</code>
+command that ends the paragraph unit.
+</p>
+<p>Here <code>\raggedright</code> in each second column keeps LaTeX from doing
+very awkward typesetting to fit the text into the narrow column. Note
+that <code>\raggedright</code> is inside the curly braces <code>{...}</code> to
+delimit its effect.
+</p>
+<div class="example">
+<pre class="example">\begin{tabular}{rp{2in}}
+ Team alpha &amp;{\raggedright This team does all the real work.} \\
+ Team beta &amp;{\raggedright This team ensures that the water
+ cooler is never empty.} \\
+\end{tabular}
+</pre></div>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005craisebox.html b/src/data/help/unofficial-latex2e-reference-manual/_005craisebox.html
new file mode 100644
index 00000000..35c9b7ac
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005craisebox.html
@@ -0,0 +1,180 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\raisebox (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\raisebox (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\raisebox (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Boxes.html#Boxes" rel="up" title="Boxes">
+<link href="_005csbox-_0026-_005csavebox.html#g_t_005csbox-_0026-_005csavebox" rel="next" title="\sbox &amp; \savebox">
+<link href="_005cparbox.html#g_t_005cparbox" rel="prev" title="\parbox">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005craisebox"></a>
+<div class="header">
+<p>
+Next: <a href="_005csbox-_0026-_005csavebox.html#g_t_005csbox-_0026-_005csavebox" accesskey="n" rel="next">\sbox &amp; \savebox</a>, Previous: <a href="_005cparbox.html#g_t_005cparbox" accesskey="p" rel="prev">\parbox</a>, Up: <a href="Boxes.html#Boxes" accesskey="u" rel="up">Boxes</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005craisebox-1"></a>
+<h3 class="section">20.4 <code>\raisebox</code></h3>
+
+<a name="index-_005craisebox"></a>
+
+<p>Synopsis, one of:
+</p>
+<div class="example">
+<pre class="example">\raisebox{<var>distance</var>}{<var>text</var>}
+\raisebox{<var>distance</var>}[<var>height</var>]{<var>text</var>}
+\raisebox{<var>distance</var>}[<var>height</var>][<var>depth</var>]{<var>text</var>}
+</pre></div>
+
+<p>Raise or lower <var>text</var>. This command is fragile (see <a href="_005cprotect.html#g_t_005cprotect">\protect</a>).
+</p>
+<p>This example makes a command for the restriction of a function by
+lowering the vertical bar symbol.
+</p>
+<div class="example">
+<pre class="example">\newcommand\restricted[1]{\raisebox{-.5ex}{$|$}_{#1}}
+$f\restricted{A}$
+</pre></div>
+
+<p>The first mandatory argument <var>distance</var> specifies how far to raise
+the second mandatory argument <var>text</var>. This is a rigid length
+(see <a href="Lengths.html#Lengths">Lengths</a>). If it is negative then it lowers <var>text</var>. The
+<var>text</var> is processed in LR mode so it cannot contain line breaks
+(see <a href="Modes.html#Modes">Modes</a>).
+</p>
+<p>The optional arguments <var>height</var> and <var>depth</var> are dimensions. If
+they are specified, they override the natural height and depth of the
+box LaTeX gets by typesetting <var>text</var>.
+</p>
+<a name="raisebox-depth"></a><a name="raisebox-height"></a><a name="raisebox-width"></a><a name="raisebox-totalheight"></a><p>In the arguments <var>distance</var>, <var>height</var>, and <var>depth</var> you can
+use the following lengths that refer to the dimension of the box that
+LaTeX gets on typesetting <var>text</var>: <code>\depth</code>, <code>\height</code>,
+<code>\width</code>, <code>\totalheight</code> (this is the box&rsquo;s height plus its
+depth).
+</p>
+<p>This will align two graphics on their top (see <a href="Graphics.html#Graphics">Graphics</a>).
+</p>
+<div class="example">
+<pre class="example">\usepackage{graphicx} \usepackage{calc} % in preamble
+ ...
+\begin{center}
+ \raisebox{1ex-\height}{%
+ \includegraphics[width=0.4\linewidth]{lion.png}}
+ \qquad
+ \raisebox{1ex-\height}{%
+ \includegraphics[width=0.4\linewidth]{meta.png}}
+\end{center}
+</pre></div>
+
+<p>The first <code>\height</code> is the height of <samp>lion.png</samp> while the
+second is the height of <samp>meta.png</samp>.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cread.html b/src/data/help/unofficial-latex2e-reference-manual/_005cread.html
new file mode 100644
index 00000000..5477130a
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cread.html
@@ -0,0 +1,166 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\read (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\read (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\read (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Input_002foutput.html#Input_002foutput" rel="up" title="Input/output">
+<link href="_005ctypein.html#g_t_005ctypein" rel="next" title="\typein">
+<link href="_005copenin-_0026-_005copenout.html#g_t_005copenin-_0026-_005copenout" rel="prev" title="\openin &amp; \openout">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cread"></a>
+<div class="header">
+<p>
+Next: <a href="_005ctypein.html#g_t_005ctypein" accesskey="n" rel="next">\typein</a>, Previous: <a href="_005copenin-_0026-_005copenout.html#g_t_005copenin-_0026-_005copenout" accesskey="p" rel="prev">\openin &amp; \openout</a>, Up: <a href="Input_002foutput.html#Input_002foutput" accesskey="u" rel="up">Input/output</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cread-1"></a>
+<h3 class="section">27.2 <code>\read</code></h3>
+
+<a name="index-_005cread"></a>
+<a name="index-file_002c-reading"></a>
+<a name="index-read-a-file"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\read<var>number</var> to<var>macro</var>
+</pre></div>
+
+<p>Make the command <var>macro</var> contain the next line of input from text
+stream <var>number</var>, as in <code>\read5 to\data</code>.
+</p>
+<p>This opens the file <samp>email.tex</samp> for reading, puts the contents of
+the first line into the command <code>\email</code>, and then closes the file.
+</p>
+<div class="example">
+<pre class="example">\newread\recipientfile
+\openin\recipientfile=email
+\read\file to\email
+\typeout{Email address: \email}
+\closein\recipientfile
+</pre></div>
+
+<p>If <var>number</var> is outside the range from 0 to&nbsp;15 or if no file of
+that number is open, or if the file has ended, then <code>\read</code> will
+take input from the terminal. Note, though, that the natural way in
+LaTeX to take input from the terminal is <code>\typein</code>
+(see <a href="_005ctypein.html#g_t_005ctypein">\typein</a>).
+</p>
+<p>To read in an entire file at once use <code>\input</code> (see <a href="_005cinput.html#g_t_005cinput">\input</a>) or
+<code>\include</code> (see <a href="_005cinclude-_0026-_005cincludeonly.html#g_t_005cinclude-_0026-_005cincludeonly">\include &amp; \includeonly</a>).
+</p>
+<a name="index-package_002c-datatool"></a>
+<a name="index-datatool-package"></a>
+
+<p>A common reason to want to read from a data file is to do mail merge.
+CTAN has a number of packages for that; one is <samp>datatool</samp>.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cref.html b/src/data/help/unofficial-latex2e-reference-manual/_005cref.html
new file mode 100644
index 00000000..1023b64a
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cref.html
@@ -0,0 +1,168 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\ref (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\ref (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\ref (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Cross-references.html#Cross-references" rel="up" title="Cross references">
+<link href="Environments.html#Environments" rel="next" title="Environments">
+<link href="_005cpageref.html#g_t_005cpageref" rel="prev" title="\pageref">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cref"></a>
+<div class="header">
+<p>
+Previous: <a href="_005cpageref.html#g_t_005cpageref" accesskey="p" rel="prev">\pageref</a>, Up: <a href="Cross-references.html#Cross-references" accesskey="u" rel="up">Cross references</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cref-1"></a>
+<h3 class="section">7.3 <code>\ref</code></h3>
+
+<a name="index-_005cref"></a>
+<a name="index-cross-referencing_002c-symbolic"></a>
+<a name="index-section-number_002c-cross-referencing"></a>
+<a name="index-equation-number_002c-cross-referencing"></a>
+<a name="index-figure-number_002c-cross-referencing"></a>
+<a name="index-footnote-number_002c-cross-referencing"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\ref{<var>key</var>}
+</pre></div>
+
+<p>Produces the number of the sectional unit,
+equation, footnote, figure, &hellip;, of the corresponding
+<code>\label</code> command (see <a href="_005clabel.html#g_t_005clabel">\label</a>). It does not produce any text,
+such as the word &lsquo;Section&rsquo; or &lsquo;Figure&rsquo;, just the bare number itself.
+</p>
+<p>If there is no <code>\label{<var>key</var>}</code> then you get something like
+&lsquo;<samp>LaTeX Warning: Reference `th:GrensThm' on page 1 undefined on
+input line 11.</samp>&rsquo;
+</p>
+<p>In this example the <code>\ref{popular}</code> produces &lsquo;<samp>2</samp>&rsquo;. Note that
+it is a forward reference since it comes before <code>\label{popular}</code>
+so this document would have to be compiled twice.
+</p>
+<div class="example">
+<pre class="example">The most widely-used format is item number~\ref{popular}.
+\begin{enumerate}
+\item Plain \TeX
+\item \label{popular} \LaTeX
+\item Con\TeX t
+\end{enumerate}
+</pre></div>
+
+<a name="index-package_002c-cleveref-1"></a>
+<a name="index-cleveref-package-1"></a>
+
+<p>The <samp>cleveref</samp> package includes text such as &lsquo;<samp>Theorem</samp>&rsquo; in the
+reference. See the documentation on CTAN.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005crefstepcounter.html b/src/data/help/unofficial-latex2e-reference-manual/_005crefstepcounter.html
new file mode 100644
index 00000000..606df936
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005crefstepcounter.html
@@ -0,0 +1,146 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\refstepcounter (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\refstepcounter (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\refstepcounter (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Counters.html#Counters" rel="up" title="Counters">
+<link href="_005cstepcounter.html#g_t_005cstepcounter" rel="next" title="\stepcounter">
+<link href="_005caddtocounter.html#g_t_005caddtocounter" rel="prev" title="\addtocounter">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005crefstepcounter"></a>
+<div class="header">
+<p>
+Next: <a href="_005cstepcounter.html#g_t_005cstepcounter" accesskey="n" rel="next">\stepcounter</a>, Previous: <a href="_005caddtocounter.html#g_t_005caddtocounter" accesskey="p" rel="prev">\addtocounter</a>, Up: <a href="Counters.html#Counters" accesskey="u" rel="up">Counters</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005crefstepcounter-1"></a>
+<h3 class="section">13.6 <code>\refstepcounter</code></h3>
+
+<a name="index-_005crefstepcounter"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\refstepcounter{<var>counter</var>}
+</pre></div>
+
+<p>Globally increments the value of <var>counter</var> by one, as does
+<code>\stepcounter</code> (see <a href="_005cstepcounter.html#g_t_005cstepcounter">\stepcounter</a>). The difference is that this
+command resets the value of any counter numbered within it. (For the
+definition of &ldquo;counters numbered within&rdquo;, see <a href="_005cnewcounter.html#g_t_005cnewcounter">\newcounter</a>.)
+</p>
+<p>In addition, this command also defines the current <code>\ref</code> value
+to be the result of <code>\thecounter</code>.
+</p>
+<p>While the counter value is set globally, the <code>\ref</code> value is set
+locally, i.e., inside the current group.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cresizebox.html b/src/data/help/unofficial-latex2e-reference-manual/_005cresizebox.html
new file mode 100644
index 00000000..5d871e4e
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cresizebox.html
@@ -0,0 +1,165 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\resizebox (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\resizebox (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\resizebox (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Commands-for-graphics.html#Commands-for-graphics" rel="up" title="Commands for graphics">
+<link href="Special-insertions.html#Special-insertions" rel="next" title="Special insertions">
+<link href="_005cscalebox.html#g_t_005cscalebox" rel="prev" title="\scalebox">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cresizebox"></a>
+<div class="header">
+<p>
+Previous: <a href="_005cscalebox.html#g_t_005cscalebox" accesskey="p" rel="prev">\scalebox</a>, Up: <a href="Commands-for-graphics.html#Commands-for-graphics" accesskey="u" rel="up">Commands for graphics</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cresizebox-1"></a>
+<h4 class="subsection">22.3.4 <code>\resizebox</code></h4>
+
+<a name="index-graphics_002c-scaling-1"></a>
+<a name="index-graphics_002c-resizing-1"></a>
+<a name="index-scaling-1"></a>
+<a name="index-resizing-1"></a>
+<a name="index-text_002c-scaling-1"></a>
+<a name="index-text_002c-resizing-1"></a>
+<a name="index-_005cresizebox"></a>
+
+<p>Synopses:
+</p>
+<div class="example">
+<pre class="example">\resizebox{<var>horizontal length</var>}{<var>vertical length</var>}{<var>material</var>}
+\resizebox*{<var>horizontal length</var>}{<var>vertical length</var>}{<var>material</var>}
+</pre></div>
+
+<p>Given a size, such as <code>3cm</code>, transform <var>material</var> to make it
+that size. If either <var>horizontal length</var> or <var>vertical length</var>
+is an exclamation point&nbsp;<code>!</code> then the other argument is used
+to determine a scale factor for both directions.
+</p>
+<p>This example makes the graphic be a half inch wide and scales it
+vertically by the same factor to keep it from being distorted.
+</p>
+<div class="example">
+<pre class="example">\resizebox{0.5in}{!}{\includegraphics{lion}}
+</pre></div>
+
+<p>The unstarred form <code>\resizebox</code> takes <var>vertical length</var> to be
+the box&rsquo;s height while the starred form <code>\resizebox*</code> takes it to
+be height+depth. For instance, make the text have a height+depth of a
+quarter inch with <code>\resizebox*{!}{0.25in}{\parbox{1in}{This
+box has both height and depth.}}</code>.
+</p>
+<p>You can use <code>\depth</code>, <code>\height</code>, <code>\totalheight</code>, and
+<code>\width</code> to refer to the original size of the box. Thus, make the
+text two inches wide but keep the original height with
+<code>\resizebox{2in}{\height}{Two inches}</code>.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005crotatebox.html b/src/data/help/unofficial-latex2e-reference-manual/_005crotatebox.html
new file mode 100644
index 00000000..1ef89eb4
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005crotatebox.html
@@ -0,0 +1,215 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\rotatebox (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\rotatebox (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\rotatebox (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Commands-for-graphics.html#Commands-for-graphics" rel="up" title="Commands for graphics">
+<link href="_005cscalebox.html#g_t_005cscalebox" rel="next" title="\scalebox">
+<link href="_005cincludegraphics.html#g_t_005cincludegraphics" rel="prev" title="\includegraphics">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005crotatebox"></a>
+<div class="header">
+<p>
+Next: <a href="_005cscalebox.html#g_t_005cscalebox" accesskey="n" rel="next">\scalebox</a>, Previous: <a href="_005cincludegraphics.html#g_t_005cincludegraphics" accesskey="p" rel="prev">\includegraphics</a>, Up: <a href="Commands-for-graphics.html#Commands-for-graphics" accesskey="u" rel="up">Commands for graphics</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005crotatebox-1"></a>
+<h4 class="subsection">22.3.2 <code>\rotatebox</code></h4>
+
+<a name="index-rotation"></a>
+<a name="index-rotating-graphics"></a>
+<a name="index-rotating-text"></a>
+<a name="index-_005crotatebox"></a>
+
+<p>Synopsis if you use the <samp>graphics</samp> package:
+</p>
+<div class="example">
+<pre class="example">\rotatebox{<var>angle</var>}{<var>material</var>}
+</pre></div>
+
+<p>Synopses if you use the <samp>graphicx</samp> package:
+</p>
+<div class="example">
+<pre class="example">\rotatebox{<var>angle</var>}{<var>material</var>}
+\rotatebox[<var>key-value list</var>]{<var>angle</var>}{<var>material</var>}
+</pre></div>
+
+<p>Put <var>material</var> in a box and rotate it <var>angle</var> degrees
+counterclockwise.
+</p>
+<p>This example rotates the table column heads forty five degrees.
+</p>
+<div class="example">
+<pre class="example">\begin{tabular}{ll}
+ \rotatebox{45}{Character} &amp;\rotatebox{45}{NATO phonetic} \\
+ A &amp;AL-FAH \\
+ B &amp;BRAH-VOH
+\end{tabular}
+</pre></div>
+
+<p>The <var>material</var> can be anything that goes in a box, including a graphic.
+</p>
+<div class="example">
+<pre class="example"> \rotatebox[origin=c]{45}{\includegraphics[width=1in]{lion}}
+</pre></div>
+
+<p>To place the rotated material, the first step is that LaTeX sets
+<var>material</var> in a box, with a reference point on the left baseline.
+The second step is the rotation, by default about the reference point.
+The third step is that LaTeX computes a box to bound the rotated
+material. Fourth, LaTeX moves this box horizontally so that the left
+edge of this new bounding box coincides with the left edge of the box
+from the first step (they need not coincide vertically). This new
+bounding box, in its new position, is what LaTeX uses as the box when
+typesetting this material.
+</p>
+<p>If you use the <samp>graphics</samp> package then the rotation is about the
+reference point of the box. If you use the <samp>graphicx</samp> package
+then these are the options that can go in the <var>key-value list</var>,
+but note that you can get the same effect without needing this
+package, except for the <code>x</code> and <code>y</code> options
+(see <a href="_005cincludegraphics.html#g_t_005cincludegraphics">\includegraphics</a>).
+</p>
+<dl compact="compact">
+<dt><code>origin</code></dt>
+<dd><p>The point of the <var>material</var>&rsquo;s box about which the rotation happens.
+Possible value is any string containing one or two of: <code>l</code> for
+left, <code>r</code> for right, <code>b</code> for bottom, <code>c</code> for center,
+<code>t</code> for top, and <code>B</code> for baseline. Thus, the first line here
+</p>
+<div class="example">
+<pre class="example">\rotatebox[origin=c]{180}{moon}
+\rotatebox[origin=lB]{180}{LeBateau}
+</pre></div>
+
+<p>will turn the picture upside down from the center while the second will
+turn its picture upside down about its left baseline. (The character
+<code>c</code> gives the horizontal center in <code>bc</code> or <code>tc</code> but gives
+the vertical center in <code>lc</code> or <code>rc</code>, and gives both in
+<code>c</code>.) The default is <code>lB</code>.
+</p>
+</dd>
+<dt><code>x, y</code></dt>
+<dd><p>Specify an arbitrary point of rotation with
+<code>\rotatebox[x=<var>TeX dimension</var>,y=<var>TeX
+dimension</var>]{...}</code> (see <a href="Units-of-length.html#Units-of-length">Units of length</a>). These give the offset
+from the box&rsquo;s reference point.
+</p>
+</dd>
+<dt><code>units</code></dt>
+<dd><p>This key allows you to change the default of degrees counterclockwise.
+Setting <code>units=-360</code> changes the direction to degrees clockwise and
+setting <code>units=6.283185</code> changes to radians counterclockwise.
+</p>
+</dd>
+</dl>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005crule.html b/src/data/help/unofficial-latex2e-reference-manual/_005crule.html
new file mode 100644
index 00000000..4916b131
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005crule.html
@@ -0,0 +1,172 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\rule (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\rule (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\rule (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Special-insertions.html#Special-insertions" rel="up" title="Special insertions">
+<link href="_005ctoday.html#g_t_005ctoday" rel="next" title="\today">
+<link href="Additional-Latin-letters.html#Additional-Latin-letters" rel="prev" title="Additional Latin letters">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005crule"></a>
+<div class="header">
+<p>
+Next: <a href="_005ctoday.html#g_t_005ctoday" accesskey="n" rel="next">\today</a>, Previous: <a href="Additional-Latin-letters.html#Additional-Latin-letters" accesskey="p" rel="prev">Additional Latin letters</a>, Up: <a href="Special-insertions.html#Special-insertions" accesskey="u" rel="up">Special insertions</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005crule-1"></a>
+<h3 class="section">23.7 <code>\rule</code></h3>
+
+<a name="index-_005crule"></a>
+
+<p>Synopsis, one of:
+</p>
+<div class="example">
+<pre class="example">\rule{<var>width</var>}{<var>thickness</var>}
+\rule[<var>raise</var>]{<var>width</var>}{<var>thickness</var>}
+</pre></div>
+
+<p>Produce a <em>rule</em>, a filled-in rectangle.
+</p>
+<a name="index-Halmos-symbol"></a>
+<a name="index-tombstone"></a>
+<p>This produces a rectangular blob, sometimes called a Halmos symbol,
+often used to mark the end of a proof.
+</p>
+<div class="example">
+<pre class="example">\newcommand{\qedsymbol}{\rule{0.4em}{2ex}}
+</pre></div>
+
+<a name="index-package_002c-amsthm-1"></a>
+<a name="index-amsthm-package-1"></a>
+
+<p>The <samp>amsthm</samp> package includes this command, with a somewhat
+different-looking symbol.
+</p>
+<p>The mandatory arguments give the horizontal <var>width</var> and vertical
+<var>thickness</var> of the rectangle. They are rigid lengths
+(see <a href="Lengths.html#Lengths">Lengths</a>). The optional argument <var>raise</var> is also a rigid
+length, and tells LaTeX how much to raise the rule above the
+baseline, or lower it if the length is negative.
+</p>
+<p>This produces a line, a rectangle that is wide but not tall.
+</p>
+<div class="example">
+<pre class="example">\noindent\rule{\textwidth}{0.4pt}
+</pre></div>
+
+<p>The line is the width of the page and 0.4&nbsp;points tall. This line
+thickness is common in LaTeX.
+</p>
+<p>A rule that has zero width, or zero thickness, will not show up in the
+output, but can cause LaTeX to change the output around it.
+See <a href="_005cstrut.html#g_t_005cstrut">\strut</a> for examples.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005csbox-_0026-_005csavebox.html b/src/data/help/unofficial-latex2e-reference-manual/_005csbox-_0026-_005csavebox.html
new file mode 100644
index 00000000..7780ca92
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005csbox-_0026-_005csavebox.html
@@ -0,0 +1,217 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\sbox &amp; \savebox (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\sbox &amp; \savebox (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\sbox &amp; \savebox (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Boxes.html#Boxes" rel="up" title="Boxes">
+<link href="lrbox.html#lrbox" rel="next" title="lrbox">
+<link href="_005craisebox.html#g_t_005craisebox" rel="prev" title="\raisebox">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005csbox-_0026-_005csavebox"></a>
+<div class="header">
+<p>
+Next: <a href="lrbox.html#lrbox" accesskey="n" rel="next">lrbox</a>, Previous: <a href="_005craisebox.html#g_t_005craisebox" accesskey="p" rel="prev">\raisebox</a>, Up: <a href="Boxes.html#Boxes" accesskey="u" rel="up">Boxes</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005csbox-_0026-_005csavebox-1"></a>
+<h3 class="section">20.5 <code>\sbox</code> &amp; <code>\savebox</code></h3>
+
+<a name="index-_005csbox"></a>
+<a name="index-_005csavebox"></a>
+<a name="index-box_002c-save"></a>
+
+<p>Synopsis, one of:
+</p>
+<div class="example">
+<pre class="example">\sbox{<var>box-cmd</var>}{<var>text</var>}
+\savebox{<var>box-cmd</var>}{<var>text</var>}
+\savebox{<var>box-cmd</var>}[<var>width</var>]{<var>text</var>}
+\savebox{<var>box-cmd</var>}[<var>width</var>][<var>pos</var>]{<var>text</var>}
+</pre></div>
+
+<p>Typeset <var>text</var> just as with <code>\makebox</code> (see <a href="_005cmbox-_0026-_005cmakebox.html#g_t_005cmbox-_0026-_005cmakebox">\mbox &amp; \makebox</a>) except that LaTeX does not output it but instead saves it
+in a storage bin named <var>box-cmd</var>. The bin name <var>box-cmd</var> begins
+with a backslash, <code>\</code>. You must have previously allocated the bin
+<var>box-cmd</var> with <code>\newsavebox</code> (see <a href="_005cnewsavebox.html#g_t_005cnewsavebox">\newsavebox</a>).The
+<code>\sbox</code> command is robust while <code>\savebox</code> is fragile
+(see <a href="_005cprotect.html#g_t_005cprotect">\protect</a>).
+</p>
+<p>This creates and uses a bin.
+</p>
+<div class="example">
+<pre class="example">\newsavebox{\fullname}
+\sbox{\fullname}{John Jacob Jingleheimer Schmidt}
+ ...
+\usebox{\fullname}! His name is my name, too!
+Whenever we go out, the people always shout!
+There goes \\usebox{\fullname}! Ya da da da da da da.
+</pre></div>
+
+<p>One advantage of using and reusing a bin over a <code>\newcommand</code> is
+efficiency, that LaTeX need not repeatedly retypeset the contents.
+See the example below.
+</p>
+<p>The first two command invocations,
+<code>\sbox{<var>box-cmd</var>}{<var>text</var>}</code> and
+<code>\savebox{<var>box-cmd</var>}{<var>text</var>}</code>, are roughly equivalent.
+As to the third and fourth, the optional arguments allow you to specify
+the box width as <var>width</var>, and the position of the text inside that
+box as <var>position</var>. See <a href="_005cmbox-_0026-_005cmakebox.html#g_t_005cmbox-_0026-_005cmakebox">\mbox &amp; \makebox</a> for the full
+description.
+</p>
+<p>In the <code>\sbox</code> and <code>\savebox</code> commands the <var>text</var> is
+typeset in LR mode so it does not have line breaks (see <a href="Modes.html#Modes">Modes</a>). If
+you use these then LaTeX doesn&rsquo;t give you an error but it ignores
+what you want: if you enter <code>\sbox{\newbin}{test \\ test}</code> and
+<code>\usebox{\newbin}</code> then you get &lsquo;<samp>testtest</samp>&rsquo;, while if you
+enter <code>\sbox{\newbin}{test \par test}</code> and
+<code>\usebox{\newbin}</code> then you get &lsquo;<samp>test test</samp>&rsquo;, but no error or
+warning. To fix this use a <code>\parbox</code> or <code>minipage</code> as here.
+</p>
+<div class="example">
+<pre class="example">\savebox{\abin}{%
+ \begin{minipage}{\linewidth}
+ \begin{enumerate}
+ \item First item
+ \item Second item
+ \end{enumerate}
+ \end{minipage}}
+ ...
+\usebox{\abin}
+</pre></div>
+
+<p>As an example of the efficiency of reusing a bin&rsquo;s contents, this puts
+the same picture on each page of the document by putting it in the
+header. LaTeX only typesets it once.
+</p>
+<div class="example">
+<pre class="example">\usepackage{graphicx} % all this in the preamble
+\newsavebox{\sealbin}
+\savebox{\sealbin}{%
+ \setlength{\unitlength}{1in}%
+ \begin{picture}(0,0)%
+ \put(1.5,-2.5){%
+ \begin{tabular}{c}
+ \includegraphics[height=2in]{companylogo.png} \\
+ Office of the President
+ \end{tabular}}
+ \end{picture}%
+}
+\markright{\usebox{\sealbin}}
+\pagestyle{headings}
+</pre></div>
+
+<p>The <code>picture</code> environment is good for fine-tuning the placement.
+</p>
+<p>If the bin has not already been defined then you get something like
+&lsquo;<samp>Undefined control sequence. &lt;argument&gt; \nobin</samp>&rsquo;.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cscalebox.html b/src/data/help/unofficial-latex2e-reference-manual/_005cscalebox.html
new file mode 100644
index 00000000..438f1a8f
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cscalebox.html
@@ -0,0 +1,171 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\scalebox (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\scalebox (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\scalebox (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Commands-for-graphics.html#Commands-for-graphics" rel="up" title="Commands for graphics">
+<link href="_005cresizebox.html#g_t_005cresizebox" rel="next" title="\resizebox">
+<link href="_005crotatebox.html#g_t_005crotatebox" rel="prev" title="\rotatebox">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cscalebox"></a>
+<div class="header">
+<p>
+Next: <a href="_005cresizebox.html#g_t_005cresizebox" accesskey="n" rel="next">\resizebox</a>, Previous: <a href="_005crotatebox.html#g_t_005crotatebox" accesskey="p" rel="prev">\rotatebox</a>, Up: <a href="Commands-for-graphics.html#Commands-for-graphics" accesskey="u" rel="up">Commands for graphics</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cscalebox-1"></a>
+<h4 class="subsection">22.3.3 <code>\scalebox</code></h4>
+
+<a name="index-graphics_002c-scaling"></a>
+<a name="index-graphics_002c-resizing"></a>
+<a name="index-scaling"></a>
+<a name="index-resizing"></a>
+<a name="index-text_002c-scaling"></a>
+<a name="index-text_002c-resizing"></a>
+<a name="index-_005cscalebox"></a>
+<a name="index-_005creflectbox"></a>
+
+<p>Synopses:
+</p>
+<div class="example">
+<pre class="example">\scalebox{<var>horizontal factor</var>}{<var>material</var>}
+\scalebox{<var>horizontal factor</var>}[<var>vertical factor</var>]{<var>material</var>}
+\reflectbox{<var>material</var>}
+</pre></div>
+
+<p>Scale the <var>material</var>.
+</p>
+<p>This example halves the size, both horizontally and vertically, of the
+first text and doubles the size of the second.
+</p>
+<div class="example">
+<pre class="example">\scalebox{0.5}{DRINK ME} and \scalebox{2.0}{Eat Me}
+</pre></div>
+
+<p>If you do not specify the optional <var>vertical factor</var> then it
+defaults to the same value as the <var>horizontal factor</var>.
+</p>
+<p>You can use this command to resize a graphic, as here.
+</p>
+<div class="example">
+<pre class="example">\scalebox{0.5}{\includegraphics{lion}}
+</pre></div>
+
+<p>If you use the <samp>graphicx</samp> package then you can accomplish the same
+thing with optional arguments to <code>\includegraphics</code>
+(see <a href="_005cincludegraphics.html#g_t_005cincludegraphics">\includegraphics</a>).
+</p>
+<p>The <code>\reflectbox</code> command abbreviates
+<code>\scalebox{-1}[1]{<var>material</var>}</code>. Thus, <code>Able was
+I\reflectbox{Able was I}</code> will show the phrase &lsquo;<samp>Able was I</samp>&rsquo;
+immediately followed by its mirror reflection.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005csection.html b/src/data/help/unofficial-latex2e-reference-manual/_005csection.html
new file mode 100644
index 00000000..675d6c7c
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005csection.html
@@ -0,0 +1,224 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\section (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\section (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\section (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Sectioning.html#Sectioning" rel="up" title="Sectioning">
+<link href="_005csubsection.html#g_t_005csubsection" rel="next" title="\subsection">
+<link href="_005cchapter.html#g_t_005cchapter" rel="prev" title="\chapter">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005csection"></a>
+<div class="header">
+<p>
+Next: <a href="_005csubsection.html#g_t_005csubsection" accesskey="n" rel="next">\subsection</a>, Previous: <a href="_005cchapter.html#g_t_005cchapter" accesskey="p" rel="prev">\chapter</a>, Up: <a href="Sectioning.html#Sectioning" accesskey="u" rel="up">Sectioning</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005csection-1"></a>
+<h3 class="section">6.3 <code>\section</code></h3>
+
+<a name="index-_005csection-1"></a>
+<a name="index-section-1"></a>
+
+<p>Synopsis, one of:
+</p>
+<div class="example">
+<pre class="example">\section{<var>title</var>}
+\section*{<var>title</var>}
+\section[<var>toc-title</var>]{<var>title</var>}
+</pre></div>
+
+<p>Start a section. The standard LaTeX classes <code>article</code>,
+<code>book</code>, and <code>report</code> all have this command.
+</p>
+<p>This produces a section.
+</p>
+<div class="example">
+<pre class="example">In this Part we tend to be more interested in the function,
+in the input-output behavior,
+than in the details of implementing that behavior.
+
+\section{Turing machines}
+Despite this desire to downplay implementation,
+we follow the approach of A~Turing that the
+first step toward defining the set of computable functions
+is to reflect on the details of what mechanisms can do.
+</pre></div>
+
+<p>For the standard LaTeX classes <code>book</code> and <code>report</code> the
+default output is like &lsquo;<samp>1.2 <var>title</var></samp>&rsquo; (for chapter&nbsp;1,
+section&nbsp;2), alone on its line and flush left, in boldface and a
+larger type (the type size is <code>\Large</code>). The same holds in
+<code>article</code> except that there are no chapters in that class so it
+looks like &lsquo;<samp>2 <var>title</var></samp>&rsquo;.
+</p>
+<p>The <code>*</code>&nbsp;form shows <var>title</var>.
+But it does not show the section number, does not increment the
+<code>section</code> counter, produces no table of contents entry, and does
+not affect the running header. (If you use the page style
+<code>headings</code> in a two-sided document then the header will be from the
+prior section.)
+</p>
+<p>The optional argument <var>toc-title</var> will appear as the section title
+in the table of contents (see <a href="Table-of-contents-etc_002e.html#Table-of-contents-etc_002e">Table of contents etc.</a>) and in
+running headers (see <a href="Page-styles.html#Page-styles">Page styles</a>). If it is not present then
+<var>title</var> will be there. This shows the full name in the title of the
+section,
+</p>
+<div class="example">
+<pre class="example">\section[Elizabeth~II]{Elizabeth the Second,
+ by the Grace of God of the United Kingdom,
+ Canada and Her other Realms and Territories Queen,
+ Head of the Commonwealth, Defender of the Faith.}
+</pre></div>
+
+<p>but only &lsquo;<samp>Elizabeth II</samp>&rsquo; on the contents page and in the headers.
+This has a line break in <var>title</var> but that does not work with headers
+so it is omitted from the contents and headers.
+</p>
+<div class="example">
+<pre class="example">\section[Truth is, I cheated; my life story]{Truth is,
+ I cheated\\my life story}
+</pre></div>
+
+<p>For determining which sectional units are numbered and which appear in
+the table of contents, the level number of a section is&nbsp;1
+(see <a href="Sectioning.html#Sectioning_002fsecnumdepth">Sectioning/secnumdepth</a> and see <a href="Sectioning.html#Sectioning_002ftocdepth">Sectioning/tocdepth</a>).
+</p>
+<a name="index-package_002c-indentfirst-2"></a>
+<a name="index-indentfirst-package-2"></a>
+
+<p>The paragraph that follows the section title is not indented, as is a
+standard typographical practice. One way to get an indent is to use the
+package <samp>indentfirst</samp>.
+</p>
+<a name="index-package_002c-titlesec-3"></a>
+<a name="index-titlesec-package-3"></a>
+
+<p>In general, to change the behavior of the <code>\section</code> command, there
+are a number of options. One is the <code>\@startsection</code> command
+(see <a href="_005c_0040startsection.html#g_t_005c_0040startsection">\@startsection</a>). There are also many packages on CTAN that
+address this, including <samp>titlesec</samp>. See the documentation but the
+example below gives a sense of what they can do.
+</p>
+<div class="example">
+<pre class="example">\usepackage{titlesec} % in preamble
+\titleformat{\section}
+ {\normalfont\Large\bfseries} % format of title
+ {\makebox[1pc][r]{\thesection\hspace{1pc}}} % label
+ {0pt} % length of separation between label and title
+ {} % before-code hook
+\titlespacing*{\section}
+ {-1pc}{18pt}{10pt}[10pc]
+</pre></div>
+
+<p>That puts the section number in the margin.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005csetcounter.html b/src/data/help/unofficial-latex2e-reference-manual/_005csetcounter.html
new file mode 100644
index 00000000..404edeb5
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005csetcounter.html
@@ -0,0 +1,150 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\setcounter (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\setcounter (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\setcounter (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Counters.html#Counters" rel="up" title="Counters">
+<link href="_005caddtocounter.html#g_t_005caddtocounter" rel="next" title="\addtocounter">
+<link href="_005cvalue.html#g_t_005cvalue" rel="prev" title="\value">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005csetcounter"></a>
+<div class="header">
+<p>
+Next: <a href="_005caddtocounter.html#g_t_005caddtocounter" accesskey="n" rel="next">\addtocounter</a>, Previous: <a href="_005cvalue.html#g_t_005cvalue" accesskey="p" rel="prev">\value</a>, Up: <a href="Counters.html#Counters" accesskey="u" rel="up">Counters</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005csetcounter-1"></a>
+<h3 class="section">13.4 <code>\setcounter</code></h3>
+
+<a name="index-_005csetcounter"></a>
+<a name="index-counters_002c-setting"></a>
+<a name="index-setting-counters"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\setcounter{<var>counter</var>}{<var>value</var>}
+</pre></div>
+
+<p>Globally set the counter <var>counter</var> to have the value of the
+<var>value</var> argument, which must be an integer. Thus, you can set a
+counter&rsquo;s value as <code>\setcounter{section}{5}</code>. Note that the
+counter name does not start with a backslash.
+</p>
+<p>In this example if the counter <code>theorem</code> has value 12 then the
+second line will print &lsquo;<samp>XII</samp>&rsquo;.
+</p>
+<div class="example">
+<pre class="example">\setcounter{exercise}{\value{theorem}}
+Here it is in Roman: \Roman{exercise}.
+</pre></div>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005csetlength.html b/src/data/help/unofficial-latex2e-reference-manual/_005csetlength.html
new file mode 100644
index 00000000..bcc1708f
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005csetlength.html
@@ -0,0 +1,159 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\setlength (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\setlength (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\setlength (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Lengths.html#Lengths" rel="up" title="Lengths">
+<link href="_005caddtolength.html#g_t_005caddtolength" rel="next" title="\addtolength">
+<link href="Units-of-length.html#Units-of-length" rel="prev" title="Units of length">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005csetlength"></a>
+<div class="header">
+<p>
+Next: <a href="_005caddtolength.html#g_t_005caddtolength" accesskey="n" rel="next">\addtolength</a>, Previous: <a href="Units-of-length.html#Units-of-length" accesskey="p" rel="prev">Units of length</a>, Up: <a href="Lengths.html#Lengths" accesskey="u" rel="up">Lengths</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005csetlength-1"></a>
+<h3 class="section">14.2 <code>\setlength</code></h3>
+
+<a name="index-_005csetlength"></a>
+<a name="index-lengths_002c-setting"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\setlength{<var>len</var>}{<var>amount</var>}
+</pre></div>
+
+<p>Set the length <var>len</var> to <var>amount</var>. The length name <var>len</var>
+must begin with a backslash, <code>\</code>. The <code>amount</code> can be a
+rubber length (see <a href="Lengths.html#Lengths">Lengths</a>). It can be positive, negative or zero,
+and can be in any units that LaTeX understands (see <a href="Units-of-length.html#Units-of-length">Units of length</a>).
+</p>
+<p>Below, with LaTeX&rsquo;s defaults the first paragraph will be indented
+while the second will not.
+</p>
+<div class="example">
+<pre class="example">I told the doctor I broke my leg in two places.
+
+\setlength{\parindent}{0em}
+He said stop going to those places.
+</pre></div>
+
+<p>If you did not declare <var>len</var> with <code>\newlength</code>, for example if
+you mistype the above as
+<code>\newlength{\specparindent}\setlength{\sepcparindent}{...}</code>,
+then you get an error like &lsquo;<samp>Undefined control sequence. &lt;argument&gt;
+\sepcindent</samp>&rsquo;. If you omit the backslash at the start of the length name
+then you get an error like &lsquo;<samp>Missing number, treated as zero. &lt;to be
+read again&gt; \relax l.19 \setlength{specparindent}{0.6\parindent}</samp>&rsquo;
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005csettodepth.html b/src/data/help/unofficial-latex2e-reference-manual/_005csettodepth.html
new file mode 100644
index 00000000..c705abfa
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005csettodepth.html
@@ -0,0 +1,154 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\settodepth (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\settodepth (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\settodepth (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Lengths.html#Lengths" rel="up" title="Lengths">
+<link href="_005csettoheight.html#g_t_005csettoheight" rel="next" title="\settoheight">
+<link href="_005caddtolength.html#g_t_005caddtolength" rel="prev" title="\addtolength">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005csettodepth"></a>
+<div class="header">
+<p>
+Next: <a href="_005csettoheight.html#g_t_005csettoheight" accesskey="n" rel="next">\settoheight</a>, Previous: <a href="_005caddtolength.html#g_t_005caddtolength" accesskey="p" rel="prev">\addtolength</a>, Up: <a href="Lengths.html#Lengths" accesskey="u" rel="up">Lengths</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005csettodepth-1"></a>
+<h3 class="section">14.4 <code>\settodepth</code></h3>
+
+<a name="index-_005csettodepth"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\settodepth{<var>len</var>}{<var>text</var>}
+</pre></div>
+
+<p>Set the length <var>len</var> to the depth of box that LaTeX gets on
+typesetting the <var>text</var> argument. The length name <var>len</var> must
+begin with a backslash, <code>\</code>.
+</p>
+<p>This will show how low the character descenders go.
+</p>
+<div class="example">
+<pre class="example">\newlength{\alphabetdepth}
+\settodepth{\alphabetdepth}{abcdefghijklmnopqrstuvwxyz}
+\the\alphabetdepth
+</pre></div>
+
+<p>If you did not set aside the length <var>len</var>, if for example you
+mistype the above as <code>\settodepth{\aplhabetdepth}{abc...}</code>,
+then you get something like &lsquo;<samp>Undefined control sequence. &lt;argument&gt;
+\aplhabetdepth</samp>&rsquo;. If you leave the backslash out of <var>len</var>, as in
+<code>\settodepth{alphabetdepth}{...}</code> then you get something like
+&lsquo;<samp>Missing number, treated as zero. &lt;to be read again&gt; \setbox</samp>&rsquo;.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005csettoheight.html b/src/data/help/unofficial-latex2e-reference-manual/_005csettoheight.html
new file mode 100644
index 00000000..7848fb82
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005csettoheight.html
@@ -0,0 +1,155 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\settoheight (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\settoheight (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\settoheight (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Lengths.html#Lengths" rel="up" title="Lengths">
+<link href="_005csettowidth.html#g_t_005csettowidth" rel="next" title="\settowidth">
+<link href="_005csettodepth.html#g_t_005csettodepth" rel="prev" title="\settodepth">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005csettoheight"></a>
+<div class="header">
+<p>
+Next: <a href="_005csettowidth.html#g_t_005csettowidth" accesskey="n" rel="next">\settowidth</a>, Previous: <a href="_005csettodepth.html#g_t_005csettodepth" accesskey="p" rel="prev">\settodepth</a>, Up: <a href="Lengths.html#Lengths" accesskey="u" rel="up">Lengths</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005csettoheight-1"></a>
+<h3 class="section">14.5 <code>\settoheight</code></h3>
+
+<a name="index-_005csettoheight"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\settoheight{<var>len</var>}{text}
+</pre></div>
+
+<p>Sets the length <var>len</var> to the height of box that LaTeX gets on
+typesetting the <code>text</code> argument. The length name <var>len</var> must
+begin with a backslash, <code>\</code>.
+</p>
+<p>This will show how high the characters go.
+</p>
+<div class="example">
+<pre class="example">\newlength{\alphabetheight}
+\settoheight{\alphabetheight}{abcdefghijklmnopqrstuvwxyz}
+\the\alphabetheight
+</pre></div>
+
+<p>If no such length <var>len</var> has been declared with <code>\newlength</code>, if
+for example you mistype as
+<code>\settoheight{\aplhabetheight}{abc...}</code>, then you get something
+like &lsquo;<samp>Undefined control sequence. &lt;argument&gt; \alphabetheight</samp>&rsquo;. If
+you leave the backslash out of <var>len</var>, as in
+<code>\settoheight{alphabetheight}{...}</code> then you get something like
+&lsquo;<samp>Missing number, treated as zero. &lt;to be read again&gt; \setbox</samp>&rsquo;.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005csettowidth.html b/src/data/help/unofficial-latex2e-reference-manual/_005csettowidth.html
new file mode 100644
index 00000000..3a7a4ce6
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005csettowidth.html
@@ -0,0 +1,154 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\settowidth (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\settowidth (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\settowidth (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Lengths.html#Lengths" rel="up" title="Lengths">
+<link href="Making-paragraphs.html#Making-paragraphs" rel="next" title="Making paragraphs">
+<link href="_005csettoheight.html#g_t_005csettoheight" rel="prev" title="\settoheight">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005csettowidth"></a>
+<div class="header">
+<p>
+Previous: <a href="_005csettoheight.html#g_t_005csettoheight" accesskey="p" rel="prev">\settoheight</a>, Up: <a href="Lengths.html#Lengths" accesskey="u" rel="up">Lengths</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005csettowidth-1"></a>
+<h3 class="section">14.6 <code>\settowidth</code></h3>
+
+<a name="index-_005csettowidth"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\settowidth{<var>len</var>}{<var>text</var>}
+</pre></div>
+
+<p>Set the length <var>len</var> to the width of the box that LaTeX gets on
+typesetting the <var>text</var> argument. The length name <var>len</var> must
+begin with a backslash, <code>\</code>.
+</p>
+<p>This measures the width of the lowercase ASCII alphabet.
+</p>
+<div class="example">
+<pre class="example">\newlength{\alphabetwidth}
+\settowidth{\alphabetwidth}{abcdefghijklmnopqrstuvwxyz}
+\the\alphabetwidth
+</pre></div>
+
+<p>If no such length <var>len</var> has been set aside, if for example you
+mistype the above as <code>\settowidth{\aplhabetwidth}{abc...}</code>,
+then you get something like &lsquo;<samp>Undefined control sequence. &lt;argument&gt;
+\aplhabetwidth</samp>&rsquo;. If you leave the backslash out of <var>len</var>, as in
+<code>\settoheight{alphabetwidth}{...}</code> then you get something like
+&lsquo;<samp>Missing number, treated as zero. &lt;to be read again&gt; \setbox</samp>&rsquo;.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cshortstack.html b/src/data/help/unofficial-latex2e-reference-manual/_005cshortstack.html
new file mode 100644
index 00000000..cfff662b
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cshortstack.html
@@ -0,0 +1,178 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\shortstack (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\shortstack (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\shortstack (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="picture.html#picture" rel="up" title="picture">
+<link href="_005cvector.html#g_t_005cvector" rel="next" title="\vector">
+<link href="_005coval.html#g_t_005coval" rel="prev" title="\oval">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cshortstack"></a>
+<div class="header">
+<p>
+Next: <a href="_005cvector.html#g_t_005cvector" accesskey="n" rel="next">\vector</a>, Previous: <a href="_005coval.html#g_t_005coval" accesskey="p" rel="prev">\oval</a>, Up: <a href="picture.html#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cshortstack-1"></a>
+<h4 class="subsection">8.19.11 <code>\shortstack</code></h4>
+
+<a name="index-_005cshortstack"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\shortstack[<var>position</var>]{<var>line 1</var> \\ ... }
+</pre></div>
+
+<p>Produce a vertical stack of objects.
+</p>
+<p>This labels the <em>y</em> axis.
+</p>
+<div class="example">
+<pre class="example">\put(0,0){\vector(1,0){4}} % x axis
+\put(0,0){\vector(0,1){2}} % y
+\put(-0.25,2){\makebox[0][r]{\shortstack[r]{$y$\\ axis}}}
+</pre></div>
+
+<p>For a short stack, the reference point is the lower left of the stack.
+In the above example the <a href="_005cmbox-_0026-_005cmakebox.html#g_t_005cmbox-_0026-_005cmakebox">\mbox &amp; \makebox</a> puts the stack flush
+right in a zero width box so in total the short stack sits slightly to
+the left of the <em>y</em>&nbsp;axis.
+</p>
+<p>The valid positions are:
+</p>
+<dl compact="compact">
+<dt><code>r</code></dt>
+<dd><p>Make objects flush right
+</p></dd>
+<dt><code>l</code></dt>
+<dd><p>Make objects flush left
+</p></dd>
+<dt><code>c</code></dt>
+<dd><p>Center objects (default)
+</p></dd>
+</dl>
+
+<a name="index-_005c_005c-_0028for-_005cshortstack-objects_0029"></a>
+<p>Separate objects into lines with <code>\\</code>. These stacks are short in
+that, unlike in a <code>tabular</code> or <code>array</code> environment, here the
+rows are not spaced out to be of even heights. Thus, in
+<code>\shortstack{X\\o\\o\\X}</code> the first and last rows are taller than
+the middle two. You can adjust row heights either by putting in the
+usual interline spacing with <code>\shortstack{X\\ \strut o\\o\\X}</code>,
+or by hand, via an explicit zero-width box <code>\shortstack{X \\
+\rule{0pt}{12pt} o\\o\\X}</code> or by using <code>\\</code>&rsquo;s optional
+argument <code>\shortstack{X\\[2pt] o\\o\\X}</code>.
+</p>
+<p>The <code>\shortstack</code> command is also available outside the
+<code>picture</code> environment.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005csignature.html b/src/data/help/unofficial-latex2e-reference-manual/_005csignature.html
new file mode 100644
index 00000000..af348743
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005csignature.html
@@ -0,0 +1,169 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\signature (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\signature (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\signature (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Letters.html#Letters" rel="up" title="Letters">
+<link href="_005ctelephone.html#g_t_005ctelephone" rel="next" title="\telephone">
+<link href="_005cps.html#g_t_005cps" rel="prev" title="\ps">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005csignature"></a>
+<div class="header">
+<p>
+Next: <a href="_005ctelephone.html#g_t_005ctelephone" accesskey="n" rel="next">\telephone</a>, Previous: <a href="_005cps.html#g_t_005cps" accesskey="p" rel="prev">\ps</a>, Up: <a href="Letters.html#Letters" accesskey="u" rel="up">Letters</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005csignature-1"></a>
+<h3 class="section">26.10 <code>\signature</code></h3>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\signature{<var>first line</var> \\
+ ... }
+</pre></div>
+
+<a name="index-_005csignature"></a>
+
+<p>The sender&rsquo;s name. This command is optional, although its inclusion is
+usual.
+</p>
+<p>The argument text appears at the end of the letter, after the closing.
+LaTeX leaves some vertical space for a handwritten
+signature. Separate multiple lines with a double
+backslash,&nbsp;<code>\\</code>. For example:
+</p>
+<div class="example">
+<pre class="example">\signature{J Fred Muggs \\
+ White House}
+</pre></div>
+
+<p>LaTeX&rsquo;s default for the vertical space from the <code>\closing</code> text
+down to the <code>\signature</code> text is <code>6\medskipamount</code>, which is
+six times <code>\medskipamount</code> (where <code>\medskipamount</code> is equal to
+a <code>\parskip</code>, which in turn is defined by default here to
+0.7em).
+</p>
+<p>This command is usually in the preamble, to apply to all the letters in
+the document. To have it apply to one letter only, put it inside a
+<code>letter</code> environment and before the <code>\closing</code>.
+</p>
+<p>You can include a graphic in the signature as here.
+</p>
+<div class="example">
+<pre class="example">\signature{\vspace{-6\medskipamount}\includegraphics{sig.png}\\
+ My name}
+</pre></div>
+
+<p>For this you must put <code>\usepackage{graphicx}</code> in the preamble
+(see <a href="Graphics.html#Graphics">Graphics</a>).
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005csmash.html b/src/data/help/unofficial-latex2e-reference-manual/_005csmash.html
new file mode 100644
index 00000000..b217a384
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005csmash.html
@@ -0,0 +1,200 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\smash (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\smash (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\smash (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Spacing-in-math-mode.html#Spacing-in-math-mode" rel="up" title="Spacing in math mode">
+<link href="_005cphantom-_0026-_005cvphantom-_0026-_005chphantom.html#g_t_005cphantom-_0026-_005cvphantom-_0026-_005chphantom" rel="next" title="\phantom &amp; \vphantom &amp; \hphantom">
+<link href="Spacing-in-math-mode.html#Spacing-in-math-mode" rel="prev" title="Spacing in math mode">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005csmash"></a>
+<div class="header">
+<p>
+Next: <a href="_005cphantom-_0026-_005cvphantom-_0026-_005chphantom.html#g_t_005cphantom-_0026-_005cvphantom-_0026-_005chphantom" accesskey="n" rel="next">\phantom &amp; \vphantom &amp; \hphantom</a>, Up: <a href="Spacing-in-math-mode.html#Spacing-in-math-mode" accesskey="u" rel="up">Spacing in math mode</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005csmash-1"></a>
+<h4 class="subsection">16.6.1 <code>\smash</code></h4>
+
+<a name="index-vertical-spacing_002c-math-mode"></a>
+<a name="index-math-mode_002c-vertical-space"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\smash{<var>subformula</var>}
+</pre></div>
+
+<p>Typeset <var>subformula</var> as if its height and depth were zero.
+</p>
+<p>In this example the exponential is so tall that without the
+<code>\smash</code> command LaTeX would separate its line from the line
+above it, and the uneven line spacing might be unsightly.
+</p>
+<div class="example">
+<pre class="example">To compute the tetration $\smash{2^{2^{2^2}}}$,
+evaluate from the top down, as $2^{2^4}=2^{16}=65536$.
+</pre></div>
+
+<p>(Because of the <code>\smash</code> the printed expression could run into the
+line above so you may want to wait until the final version of the
+document to make such adjustments.)
+</p>
+<p>This pictures the effect of <code>\smash</code> by using <code>\fbox</code> to
+surround the box that LaTeX will put on the line. The
+<code>\blackbar</code> command makes a bar extending from 10&nbsp;points below
+the baseline to 20&nbsp;points above.
+</p>
+<div class="example">
+<pre class="example">\newcommand{\blackbar}{\rule[-10pt]{5pt}{30pt}}
+\fbox{\blackbar}
+\fbox{\smash{\blackbar}}
+</pre></div>
+
+<p>The first box that LaTeX places is 20&nbsp;points high and
+10&nbsp;points deep. But the second box is treated by LaTeX as
+having zero height and zero depth, despite that the ink printed on the
+page still extends well above and below the line.
+</p>
+<p>The <code>\smash</code> command appears often in mathematics to adjust the
+size of an element that surrounds a subformula. Here the first radical
+extends below the baseline while the second lies just on the baseline.
+</p>
+<div class="example">
+<pre class="example">\begin{equation}
+\sqrt{\sum_{0\leq k&lt; n} f(k)}
+\sqrt{\vphantom{\sum}\smash{\sum_{0\leq k&lt; n}} f(k)}
+\end{equation}
+</pre></div>
+
+<p>Note the use of <code>\vphantom</code> to give the <code>\sqrt</code> command an
+argument with the height of the <code>\sum</code> (see <a href="_005cphantom-_0026-_005cvphantom-_0026-_005chphantom.html#g_t_005cphantom-_0026-_005cvphantom-_0026-_005chphantom">\phantom &amp; \vphantom &amp; \hphantom</a>).
+</p>
+<p>While most often used in mathematics, the <code>\smash</code> command can
+appear in other contexts. However, it doesn&rsquo;t change into horizontal
+mode. So if it starts a paragraph then you should first put a
+<code>\leavevmode</code>, as in the bottom line below.
+</p>
+<div class="example">
+<pre class="example">xxx xxx xxx
+
+\smash{yyy} % no paragraph indent
+
+\leavevmode\smash{zzz} % usual paragraph indent
+</pre></div>
+
+<a name="index-package_002c-mathtools-4"></a>
+<a name="index-mathtools-package-4"></a>
+
+<p>The package <code>mathtools</code> has operators that provide even finer
+control over smashing a subformula box.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cspacefactor.html b/src/data/help/unofficial-latex2e-reference-manual/_005cspacefactor.html
new file mode 100644
index 00000000..d0900240
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cspacefactor.html
@@ -0,0 +1,199 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\spacefactor (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\spacefactor (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\spacefactor (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Spaces.html#Spaces" rel="up" title="Spaces">
+<link href="_005c_0040.html#g_t_005c_0040" rel="next" title="\@">
+<link href="_005chss.html#g_t_005chss" rel="prev" title="\hss">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cspacefactor"></a>
+<div class="header">
+<p>
+Next: <a href="_005c_0028SPACE_0029.html#g_t_005c_0028SPACE_0029" accesskey="n" rel="next">\(SPACE)</a>, Previous: <a href="_005chss.html#g_t_005chss" accesskey="p" rel="prev">\hss</a>, Up: <a href="Spaces.html#Spaces" accesskey="u" rel="up">Spaces</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cspacefactor-1"></a>
+<h3 class="section">19.5 <code>\spacefactor</code></h3>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\spacefactor=<var>integer</var>
+</pre></div>
+
+<a name="index-_005cspacefactor"></a>
+<p>Influence LaTeX&rsquo;s glue stretch and shrink behavior. Most user-level
+documents do not use this command.
+</p>
+<p>While LaTeX is laying out the material, it may stretch or shrink the
+gaps between words. (This space is not a character; it is called the
+<em>interword glue</em>; see <a href="_005chspace.html#g_t_005chspace">\hspace</a>). The <code>\spacefactor</code> command
+(from Plain&nbsp;TeX) allows you to, for instance, have the space
+after a period stretch more than the space after a word-ending letter.
+</p>
+<p>After LaTeX places each character, or rule or other box, it sets a
+parameter called the <em>space factor</em>. If the next thing in the input
+is a space then this parameter affects how much stretching or shrinking
+can happen. A space factor that is larger than the normal value means
+that the glue can stretch more and shrink less. Normally, the space
+factor is 1000. This value is in effect following most characters, and
+any non-character box or math formula. But it is 3000 after a period,
+exclamation mark, or question mark, it is 2000 after a colon, 1500 after
+a semicolon, 1250 after a comma, and 0 after a right parenthesis or
+bracket, or closing double quote or single quote. Finally, it is 999
+after a capital letter.
+</p>
+<p>If the space factor&nbsp;<var>f</var> is 1000 then the glue gap will be the
+font&rsquo;s normal space value (for Computer Modern Roman 10 point this is
+3.3333&nbsp;points). Otherwise, if the space factor <var>f</var> is greater
+than 2000 then TeX adds the font&rsquo;s extra space value (for Computer
+Modern Roman 10 point this is 1.11111&nbsp;points), and then the font&rsquo;s
+normal stretch value is multiplied by <em>f /1000</em> and the normal
+shrink value is multiplied by <em>1000/f</em> (for Computer Modern Roman
+10 point these are 1.66666 and 1.11111&nbsp;points).
+</p>
+<p>For example, consider the period ending <code>A man's best friend is his
+dog.</code> After it, TeX puts in a fixed extra space, and also allows the
+glue to stretch 3 times as much and shrink 1/3 as much, as the glue
+after <code>friend</code>, which does not end in a period.
+</p>
+<p>The rules for space factors are even more complex because they play
+additional roles. In practice, there are two consequences. First, if a
+period or other punctuation is followed by a right parenthesis or
+bracket, or right single or double quote then the spacing effect of that
+period carries through those characters (that is, the following glue
+will have increased stretch and shrink). Second, if
+punctuation comes after a capital letter then its effect is not in place
+so you get an ordinary space. This second case also affects abbreviations
+that do not end in a capital letter (see <a href="_005c_0040.html#g_t_005c_0040">\@</a>).
+</p>
+<p>You can only use <code>\spacefactor</code> in paragraph mode or LR mode
+(see <a href="Modes.html#Modes">Modes</a>). You can see the current value with
+<code>\the\spacefactor</code> or <code>\showthe\spacefactor</code>.
+</p>
+<p>(Comment, not really related to <code>\spacefactor</code>: if you get errors
+like &lsquo;<samp>You can't use `\spacefactor' in vertical mode</samp>&rsquo;, or &lsquo;<samp>You
+can't use `\spacefactor' in math mode.</samp>&rsquo;, or &lsquo;<samp>Improper \spacefactor</samp>&rsquo;
+then you have probably tried to redefine an internal command.
+See <a href="_005cmakeatletter-_0026-_005cmakeatother.html#g_t_005cmakeatletter-_0026-_005cmakeatother">\makeatletter &amp; \makeatother</a>.)
+</p>
+
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="_005c_0040.html#g_t_005c_0040" accesskey="1">\@</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Distinguish sentence-ending periods from abbreviations.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cfrenchspacing.html#g_t_005cfrenchspacing" accesskey="2">\frenchspacing</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Equal interword and inter-sentence space.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cnormalsfcodes.html#g_t_005cnormalsfcodes" accesskey="3">\normalsfcodes</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Restore space factor settings to the default.
+</td></tr>
+</table>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005csqrt.html b/src/data/help/unofficial-latex2e-reference-manual/_005csqrt.html
new file mode 100644
index 00000000..0c6747fd
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005csqrt.html
@@ -0,0 +1,148 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\sqrt (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\sqrt (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\sqrt (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Math-miscellany.html#Math-miscellany" rel="up" title="Math miscellany">
+<link href="_005cstackrel.html#g_t_005cstackrel" rel="next" title="\stackrel">
+<link href="_005cfrac.html#g_t_005cfrac" rel="prev" title="\frac">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005csqrt"></a>
+<div class="header">
+<p>
+Next: <a href="_005cstackrel.html#g_t_005cstackrel" accesskey="n" rel="next">\stackrel</a>, Previous: <a href="_005cfrac.html#g_t_005cfrac" accesskey="p" rel="prev">\frac</a>, Up: <a href="Math-miscellany.html#Math-miscellany" accesskey="u" rel="up">Math miscellany</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005csqrt-1"></a>
+<h4 class="subsection">16.7.4 <code>\sqrt</code></h4>
+
+<a name="index-square-root"></a>
+<a name="index-roots"></a>
+<a name="index-radical"></a>
+<a name="index-_005csqrt"></a>
+
+<p>Synopsis, one of:
+</p>
+<div class="example">
+<pre class="example">\sqrt{<var>arg</var>}
+\sqrt[<var>root-number</var>]{<var>arg</var>}
+</pre></div>
+
+<p>The square root, or optionally other roots, of <var>arg</var>. The optional
+argument <var>root-number</var> gives the root, i.e., enter the cube root of
+<code>x+y</code> as <code>\sqrt[3]{x+y}</code>.
+The radical grows with the size of <var>arg</var> (as the height of the
+radical grows, the angle on the leftmost part gets steeper, until for
+a large enough <code>arg</code>, it is vertical).
+</p>
+<p>LaTeX has a separate <code>\surd</code> character (see <a href="Math-symbols.html#Math-symbols">Math symbols</a>).
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cstackrel.html b/src/data/help/unofficial-latex2e-reference-manual/_005cstackrel.html
new file mode 100644
index 00000000..6f629136
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cstackrel.html
@@ -0,0 +1,140 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\stackrel (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\stackrel (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\stackrel (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Math-miscellany.html#Math-miscellany" rel="up" title="Math miscellany">
+<link href="Modes.html#Modes" rel="next" title="Modes">
+<link href="_005csqrt.html#g_t_005csqrt" rel="prev" title="\sqrt">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cstackrel"></a>
+<div class="header">
+<p>
+Previous: <a href="_005csqrt.html#g_t_005csqrt" accesskey="p" rel="prev">\sqrt</a>, Up: <a href="Math-miscellany.html#Math-miscellany" accesskey="u" rel="up">Math miscellany</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cstackrel-1"></a>
+<h4 class="subsection">16.7.5 <code>\stackrel</code></h4>
+
+<a name="index-stack-math"></a>
+<a name="index-relation_002c-text-above"></a>
+<a name="index-_005cstackrel"></a>
+
+<p>Synopsis, one of:
+</p>
+<div class="example">
+<pre class="example">\stackrel{<var>text</var>}{<var>relation</var>}
+</pre></div>
+
+<p>Put <var>text</var> above <var>relation</var>. To put a function name above an
+arrow enter <code>\stackrel{f}{\longrightarrow}</code>.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cstepcounter.html b/src/data/help/unofficial-latex2e-reference-manual/_005cstepcounter.html
new file mode 100644
index 00000000..6e7013e0
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cstepcounter.html
@@ -0,0 +1,144 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\stepcounter (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\stepcounter (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\stepcounter (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Counters.html#Counters" rel="up" title="Counters">
+<link href="_005cday-_0026-_005cmonth-_0026-_005cyear.html#g_t_005cday-_0026-_005cmonth-_0026-_005cyear" rel="next" title="\day &amp; \month &amp; \year">
+<link href="_005crefstepcounter.html#g_t_005crefstepcounter" rel="prev" title="\refstepcounter">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cstepcounter"></a>
+<div class="header">
+<p>
+Next: <a href="_005cday-_0026-_005cmonth-_0026-_005cyear.html#g_t_005cday-_0026-_005cmonth-_0026-_005cyear" accesskey="n" rel="next">\day &amp; \month &amp; \year</a>, Previous: <a href="_005crefstepcounter.html#g_t_005crefstepcounter" accesskey="p" rel="prev">\refstepcounter</a>, Up: <a href="Counters.html#Counters" accesskey="u" rel="up">Counters</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cstepcounter-1"></a>
+<h3 class="section">13.7 <code>\stepcounter</code></h3>
+
+<a name="index-_005cstepcounter"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\stepcounter{<var>counter</var>}
+</pre></div>
+
+<p>Globally adds one to <var>counter</var> and resets all counters numbered
+within it. (For the definition of &ldquo;counters numbered within&rdquo;,
+see <a href="_005cnewcounter.html#g_t_005cnewcounter">\newcounter</a>.)
+</p>
+<p>This command differs from <code>\refstepcounter</code> in that this one does
+not influence references&nbsp;&mdash; it does not define the current
+<code>\ref</code> value to be the result of <code>\thecounter</code>
+(see <a href="_005crefstepcounter.html#g_t_005crefstepcounter">\refstepcounter</a>).
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cstrut.html b/src/data/help/unofficial-latex2e-reference-manual/_005cstrut.html
new file mode 100644
index 00000000..d062f346
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cstrut.html
@@ -0,0 +1,225 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\strut (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\strut (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\strut (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Spaces.html#Spaces" rel="up" title="Spaces">
+<link href="_005cvspace.html#g_t_005cvspace" rel="next" title="\vspace">
+<link href="_005cbigbreak-_0026-_005cmedbreak-_0026-_005csmallbreak.html#g_t_005cbigbreak-_0026-_005cmedbreak-_0026-_005csmallbreak" rel="prev" title="\bigbreak &amp; \medbreak &amp; \smallbreak">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cstrut"></a>
+<div class="header">
+<p>
+Next: <a href="_005cvspace.html#g_t_005cvspace" accesskey="n" rel="next">\vspace</a>, Previous: <a href="_005cbigbreak-_0026-_005cmedbreak-_0026-_005csmallbreak.html#g_t_005cbigbreak-_0026-_005cmedbreak-_0026-_005csmallbreak" accesskey="p" rel="prev">\bigbreak &amp; \medbreak &amp; \smallbreak</a>, Up: <a href="Spaces.html#Spaces" accesskey="u" rel="up">Spaces</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cstrut-1"></a>
+<h3 class="section">19.13 <code>\strut</code></h3>
+
+<a name="index-_005cstrut"></a>
+<a name="index-strut"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\strut
+</pre></div>
+
+<p>Ensure that the current line has height at least <code>0.7\baselineskip</code>
+and depth at least <code>0.3\baselineskip</code>. Essentially, LaTeX
+inserts into the line a rectangle having zero width,
+<code>\rule[-0.3\baselineskip]{0pt}{\baselineskip}</code> (see <a href="_005crule.html#g_t_005crule">\rule</a>).
+The <code>\baselineskip</code> changes with the current font and fontsize.
+</p>
+<p>In this example the <code>\strut</code> keeps the box inside the frame from
+having zero height.
+</p>
+<div class="example">
+<pre class="example">\setlength{\fboxsep}{0pt}\framebox[2in]{\strut}
+</pre></div>
+
+<p>This example has four lists. In the first there is a much bigger gap
+between items 2 and&nbsp;3 than there is between items 1 and&nbsp;2.
+The second list fixes that with a <code>\strut</code> at the end of its first
+item&rsquo;s second line.
+</p>
+<div class="example">
+<pre class="example">\setlength{\fboxsep}{0pt}
+\noindent\begin{minipage}[t]{0.2\linewidth}
+\begin{enumerate}
+ \item \parbox[t]{15pt}{test \\ test}
+ \item test
+ \item test
+\end{enumerate}
+\end{minipage}%
+\begin{minipage}[t]{0.2\linewidth}
+\begin{enumerate}
+ \item \parbox[t]{15pt}{test \\ test\strut}
+ \item test
+ \item test
+\end{enumerate}
+\end{minipage}%
+\begin{minipage}[t]{0.2\linewidth}
+\begin{enumerate}
+ \item \fbox{\parbox[t]{15pt}{test \\ test}}
+ \item \fbox{test}
+ \item \fbox{test}
+\end{enumerate}
+\end{minipage}%
+\begin{minipage}[t]{0.2\linewidth}
+\begin{enumerate}
+ \item \fbox{\parbox[t]{15pt}{test \\ test\strut}}
+ \item \fbox{test}
+ \item \fbox{test}
+\end{enumerate}
+\end{minipage}%
+</pre></div>
+
+<p>The final two lists use <code>\fbox</code> to show what&rsquo;s happening. The
+third list&rsquo;s <code>\parbox</code> goes only to the bottom of its second
+&lsquo;<samp>test</samp>&rsquo;, which happens not have any characters that descend below
+the baseline. The fourth list adds the strut that gives the needed
+extra below-baseline space.
+</p>
+<a name="index-package_002c-TikZ-1"></a>
+<a name="index-TikZ-package-1"></a>
+<a name="index-package_002c-Asymptote-1"></a>
+<a name="index-Asymptote-package-1"></a>
+
+<p>The <code>\strut</code> command is often useful in graphics, such as in
+<samp>TikZ</samp> or <samp>Asymptote</samp>. For instance, you may have a command
+such as <code>\graphnode{<var>node-name</var>}</code> that fits a circle around
+<var>node-name</var>. However, unless you are careful the <var>node-name</var>&rsquo;s
+&lsquo;<samp>x</samp>&rsquo; and &lsquo;<samp>y</samp>&rsquo; will produce different-diameter circles because
+the characters are different sizes. A careful <code>\graphnode</code> might
+insert a <code>\strut</code>, then <var>node-name</var>, and then draw the circle.
+</p>
+<p>The general approach of using a zero width <code>\rule</code> is useful in
+many circumstances. In this table, the zero-width rule keeps the top of
+the first integral from hitting the <code>\hline</code>. Similarly, the
+second rule keeps the second integral from hitting the first.
+</p>
+<div class="example">
+<pre class="example">\begin{tabular}{rl}
+ \textsc{Integral} &amp;\textsc{Value} \\
+ \hline
+ $\int_0^x t\, dt$ &amp;$x^2/2$ \rule{0em}{2.5ex} \\
+ $\int_0^x t^2\, dt$ &amp;$x^3/3$ \rule{0em}{2.5ex}
+\end{tabular}
+</pre></div>
+
+<p>(Although the line-ending double backslash command has an available
+optional argument to put in more vertical room, that won&rsquo;t work here.
+Changing the first double backslash to something like <code>\\[2.5ex]</code>
+will put the room between the header line and the <code>\hline</code>, and the
+integral would still hit the line.)
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005csubsection.html b/src/data/help/unofficial-latex2e-reference-manual/_005csubsection.html
new file mode 100644
index 00000000..f8e137b4
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005csubsection.html
@@ -0,0 +1,208 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\subsection (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\subsection (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\subsection (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Sectioning.html#Sectioning" rel="up" title="Sectioning">
+<link href="_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph.html#g_t_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph" rel="next" title="\subsubsection &amp; \paragraph &amp; \subparagraph">
+<link href="_005csection.html#g_t_005csection" rel="prev" title="\section">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005csubsection"></a>
+<div class="header">
+<p>
+Next: <a href="_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph.html#g_t_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph" accesskey="n" rel="next">\subsubsection &amp; \paragraph &amp; \subparagraph</a>, Previous: <a href="_005csection.html#g_t_005csection" accesskey="p" rel="prev">\section</a>, Up: <a href="Sectioning.html#Sectioning" accesskey="u" rel="up">Sectioning</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005csubsection-1"></a>
+<h3 class="section">6.4 <code>\subsection</code></h3>
+
+<a name="index-_005csubsection-1"></a>
+<a name="index-subsection-1"></a>
+
+<p>Synopsis, one of:
+</p>
+<div class="example">
+<pre class="example">\subsection{<var>title</var>}
+\subsection*{<var>title</var>}
+\subsection[<var>toc-title</var>]{<var>title</var>}
+</pre></div>
+
+<p>Start a subsection. The standard LaTeX classes <code>article</code>,
+<code>book</code>, and <code>report</code> all have this command.
+</p>
+<p>This produces a subsection.
+</p>
+<div class="example">
+<pre class="example">We will show that there are more functions than Turing machines and that
+therefore some functions have no associated machine.
+
+\subsection{Cardinality} We will begin with two paradoxes that
+dramatize the challenge to our intuition posed by comparing the sizes of
+infinite sets.
+</pre></div>
+
+<p>For the standard LaTeX classes <code>book</code> and <code>report</code> the
+default output is like &lsquo;<samp>1.2.3 <var>title</var></samp>&rsquo; (for chapter&nbsp;1,
+section&nbsp;2, subsection&nbsp;3), alone on its line and flush left, in
+boldface and a larger type (the type size is <code>\large</code>). The same
+holds in <code>article</code> except that there are no chapters in that class
+so it looks like &lsquo;<samp>2.3 <var>title</var></samp>&rsquo;.
+</p>
+<p>The <code>*</code>&nbsp;form shows <var>title</var>.
+But it does not show the section number, does not increment the
+<code>section</code> counter, and produces no table of contents entry.
+</p>
+<p>The optional argument <var>toc-title</var> will appear as the section title
+in the table of contents (see <a href="Table-of-contents-etc_002e.html#Table-of-contents-etc_002e">Table of contents etc.</a>). If it is
+not present then <var>title</var> will be there. This shows the full name in
+the title of the section,
+</p>
+<div class="example">
+<pre class="example">\subsection[$\alpha,\beta,\gamma$ paper]{\textit{The Origin of
+ Chemical Elements} by R.A.~Alpher, H.~Bethe, and G.~Gamow}
+</pre></div>
+
+<p>but only &lsquo;<samp>&#x03B1;,&#x03B2;,&#x03B3;
+paper</samp>&rsquo; on the contents page.
+</p>
+<p>For determining which sectional units are numbered and which appear in
+the table of contents, the level number of a subsection is&nbsp;2
+(see <a href="Sectioning.html#Sectioning_002fsecnumdepth">Sectioning/secnumdepth</a> and see <a href="Sectioning.html#Sectioning_002ftocdepth">Sectioning/tocdepth</a>).
+</p>
+<a name="index-package_002c-indentfirst-3"></a>
+<a name="index-indentfirst-package-3"></a>
+
+<p>The paragraph that follows the subsection title is not indented, as is a
+standard typographical practice. One way to get an indent is to use the
+package <samp>indentfirst</samp>.
+</p>
+<a name="index-package_002c-titlesec-4"></a>
+<a name="index-titlesec-package-4"></a>
+
+<p>There are a number of ways to change the behavior of the
+<code>\subsection</code> command. One is the <code>\@startsection</code> command
+(see <a href="_005c_0040startsection.html#g_t_005c_0040startsection">\@startsection</a>). There are also many packages on CTAN that
+address this, including <samp>titlesec</samp>. See the documentation but the
+example below gives a sense of what they can do.
+</p>
+<div class="example">
+<pre class="example">\usepackage{titlesec} % in preamble
+\titleformat{\subsection}[runin]
+ {\normalfont\normalsize\bfseries} % format of the title
+ {\thesubsection} % label
+ {0.6em} % space between label and title
+ {} % before-code hook
+</pre></div>
+
+<p>That puts the subsection number and <var>title</var> in the first line of
+text.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph.html b/src/data/help/unofficial-latex2e-reference-manual/_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph.html
new file mode 100644
index 00000000..9dd3f712
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph.html
@@ -0,0 +1,212 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\subsubsection &amp; \paragraph &amp; \subparagraph (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\subsubsection &amp; \paragraph &amp; \subparagraph (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\subsubsection &amp; \paragraph &amp; \subparagraph (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Sectioning.html#Sectioning" rel="up" title="Sectioning">
+<link href="_005cappendix.html#g_t_005cappendix" rel="next" title="\appendix">
+<link href="_005csubsection.html#g_t_005csubsection" rel="prev" title="\subsection">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph"></a>
+<div class="header">
+<p>
+Next: <a href="_005cappendix.html#g_t_005cappendix" accesskey="n" rel="next">\appendix</a>, Previous: <a href="_005csubsection.html#g_t_005csubsection" accesskey="p" rel="prev">\subsection</a>, Up: <a href="Sectioning.html#Sectioning" accesskey="u" rel="up">Sectioning</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+
+<a name="g_t_005csubsubsection_002c-_005cparagraph_002c-_005csubparagraph"></a>
+<h3 class="section">6.5 <code>\subsubsection</code>, <code>\paragraph</code>, <code>\subparagraph</code></h3>
+
+<a name="index-_005csubsubsection"></a>
+<a name="index-subsubsection"></a>
+<a name="index-_005cparagraph-1"></a>
+<a name="index-paragraph-1"></a>
+<a name="index-_005csubparagraph-1"></a>
+<a name="index-subparagraph-1"></a>
+
+<p>Synopsis, one of:
+</p>
+<div class="example">
+<pre class="example">\subsubsection{<var>title</var>}
+\subsubsection*{<var>title</var>}
+\subsubsection[<var>toc-title</var>]{<var>title</var>}
+</pre></div>
+
+<p>or one of:
+</p>
+<div class="example">
+<pre class="example">\paragraph{<var>title</var>}
+\paragraph*{<var>title</var>}
+\paragraph[<var>toc-title</var>]{<var>title</var>}
+</pre></div>
+
+<p>or one of:
+</p>
+<div class="example">
+<pre class="example">\subparagraph{<var>title</var>}
+\subparagraph*{<var>title</var>}
+\subparagraph[<var>toc-title</var>]{<var>title</var>}
+</pre></div>
+
+<p>Start a subsubsection, paragraph, or subparagraph. The standard
+LaTeX classes <code>article</code>, <code>book</code>, and <code>report</code> all have
+these commands, although they are not commonly used.
+</p>
+<p>This produces a subsubsection.
+</p>
+<div class="example">
+<pre class="example">\subsubsection{Piston ring compressors: structural performance}
+Provide exterior/interior wall cladding assemblies
+capable of withstanding the effects of load and stresses from
+consumer-grade gasoline engine piston rings.
+</pre></div>
+
+<p>The default output of each of the three does not change over the
+standard LaTeX classes <code>article</code>, <code>book</code>, and
+<code>report</code>. For <code>\subsubsection</code> the <var>title</var> is alone on
+its line, in boldface and normal size type. For <code>\paragraph</code> the
+<var>title</var> is inline with the text, not indented, in boldface and
+normal size type. For <code>\subparagraph</code> the <var>title</var> is inline
+with the text, with a paragraph indent, in boldface and normal size type
+(Because an <code>article</code> has no chapters its subsubsections are
+numbered and so it looks like &lsquo;<samp>1.2.3 <var>title</var></samp>&rsquo;, for
+section&nbsp;1, subsection&nbsp;2, and subsubsection&nbsp;3. The other
+two divisions are not numbered.)
+</p>
+<p>The <code>*</code>&nbsp;form shows <var>title</var>. But it does not increment the
+associated counter and produces no table of contents entry (and does not
+show the number for <code>\subsubsection</code>).
+</p>
+<p>The optional argument <var>toc-title</var> will appear as the division title
+in the table of contents (see <a href="Table-of-contents-etc_002e.html#Table-of-contents-etc_002e">Table of contents etc.</a>). If it is
+not present then <var>title</var> will be there.
+</p>
+<p>For determining which sectional units are numbered and which appear in
+the table of contents, the level number of a subsubsection is&nbsp;3, of
+a paragraph is&nbsp;4, and of a subparagraph is&nbsp;5
+(see <a href="Sectioning.html#Sectioning_002fsecnumdepth">Sectioning/secnumdepth</a> and see <a href="Sectioning.html#Sectioning_002ftocdepth">Sectioning/tocdepth</a>).
+</p>
+<a name="index-package_002c-indentfirst-4"></a>
+<a name="index-indentfirst-package-4"></a>
+
+<p>The paragraph that follows the subsubsection title is not indented, as is a
+standard typographical practice. One way to get an indent is to use the
+package <samp>indentfirst</samp>.
+</p>
+<a name="index-package_002c-titlesec-5"></a>
+<a name="index-titlesec-package-5"></a>
+
+<p>There are a number of ways to change the behavior of the these commands.
+One is the <code>\@startsection</code> command (see <a href="_005c_0040startsection.html#g_t_005c_0040startsection">\@startsection</a>).
+There are also many packages on CTAN that address this, including
+<samp>titlesec</samp>. See the documentation on CTAN.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005ctelephone.html b/src/data/help/unofficial-latex2e-reference-manual/_005ctelephone.html
new file mode 100644
index 00000000..ab6a0ea2
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005ctelephone.html
@@ -0,0 +1,140 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\telephone (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\telephone (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\telephone (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Letters.html#Letters" rel="up" title="Letters">
+<link href="Input_002foutput.html#Input_002foutput" rel="next" title="Input/output">
+<link href="_005csignature.html#g_t_005csignature" rel="prev" title="\signature">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005ctelephone"></a>
+<div class="header">
+<p>
+Previous: <a href="_005csignature.html#g_t_005csignature" accesskey="p" rel="prev">\signature</a>, Up: <a href="Letters.html#Letters" accesskey="u" rel="up">Letters</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005ctelephone-1"></a>
+<h3 class="section">26.11 <code>\telephone</code></h3>
+
+<a name="index-_005ctelephone"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\telephone{<var>number</var>}
+</pre></div>
+
+<p>The sender&rsquo;s telephone number. This is typically in the preamble, where
+it applies to all letters. This only appears if the <code>firstpage</code>
+pagestyle is selected. If so, it appears on the lower right of the
+page.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cthicklines.html b/src/data/help/unofficial-latex2e-reference-manual/_005cthicklines.html
new file mode 100644
index 00000000..e7f20554
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cthicklines.html
@@ -0,0 +1,134 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\thicklines (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\thicklines (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\thicklines (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="picture.html#picture" rel="up" title="picture">
+<link href="_005ccircle.html#g_t_005ccircle" rel="next" title="\circle">
+<link href="_005cthinlines.html#g_t_005cthinlines" rel="prev" title="\thinlines">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cthicklines"></a>
+<div class="header">
+<p>
+Next: <a href="_005ccircle.html#g_t_005ccircle" accesskey="n" rel="next">\circle</a>, Previous: <a href="_005cthinlines.html#g_t_005cthinlines" accesskey="p" rel="prev">\thinlines</a>, Up: <a href="picture.html#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cthicklines-1"></a>
+<h4 class="subsection">8.19.8 <code>\thicklines</code></h4>
+
+<a name="index-_005cthicklines"></a>
+
+<p>Declaration to set the thickness of subsequent lines, circles, and ovals
+in a picture environment to be 0.8pt. See also
+<a href="_005clinethickness.html#g_t_005clinethickness">\linethickness</a> and <a href="_005cthinlines.html#g_t_005cthinlines">\thinlines</a>. This command is illustrated
+in the Trapezoidal Rule example of <a href="picture.html#picture">picture</a>.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cthinlines.html b/src/data/help/unofficial-latex2e-reference-manual/_005cthinlines.html
new file mode 100644
index 00000000..d641b30f
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cthinlines.html
@@ -0,0 +1,134 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\thinlines (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\thinlines (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\thinlines (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="picture.html#picture" rel="up" title="picture">
+<link href="_005cthicklines.html#g_t_005cthicklines" rel="next" title="\thicklines">
+<link href="_005clinethickness.html#g_t_005clinethickness" rel="prev" title="\linethickness">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cthinlines"></a>
+<div class="header">
+<p>
+Next: <a href="_005cthicklines.html#g_t_005cthicklines" accesskey="n" rel="next">\thicklines</a>, Previous: <a href="_005clinethickness.html#g_t_005clinethickness" accesskey="p" rel="prev">\linethickness</a>, Up: <a href="picture.html#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cthinlines-1"></a>
+<h4 class="subsection">8.19.7 <code>\thinlines</code></h4>
+
+<a name="index-_005cthinlines"></a>
+
+<p>Declaration to set the thickness of subsequent lines, circles, and ovals
+in a picture environment to be 0.4pt. This is the default
+thickness, so this command is unnecessary unless the thickness has been
+changed with either <a href="_005clinethickness.html#g_t_005clinethickness">\linethickness</a> or <a href="_005cthicklines.html#g_t_005cthicklines">\thicklines</a>.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cthinspace-_0026-_005cnegthinspace.html b/src/data/help/unofficial-latex2e-reference-manual/_005cthinspace-_0026-_005cnegthinspace.html
new file mode 100644
index 00000000..287ca5b9
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cthinspace-_0026-_005cnegthinspace.html
@@ -0,0 +1,159 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\thinspace &amp; \negthinspace (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\thinspace &amp; \negthinspace (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\thinspace &amp; \negthinspace (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Spaces.html#Spaces" rel="up" title="Spaces">
+<link href="_005c_002f.html#g_t_005c_002f" rel="next" title="\/">
+<link href="_007e.html#g_t_007e" rel="prev" title="~">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cthinspace-_0026-_005cnegthinspace"></a>
+<div class="header">
+<p>
+Next: <a href="_005c_002f.html#g_t_005c_002f" accesskey="n" rel="next">\/</a>, Previous: <a href="_007e.html#g_t_007e" accesskey="p" rel="prev">~</a>, Up: <a href="Spaces.html#Spaces" accesskey="u" rel="up">Spaces</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cthinspace-_0026-_005cnegthinspace-1"></a>
+<h3 class="section">19.8 <code>\thinspace</code> &amp; <code>\negthinspace</code></h3>
+
+<a name="index-_005cthinspace-1"></a>
+<a name="index-_005cnegthinspace-1"></a>
+<a name="index-thin-space-1"></a>
+<a name="index-space_002c-thin"></a>
+<a name="index-thin-space_002c-negative-1"></a>
+<a name="index-space_002c-negative-thin"></a>
+
+<p>Synopsis, one of:
+</p>
+<div class="example">
+<pre class="example">\thinspace
+\negthinspace
+</pre></div>
+
+<p>Produce an unbreakable and unstretchable space of 1/6em and
+-1/6em. These are the text mode equivalents of <code>\,</code> and
+<code>\!</code> (see <a href="Spacing-in-math-mode.html#Spacing-in-math-mode_002f_005cthinspace">Spacing in math mode/\thinspace</a>). You can use
+<code>\,</code> as a synonym for <code>\thinspace</code> in text mode.
+</p>
+<p>The <code>\negthinspace</code> command is used in text mode mostly for
+fiddling with spaces. One common use of <code>\thinspace</code> is as the
+space between nested quotes.
+</p>
+<div class="example">
+<pre class="example">Killick replied, ``I heard the Captain say, `Ahoy there.'\thinspace''
+</pre></div>
+
+<p>Another use is that some style guides call for a <code>\thinspace</code>
+between an ellipsis and a sentence ending period (other style guides,
+though, think the three dots are quite enough already). Still another
+use is between initials, as in <code>D.\thinspace E.\ Knuth</code>.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cthispagestyle.html b/src/data/help/unofficial-latex2e-reference-manual/_005cthispagestyle.html
new file mode 100644
index 00000000..874d94ea
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cthispagestyle.html
@@ -0,0 +1,160 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\thispagestyle (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\thispagestyle (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\thispagestyle (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Page-styles.html#Page-styles" rel="up" title="Page styles">
+<link href="Spaces.html#Spaces" rel="next" title="Spaces">
+<link href="_005cpagestyle.html#g_t_005cpagestyle" rel="prev" title="\pagestyle">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cthispagestyle"></a>
+<div class="header">
+<p>
+Previous: <a href="_005cpagestyle.html#g_t_005cpagestyle" accesskey="p" rel="prev">\pagestyle</a>, Up: <a href="Page-styles.html#Page-styles" accesskey="u" rel="up">Page styles</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cthispagestyle-1"></a>
+<h3 class="section">18.4 <code>\thispagestyle</code></h3>
+
+<a name="index-_005cthispagestyle"></a>
+<a name="index-page-style_002c-this-page"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\thispagestyle{<var>style</var>}
+</pre></div>
+
+<p>Works in the same way as the <code>\pagestyle</code> (see <a href="_005cpagestyle.html#g_t_005cpagestyle">\pagestyle</a>),
+except that it changes to <var>style</var> for the current page only. This
+declaration has global scope, so its effect is not delimited by braces
+or environments.
+</p>
+<p>Often the first page of a chapter or section has a different style. For
+example, this LaTeX book document has the first page of the first
+chapter in <code>plain</code> style, as is the default (see <a href="Page-styles.html#Page-styles">Page styles</a>).
+</p>
+<div class="example">
+<pre class="example">\documentclass{book}
+\pagestyle{headings}
+\begin{document}
+\chapter{First chapter}
+ ...
+\chapter{Second chapter}\thispagestyle{empty}
+ ...
+</pre></div>
+
+<p>The <code>plain</code> style has a page number on it, centered in the footer.
+To make the page entirely empty, the command
+<code>\thispagestyle{empty}</code> immediately follows the second
+<code>\chapter</code>.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005ctoday.html b/src/data/help/unofficial-latex2e-reference-manual/_005ctoday.html
new file mode 100644
index 00000000..9285316b
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005ctoday.html
@@ -0,0 +1,172 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\today (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\today (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\today (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Special-insertions.html#Special-insertions" rel="up" title="Special insertions">
+<link href="Splitting-the-input.html#Splitting-the-input" rel="next" title="Splitting the input">
+<link href="_005crule.html#g_t_005crule" rel="prev" title="\rule">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005ctoday"></a>
+<div class="header">
+<p>
+Previous: <a href="_005crule.html#g_t_005crule" accesskey="p" rel="prev">\rule</a>, Up: <a href="Special-insertions.html#Special-insertions" accesskey="u" rel="up">Special insertions</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005ctoday-1"></a>
+<h3 class="section">23.8 <code>\today</code></h3>
+
+<a name="index-_005ctoday"></a>
+<a name="index-date_002c-today_0027s"></a>
+<a name="index-today_0027s-date"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\today
+</pre></div>
+
+<p>Produce today&rsquo;s date in the format &lsquo;<samp><var>month</var> <var>dd</var>,
+<var>yyyy</var></samp>&rsquo;. An example of a date in that format is &lsquo;<samp>July 4,
+1976</samp>&rsquo;.
+</p>
+<a name="index-package_002c-babel-3"></a>
+<a name="index-babel-package-3"></a>
+
+<a name="index-package_002c-polyglossia-1"></a>
+<a name="index-polyglossia-package-1"></a>
+
+<p>Multilingual packages such as <samp>babel</samp> or <samp>polyglossia</samp>, or
+classes such as <samp>lettre</samp>, will localize <code>\today</code>. For example,
+the following will output &lsquo;<samp>4 juillet 1976</samp>&rsquo;:
+</p>
+<div class="example">
+<pre class="example">\year=1976 \month=7 \day=4
+\documentclass{minimal}
+\usepackage[french]{babel}
+\begin{document}
+\today
+\end{document}
+</pre></div>
+
+<p><code>\today</code> uses the counters <code>\day</code>, <code>\month</code>, and
+<code>\year</code> (see <a href="_005cday-_0026-_005cmonth-_0026-_005cyear.html#g_t_005cday-_0026-_005cmonth-_0026-_005cyear">\day &amp; \month &amp; \year</a>).
+</p>
+<a name="index-package_002c-datetime"></a>
+<a name="index-datetime-package"></a>
+
+<p>A number of package on CTAN work with dates. One is <samp>datetime</samp> package
+which can produce a wide variety of date formats, including ISO standards.
+</p>
+<p>The date is not updated as the LaTeX process runs, so in principle the
+date could be incorrect by the time the program finishes.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005ctwocolumn.html b/src/data/help/unofficial-latex2e-reference-manual/_005ctwocolumn.html
new file mode 100644
index 00000000..a560b9d6
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005ctwocolumn.html
@@ -0,0 +1,272 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\twocolumn (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\twocolumn (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\twocolumn (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Layout.html#Layout" rel="up" title="Layout">
+<link href="_005cflushbottom.html#g_t_005cflushbottom" rel="next" title="\flushbottom">
+<link href="_005conecolumn.html#g_t_005conecolumn" rel="prev" title="\onecolumn">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005ctwocolumn"></a>
+<div class="header">
+<p>
+Next: <a href="_005cflushbottom.html#g_t_005cflushbottom" accesskey="n" rel="next">\flushbottom</a>, Previous: <a href="_005conecolumn.html#g_t_005conecolumn" accesskey="p" rel="prev">\onecolumn</a>, Up: <a href="Layout.html#Layout" accesskey="u" rel="up">Layout</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005ctwocolumn-1"></a>
+<h3 class="section">5.2 <code>\twocolumn</code></h3>
+
+<a name="index-_005ctwocolumn"></a>
+<a name="index-multicolumn-text"></a>
+<a name="index-two_002dcolumn-output"></a>
+
+<p>Synopses:
+</p>
+<div class="example">
+<pre class="example">\twocolumn
+\twocolumn[<var>prelim one column text</var>]
+</pre></div>
+
+<p>Start a new page and produce two-column output. If the document is given
+the class option <code>twocolumn</code> then this is the default
+(see <a href="Document-class-options.html#Document-class-options">Document class options</a>). This command is fragile
+(see <a href="_005cprotect.html#g_t_005cprotect">\protect</a>).
+</p>
+<p>If the optional <var>prelim one column text</var> argument
+is present, it is typeset in one-column mode before the two-column
+typesetting starts.
+</p>
+<p>These parameters control typesetting in two-column output:
+</p>
+<dl compact="compact">
+<dt><code>\columnsep</code>
+<a name="index-_005ccolumnsep"></a>
+</dt>
+<dd><a name="twocolumn-columnsep"></a><p>The distance between columns. The default is 35pt. Change it with a
+command such as <code>\setlength{\columnsep}{40pt}</code> You must change
+it before the two column environment starts; in the preamble is a good
+place.
+</p>
+</dd>
+<dt><code>\columnseprule</code>
+<a name="index-_005ccolumnseprule"></a>
+</dt>
+<dd><a name="twocolumn-columnseprule"></a><p>The width of the rule between columns. The rule appears halfway between
+the two columns. The default is 0pt, meaning that there is no rule.
+Change it with a command such as
+<code>\setlength{\columnseprule}{0.4pt}</code>, before the two-column
+environment starts.
+</p>
+</dd>
+<dt><code>\columnwidth</code>
+<a name="index-_005ccolumnwidth"></a>
+</dt>
+<dd><a name="twocolumn-columnwidth"></a><p>The width of a single column. In one-column mode this is equal to
+<code>\textwidth</code>. In two-column mode by default LaTeX sets the
+width of each of the two columns to be half of <code>\textwidth</code> minus
+<code>\columnsep</code>.
+</p>
+</dd>
+</dl>
+
+<p>In a two-column document, the starred environments <code>table*</code> and
+<code>figure*</code> are two columns wide, whereas the unstarred environments
+<code>table</code> and <code>figure</code> take up only one column (see <a href="figure.html#figure">figure</a>
+and see <a href="table.html#table">table</a>). LaTeX places starred floats at the top of a page.
+The following parameters control float behavior of two-column output.
+</p>
+<dl compact="compact">
+<dd><a name="twocolumn-dbltopfraction"></a></dd>
+<dt><code>\dbltopfraction</code>
+<a name="index-_005cdbltopfraction"></a>
+</dt>
+<dd><p>The maximum fraction at the top of a two-column page that may be
+occupied by two-column wide floats. The default is 0.7, meaning that
+the height of a <code>table*</code> or <code>figure*</code> environment must not
+exceed <code>0.7\textheight</code> . If the height of your starred float
+environment exceeds this then you can take one of the following actions
+to prevent it from floating all the way to the back of the document:
+</p>
+<ul>
+<li> Use the <code>[tp]</code> location specifier to tell LaTeX to try to put
+the bulky float on a page by itself, as well as at the top of a page.
+
+</li><li> Use the <code>[t!]</code> location specifier to override the effect of
+<code>\dbltopfraction</code> for this particular float.
+
+</li><li> Increase the value of <code>\dbltopfraction</code> to a suitably large number,
+to avoid going to float pages so soon.
+</li></ul>
+
+<p>You can redefine it, as with
+<code>\renewcommand{\dbltopfraction}{0.9}</code>.
+</p>
+<a name="twocolumn-dblfloatpagefraction"></a></dd>
+<dt><code>\dblfloatpagefraction</code>
+<a name="index-_005cdblfloatpagefraction"></a>
+</dt>
+<dd><p>For a float page of two-column wide floats, this is the minimum fraction
+that must be occupied by floats, limiting the amount of blank space.
+LaTeX&rsquo;s default is <code>0.5</code>. Change it with <code>\renewcommand</code>.
+</p>
+<a name="twocolumn-dblfloatsep"></a></dd>
+<dt><code>\dblfloatsep</code>
+<a name="index-_005cdblfloatsep"></a>
+</dt>
+<dd><p>On a float page of two-column wide floats, this length is the distance
+between floats, at both the top and bottom of the page. The default is
+<code>12pt plus2pt minus2pt</code> for a document set at <code>10pt</code> or
+<code>11pt</code>, and <code>14pt plus2pt minus4pt</code> for a document set at
+<code>12pt</code>.
+</p>
+<a name="twocolumn-dbltextfloatsep"></a></dd>
+<dt><code>\dbltextfloatsep</code>
+<a name="index-_005cdbltextfloatsep"></a>
+</dt>
+<dd><p>This length is the distance between a multi-column float at the top or
+bottom of a page and the main text. The default is <code>20pt plus2pt
+minus4pt</code>.
+</p>
+<a name="twocolumn-dbltopnumber"></a></dd>
+<dt><code>\dbltopnumber</code>
+<a name="index-_005cdbltopnumber"></a>
+</dt>
+<dd><p>On a float page of two-column wide floats, this counter gives the
+maximum number of floats allowed at the top of the page. The LaTeX
+default is <code>2</code>.
+</p>
+</dd>
+</dl>
+
+<p>This example uses <code>\twocolumn</code>&rsquo;s optional argument of to create a
+title that spans the two-column article:
+</p>
+<div class="example">
+<pre class="example">\documentclass[twocolumn]{article}
+\newcommand{\authormark}[1]{\textsuperscript{#1}}
+\begin{document}
+\twocolumn[{% inside this optional argument goes one-column text
+ \centering
+ \LARGE The Title \\[1.5em]
+ \large Author One\authormark{1},
+ Author Two\authormark{2},
+ Author Three\authormark{1} \\[1em]
+ \normalsize
+ \begin{tabular}{p{.2\textwidth}@{\hspace{2em}}p{.2\textwidth}}
+ \authormark{1}Department one &amp;\authormark{2}Department two \\
+ School one &amp;School two
+ \end{tabular}\\[3em] % space below title part
+ }]
+
+Two column text here.
+</pre></div>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005ctypein.html b/src/data/help/unofficial-latex2e-reference-manual/_005ctypein.html
new file mode 100644
index 00000000..6f644509
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005ctypein.html
@@ -0,0 +1,181 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\typein (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\typein (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\typein (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Input_002foutput.html#Input_002foutput" rel="up" title="Input/output">
+<link href="_005ctypeout.html#g_t_005ctypeout" rel="next" title="\typeout">
+<link href="_005cread.html#g_t_005cread" rel="prev" title="\read">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005ctypein"></a>
+<div class="header">
+<p>
+Next: <a href="_005ctypeout.html#g_t_005ctypeout" accesskey="n" rel="next">\typeout</a>, Previous: <a href="_005cread.html#g_t_005cread" accesskey="p" rel="prev">\read</a>, Up: <a href="Input_002foutput.html#Input_002foutput" accesskey="u" rel="up">Input/output</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005ctypein-1"></a>
+<h3 class="section">27.3 <code>\typein</code></h3>
+
+<a name="index-_005ctypein"></a>
+
+<p>Synopsis, one of:
+</p>
+<div class="example">
+<pre class="example">\typein{<var>prompt-msg</var>}
+\typein[<var>cmd</var>]{<var>prompt-msg</var>}
+</pre></div>
+
+<p>Print <var>prompt-msg</var> on the terminal and cause LaTeX to stop and
+wait for you to type a line of input. This line of input ends when you
+hit the return key.
+</p>
+<p>For example, this
+</p>
+<div class="example">
+<pre class="example">As long as I live I shall never forget \typein{Enter student name:}
+</pre></div>
+
+<p>coupled with this command line interaction
+</p>
+<div class="example">
+<pre class="example">Enter student name:
+
+\@typein=Aphra Behn
+</pre></div>
+
+<p>gives the output &lsquo;<samp>... never forget Aphra Behn</samp>&rsquo;.
+</p>
+<p>The first command version, <code>\typein{<var>prompt-msg</var>}</code>, causes
+the input you typed to be processed as if it had been included in the
+input file in place of the <code>\typein</code> command.
+</p>
+<p>In the second command version the optional argument <code><var>cmd</var></code>
+argument must be a command name &mdash; it must begin with a backslash, \.
+This command name is then defined or redefined to be the input that you
+typed. For example, this
+</p>
+<div class="example">
+<pre class="example">\typein[\student]{Enter student name:}
+\typeout{Recommendation for \student .}
+</pre></div>
+
+<p>gives this output on the command line,
+</p>
+<div class="example">
+<pre class="example">Enter student name:
+
+\student=John Dee
+Recommendation for John Dee.
+</pre></div>
+
+<p>where the user has entered &lsquo;<samp>John Dee.</samp>&rsquo;
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005ctypeout.html b/src/data/help/unofficial-latex2e-reference-manual/_005ctypeout.html
new file mode 100644
index 00000000..41d0b325
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005ctypeout.html
@@ -0,0 +1,165 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\typeout (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\typeout (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\typeout (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Input_002foutput.html#Input_002foutput" rel="up" title="Input/output">
+<link href="_005cwrite.html#g_t_005cwrite" rel="next" title="\write">
+<link href="_005ctypein.html#g_t_005ctypein" rel="prev" title="\typein">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005ctypeout"></a>
+<div class="header">
+<p>
+Next: <a href="_005cwrite.html#g_t_005cwrite" accesskey="n" rel="next">\write</a>, Previous: <a href="_005ctypein.html#g_t_005ctypein" accesskey="p" rel="prev">\typein</a>, Up: <a href="Input_002foutput.html#Input_002foutput" accesskey="u" rel="up">Input/output</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005ctypeout-1"></a>
+<h3 class="section">27.4 <code>\typeout</code></h3>
+
+<a name="index-_005ctypeout"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\typeout{<var>msg</var>}
+</pre></div>
+
+<p>Print <code>msg</code> on the terminal and in the <code>log</code> file.
+</p>
+<p>This
+</p>
+<div class="example">
+<pre class="example">\newcommand{\student}{John Dee}
+\typeout{Recommendation for \student .}
+</pre></div>
+
+<p>outputs &lsquo;<samp>Recommendation for John Dee</samp>&rsquo;. Like what happens here with
+<code>\student</code>, commands that are defined with <code>\newcommand</code> or
+<code>\renewcommand</code> (among others) are replaced by their definitions
+before being printed.
+</p>
+<p>LaTeX&rsquo;s usual rules for treating multiple spaces as a single space
+and ignoring spaces after a command name apply to <code>msg</code>. As above,
+use the command <code>\space</code> to get a single space, independent of
+surrounding spaces. Use <code>^^J</code> to get a newline. Get a percent
+character with <code>\csname @percentchar\endcsname</code>.
+</p>
+<p>This command can be useful for simple debugging, as here:
+</p>
+<div class="example">
+<pre class="example">\newlength{\jhlength}
+\setlength{\jhlength}{5pt}
+\typeout{The length is \the\jhlength.}
+</pre></div>
+
+<p>produces on the command line &lsquo;<samp>The length is 5.0pt</samp>&rsquo;.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cusebox.html b/src/data/help/unofficial-latex2e-reference-manual/_005cusebox.html
new file mode 100644
index 00000000..04483254
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cusebox.html
@@ -0,0 +1,142 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\usebox (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\usebox (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\usebox (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Boxes.html#Boxes" rel="up" title="Boxes">
+<link href="Color.html#Color" rel="next" title="Color">
+<link href="lrbox.html#lrbox" rel="prev" title="lrbox">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cusebox"></a>
+<div class="header">
+<p>
+Previous: <a href="lrbox.html#lrbox" accesskey="p" rel="prev">lrbox</a>, Up: <a href="Boxes.html#Boxes" accesskey="u" rel="up">Boxes</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cusebox-1"></a>
+<h3 class="section">20.7 <code>\usebox</code></h3>
+
+<a name="index-_005cusebox"></a>
+<a name="index-box_002c-use-saved-box"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\usebox{<var>box-cmd</var>}
+</pre></div>
+
+<p>Produce the box most recently saved in the bin <var>box-cmd</var> by the
+commands <code>\sbox</code> or <code>\savebox</code>, or the <code>lrbox</code>
+environment. See <a href="_005csbox-_0026-_005csavebox.html#g_t_005csbox-_0026-_005csavebox">\sbox &amp; \savebox</a> for more information and examples.
+(Note that <var>box-cmd</var> starts with a backslash.) This command is
+robust (see <a href="_005cprotect.html#g_t_005cprotect">\protect</a>).
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cusecounter.html b/src/data/help/unofficial-latex2e-reference-manual/_005cusecounter.html
new file mode 100644
index 00000000..d487dd4b
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cusecounter.html
@@ -0,0 +1,159 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\usecounter (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\usecounter (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\usecounter (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Counters.html#Counters" rel="up" title="Counters">
+<link href="_005cvalue.html#g_t_005cvalue" rel="next" title="\value">
+<link href="_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol.html#g_t_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol" rel="prev" title="\alph \Alph \arabic \roman \Roman \fnsymbol">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cusecounter"></a>
+<div class="header">
+<p>
+Next: <a href="_005cvalue.html#g_t_005cvalue" accesskey="n" rel="next">\value</a>, Previous: <a href="_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol.html#g_t_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol" accesskey="p" rel="prev">\alph \Alph \arabic \roman \Roman \fnsymbol</a>, Up: <a href="Counters.html#Counters" accesskey="u" rel="up">Counters</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cusecounter-1"></a>
+<h3 class="section">13.2 <code>\usecounter</code></h3>
+
+<a name="index-_005cusecounter"></a>
+<a name="index-list-items_002c-specifying-counter"></a>
+<a name="index-numbered-items_002c-specifying-counter"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\usecounter{<var>counter</var>}
+</pre></div>
+
+<p>Used in the second argument of the <code>list</code> environment
+(see <a href="list.html#list">list</a>), this declares that list items will be numbered by
+<var>counter</var>. It initializes <var>counter</var> to zero, and arranges that
+when <code>\item</code> is called without its optional argument then
+<var>counter</var> is incremented by <code>\refstepcounter</code>, making its value
+be the current <code>ref</code> value (see <a href="_005cref.html#g_t_005cref">\ref</a>). This command is fragile
+(see <a href="_005cprotect.html#g_t_005cprotect">\protect</a>).
+</p>
+<p>Put in the document preamble, this example makes a new list environment
+enumerated with <var>testcounter</var>:
+</p>
+<div class="example">
+<pre class="example">\newcounter{testcounter}
+\newenvironment{test}{%
+ \begin{list}{}{%
+ \usecounter{testcounter}
+ }
+}{%
+ \end{list}
+}
+</pre></div>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cvalue.html b/src/data/help/unofficial-latex2e-reference-manual/_005cvalue.html
new file mode 100644
index 00000000..7f61cbe2
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cvalue.html
@@ -0,0 +1,166 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\value (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\value (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\value (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Counters.html#Counters" rel="up" title="Counters">
+<link href="_005csetcounter.html#g_t_005csetcounter" rel="next" title="\setcounter">
+<link href="_005cusecounter.html#g_t_005cusecounter" rel="prev" title="\usecounter">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cvalue"></a>
+<div class="header">
+<p>
+Next: <a href="_005csetcounter.html#g_t_005csetcounter" accesskey="n" rel="next">\setcounter</a>, Previous: <a href="_005cusecounter.html#g_t_005cusecounter" accesskey="p" rel="prev">\usecounter</a>, Up: <a href="Counters.html#Counters" accesskey="u" rel="up">Counters</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cvalue-1"></a>
+<h3 class="section">13.3 <code>\value</code></h3>
+
+<a name="index-_005cvalue"></a>
+<a name="index-counters_002c-getting-value-of"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\value{<var>counter</var>}
+</pre></div>
+
+<p>Expands to the value of the counter <var>counter</var>. (Note that the name
+of a counter does not begin with a backslash.)
+</p>
+<p>This example outputs &lsquo;<samp>Test counter is&nbsp;6. Other counter
+is&nbsp;5.</samp>&rsquo;.
+</p>
+<div class="example">
+<pre class="example">\newcounter{test} \setcounter{test}{5}
+\newcounter{other} \setcounter{other}{\value{test}}
+\addtocounter{test}{1}
+
+Test counter is \arabic{test}.
+Other counter is \arabic{other}.
+</pre></div>
+
+<p>The <code>\value</code> command is not used for typesetting the value of the
+counter. For that, see <a href="_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol.html#g_t_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol">\alph \Alph \arabic \roman \Roman \fnsymbol</a>.
+</p>
+<p>It is often used in <code>\setcounter</code> or <code>\addtocounter</code> but
+<code>\value</code> can be used anywhere that LaTeX expects a number, such
+as in <code>\hspace{\value{foo}\parindent}</code>. It must not be
+preceded by <code>\protect</code> (see <a href="_005cprotect.html#g_t_005cprotect">\protect</a>).
+</p>
+<p>This example inserts <code>\hspace{4\parindent}</code>.
+</p>
+<div class="example">
+<pre class="example">\setcounter{myctr}{3} \addtocounter{myctr}{1}
+\hspace{\value{myctr}\parindent}
+</pre></div>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cvector.html b/src/data/help/unofficial-latex2e-reference-manual/_005cvector.html
new file mode 100644
index 00000000..0f19a265
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cvector.html
@@ -0,0 +1,151 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\vector (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\vector (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\vector (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="picture.html#picture" rel="up" title="picture">
+<link href="_005cmakebox-_0028picture_0029.html#g_t_005cmakebox-_0028picture_0029" rel="next" title="\makebox (picture)">
+<link href="_005cshortstack.html#g_t_005cshortstack" rel="prev" title="\shortstack">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cvector"></a>
+<div class="header">
+<p>
+Next: <a href="_005cmakebox-_0028picture_0029.html#g_t_005cmakebox-_0028picture_0029" accesskey="n" rel="next">\makebox (picture)</a>, Previous: <a href="_005cshortstack.html#g_t_005cshortstack" accesskey="p" rel="prev">\shortstack</a>, Up: <a href="picture.html#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cvector-1"></a>
+<h4 class="subsection">8.19.12 <code>\vector</code></h4>
+
+<a name="index-_005cvector"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\vector(<var>x_run</var>,<var>y_rise</var>){<var>travel</var>}
+</pre></div>
+
+<p>Draw a line ending in an arrow. The slope of that line is: it
+vertically rises <var>y_rise</var> for every horizontal <var>x_run</var>. The
+<var>travel</var> is the total horizontal change&nbsp;&mdash; it is not the
+length of the vector, it is the change in <em>x</em>. In the special case
+of vertical vectors, if (<var>x_run</var>,<var>y_rise</var>)=(0,1), then
+<var>travel</var> gives the change in <em>y</em>.
+</p>
+<p>For an example see <a href="picture.html#picture">picture</a>.
+</p>
+<p>For elaboration on <var>x_run</var> and <var>y_rise</var> see <a href="_005cline.html#g_t_005cline">\line</a>. As
+there, the values of <var>x_run</var> and <var>y_rise</var> are limited. For
+<code>\vector</code> you must chooses integers between -4 and 4,
+inclusive. Also, the two you choose must be relatively prime. Thus,
+<code>\vector(2,1){4}</code> is acceptable but <code>\vector(4,2){4}</code> is
+not (if you use the latter then you get a sequence of arrowheads).
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cverb.html b/src/data/help/unofficial-latex2e-reference-manual/_005cverb.html
new file mode 100644
index 00000000..cfe426ee
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cverb.html
@@ -0,0 +1,194 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\verb (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\verb (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\verb (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="verbatim.html#verbatim" rel="up" title="verbatim">
+<link href="verse.html#verse" rel="next" title="verse">
+<link href="verbatim.html#verbatim" rel="prev" title="verbatim">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cverb"></a>
+<div class="header">
+<p>
+Up: <a href="verbatim.html#verbatim" accesskey="u" rel="up">verbatim</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cverb-1"></a>
+<h4 class="subsection">8.27.1 <code>\verb</code></h4>
+
+<a name="index-_005cverb"></a>
+<a name="index-verbatim-text_002c-inline"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\verb <var>char</var> <var>literal-text</var> <var>char</var>
+\verb* <var>char</var> <var>literal-text</var> <var>char</var>
+</pre></div>
+
+<p>Typeset <var>literal-text</var> as it is input, including special characters
+and spaces, using the typewriter (<code>\tt</code>) font.
+</p>
+<p>This example shows two different invocations of <code>\verb</code>.
+</p>
+<div class="example">
+<pre class="example">This is \verb!literally! the biggest pumpkin ever.
+And this is the best squash, \verb+literally!+
+</pre></div>
+
+<p>The first <code>\verb</code> has its <var>literal-text</var> surrounded with
+exclamation point, <code>!</code>. The second instead uses plus, <code>+</code>,
+because the exclamation point is part of <code>literal-text</code>.
+</p>
+<p>The single-character delimiter <var>char</var> surrounds
+<var>literal-text</var>&nbsp;&mdash; it must be the same character before and
+after. No spaces come between <code>\verb</code> or <code>\verb*</code> and
+<var>char</var>, or between <var>char</var> and <var>literal-text</var>, or between
+<var>literal-text</var> and the second occurrence of <var>char</var> (the synopsis
+shows a space only to distinguish one component from the other). The
+delimiter must not appear in <var>literal-text</var>. The <var>literal-text</var>
+cannot include a line break.
+</p>
+<a name="index-visible-space"></a>
+<p>The <code>*</code>-form differs only in that spaces are printed with a visible
+space character.
+</p>
+<p>The output from this will include a character showing the spaces.
+</p>
+<div class="example">
+<pre class="example">The commands's first argument is \verb*!filename with extension! and ...
+</pre></div>
+
+<a name="index-package_002c-url"></a>
+<a name="index-url-package"></a>
+
+<p>For typesetting Internet addresses, urls, the package <code>url</code>
+provides an option that is better than the <code>\verb</code> command, since
+it allows line breaks.
+</p>
+<a name="index-package_002c-listings-2"></a>
+<a name="index-listings-package-2"></a>
+
+<a name="index-package_002c-minted-2"></a>
+<a name="index-minted-package-2"></a>
+
+<p>For computer code there are many packages with advantages over
+<code>\verb</code>. One is <samp>listings</samp>, another is <samp>minted</samp>.
+</p>
+<a name="index-package_002c-cprotect-1"></a>
+<a name="index-cprotect-package-1"></a>
+
+<p>You cannot use <code>\verb</code> in the argument to a macro, for instance in
+the argument to a <code>\section</code>. It is not a question of <code>\verb</code>
+being fragile (see <a href="_005cprotect.html#g_t_005cprotect">\protect</a>), instead it just cannot appear there.
+(But the <code>cprotect</code> package can help with this.)
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cvfill.html b/src/data/help/unofficial-latex2e-reference-manual/_005cvfill.html
new file mode 100644
index 00000000..4aebe5a7
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cvfill.html
@@ -0,0 +1,163 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\vfill (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\vfill (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\vfill (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Spaces.html#Spaces" rel="up" title="Spaces">
+<link href="_005caddvspace.html#g_t_005caddvspace" rel="next" title="\addvspace">
+<link href="_005cvspace.html#g_t_005cvspace" rel="prev" title="\vspace">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cvfill"></a>
+<div class="header">
+<p>
+Next: <a href="_005caddvspace.html#g_t_005caddvspace" accesskey="n" rel="next">\addvspace</a>, Previous: <a href="_005cvspace.html#g_t_005cvspace" accesskey="p" rel="prev">\vspace</a>, Up: <a href="Spaces.html#Spaces" accesskey="u" rel="up">Spaces</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cvfill-1"></a>
+<h3 class="section">19.15 <code>\vfill</code></h3>
+
+<a name="index-_005cvfill"></a>
+
+<a name="index-stretch_002c-infinite-vertical"></a>
+<a name="index-infinite-vertical-stretch"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\vfill
+</pre></div>
+
+<p>End the current paragraph and insert a vertical rubber length that is
+infinite, so it can stretch or shrink as far as needed
+(see <a href="Lengths.html#Lengths">Lengths</a>).
+</p>
+<p>It is often used in the same way as <code>\vspace{\fill}</code>, except that
+<code>\vfill</code> ends the current paragraph whereas <code>\vspace{\fill}</code>
+adds the infinite vertical space below its line, irrespective of the
+paragraph structure. In both cases that space will disappear at a page
+boundary; to circumvent this see the starred option
+in&nbsp;<a href="_005cvspace.html#g_t_005cvspace">\vspace</a>.
+</p>
+<p>In this example the page is filled, so the top and bottom lines contain
+the text &lsquo;<samp>Lost Dog!</samp>&rsquo; and the second &lsquo;<samp>Lost Dog!</samp>&rsquo; is exactly
+halfway between them.
+</p>
+<div class="example">
+<pre class="example">\begin{document}
+Lost Dog!
+\vfill
+Lost Dog! % perfectly in the middle
+\vfill
+Lost Dog!
+\end{document}
+</pre></div>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cvline.html b/src/data/help/unofficial-latex2e-reference-manual/_005cvline.html
new file mode 100644
index 00000000..396218a2
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cvline.html
@@ -0,0 +1,155 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\vline (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\vline (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\vline (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="tabular.html#tabular" rel="up" title="tabular">
+<link href="_005ccline.html#g_t_005ccline" rel="next" title="\cline">
+<link href="_005cmulticolumn.html#g_t_005cmulticolumn" rel="prev" title="\multicolumn">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cvline"></a>
+<div class="header">
+<p>
+Next: <a href="_005ccline.html#g_t_005ccline" accesskey="n" rel="next">\cline</a>, Previous: <a href="_005cmulticolumn.html#g_t_005cmulticolumn" accesskey="p" rel="prev">\multicolumn</a>, Up: <a href="tabular.html#tabular" accesskey="u" rel="up">tabular</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cvline-1"></a>
+<h4 class="subsection">8.23.2 <code>\vline</code></h4>
+
+<a name="index-_005cvline"></a>
+<p>Draw a vertical line in a <code>tabular</code> or <code>array</code> environment
+extending the full height and depth of an entry&rsquo;s row. Can also be
+used in an @-expression, although its synonym vertical
+bar&nbsp;<code>|</code> is more common. This command is rarely used in the
+body of a table; typically a table&rsquo;s vertical lines are specified in
+<code>tabular</code>&rsquo;s <var>cols</var> argument and overridden as needed with
+<code>\multicolumn</code> (see <a href="tabular.html#tabular">tabular</a>).
+</p>
+<p>The example below illustrates some pitfalls. In the first row&rsquo;s second
+entry the <code>\hfill</code> moves the <code>\vline</code> to the left edge of the
+cell. But that is different than putting it halfway between the two
+columns, so between the first and second columns there are two vertical
+rules, with the one from the <code>{c|cc}</code> specifier coming before the
+one produced by the <code>\vline\hfill</code>. In contrast, the first row&rsquo;s
+third entry shows the usual way to put a vertical bar between two
+columns. In the second row, the <code>ghi</code> is the widest entry in its
+column so in the <code>\vline\hfill</code> the <code>\hfill</code> has no effect and
+the vertical line in that entry appears immediately next to the
+<code>g</code>, with no whitespace.
+</p>
+<div class="example">
+<pre class="example">\begin{tabular}{c|cc}
+ x &amp;\vline\hfill y &amp;\multicolumn{1}{|r}{z} \\ % row 1
+ abc &amp;def &amp;\vline\hfill ghi % row 2
+\end{tabular}
+</pre></div>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cvspace.html b/src/data/help/unofficial-latex2e-reference-manual/_005cvspace.html
new file mode 100644
index 00000000..f2f12d9a
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cvspace.html
@@ -0,0 +1,187 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\vspace (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\vspace (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\vspace (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Spaces.html#Spaces" rel="up" title="Spaces">
+<link href="_005cvfill.html#g_t_005cvfill" rel="next" title="\vfill">
+<link href="_005cstrut.html#g_t_005cstrut" rel="prev" title="\strut">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cvspace"></a>
+<div class="header">
+<p>
+Next: <a href="_005cvfill.html#g_t_005cvfill" accesskey="n" rel="next">\vfill</a>, Previous: <a href="_005cstrut.html#g_t_005cstrut" accesskey="p" rel="prev">\strut</a>, Up: <a href="Spaces.html#Spaces" accesskey="u" rel="up">Spaces</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cvspace-1"></a>
+<h3 class="section">19.14 <code>\vspace</code></h3>
+
+<a name="index-_005cvspace"></a>
+<a name="index-vertical-space"></a>
+<a name="index-space_002c-vertical"></a>
+
+<p>Synopsis, one of:
+</p>
+<div class="example">
+<pre class="example">\vspace{<var>length</var>}
+\vspace*{<var>length</var>}
+</pre></div>
+
+<p>Add the vertical space <var>length</var>. The <var>length</var> can be positive,
+negative, or zero. It is a rubber length&mdash;it may contain a <code>plus</code>
+or <code>minus</code> component (see <a href="Lengths.html#Lengths">Lengths</a>).
+</p>
+<p>This puts space between the two paragraphs.
+</p>
+<div class="example">
+<pre class="example">And I slept.
+
+\vspace{1ex plus 0.5ex}
+The new day dawned cold.
+</pre></div>
+
+<p>(See <a href="_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip.html#g_t_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip">\bigskip &amp; \medskip &amp; \smallskip</a> for common inter-paragraph
+spaces.)
+</p>
+<p>The <code>*</code>-version inserts vertical space that non-discardable. More
+precisely, LaTeX discards vertical space at a page break and the
+<code>*</code>-version causes the space to stay. This example leaves space
+between the two questions.
+</p>
+<div class="example">
+<pre class="example">Question: Find the integral of \( 5x^4+5 \).
+
+\vspace*{2cm plus 0.5cm}
+Question: Find the derivative of \( x^5+5x+9 \).
+</pre></div>
+
+<p>That space will be present even if the page break happens to fall
+between the questions.
+</p>
+<p>If you use <code>\vspace</code> in the middle of a paragraph (i.e., in
+horizontal mode) then the space is inserted after the line containing
+the <code>\vspace</code> command; it does not start a new paragraph at the
+<code>\vspace</code> command.
+</p>
+<p>In this example the two questions will be evenly spaced vertically on
+the page, with at least one inch of space below each.
+</p>
+<div class="example">
+<pre class="example">\begin{document}
+1) Who put the bomp in the bomp bah bomp bah bomp?
+\vspace{1in plus 1fill}
+
+2) Who put the ram in the rama lama ding dong?
+\vspace{1in plus 1fill}
+\end{document}
+</pre></div>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cwlog.html b/src/data/help/unofficial-latex2e-reference-manual/_005cwlog.html
new file mode 100644
index 00000000..ef631d35
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cwlog.html
@@ -0,0 +1,150 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\wlog (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\wlog (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\wlog (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="_005cwrite.html#g_t_005cwrite" rel="up" title="\write">
+<link href="_005cwrite18.html#g_t_005cwrite18" rel="next" title="\write18">
+<link href="_005cmessage.html#g_t_005cmessage" rel="prev" title="\message">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cwlog"></a>
+<div class="header">
+<p>
+Next: <a href="_005cwrite18.html#g_t_005cwrite18" accesskey="n" rel="next">\write18</a>, Previous: <a href="_005cmessage.html#g_t_005cmessage" accesskey="p" rel="prev">\message</a>, Up: <a href="_005cwrite.html#g_t_005cwrite" accesskey="u" rel="up">\write</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cwlog-1"></a>
+<h4 class="subsection">27.5.2 <code>\wlog</code></h4>
+
+<a name="index-_005cwlog"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\wlog{<var>string</var>}
+</pre></div>
+
+<p>Write <code>string</code> to the log file.
+</p>
+<div class="example">
+<pre class="example">\wlog{Did you hear about the mathematician who hates negatives?}
+\wlog{He'll stop at nothing to avoid them.}
+</pre></div>
+
+<p>Ordinarily <var>string</var> appears in a single separate line. Use
+<code>^^J</code> to insert a newline.
+</p>
+<div class="example">
+<pre class="example">\wlog{Helvetica and Times Roman walk into a bar.}
+\wlog{The barman says,^^JWe don't serve your type.}
+</pre></div>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cwrite.html b/src/data/help/unofficial-latex2e-reference-manual/_005cwrite.html
new file mode 100644
index 00000000..28521ad7
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cwrite.html
@@ -0,0 +1,265 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\write (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\write (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\write (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Input_002foutput.html#Input_002foutput" rel="up" title="Input/output">
+<link href="_005cmessage.html#g_t_005cmessage" rel="next" title="\message">
+<link href="_005ctypeout.html#g_t_005ctypeout" rel="prev" title="\typeout">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cwrite"></a>
+<div class="header">
+<p>
+Previous: <a href="_005ctypeout.html#g_t_005ctypeout" accesskey="p" rel="prev">\typeout</a>, Up: <a href="Input_002foutput.html#Input_002foutput" accesskey="u" rel="up">Input/output</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cwrite-1"></a>
+<h3 class="section">27.5 <code>\write</code></h3>
+
+<a name="index-_005cwrite"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\write<var>number</var>{<var>string</var>}
+</pre></div>
+
+<p>Write <code>string</code> to the log file, to the terminal, or to a file
+opened by <code>\openout</code>. For instance, <code>\write6</code> writes to text
+stream number&nbsp;6.
+</p>
+<p>If the following appears in <samp><var>basefile</var>.tex</samp> then it opens
+<samp><var>basefile</var>.jh</samp>, writes &lsquo;<samp>Hello World!</samp>&rsquo; and a newline to
+it, and closes that file.
+</p>
+<div class="example">
+<pre class="example">\newwrite\myfile
+\immediate\openout\myfile=\jobname.jh % \jobname is current file name
+ ...
+\immediate\write\myfile{Hello world!}
+ ...
+\immediate\closeout\myfile
+</pre></div>
+
+<p>The <code>\newwrite</code> allocates a stream number, giving it a symbolic
+names to make life easier, so that <code>test
+\newwrite\myfile\the\myfile</code> produces something like &lsquo;<samp>test 3</samp>&rsquo;.
+Then <code>\openout</code> associates the stream number with the given file
+name. With that, <code>\write3</code> puts the string in the file.
+</p>
+<p>Typically <var>number</var> is between 0 and&nbsp;15 because typically
+LaTeX authors follow the prior example and the number is allocated by
+the system. If <var>number</var> is outside the range from 0 to 15 or if it
+is not associated with an open file then LaTeX writes <var>string</var> to
+the log file. If <var>number</var> is positive then in addition LaTeX
+writes <var>string</var> to the terminal. Thus, <code>test \write-1{Hello
+World!}</code> puts &lsquo;<samp>Hello World!</samp>&rsquo; followed by a newline in the log
+file. (This is what the <code>\wlog</code> command does; see <a href="_005cwlog.html#g_t_005cwlog">\wlog</a>). And
+<code>\write100{Hello World!}</code> puts the same in the log file but also
+puts &lsquo;<samp>Hello World!</samp>&rsquo; followed by a newline in the terminal output.
+(But 16, 17, and 18 are special as <var>number</var>; see below.)
+</p>
+<p>In LuaTeX, instead of 16 output streams there are 256
+(see <a href="TeX-engines.html#TeX-engines">TeX engines</a>).
+</p>
+<p>Write to the current <samp>.aux</samp> file, which is associated with the main
+file or with the current include file, using
+<code>\write\@auxout{<var>string</var>}</code>. Write to the main <samp>.aux</samp>
+file using <code>\write\@mainaux{<var>string</var>}</code>.
+</p>
+<p>By default LaTeX does not write <var>string</var> to the file right away.
+This is because, for example, you may use <code>\write</code> to save the
+current page number but when TeX comes across a <code>\write</code> it may
+be not yet sure what page this is, since it has not yet done the page
+breaking. So you <code>\write</code> in one of three contexts.
+</p>
+<div class="example">
+<pre class="example">\immediate\write\@auxout{<var>string</var>}
+\write\@auxout{<var>string</var>}
+\protected@write\@auxout{}{<var>string</var>}
+</pre></div>
+
+<p>With the first, LaTeX writes <var>string</var> to the file. Any commands
+in <var>string</var> will be expanded (just as in <code>\edef</code> so that to
+prevent expansion you should use <code>\noexpand</code> or a <code>toks</code>,
+except that you should use <code>#</code> instead of <code>##</code>). With the
+second, <var>string</var> is stored on the current list of things (as a
+TeX &ldquo;whatsit&rdquo;) and kept until the page is shipped out and likewise
+the commands are unexpanded until shipout. The third,
+<code>\protected@write</code>, is like the second except that you can use
+<code>\protect</code> on fragile commands. The extra first argument allows you
+to locally insert extra definitions to make more commands be safe or
+have special definition during the write.
+</p>
+<p>Here <var>string</var> contains a control sequence.
+</p>
+<div class="example">
+<pre class="example">\newwrite\jhfile
+\openout\jhfile=test.jh
+\newcommand{\triplex}{XXX}
+\write\jhfile{test \triplex test}
+</pre></div>
+
+<p>This results in the file <samp>test.jh</samp> containing &lsquo;<samp>test XXXtest</samp>&rsquo;
+followed by a newline.
+</p>
+<p>The cases where <var>number</var> is 16, 17, or 18 are special. Because of
+<code>\write</code>&rsquo;s behavior when <var>number</var> is outside the range from 0
+to 15 described above, in Plain&nbsp;TeX <code>\write16</code> and
+<code>\write17</code> were sometimes used to write to the log file and the
+terminal. Note that in LaTeX the natural way to do that is with
+<code>\typeout</code> (see <a href="_005ctypeout.html#g_t_005ctypeout">\typeout</a>). The <code>\write18</code> command is even
+more special; modern TeX systems use it for giving commands to the
+operating system (see <a href="_005cwrite18.html#g_t_005cwrite18">\write18</a>).
+</p>
+<p>Ordinarily <code>\write</code> outputs a single line. Put in a newline with
+<code>^^J</code>. Thus, this produces two lines in the log file.
+</p>
+<div class="example">
+<pre class="example">\wlog{Parallel lines have a lot in common.^^JBut they never meet.}
+</pre></div>
+
+<p>The ability to write files raises security issues. If you compiled a
+downloaded LaTeX file and it overwrote your password file then you
+would be justifiably troubled. TeX systems by default only allow
+you to open files for writing that are in the current directory or in
+a subdirectory. This
+</p>
+<div class="example">
+<pre class="example">\newwrite\jhfile
+\openout\jhfile=../test.jh
+</pre></div>
+
+<p>gives an error like &lsquo;<samp>Not writing to ../test.jh (openout_any = p). !
+I can't write on file `../test.jh'</samp>&rsquo;. Note that you can get such an
+error when trying to use commands such as <code>\include{../filename}</code>
+because LaTeX will try to open <samp>../filename.aux</samp>. The simplest
+solution is to put the included files in the same directory as the
+master file, or in subdirectories.
+</p>
+<a name="index-package_002c-answers"></a>
+<a name="index-answers-package"></a>
+
+<p>A common case where authors want to write a file not already provided by
+LaTeX is for answers to exercises, or some other situation where you
+want to write out verbatim, without expanding the commands. CTAN has a
+number of packages for this; one is <samp>answers</samp>.
+</p>
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="_005cmessage.html#g_t_005cmessage" accesskey="1">\message</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Write part of a line to log file and terminal.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cwlog.html#g_t_005cwlog" accesskey="2">\wlog</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Write to the log file.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cwrite18.html#g_t_005cwrite18" accesskey="3">\write18</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Write to the operating system.
+</td></tr>
+</table>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_005cwrite18.html b/src/data/help/unofficial-latex2e-reference-manual/_005cwrite18.html
new file mode 100644
index 00000000..5df5bde7
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_005cwrite18.html
@@ -0,0 +1,202 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>\write18 (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="\write18 (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="\write18 (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="_005cwrite.html#g_t_005cwrite" rel="up" title="\write">
+<link href="Command-line.html#Command-line" rel="next" title="Command line">
+<link href="_005cwlog.html#g_t_005cwlog" rel="prev" title="\wlog">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_005cwrite18"></a>
+<div class="header">
+<p>
+Previous: <a href="_005cwlog.html#g_t_005cwlog" accesskey="p" rel="prev">\wlog</a>, Up: <a href="_005cwrite.html#g_t_005cwrite" accesskey="u" rel="up">\write</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_005cwrite18-1"></a>
+<h4 class="subsection">27.5.3 <code>\write18</code></h4>
+
+<a name="index-_005cwrite18"></a>
+<a name="index-external-commands"></a>
+<a name="index-commands_002c-run-from-LaTeX"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\write18{<var>shell_command</var>}
+</pre></div>
+
+<p>Issue a command to the operating system shell. The operating system
+runs the command and LaTeX&rsquo;s execution is blocked until that
+finishes.
+</p>
+<a name="index-package_002c-Asymptote-3"></a>
+<a name="index-Asymptote-package-3"></a>
+
+<p>This
+</p>
+<div class="example">
+<pre class="example">\usepackage{graphicx} % in preamble
+ ...
+\newcommand{\fignum}{1}
+\immediate\write18{cd pix &amp;&amp; asy figure\fignum}
+\includegraphics{pix\figure\fignum.pdf}
+</pre></div>
+
+<p>will run <samp>Asymptote</samp> on <samp>pix/figure1.asy</samp>, so that the
+document can later read in the resulting graphic
+(see <a href="_005cincludegraphics.html#g_t_005cincludegraphics">\includegraphics</a>). Like any <code>\write</code>, here LaTeX
+expands macros in <var>shell_command</var> so that <code>\fignum</code> is replaced
+by &lsquo;<samp>1</samp>&rsquo;.
+</p>
+<p>Another example is that you can automatically run BibTeX at the start
+of each LaTeX run (see <a href="Using-BibTeX.html#Using-BibTeX">Using BibTeX</a>) by including
+<code>\immediate\write18{bibtex8 \jobname}</code> as the first line of the
+file. Note that <code>\jobname</code> gives the base name of the current
+file.
+</p>
+<p>You sometimes need to do a multi-step process to get the information
+that you want. This will insert into the input a list of all PDF files
+in the current directory.
+</p>
+<div class="example">
+<pre class="example">\immediate\write18{ls *.pdf &gt; tmp.dat}
+\input{tmp.dat}
+</pre></div>
+
+<p>The standard behaviour of any <code>\write</code> is to wait until a page is
+being shipped out before expanding the macros or writing to the stream
+(see <a href="_005cwrite.html#g_t_005cwrite">\write</a>). But sometimes you want it done now. For this, use
+<code>\immediate\write18{<var>shell_command</var>}</code>.
+</p>
+<p>There are obvious security issues with allowing system commands inside a
+LaTeX file. If you download a file off the net and it contains
+commands to delete all your files then you would be annoyed. The
+standard settings in modern distributions turn off full shell
+access. You can turn it on, if you are sure the shell commands are safe,
+by compiling with <code>latex --shell-escape <var>filename</var></code> for TeX
+Live or MacTeX or <code>latex --enable-write18 <var>filename</var></code> for
+MiKTeX (see <a href="Command-line-options.html#Command-line-options">Command line options</a>).
+</p>
+<p>In the place of full shell access, modern distributions by default use a
+restricted version that allows some commands to work, such as those that
+run Metafont to generate missing fonts, even if you do not use the
+<code>shell-escape</code> or <code>enable-write18</code> option. By default this
+list of allowed commands is short and features only commands that are
+under the control of the distribution maintainers (see <a href="Command-line-options.html#Command-line-options">Command line options</a>).
+</p>
+<p>Some packages need to run external system commands. For instance
+<samp>sagetex</samp> allows you to have the mathematics software system
+<i>Sage</i> do calculations or draw graphs and then incorporate that output
+in your document. For this you must compile with full <code>\write18</code>
+capability turned on.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/_007e.html b/src/data/help/unofficial-latex2e-reference-manual/_007e.html
new file mode 100644
index 00000000..98718fe1
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/_007e.html
@@ -0,0 +1,198 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>~ (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="~ (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="~ (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Spaces.html#Spaces" rel="up" title="Spaces">
+<link href="_005cthinspace-_0026-_005cnegthinspace.html#g_t_005cthinspace-_0026-_005cnegthinspace" rel="next" title="\thinspace &amp; \negthinspace">
+<link href="_005c_0028SPACE_0029.html#g_t_005c_0028SPACE_0029" rel="prev" title="\(SPACE)">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="g_t_007e"></a>
+<div class="header">
+<p>
+Next: <a href="_005cthinspace-_0026-_005cnegthinspace.html#g_t_005cthinspace-_0026-_005cnegthinspace" accesskey="n" rel="next">\thinspace &amp; \negthinspace</a>, Previous: <a href="_005c_0028SPACE_0029.html#g_t_005c_0028SPACE_0029" accesskey="p" rel="prev">\(SPACE)</a>, Up: <a href="Spaces.html#Spaces" accesskey="u" rel="up">Spaces</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="g_t_007e-1"></a>
+<h3 class="section">19.7 <code>~</code></h3>
+
+<a name="index-_007e"></a>
+<a name="index-tie"></a>
+<a name="index-space_002c-hard"></a>
+<a name="index-space_002c-unbreakable"></a>
+<a name="index-NBSP"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example"><var>before</var>~<var>after</var>
+</pre></div>
+
+<p>The tie character, <code>~</code>, produces a space between <var>before</var> and
+<var>after</var> at which the line will not be broken. By default the white
+space has length 3.33333pt plus 1.66666pt minus
+1.11111pt (see <a href="Lengths.html#Lengths">Lengths</a>).
+</p>
+<p>Here LaTeX will not break the line between the final two words.
+</p>
+<div class="example">
+<pre class="example">Thanks to Prof.~Lerman.
+</pre></div>
+
+<p>In addition, despite the period, LaTeX does not use the
+end-of-sentence spacing (see <a href="_005c_0040.html#g_t_005c_0040">\@</a>).
+</p>
+<p>Ties prevent the end of line separation of things where that could cause
+confusion. But they also reduce LaTeX&rsquo;s options when it breaks lines
+into paragraphs, so you can use too many. They are also matters of
+taste, sometimes alarmingly dogmatic taste, among readers. Nevertheless,
+here are some usage models, many of them from the TeXbook.
+</p>
+<ul>
+<li> Between an enumerator and its item, such as in references:
+<code>Chapter~12</code>, or <code>Theorem~\ref{th:Wilsons}</code>, or
+<code>Figure~\ref{fig:KGraph}</code>. When cases are enumerated inline:
+<code>(b)~Show that $f(x)$ is (1)~continuous, and (2)~bounded</code>.
+
+<a name="index-package_002c-siunitx"></a>
+<a name="index-siunitx-package"></a>
+
+</li><li> Between a number and its unit: <code>$745.7.8$~watts</code> (the
+<samp>siunitx</samp> package has a special facility for this) or
+<code>144~eggs</code>. This includes between a month and a date:
+<code>October~12</code> or <code>12~Oct</code>. In general, in any expressions where
+numbers and abbreviations or symbols are separated by a space:
+<code>AD~565</code>, or <code>2:50~pm</code>, or <code>Boeing~747</code>, or
+<code>268~Plains Road</code>, or <code>\$$1.4$~billion</code>.
+
+</li><li> When mathematical phrases are rendered in words: <code>equals~$n$</code>, or
+<code>less than~$\epsilon$</code>, or <code>given~$X$</code>, or <code>modulo~$p^e$
+for all large~$n$</code> (but compare <code>is~$15$</code> with <code>is $15$~times
+the height</code>). Between mathematical symbols in apposition with nouns:
+<code>dimension~$d$</code> or <code>function~$f(x)$</code> (but compare <code>with
+length $l$~or more</code>). When a symbol is a tightly bound object of a
+preposition: <code>of~$x$</code>, or <code>from $0$ to~$1$</code>, or <code>in
+common with~$m$</code>.
+
+</li><li> Between symbols in series: <code>$1$,~$2$, or~$3$</code> or <code>$1$,~$2$,
+\ldots,~$n$</code>.
+
+</li><li> Between a person&rsquo;s forenames and between multiple surnames:
+<code>Donald~E. Knuth</code>, or <code>Luis~I. Trabb~Pardo</code>, or
+<code>Charles~XII</code> (but you must give TeX places to break the line so
+you may do <code>Charles Louis Xavier~Joseph de~la Vall\'ee~Poussin</code>).
+
+</li><li> Before a dash: <code>pages 12~--14</code> or <code>it is~--- it must be
+said~--- plausible</code>.
+
+</li></ul>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/abstract.html b/src/data/help/unofficial-latex2e-reference-manual/abstract.html
new file mode 100644
index 00000000..94bbd696
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/abstract.html
@@ -0,0 +1,181 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>abstract (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="abstract (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="abstract (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Environments.html#Environments" rel="up" title="Environments">
+<link href="array.html#array" rel="next" title="array">
+<link href="Environments.html#Environments" rel="prev" title="Environments">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="abstract"></a>
+<div class="header">
+<p>
+Next: <a href="array.html#array" accesskey="n" rel="next">array</a>, Up: <a href="Environments.html#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="abstract-1"></a>
+<h3 class="section">8.1 <code>abstract</code></h3>
+
+<a name="index-environment_002c-abstract"></a>
+<a name="index-abstract-environment"></a>
+
+<a name="index-abstracts"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\begin{abstract}
+...
+\end{abstract}
+</pre></div>
+
+<p>Produce an abstract, possibly of multiple paragraphs. This environment
+is only defined in the <code>article</code> and <code>report</code> document classes
+(see <a href="Document-classes.html#Document-classes">Document classes</a>).
+</p>
+<p>Using the example below in the <code>article</code> class produces a displayed
+paragraph. Document class option <code>titlepage</code> causes the abstract
+to be on a separate page (see <a href="Document-class-options.html#Document-class-options">Document class options</a>); this is the
+default only in the <code>report</code> class.
+</p>
+<div class="example">
+<pre class="example">\begin{abstract}
+ We compare all known accounts of the proposal made by Porter Alexander
+ to Robert E Lee at the Appomattox Court House that the army continue
+ in a guerrilla war, which Lee refused.
+\end{abstract}
+</pre></div>
+
+<p>The next example produces a one column abstract in a two column document (for
+a more flexible solution, use the package <samp>abstract</samp>).
+</p>
+<div class="example">
+<pre class="example">\documentclass[twocolumn]{article}
+ ...
+\begin{document}
+\title{Babe Ruth as Cultural Progenitor: a Atavistic Approach}
+\author{Smith \\ Jones \\ Robinson\thanks{Railroad tracking grant.}}
+\twocolumn[
+ \begin{@twocolumnfalse}
+ \maketitle
+ \begin{abstract}
+ Ruth was not just the Sultan of Swat, he was the entire swat
+ team.
+ \end{abstract}
+ \end{@twocolumnfalse}
+ ]
+{ % by-hand insert a footnote at page bottom
+ \renewcommand{\thefootnote}{\fnsymbol{footnote}}
+ \footnotetext[1]{Thanks for all the fish.}
+}
+</pre></div>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/array.html b/src/data/help/unofficial-latex2e-reference-manual/array.html
new file mode 100644
index 00000000..0c12ae78
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/array.html
@@ -0,0 +1,230 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>array (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="array (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="array (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Environments.html#Environments" rel="up" title="Environments">
+<link href="center.html#center" rel="next" title="center">
+<link href="abstract.html#abstract" rel="prev" title="abstract">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="array"></a>
+<div class="header">
+<p>
+Next: <a href="center.html#center" accesskey="n" rel="next">center</a>, Previous: <a href="abstract.html#abstract" accesskey="p" rel="prev">abstract</a>, Up: <a href="Environments.html#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="array-1"></a>
+<h3 class="section">8.2 <code>array</code></h3>
+
+<a name="index-environment_002c-array"></a>
+<a name="index-array-environment"></a>
+
+<a name="index-arrays_002c-math"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\begin{array}{<var>cols</var>}
+ <var>column 1 entry</var> &amp;<var>column 2 entry</var> ... &amp;<var>column n entry</var> \\
+ ...
+\end{array}
+</pre></div>
+
+<p>or:
+</p>
+<div class="example">
+<pre class="example">\begin{array}[<var>pos</var>]{<var>cols</var>}
+ <var>column 1 entry</var> &amp;<var>column 2 entry</var> ... &amp;<var>column n entry</var> \\
+ ...
+\end{array}
+</pre></div>
+
+<p>Produce a mathematical array. This environment can only be used in math
+mode, and normally appears within a displayed mathematics environment
+such as <code>equation</code> (see <a href="equation.html#equation">equation</a>). Inside of each row the
+column entries are separated by an ampersand, (<code>&amp;</code>). Rows are
+terminated with double-backslashes (see <a href="_005c_005c.html#g_t_005c_005c">\\</a>).
+</p>
+<p>This example shows a three by three array.
+</p>
+<div class="example">
+<pre class="example">\begin{equation*}
+ \chi(x) =
+ \left| % vertical bar fence
+ \begin{array}{ccc}
+ x-a &amp;-b &amp;-c \\
+ -d &amp;x-e &amp;-f \\
+ -g &amp;-h &amp;x-i
+ \end{array}
+ \right|
+\end{equation*}
+</pre></div>
+
+<p>The required argument <var>cols</var> describes the number of columns, their
+alignment, and the formatting of the intercolumn regions. For instance,
+<code>\begin{array}{rcl}...\end{array}</code> gives three columns: the
+first flush right, the second centered, and the third flush left. See
+<a href="tabular.html#tabular">tabular</a> for the complete description of <var>cols</var> and of the
+other common features of the two environments, including the optional
+<var>pos</var> argument.
+</p>
+<p>There are two ways that <code>array</code> diverges from <code>tabular</code>. The
+first is that <code>array</code> entries are typeset in math mode, in
+textstyle (see <a href="Modes.html#Modes">Modes</a>) except if the <var>cols</var> definition specifies
+the column with <code>p{...}</code>, which causes the entry to be typeset in
+text mode. The second is that, instead of <code>tabular</code>&rsquo;s parameter
+<code>\tabcolsep</code>, LaTeX&rsquo;s intercolumn space in an <code>array</code> is
+governed by
+<a name="index-_005carraycolsep"></a>
+<code>\arraycolsep</code>, which gives half the width between columns. The
+default for this is &lsquo;<samp>5pt</samp>&rsquo; so that between two columns comes
+10pt of space.
+</p>
+<a name="index-package_002c-amsmath"></a>
+<a name="index-amsmath-package"></a>
+
+<p>To obtain arrays with braces the standard is to use the <samp>amsmath</samp>
+package. It comes with environments <code>pmatrix</code> for an array
+surrounded by parentheses&nbsp;<code>(...)</code>, <code>bmatrix</code> for an array
+surrounded by square brackets&nbsp;<code>[...]</code>, <code>Bmatrix</code> for an
+array surrounded by curly braces&nbsp;<code>{...}</code>, <code>vmatrix</code> for
+an array surrounded by vertical bars&nbsp;<code>|...|</code>, and
+<code>Vmatrix</code> for an array surrounded by double vertical
+bars&nbsp;<code>||...||</code>, along with a number of other array constructs.
+</p>
+<a name="index-package_002c-amsmath-1"></a>
+<a name="index-amsmath-package-1"></a>
+
+<p>The next example uses the <samp>amsmath</samp> package.
+</p>
+<div class="example">
+<pre class="example">\usepackage{amsmath} % in preamble
+
+\begin{equation}
+ \begin{vmatrix}{cc} % array with vert lines
+ a &amp;b \\
+ c &amp;d
+ \end{vmatrix}=ad-bc
+\end{equation}
+</pre></div>
+
+<a name="index-package_002c-array-_0028package_0029"></a>
+<a name="index-array-_0028package_0029-package"></a>
+
+<a name="index-package_002c-dcolumn"></a>
+<a name="index-dcolumn-package"></a>
+
+<p>There are many packages concerning arrays. The <samp>array</samp> package has
+many useful extensions, including more column types. The <samp>dcolumn</samp>
+package adds a column type to center on a decimal point. For both see
+the documentation on CTAN.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/article-template.html b/src/data/help/unofficial-latex2e-reference-manual/article-template.html
new file mode 100644
index 00000000..3eff1b28
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/article-template.html
@@ -0,0 +1,146 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>article template (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="article template (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="article template (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Document-templates.html#Document-templates" rel="up" title="Document templates">
+<link href="book-template.html#book-template" rel="next" title="book template">
+<link href="beamer-template.html#beamer-template" rel="prev" title="beamer template">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="article-template"></a>
+<div class="header">
+<p>
+Next: <a href="book-template.html#book-template" accesskey="n" rel="next">book template</a>, Previous: <a href="beamer-template.html#beamer-template" accesskey="p" rel="prev">beamer template</a>, Up: <a href="Document-templates.html#Document-templates" accesskey="u" rel="up">Document templates</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="article-template-1"></a>
+<h3 class="section">A.2 <code>article</code> template</h3>
+
+<a name="index-template_002c-article"></a>
+
+<pre class="verbatim">\documentclass{article}
+\title{Article Class Template}
+\author{Alex Author}
+
+\begin{document}
+\maketitle
+
+\section{First section}
+Some text.
+
+\subsection{First section, first subsection}
+Additional text.
+
+\section{Second section}
+Some more text.
+\end{document}
+</pre>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/beamer-template.html b/src/data/help/unofficial-latex2e-reference-manual/beamer-template.html
new file mode 100644
index 00000000..e388cdf7
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/beamer-template.html
@@ -0,0 +1,158 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>beamer template (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="beamer template (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="beamer template (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Document-templates.html#Document-templates" rel="up" title="Document templates">
+<link href="article-template.html#article-template" rel="next" title="article template">
+<link href="Document-templates.html#Document-templates" rel="prev" title="Document templates">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="beamer-template"></a>
+<div class="header">
+<p>
+Next: <a href="article-template.html#article-template" accesskey="n" rel="next">article template</a>, Up: <a href="Document-templates.html#Document-templates" accesskey="u" rel="up">Document templates</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="beamer-template-1"></a>
+<h3 class="section">A.1 <code>beamer</code> template</h3>
+
+<a name="index-beamer-template-and-class"></a>
+<a name="index-template_002c-beamer"></a>
+
+<p>The <code>beamer</code> class creates presentation slides. It has a vast
+array of features, but here is a basic template:
+</p>
+<pre class="verbatim">\documentclass{beamer}
+
+\title{Beamer Class template}
+\author{Alex Author}
+\date{July 31, 2007}
+
+\begin{document}
+
+\maketitle
+
+% without [fragile], any {verbatim} code gets mysterious errors.
+\begin{frame}[fragile]
+ \frametitle{First Slide}
+
+\begin{verbatim}
+ This is \verbatim!
+\end{verbatim}
+
+\end{frame}
+
+\end{document}
+</pre>
+<p>One web resource for this:
+<a href="http://robjhyndman.com/hyndsight/beamer/">http://robjhyndman.com/hyndsight/beamer/</a>.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/bigskip.html b/src/data/help/unofficial-latex2e-reference-manual/bigskip.html
new file mode 100644
index 00000000..b413b99e
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/bigskip.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>bigskip (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="bigskip (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="bigskip (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip.html#bigskip">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip.html#bigskip">bigskip</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/book-template.html b/src/data/help/unofficial-latex2e-reference-manual/book-template.html
new file mode 100644
index 00000000..757de219
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/book-template.html
@@ -0,0 +1,148 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>book template (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="book template (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="book template (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Document-templates.html#Document-templates" rel="up" title="Document templates">
+<link href="Larger-book-template.html#Larger-book-template" rel="next" title="Larger book template">
+<link href="article-template.html#article-template" rel="prev" title="article template">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="book-template"></a>
+<div class="header">
+<p>
+Next: <a href="Larger-book-template.html#Larger-book-template" accesskey="n" rel="next">Larger book template</a>, Previous: <a href="article-template.html#article-template" accesskey="p" rel="prev">article template</a>, Up: <a href="Document-templates.html#Document-templates" accesskey="u" rel="up">Document templates</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="book-template-1"></a>
+<h3 class="section">A.3 <code>book</code> template</h3>
+
+<a name="index-template_002c-book"></a>
+
+<p>This is a straightforward template for a book. See See <a href="Larger-book-template.html#Larger-book-template">Larger book template</a> for a more elaborate one.
+</p>
+<pre class="verbatim">\documentclass{book}
+\title{Book Class Template}
+\author{Alex Author}
+
+\begin{document}
+\maketitle
+
+\chapter{First}
+Some text.
+
+\chapter{Second}
+Some other text.
+
+\section{A subtopic}
+The end.
+\end{document}
+</pre>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/center.html b/src/data/help/unofficial-latex2e-reference-manual/center.html
new file mode 100644
index 00000000..7f4197af
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/center.html
@@ -0,0 +1,190 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>center (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="center (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="center (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Environments.html#Environments" rel="up" title="Environments">
+<link href="_005ccentering.html#g_t_005ccentering" rel="next" title="\centering">
+<link href="array.html#array" rel="prev" title="array">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="center"></a>
+<div class="header">
+<p>
+Next: <a href="description.html#description" accesskey="n" rel="next">description</a>, Previous: <a href="array.html#array" accesskey="p" rel="prev">array</a>, Up: <a href="Environments.html#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="center-1"></a>
+<h3 class="section">8.3 <code>center</code></h3>
+
+<a name="index-environment_002c-center"></a>
+<a name="index-center-environment"></a>
+
+<a name="index-centering-text_002c-environment-for"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\begin{center}
+ <var>line1</var> \\
+ <var>line2</var> \\
+ ...
+\end{center}
+</pre></div>
+
+<p>Create a new paragraph consisting of a sequence of lines that are
+centered within the left and right margins. Use
+double-backslash, <code>\\</code>, to get a line break (see <a href="_005c_005c.html#g_t_005c_005c">\\</a>).
+<a name="index-_005c_005c-_0028for-center_0029"></a>
+If some text is too long to fit on a line then LaTeX will insert line
+breaks that avoid hyphenation and avoid stretching or shrinking any
+interword space.
+</p>
+<p>This environment inserts space above and below the text body. See
+<a href="_005ccentering.html#g_t_005ccentering">\centering</a> to avoid such space, for example inside a <code>figure</code>
+environment.
+</p>
+<p>This example produces three centered lines. There is extra vertical
+space between the last two lines.
+</p>
+<div class="example">
+<pre class="example">\begin{center}
+ A Thesis Submitted in Partial Fufillment \\
+ of the Requirements of \\[0.5ex]
+ the School of Environmental Engineering
+\end{center}
+</pre></div>
+
+<p>In this example, depending on the page&rsquo;s line width, LaTeX may choose
+a line break for the part before the double backslash. If so, it will
+center each of the two lines and if not it will center the single line.
+Then LaTeX will break at the double backslash, and will center the
+ending.
+</p>
+<div class="example">
+<pre class="example">\begin{center}
+ My father considered that anyone who went to chapel and didn't drink
+ alcohol was not to be tolerated.\\
+ I grew up in that belief. --Richard Burton
+\end{center}
+</pre></div>
+
+<p>A double backslash after the final line is optional. If present it
+doesn&rsquo;t add any vertical space.
+</p>
+<p>In a two-column document the text is centered in a column, not in the
+entire page.
+</p>
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="_005ccentering.html#g_t_005ccentering" accesskey="1">\centering</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Declaration form of the <code>center</code> environment.
+</td></tr>
+</table>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/color-models-RGB.html b/src/data/help/unofficial-latex2e-reference-manual/color-models-RGB.html
new file mode 100644
index 00000000..0debff0d
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/color-models-RGB.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>color models RGB (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="color models RGB (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="color models RGB (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Color-models.html#color-models-RGB">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Color-models.html#color-models-RGB">color models RGB</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/color-models-cmyk.html b/src/data/help/unofficial-latex2e-reference-manual/color-models-cmyk.html
new file mode 100644
index 00000000..d5204111
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/color-models-cmyk.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>color models cmyk (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="color models cmyk (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="color models cmyk (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Color-models.html#color-models-cmyk">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Color-models.html#color-models-cmyk">color models cmyk</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/color-models-gray.html b/src/data/help/unofficial-latex2e-reference-manual/color-models-gray.html
new file mode 100644
index 00000000..0fdf7089
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/color-models-gray.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>color models gray (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="color models gray (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="color models gray (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Color-models.html#color-models-gray">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Color-models.html#color-models-gray">color models gray</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/color-models-named.html b/src/data/help/unofficial-latex2e-reference-manual/color-models-named.html
new file mode 100644
index 00000000..a510717b
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/color-models-named.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>color models named (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="color models named (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="color models named (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Color-models.html#color-models-named">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Color-models.html#color-models-named">color models named</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/color-models-rgb.html b/src/data/help/unofficial-latex2e-reference-manual/color-models-rgb.html
new file mode 100644
index 00000000..2aa93796
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/color-models-rgb.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>color models rgb (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="color models rgb (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="color models rgb (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Color-models.html#color-models-rgb">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Color-models.html#color-models-rgb">color models rgb</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/description.html b/src/data/help/unofficial-latex2e-reference-manual/description.html
new file mode 100644
index 00000000..168b8e02
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/description.html
@@ -0,0 +1,195 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>description (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="description (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="description (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Environments.html#Environments" rel="up" title="Environments">
+<link href="displaymath.html#displaymath" rel="next" title="displaymath">
+<link href="_005ccentering.html#g_t_005ccentering" rel="prev" title="\centering">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="description"></a>
+<div class="header">
+<p>
+Next: <a href="displaymath.html#displaymath" accesskey="n" rel="next">displaymath</a>, Previous: <a href="center.html#center" accesskey="p" rel="prev">center</a>, Up: <a href="Environments.html#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="description-1"></a>
+<h3 class="section">8.4 <code>description</code></h3>
+
+<a name="index-environment_002c-description"></a>
+<a name="index-description-environment"></a>
+
+<a name="index-labelled-lists_002c-creating"></a>
+<a name="index-description-lists_002c-creating"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\begin{description}
+ \item[<var>label of first item</var>] <var>text of first item</var>
+ \item[<var>label of second item</var>] <var>text of second item</var>
+ ...
+\end{description}
+</pre></div>
+
+<p>Environment to make a list of labeled items. Each item&rsquo;s <var>label</var> is
+typeset in bold and is flush left, so that long labels continue into the
+first line of the item text. There must be at least one item; having
+none causes the LaTeX error &lsquo;<samp>Something's wrong--perhaps a
+missing \item</samp>&rsquo;.
+</p>
+<p>This example shows the environment used for a sequence of definitions.
+</p>
+<div class="example">
+<pre class="example">\begin{definition}
+ \item[lama] A priest.
+ \item[llama] A beast.
+\end{definition}
+</pre></div>
+
+<p>The labels &lsquo;<samp>lama</samp>&rsquo; and &lsquo;<samp>llama</samp>&rsquo; are output in boldface, with the
+left edge on the left margin.
+</p>
+<a name="index-_005citem"></a>
+<p>Start list items with the <code>\item</code> command (see <a href="_005citem.html#g_t_005citem">\item</a>). Use the
+optional labels, as in <code>\item[Main point]</code>, because there is
+no sensible default. Following the <code>\item</code> is optional text, which
+may contain multiple paragraphs.
+</p>
+<a name="index-bold-typewriter_002c-avoiding"></a>
+<a name="index-typewriter-labels-in-lists"></a>
+<p>Since the labels are in bold style, if the label text calls for a font
+change given in argument style (see <a href="Font-styles.html#Font-styles">Font styles</a>) then it will come
+out bold. For instance, if the label text calls for typewriter with
+<code>\item[\texttt{label text}]</code> then it will appear in bold
+typewriter, if that is available. The simplest way around this, in this
+example to get non-bold typewriter, is to use declarative style:
+<code>\item[{\tt label text}]</code>. Similarly, get the standard roman
+font with <code>\item[{\rm label text}]</code>.
+</p>
+<p>For other major LaTeX labelled list environments, see <a href="itemize.html#itemize">itemize</a>
+and <a href="enumerate.html#enumerate">enumerate</a>. Unlike those environments, nesting
+<code>description</code> environments does not change the default label; it is
+boldface and flush left at all levels.
+</p>
+<p>For information about list layout parameters, including the default
+values, and for information about customizing list layout, see
+<a href="list.html#list">list</a>. The package <samp>enumitem</samp> is useful for customizing
+lists.
+</p>
+<p>This example changes the description labels to small caps.
+</p>
+<div class="example">
+<pre class="example">\renewcommand{\descriptionlabel}[1]{%
+ {\hspace{\labelsep}\textsc{#1}}}
+</pre></div>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/displaymath.html b/src/data/help/unofficial-latex2e-reference-manual/displaymath.html
new file mode 100644
index 00000000..bc295f21
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/displaymath.html
@@ -0,0 +1,180 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>displaymath (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="displaymath (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="displaymath (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Environments.html#Environments" rel="up" title="Environments">
+<link href="document.html#document" rel="next" title="document">
+<link href="description.html#description" rel="prev" title="description">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="displaymath"></a>
+<div class="header">
+<p>
+Next: <a href="document.html#document" accesskey="n" rel="next">document</a>, Previous: <a href="description.html#description" accesskey="p" rel="prev">description</a>, Up: <a href="Environments.html#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="displaymath-1"></a>
+<h3 class="section">8.5 <code>displaymath</code></h3>
+
+<a name="index-environment_002c-displaymath"></a>
+<a name="index-displaymath-environment"></a>
+
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\begin{displaymath}
+ <var>mathematical text</var>
+\end{displaymath}
+</pre></div>
+
+<p>Environment to typeset the math text on its own line, in display style
+and centered. To make the text be flush-left use the global option
+<code>fleqn</code>; see <a href="Document-class-options.html#Document-class-options">Document class options</a>.
+</p>
+<p>In the <code>displaymath</code> environment no equation number is added to the
+math text. One way to get an equation number is to use the
+<code>equation</code> environment (see <a href="equation.html#equation">equation</a>).
+</p>
+<p>LaTeX will not break the <var>math text</var> across lines.
+</p>
+<a name="index-package_002c-amsmath-2"></a>
+<a name="index-amsmath-package-2"></a>
+
+<p>Note that the <samp>amsmath</samp> package has significantly more extensive
+displayed equation facilities. For example, there are a number of
+ways in that package for having math text broken across lines.
+</p>
+<p>The construct <code>\[<var>math text</var>\]</code> is essentially a synonym for
+<code>\begin{displaymath}<var>math text</var>\end{displaymath}</code> but the
+latter is easier to work with in the source file; for instance,
+searching for a square bracket may get false positives but the word
+<code>displaymath</code> will likely be unique. (The construct
+<code>$$<var>math text</var>$$</code> from Plain&nbsp;TeX is sometimes
+mistakenly used as a synonym for <code>displaymath</code>. It is not a
+synonym, because the <code>displaymath</code> environment checks that it isn&rsquo;t
+started in math mode and that it ends in math mode begun by the matching
+environment start, because the <code>displaymath</code> environment has
+different vertical spacing, and because the <code>displaymath</code>
+environment honors the <code>fleqn</code> option.)
+</p>
+<p>The output from this example is centered and alone on its line.
+</p>
+<div class="example">
+<pre class="example">\begin{displaymath}
+ \int_1^2 x^2\,dx=7/3
+\end{displaymath}
+</pre></div>
+
+<p>Also, the integral sign is larger than the inline version
+<code>\( \int_1^2 x^2\,dx=7/3 \)</code> produces.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/document-classes-article.html b/src/data/help/unofficial-latex2e-reference-manual/document-classes-article.html
new file mode 100644
index 00000000..94918daf
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/document-classes-article.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>document classes article (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="document classes article (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="document classes article (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Document-classes.html#document-classes-article">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Document-classes.html#document-classes-article">document classes article</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/document-classes-book.html b/src/data/help/unofficial-latex2e-reference-manual/document-classes-book.html
new file mode 100644
index 00000000..1b62dbe4
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/document-classes-book.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>document classes book (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="document classes book (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="document classes book (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Document-classes.html#document-classes-book">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Document-classes.html#document-classes-book">document classes book</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/document-classes-letter.html b/src/data/help/unofficial-latex2e-reference-manual/document-classes-letter.html
new file mode 100644
index 00000000..27285137
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/document-classes-letter.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>document classes letter (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="document classes letter (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="document classes letter (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Document-classes.html#document-classes-letter">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Document-classes.html#document-classes-letter">document classes letter</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/document-classes-report.html b/src/data/help/unofficial-latex2e-reference-manual/document-classes-report.html
new file mode 100644
index 00000000..3f764ccc
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/document-classes-report.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>document classes report (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="document classes report (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="document classes report (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Document-classes.html#document-classes-report">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Document-classes.html#document-classes-report">document classes report</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/document-classes-slides.html b/src/data/help/unofficial-latex2e-reference-manual/document-classes-slides.html
new file mode 100644
index 00000000..4e05566b
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/document-classes-slides.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>document classes slides (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="document classes slides (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="document classes slides (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Document-classes.html#document-classes-slides">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Document-classes.html#document-classes-slides">document classes slides</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/document.html b/src/data/help/unofficial-latex2e-reference-manual/document.html
new file mode 100644
index 00000000..68ce99fd
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/document.html
@@ -0,0 +1,141 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>document (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="document (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="document (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Environments.html#Environments" rel="up" title="Environments">
+<link href="_005cAtBeginDocument.html#g_t_005cAtBeginDocument" rel="next" title="\AtBeginDocument">
+<link href="displaymath.html#displaymath" rel="prev" title="displaymath">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="document"></a>
+<div class="header">
+<p>
+Next: <a href="enumerate.html#enumerate" accesskey="n" rel="next">enumerate</a>, Previous: <a href="displaymath.html#displaymath" accesskey="p" rel="prev">displaymath</a>, Up: <a href="Environments.html#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="document-1"></a>
+<h3 class="section">8.6 <code>document</code></h3>
+
+<a name="index-environment_002c-document"></a>
+<a name="index-document-environment"></a>
+
+
+<p>The <code>document</code> environment encloses the entire body of a document.
+It is required in every LaTeX document. See <a href="Starting-and-ending.html#Starting-and-ending">Starting and ending</a>.
+</p>
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="_005cAtBeginDocument.html#g_t_005cAtBeginDocument" accesskey="1">\AtBeginDocument</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Hook for commands at the start of the document.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cAtEndDocument.html#g_t_005cAtEndDocument" accesskey="2">\AtEndDocument</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Hook for commands at the end of the document.
+</td></tr>
+</table>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/ellipses-cdots.html b/src/data/help/unofficial-latex2e-reference-manual/ellipses-cdots.html
new file mode 100644
index 00000000..5185b809
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/ellipses-cdots.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>ellipses cdots (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="ellipses cdots (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="ellipses cdots (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Dots.html#ellipses-cdots">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Dots.html#ellipses-cdots">ellipses cdots</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/ellipses-ddots.html b/src/data/help/unofficial-latex2e-reference-manual/ellipses-ddots.html
new file mode 100644
index 00000000..7e3d492b
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/ellipses-ddots.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>ellipses ddots (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="ellipses ddots (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="ellipses ddots (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Dots.html#ellipses-ddots">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Dots.html#ellipses-ddots">ellipses ddots</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/ellipses-ldots.html b/src/data/help/unofficial-latex2e-reference-manual/ellipses-ldots.html
new file mode 100644
index 00000000..2517970c
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/ellipses-ldots.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>ellipses ldots (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="ellipses ldots (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="ellipses ldots (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Dots.html#ellipses-ldots">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Dots.html#ellipses-ldots">ellipses ldots</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/ellipses-vdots.html b/src/data/help/unofficial-latex2e-reference-manual/ellipses-vdots.html
new file mode 100644
index 00000000..8a3c5c6a
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/ellipses-vdots.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>ellipses vdots (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="ellipses vdots (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="ellipses vdots (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Dots.html#ellipses-vdots">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Dots.html#ellipses-vdots">ellipses vdots</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/enumerate-enumi.html b/src/data/help/unofficial-latex2e-reference-manual/enumerate-enumi.html
new file mode 100644
index 00000000..a2265ba9
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/enumerate-enumi.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>enumerate enumi (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="enumerate enumi (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="enumerate enumi (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=enumerate.html#enumerate-enumi">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="enumerate.html#enumerate-enumi">enumerate enumi</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/enumerate-enumii.html b/src/data/help/unofficial-latex2e-reference-manual/enumerate-enumii.html
new file mode 100644
index 00000000..7e30beba
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/enumerate-enumii.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>enumerate enumii (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="enumerate enumii (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="enumerate enumii (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=enumerate.html#enumerate-enumii">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="enumerate.html#enumerate-enumii">enumerate enumii</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/enumerate-enumiii.html b/src/data/help/unofficial-latex2e-reference-manual/enumerate-enumiii.html
new file mode 100644
index 00000000..a2e494a7
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/enumerate-enumiii.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>enumerate enumiii (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="enumerate enumiii (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="enumerate enumiii (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=enumerate.html#enumerate-enumiii">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="enumerate.html#enumerate-enumiii">enumerate enumiii</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/enumerate-enumiv.html b/src/data/help/unofficial-latex2e-reference-manual/enumerate-enumiv.html
new file mode 100644
index 00000000..f2df27fc
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/enumerate-enumiv.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>enumerate enumiv (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="enumerate enumiv (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="enumerate enumiv (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=enumerate.html#enumerate-enumiv">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="enumerate.html#enumerate-enumiv">enumerate enumiv</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/enumerate-labelenumi.html b/src/data/help/unofficial-latex2e-reference-manual/enumerate-labelenumi.html
new file mode 100644
index 00000000..fa0a0876
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/enumerate-labelenumi.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>enumerate labelenumi (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="enumerate labelenumi (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="enumerate labelenumi (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=enumerate.html#enumerate-labelenumi">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="enumerate.html#enumerate-labelenumi">enumerate labelenumi</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/enumerate-labelenumii.html b/src/data/help/unofficial-latex2e-reference-manual/enumerate-labelenumii.html
new file mode 100644
index 00000000..7e992619
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/enumerate-labelenumii.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>enumerate labelenumii (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="enumerate labelenumii (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="enumerate labelenumii (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=enumerate.html#enumerate-labelenumii">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="enumerate.html#enumerate-labelenumii">enumerate labelenumii</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/enumerate-labelenumiii.html b/src/data/help/unofficial-latex2e-reference-manual/enumerate-labelenumiii.html
new file mode 100644
index 00000000..4546f5f9
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/enumerate-labelenumiii.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>enumerate labelenumiii (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="enumerate labelenumiii (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="enumerate labelenumiii (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=enumerate.html#enumerate-labelenumiii">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="enumerate.html#enumerate-labelenumiii">enumerate labelenumiii</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/enumerate-labelenumiv.html b/src/data/help/unofficial-latex2e-reference-manual/enumerate-labelenumiv.html
new file mode 100644
index 00000000..d726c86b
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/enumerate-labelenumiv.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>enumerate labelenumiv (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="enumerate labelenumiv (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="enumerate labelenumiv (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=enumerate.html#enumerate-labelenumiv">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="enumerate.html#enumerate-labelenumiv">enumerate labelenumiv</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/enumerate.html b/src/data/help/unofficial-latex2e-reference-manual/enumerate.html
new file mode 100644
index 00000000..4cbadb3d
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/enumerate.html
@@ -0,0 +1,216 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>enumerate (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="enumerate (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="enumerate (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Environments.html#Environments" rel="up" title="Environments">
+<link href="eqnarray.html#eqnarray" rel="next" title="eqnarray">
+<link href="_005cAtEndDocument.html#g_t_005cAtEndDocument" rel="prev" title="\AtEndDocument">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="enumerate"></a>
+<div class="header">
+<p>
+Next: <a href="eqnarray.html#eqnarray" accesskey="n" rel="next">eqnarray</a>, Previous: <a href="document.html#document" accesskey="p" rel="prev">document</a>, Up: <a href="Environments.html#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="enumerate-1"></a>
+<h3 class="section">8.7 <code>enumerate</code></h3>
+
+<a name="index-environment_002c-enumerate"></a>
+<a name="index-enumerate-environment"></a>
+
+<a name="index-lists-of-items_002c-numbered"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\begin{enumerate}
+ \item[<var>optional label of first item</var>] <var>text of first item</var>
+ \item[<var>optional label of second item</var>] <var>text of second item</var>
+ ...
+\end{enumerate}
+</pre></div>
+
+<p>Environment to produce a numbered list of items. The format of the
+label numbering depends on the nesting level of this environment; see
+below. The default top-level numbering is &lsquo;<samp>1.</samp>&rsquo;, &lsquo;<samp>2.</samp>&rsquo;,
+etc. Each <code>enumerate</code> list environment must have at least one item;
+having none causes the LaTeX error &lsquo;<samp>Something's wrong--perhaps a
+missing \item</samp>&rsquo;.
+</p>
+<p>This example gives the first two finishers in the 1908 Olympic marathon.
+As a top-level list the labels would come out as &lsquo;<samp>1.</samp>&rsquo; and
+&lsquo;<samp>2.</samp>&rsquo;.
+</p>
+<div class="example">
+<pre class="example">\begin{enumerate}
+ \item Johnny Hayes (USA)
+ \item Charles Hefferon (RSA)
+\end{enumerate}
+</pre></div>
+
+<a name="index-_005citem-1"></a>
+<p>Start list items with the <code>\item</code> command (see <a href="_005citem.html#g_t_005citem">\item</a>). If you
+give <code>\item</code> an optional argument by following it with square
+brackets, as in <code>\item[Interstitial label]</code>, then the next item
+will continue the interrupted sequence (see <a href="_005citem.html#g_t_005citem">\item</a>). That is, you
+will get labels like &lsquo;<samp>1.</samp>&rsquo;, then &lsquo;<samp>Interstitial label</samp>&rsquo;, then
+&lsquo;<samp>2.</samp>&rsquo;. Following the <code>\item</code> is optional text, which may
+contain multiple paragraphs.
+</p>
+<p>Enumerations may be nested within other <code>enumerate</code> environments,
+or within any paragraph-making environment such as <code>itemize</code>
+(see <a href="itemize.html#itemize">itemize</a>), up to four levels deep. This gives LaTeX&rsquo;s
+default for the format at each nesting level, where 1 is the top level,
+the outermost level.
+</p>
+<ol>
+<li> arabic number followed by a period: &lsquo;<samp>1.</samp>&rsquo;, &lsquo;<samp>2.</samp>&rsquo;,&nbsp;&hellip;
+</li><li> lowercase letter inside parentheses: &lsquo;<samp>(a)</samp>&rsquo;, &lsquo;<samp>(b)</samp>&rsquo;&nbsp;&hellip;
+</li><li> lowercase roman numeral followed by a period: &lsquo;<samp>i.</samp>&rsquo;, &lsquo;<samp>ii.</samp>&rsquo;,&nbsp;&hellip;
+</li><li> uppercase letter followed by a period: &lsquo;<samp>A.</samp>&rsquo;, &lsquo;<samp>B.</samp>&rsquo;,&nbsp;&hellip;
+</li></ol>
+
+<a name="index-_005cenumi"></a>
+<a name="index-_005cenumii"></a>
+<a name="index-_005cenumiii"></a>
+<a name="index-_005cenumiv"></a>
+<a name="enumerate-enumi"></a><a name="enumerate-enumii"></a><a name="enumerate-enumiii"></a><a name="enumerate-enumiv"></a><p>The <code>enumerate</code> environment uses the counters <code>\enumi</code> through
+<code>\enumiv</code> (see <a href="Counters.html#Counters">Counters</a>).
+</p>
+<p>For other major LaTeX labeled list environments, see
+<a href="description.html#description">description</a> and <a href="itemize.html#itemize">itemize</a>. For information about list layout
+parameters, including the default values, and for information about
+customizing list layout, see <a href="list.html#list">list</a>. The package <samp>enumitem</samp> is
+useful for customizing lists.
+</p>
+<a name="index-_005clabelenumi"></a>
+<a name="index-_005clabelenumii"></a>
+<a name="index-_005clabelenumiii"></a>
+<a name="index-_005clabelenumiv"></a>
+<a name="enumerate-labelenumi"></a><a name="enumerate-labelenumii"></a><a name="enumerate-labelenumiii"></a><a name="enumerate-labelenumiv"></a><p>To change the format of the label use <code>\renewcommand</code>
+(see <a href="_005cnewcommand-_0026-_005crenewcommand.html#g_t_005cnewcommand-_0026-_005crenewcommand">\newcommand &amp; \renewcommand</a>) on the commands <code>\labelenumi</code>
+through <code>\labelenumiv</code>. For instance, this first level list will be
+labelled with uppercase letters, in boldface, and without a trailing
+period.
+</p>
+<a name="index-_005cAlph-example"></a>
+<div class="example">
+<pre class="example">\renewcommand{\labelenumi}{\textbf{\Alph{enumi}}}
+\begin{enumerate}
+ \item Shows as boldface A
+ \item Shows as boldface B
+\end{enumerate}
+</pre></div>
+
+<p>For a list of counter-labeling commands see <a href="_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol.html#g_t_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol">\alph \Alph \arabic \roman \Roman \fnsymbol</a>.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/eqnarray.html b/src/data/help/unofficial-latex2e-reference-manual/eqnarray.html
new file mode 100644
index 00000000..a9deed8c
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/eqnarray.html
@@ -0,0 +1,198 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>eqnarray (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="eqnarray (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="eqnarray (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Environments.html#Environments" rel="up" title="Environments">
+<link href="equation.html#equation" rel="next" title="equation">
+<link href="enumerate.html#enumerate" rel="prev" title="enumerate">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="eqnarray"></a>
+<div class="header">
+<p>
+Next: <a href="equation.html#equation" accesskey="n" rel="next">equation</a>, Previous: <a href="enumerate.html#enumerate" accesskey="p" rel="prev">enumerate</a>, Up: <a href="Environments.html#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="eqnarray-1"></a>
+<h3 class="section">8.8 <code>eqnarray</code></h3>
+
+<a name="index-environment_002c-eqnarray"></a>
+<a name="index-eqnarray-environment"></a>
+
+<a name="index-equations_002c-aligning"></a>
+<a name="index-aligning-equations"></a>
+
+<a name="index-align-environment_002c-from-amsmath"></a>
+<a name="index-amsmath-package_002c-replacing-eqnarray"></a>
+<a name="index-Madsen_002c-Lars"></a>
+<p>The <code>eqnarray</code> environment is obsolete. It has infelicities,
+including spacing that is inconsistent with other mathematics elements.
+(See &ldquo;Avoid eqnarray!&rdquo; by Lars Madsen
+<a href="http://tug.org/TUGboat/tb33-1/tb103madsen.pdf">http://tug.org/TUGboat/tb33-1/tb103madsen.pdf</a>). New documents
+should include the <samp>amsmath</samp> package and use the displayed
+mathematics environments provided there, such as the <code>align</code>
+environment. We include a description only for completeness and for
+working with old documents.
+</p>
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\begin{eqnarray}
+ <var>first formula left</var> &amp;<var>first formula middle</var> &amp;<var>first formula right</var> \\
+ ...
+\end{eqnarray}
+</pre></div>
+
+<p>or
+</p>
+<div class="example">
+<pre class="example">\begin{eqnarray*}
+ <var>first formula left</var> &amp;<var>first formula middle</var> &amp;<var>first formula right</var> \\
+ ...
+\end{eqnarray*}
+</pre></div>
+
+<a name="index-_005c_005c-_0028for-eqnarray_0029"></a>
+<p>Display a sequence of equations or inequalities. The left and right
+sides are typeset in display mode, while the middle is typeset in text
+mode.
+</p>
+<p>It is similar to a three-column <code>array</code> environment, with items
+within a row separated by an ampersand&nbsp;(<code>&amp;</code>), and with rows
+separated by double backslash&nbsp; <code>\\</code>).
+<a name="index-_005c_005c_002a-_0028for-eqnarray_0029"></a>
+The starred form of line break (<code>\\*</code>) can also be used to separate
+equations, and will disallow a page break there (see <a href="_005c_005c.html#g_t_005c_005c">\\</a>).
+</p>
+<a name="index-_005cnonumber"></a>
+<a name="index-equation-numbers_002c-omitting"></a>
+<p>The unstarred form <code>eqnarray</code> places an equation number on every
+line (using the <code>equation</code> counter), unless that line contains a
+<code>\nonumber</code> command. The starred form <code>eqnarray*</code> omits
+equation numbering, while otherwise being the same.
+</p>
+<a name="index-_005clefteqn"></a>
+<p>The command <code>\lefteqn</code> is used for splitting long formulas across
+lines. It typesets its argument in display style flush left in a box of
+zero width.
+</p>
+<p>This example shows three lines. The first two lines make an inequality,
+while the third line has not entry on the left side.
+</p>
+<div class="example">
+<pre class="example">\begin{eqnarray*}
+ \lefteqn{x_1+x_2+\cdots+x_n} \\
+ &amp;\leq &amp;y_1+y_2+\cdots+y_n \\
+ &amp;= &amp;z+y_3+\cdots+y_n
+\end{eqnarray*}
+</pre></div>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/equation.html b/src/data/help/unofficial-latex2e-reference-manual/equation.html
new file mode 100644
index 00000000..e3b61dcc
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/equation.html
@@ -0,0 +1,155 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>equation (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="equation (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="equation (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Environments.html#Environments" rel="up" title="Environments">
+<link href="figure.html#figure" rel="next" title="figure">
+<link href="eqnarray.html#eqnarray" rel="prev" title="eqnarray">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="equation"></a>
+<div class="header">
+<p>
+Next: <a href="figure.html#figure" accesskey="n" rel="next">figure</a>, Previous: <a href="eqnarray.html#eqnarray" accesskey="p" rel="prev">eqnarray</a>, Up: <a href="Environments.html#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="equation-1"></a>
+<h3 class="section">8.9 <code>equation</code></h3>
+
+<a name="index-environment_002c-equation"></a>
+<a name="index-equation-environment"></a>
+
+<a name="index-equations_002c-environment-for"></a>
+<a name="index-formulas_002c-environment-for"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\begin{equation}
+ <var>mathematical text</var>
+\end{equation}
+</pre></div>
+
+<p>The same as a <code>displaymath</code> environment (see <a href="displaymath.html#displaymath">displaymath</a>)
+except that LaTeX puts an equation number flush to the right margin.
+The equation number is generated using the <code>equation</code> counter.
+</p>
+<p>You should have no blank lines between <code>\begin{equation}</code> and
+<code>\begin{equation}</code>, or LaTeX will tell you that there is a
+missing dollar sign.
+</p>
+<a name="index-package_002c-amsmath-3"></a>
+<a name="index-amsmath-package-3"></a>
+
+<p>The package <samp>amsmath</samp> package has extensive displayed equation
+facilities. New documents should include this package.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/fbox-framebox-fboxrule.html b/src/data/help/unofficial-latex2e-reference-manual/fbox-framebox-fboxrule.html
new file mode 100644
index 00000000..ca4f5164
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/fbox-framebox-fboxrule.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>fbox framebox fboxrule (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="fbox framebox fboxrule (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="fbox framebox fboxrule (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005cfbox-_0026-_005cframebox.html#fbox-framebox-fboxrule">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005cfbox-_0026-_005cframebox.html#fbox-framebox-fboxrule">fbox framebox fboxrule</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/fbox-framebox-fboxsep.html b/src/data/help/unofficial-latex2e-reference-manual/fbox-framebox-fboxsep.html
new file mode 100644
index 00000000..2a5e91db
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/fbox-framebox-fboxsep.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>fbox framebox fboxsep (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="fbox framebox fboxsep (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="fbox framebox fboxsep (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005cfbox-_0026-_005cframebox.html#fbox-framebox-fboxsep">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005cfbox-_0026-_005cframebox.html#fbox-framebox-fboxsep">fbox framebox fboxsep</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/figure.html b/src/data/help/unofficial-latex2e-reference-manual/figure.html
new file mode 100644
index 00000000..74426468
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/figure.html
@@ -0,0 +1,194 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>figure (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="figure (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="figure (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Environments.html#Environments" rel="up" title="Environments">
+<link href="filecontents.html#filecontents" rel="next" title="filecontents">
+<link href="equation.html#equation" rel="prev" title="equation">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="figure"></a>
+<div class="header">
+<p>
+Next: <a href="filecontents.html#filecontents" accesskey="n" rel="next">filecontents</a>, Previous: <a href="equation.html#equation" accesskey="p" rel="prev">equation</a>, Up: <a href="Environments.html#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="figure-1"></a>
+<h3 class="section">8.10 <code>figure</code></h3>
+
+<a name="index-environment_002c-figure"></a>
+<a name="index-figure-environment"></a>
+
+<a name="index-inserting-figures"></a>
+<a name="index-figures_002c-inserting"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\begin{figure}[<var>placement</var>]
+ <var>figure body</var>
+ \caption[<var>loftitle</var>]{<var>title</var>} % optional
+ \label{<var>label}</var> % optional
+\end{figure}
+</pre></div>
+
+<p>or:
+</p>
+<div class="example">
+<pre class="example">\begin{figure*}[<var>placement</var>]
+ <var>figure body</var>
+ \caption[<var>loftitle</var>]{<var>title</var>} % optional
+ \label{<var>label}</var> % optional
+\end{figure*}
+</pre></div>
+
+<p>Figures are for material that is not part of the normal text. An
+example is material that you cannot have split between two pages, such
+as a graphic. Because of this, LaTeX does not typeset figures in
+sequence with normal text but instead &ldquo;floats&rdquo; them to a convenient
+place, such as the top of a following page (see <a href="Floats.html#Floats">Floats</a>).
+</p>
+<p>The <var>figure body</var> can consist of imported graphics
+(see <a href="Graphics.html#Graphics">Graphics</a>), or text, LaTeX commands, etc. It is typeset in a
+<code>parbox</code> of width <code>\textwidth</code>.
+</p>
+<p>The possible values of <var>placement</var> are <code>h</code> for &lsquo;<samp>here</samp>&rsquo;,
+<code>t</code> for &lsquo;<samp>top</samp>&rsquo;, <code>b</code> for &lsquo;<samp>bottom</samp>&rsquo;, and <code>p</code> for
+&lsquo;<samp>on a separate page of floats</samp>&rsquo;. For the effect of these options on
+the float placement algorithm, see <a href="Floats.html#Floats">Floats</a>.
+</p>
+<p>The starred form <code>figure*</code> is used when a document is in
+double-column mode (see <a href="_005ctwocolumn.html#g_t_005ctwocolumn">\twocolumn</a>). It produces a figure that
+spans both columns, at the top of the page. To add the possibility of
+placing at a page bottom see the discussion of <var>placement</var> <code>b</code>
+in <a href="Floats.html#Floats">Floats</a>.
+</p>
+<p>The label is optional; it is used for cross references (see <a href="Cross-references.html#Cross-references">Cross references</a>).
+<a name="index-_005ccaption"></a>
+The optional <code>\caption</code> command specifies caption text for the
+figure. By default it is numbered. If <var>loftitle</var> is present, it is
+used in the list of figures instead of <var>title</var> (see <a href="Table-of-contents-etc_002e.html#Table-of-contents-etc_002e">Table of contents etc.</a>).
+</p>
+<p>This example makes a figure out of a graphic. LaTeX will place that
+graphic and its caption at the top of a page or, if it is pushed to the
+end of the document, on a page of floats.
+</p>
+<div class="example">
+<pre class="example">\usepackage{graphicx} % in preamble
+ ...
+\begin{figure}[t]
+ \centering
+ \includegraphics[width=0.5\textwidth]{CTANlion.png}
+ \caption{The CTAN lion, by Duane Bibby}
+\end{figure}
+</pre></div>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/filecontents.html b/src/data/help/unofficial-latex2e-reference-manual/filecontents.html
new file mode 100644
index 00000000..0d15ebec
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/filecontents.html
@@ -0,0 +1,192 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>filecontents (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="filecontents (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="filecontents (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Environments.html#Environments" rel="up" title="Environments">
+<link href="flushleft.html#flushleft" rel="next" title="flushleft">
+<link href="figure.html#figure" rel="prev" title="figure">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="filecontents"></a>
+<div class="header">
+<p>
+Next: <a href="flushleft.html#flushleft" accesskey="n" rel="next">flushleft</a>, Previous: <a href="figure.html#figure" accesskey="p" rel="prev">figure</a>, Up: <a href="Environments.html#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="filecontents-1"></a>
+<h3 class="section">8.11 <code>filecontents</code></h3>
+
+<a name="index-environment_002c-filecontents"></a>
+<a name="index-filecontents-environment"></a>
+
+<a name="index-environment_002c-filecontents_002a"></a>
+<a name="index-filecontents_002a-environment"></a>
+
+<a name="index-external-files_002c-writing"></a>
+<a name="index-writing-external-files"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\begin{filecontents}{<var>filename</var>}
+ <var>text</var>
+\end{filecontents}
+</pre></div>
+
+<p>or
+</p>
+<div class="example">
+<pre class="example">\begin{filecontents*}{<var>filename</var>}
+ <var>text</var>
+\end{filecontents*}
+</pre></div>
+
+<p>Create a file named <var>filename</var> and fill it with <var>text</var>. The
+unstarred version of the environment <code>filecontents</code> prefixes the
+content of the created file with a header; see the example below. The
+starred version <code>filecontents*</code> does not include the header.
+</p>
+<p>This environment can be used anywhere in the preamble, although it often
+appears before the <code>\documentclass</code> command. It is typically used
+when a source file requires a nonstandard style or class file. The
+environment will write that file to the directory containing the source
+and thus make the source file self-contained. Another use is to include
+<code>bib</code> references in the file, again to make it self-contained.
+</p>
+<p>The environment checks whether a file of that name already exists and if
+so, does not do anything. There is a <samp>filecontents</samp> package that
+redefines the <code>filecontents</code> environment so that instead of doing
+nothing in that case, it will overwrite the existing file.
+</p>
+<p>For example, this document
+</p>
+<div class="example">
+<pre class="example">\documentclass{article}
+\begin{filecontents}{JH.sty}
+\newcommand{\myname}{Jim Hef{}feron}
+\end{filecontents}
+\usepackage{JH}
+\begin{document}
+Article by \myname.
+\end{document}
+</pre></div>
+
+<p>produces this file <samp>JH.sty</samp>.
+</p>
+<div class="example">
+<pre class="example">%% LaTeX2e file `JH.sty'
+%% generated by the `filecontents' environment
+%% from source `test' on 2015/10/12.
+%%
+\newcommand{\myname}{Jim Hef{}feron}
+</pre></div>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/floats-bottomfraction.html b/src/data/help/unofficial-latex2e-reference-manual/floats-bottomfraction.html
new file mode 100644
index 00000000..73601e9e
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/floats-bottomfraction.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>floats bottomfraction (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="floats bottomfraction (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="floats bottomfraction (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Floats.html#floats-bottomfraction">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Floats.html#floats-bottomfraction">floats bottomfraction</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/floats-bottomnumber.html b/src/data/help/unofficial-latex2e-reference-manual/floats-bottomnumber.html
new file mode 100644
index 00000000..edbc1bf4
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/floats-bottomnumber.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>floats bottomnumber (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="floats bottomnumber (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="floats bottomnumber (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Floats.html#floats-bottomnumber">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Floats.html#floats-bottomnumber">floats bottomnumber</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/floats-dbltopnumber.html b/src/data/help/unofficial-latex2e-reference-manual/floats-dbltopnumber.html
new file mode 100644
index 00000000..e8fea71d
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/floats-dbltopnumber.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>floats dbltopnumber (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="floats dbltopnumber (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="floats dbltopnumber (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Floats.html#floats-dbltopnumber">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Floats.html#floats-dbltopnumber">floats dbltopnumber</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/floats-floatpagefraction.html b/src/data/help/unofficial-latex2e-reference-manual/floats-floatpagefraction.html
new file mode 100644
index 00000000..48d7a225
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/floats-floatpagefraction.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>floats floatpagefraction (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="floats floatpagefraction (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="floats floatpagefraction (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Floats.html#floats-floatpagefraction">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Floats.html#floats-floatpagefraction">floats floatpagefraction</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/floats-floatsep.html b/src/data/help/unofficial-latex2e-reference-manual/floats-floatsep.html
new file mode 100644
index 00000000..a28264bf
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/floats-floatsep.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>floats floatsep (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="floats floatsep (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="floats floatsep (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Floats.html#floats-floatsep">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Floats.html#floats-floatsep">floats floatsep</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/floats-intextsep.html b/src/data/help/unofficial-latex2e-reference-manual/floats-intextsep.html
new file mode 100644
index 00000000..342ca5da
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/floats-intextsep.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>floats intextsep (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="floats intextsep (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="floats intextsep (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Floats.html#floats-intextsep">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Floats.html#floats-intextsep">floats intextsep</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/floats-textfloatsep.html b/src/data/help/unofficial-latex2e-reference-manual/floats-textfloatsep.html
new file mode 100644
index 00000000..f590af22
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/floats-textfloatsep.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>floats textfloatsep (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="floats textfloatsep (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="floats textfloatsep (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Floats.html#floats-textfloatsep">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Floats.html#floats-textfloatsep">floats textfloatsep</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/floats-textfraction.html b/src/data/help/unofficial-latex2e-reference-manual/floats-textfraction.html
new file mode 100644
index 00000000..0b5b84be
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/floats-textfraction.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>floats textfraction (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="floats textfraction (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="floats textfraction (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Floats.html#floats-textfraction">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Floats.html#floats-textfraction">floats textfraction</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/floats-topfraction.html b/src/data/help/unofficial-latex2e-reference-manual/floats-topfraction.html
new file mode 100644
index 00000000..2542d527
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/floats-topfraction.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>floats topfraction (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="floats topfraction (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="floats topfraction (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Floats.html#floats-topfraction">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Floats.html#floats-topfraction">floats topfraction</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/floats-topnumber.html b/src/data/help/unofficial-latex2e-reference-manual/floats-topnumber.html
new file mode 100644
index 00000000..61189e9a
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/floats-topnumber.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>floats topnumber (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="floats topnumber (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="floats topnumber (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Floats.html#floats-topnumber">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Floats.html#floats-topnumber">floats topnumber</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/floats-totalnumber.html b/src/data/help/unofficial-latex2e-reference-manual/floats-totalnumber.html
new file mode 100644
index 00000000..2c309dae
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/floats-totalnumber.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>floats totalnumber (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="floats totalnumber (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="floats totalnumber (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Floats.html#floats-totalnumber">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Floats.html#floats-totalnumber">floats totalnumber</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/flushleft.html b/src/data/help/unofficial-latex2e-reference-manual/flushleft.html
new file mode 100644
index 00000000..d1f940e3
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/flushleft.html
@@ -0,0 +1,170 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>flushleft (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="flushleft (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="flushleft (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Environments.html#Environments" rel="up" title="Environments">
+<link href="_005craggedright.html#g_t_005craggedright" rel="next" title="\raggedright">
+<link href="filecontents.html#filecontents" rel="prev" title="filecontents">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="flushleft"></a>
+<div class="header">
+<p>
+Next: <a href="flushright.html#flushright" accesskey="n" rel="next">flushright</a>, Previous: <a href="filecontents.html#filecontents" accesskey="p" rel="prev">filecontents</a>, Up: <a href="Environments.html#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="flushleft-1"></a>
+<h3 class="section">8.12 <code>flushleft</code></h3>
+
+<a name="index-environment_002c-flushleft"></a>
+<a name="index-flushleft-environment"></a>
+
+<a name="index-left_002djustifying-text_002c-environment-for"></a>
+<a name="index-ragged-right-text_002c-environment-for"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\begin{flushleft}
+ <var>line1</var> \\
+ <var>line2</var> \\
+ ...
+\end{flushleft}
+</pre></div>
+
+<a name="index-_005c_005c-for-flushleft"></a>
+<p>An environment that creates a paragraph whose lines are flush to the
+left-hand margin, and ragged right. If you have lines that are too long
+then LaTeX will linebreak them in a way that avoids hyphenation and
+stretching or shrinking spaces. To force a new line use a double
+backslash, <code>\\</code>. For the declaration form
+see&nbsp;<a href="_005craggedright.html#g_t_005craggedright">\raggedright</a>.
+</p>
+<p>This creates a box of text that is at most 3 inches wide, with the text
+flush left and ragged right.
+</p>
+<div class="example">
+<pre class="example">\noindent\begin{minipage}{3in}
+\begin{flushleft}
+ A long sentence that will be broken by \LaTeX{}
+ at a convenient spot. \\
+ And, a fresh line forced by the double backslash.
+\end{flushleft}
+\end{minipage}
+</pre></div>
+
+
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="_005craggedright.html#g_t_005craggedright" accesskey="1">\raggedright</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Declaration form of the <code>flushleft</code> environment.
+</td></tr>
+</table>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/flushright.html b/src/data/help/unofficial-latex2e-reference-manual/flushright.html
new file mode 100644
index 00000000..c41a22cd
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/flushright.html
@@ -0,0 +1,156 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>flushright (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="flushright (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="flushright (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Environments.html#Environments" rel="up" title="Environments">
+<link href="_005craggedleft.html#g_t_005craggedleft" rel="next" title="\raggedleft">
+<link href="_005craggedright.html#g_t_005craggedright" rel="prev" title="\raggedright">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="flushright"></a>
+<div class="header">
+<p>
+Next: <a href="itemize.html#itemize" accesskey="n" rel="next">itemize</a>, Previous: <a href="flushleft.html#flushleft" accesskey="p" rel="prev">flushleft</a>, Up: <a href="Environments.html#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="flushright-1"></a>
+<h3 class="section">8.13 <code>flushright</code></h3>
+
+<a name="index-environment_002c-flushright"></a>
+<a name="index-flushright-environment"></a>
+
+<a name="index-ragged-left-text_002c-environment-for"></a>
+<a name="index-right_002djustifying-text_002c-environment-for"></a>
+
+<div class="example">
+<pre class="example">\begin{flushright}
+ <var>line1</var> \\
+ <var>line2</var> \\
+ ...
+\end{flushright}
+</pre></div>
+
+<a name="index-_005c_005c-_0028for-flushright_0029"></a>
+<p>An environment that creates a paragraph whose lines are flush to the
+right-hand margin and ragged left. If you have lines that are too long
+to fit the margins then LaTeX will linebreak them in a way that
+avoids hyphenation and stretching or shrinking spaces. To force a new
+line use a double backslash, <code>\\</code>. For the declaration form
+see&nbsp;<a href="_005craggedleft.html#g_t_005craggedleft">\raggedleft</a>.
+</p>
+<p>For an example related to this environment, see&nbsp;<a href="flushleft.html#flushleft">flushleft</a>.
+</p>
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="_005craggedleft.html#g_t_005craggedleft" accesskey="1">\raggedleft</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Declaration form of the <code>flushright</code> environment.
+</td></tr>
+</table>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/fontenc-package.html b/src/data/help/unofficial-latex2e-reference-manual/fontenc-package.html
new file mode 100644
index 00000000..604edcd2
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/fontenc-package.html
@@ -0,0 +1,257 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>fontenc package (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="fontenc package (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="fontenc package (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Fonts.html#Fonts" rel="up" title="Fonts">
+<link href="_005cDeclareFontEncoding.html#g_t_005cDeclareFontEncoding" rel="next" title="\DeclareFontEncoding">
+<link href="Fonts.html#Fonts" rel="prev" title="Fonts">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="fontenc-package"></a>
+<div class="header">
+<p>
+Next: <a href="Font-styles.html#Font-styles" accesskey="n" rel="next">Font styles</a>, Up: <a href="Fonts.html#Fonts" accesskey="u" rel="up">Fonts</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="fontenc-package-1"></a>
+<h3 class="section">4.1 <samp>fontenc</samp> package</h3>
+
+<a name="index-Font-encoding"></a>
+<a name="index-UTF_002d8-1"></a>
+<a name="index-T1"></a>
+<a name="index-OT1"></a>
+<a name="index-fontenc"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\usepackage[<var>font_encoding</var>]{fontenc}
+</pre></div>
+
+<p>or
+</p>
+<div class="example">
+<pre class="example">\usepackage[<var>font_encoding1</var>, <var>font_encoding2</var>, ...]{fontenc}
+</pre></div>
+
+<p>Specify the font encodings. A font encoding is a mapping of the
+character codes to the font glyphs that are used to typeset your output.
+</p>
+<p>This package only applies if you use the <code>pdflatex</code> engine
+(see <a href="TeX-engines.html#TeX-engines">TeX engines</a>). If you use the <code>xelatex</code> or
+<code>lualatex</code> engine then instead use the <samp>fontspec</samp> package.
+</p>
+<p>TeX&rsquo;s original font family, Computer Modern, has a limited character
+set. For instance, to make common accented characters you must use
+<code>\accent</code> (see <a href="_005caccent.html#g_t_005caccent">\accent</a>) but this disables hyphenation. TeX
+users have agreed on a number of standards to access the larger sets of
+characters provided by modern fonts. If you are using
+<code>pdflatex</code> then this in the preamble
+</p>
+<div class="example">
+<pre class="example">\usepackage[T1]{fontenc}
+\usepackage[utf8]{inputenc} % Optional: encoding of input file
+</pre></div>
+
+<p>gives you support for the most widespread European languages, including
+French, German, Italian, Polish, and others. In particular, if you have
+words with accented letters then LaTeX will hyphenate them and your
+output can be copied and pasted. (The optional second line allows you
+to directly enter accented characters into your source file.)
+</p>
+<a name="index-package_002c-lmodern"></a>
+<a name="index-lmodern-package"></a>
+<a name="index-package_002c-cm_002dsuper"></a>
+<a name="index-cm_002dsuper-package"></a>
+
+<p>If you are using an encoding such as <code>T1</code> and the characters appear
+blurry or do not magnify well then your fonts may be bitmapped,
+sometimes called raster or Type&nbsp;3. You want vector fonts. Use a
+package such as <samp>lmodern</samp> or <samp>cm-super</samp> to get a font that
+extends LaTeX&rsquo;s default using vector fonts.
+</p>
+<p>For each <var>font_encoding</var> given as an option but not already
+declared, this package loads the encoding definition files, named
+<samp><var>font_encoding</var>enc.def</samp>. It also sets <code>\encodingdefault</code>
+to be the last encoding in the option list.
+</p>
+<p>These are the common values for <var>font_encoding</var>.
+</p>
+<dl compact="compact">
+<dt><code>OT1</code></dt>
+<dd><p>The original encoding for TeX. Limited to mostly English characters.
+</p>
+</dd>
+<dt><code>OMS, OML</code></dt>
+<dd><p>Math symbols and math letters encoding.
+</p>
+</dd>
+<dt><code>T1</code></dt>
+<dd><p>TeX text extended. Sometimes called the Cork encoding for the Users
+Group meeting where it was developed. Gives access to most European
+accented characters. The most common option for this package.
+</p>
+</dd>
+<dt><code>TS1</code></dt>
+<dd><p>Text Companion encoding.
+</p></dd>
+</dl>
+
+<p>LaTeX&rsquo;s default is to load <code>OML</code>, <code>T1</code>, <code>OT1</code>, and
+then <code>OMS</code>, and set the default to <code>OT1</code>.
+</p>
+<p>Even if you do not use accented letters, you may need to specify a font
+encoding if your font requires it.
+</p>
+<p>If you use <code>T1</code>&nbsp;encoded fonts other than the default Computer
+Modern family then you may need to load the package that selects your
+fonts before loading <samp>fontenc</samp>, to prevent the system from loading
+any <code>T1</code>&nbsp;encoded fonts from the default.
+</p>
+<p>The LaTeX team reserve encoding names starting with: &lsquo;<samp>T</samp>&rsquo; for the
+standard text encodings with 256 characters, &lsquo;<samp>TS</samp>&rsquo; for symbols that
+extend the corresponding T encodings, &lsquo;<samp>X</samp>&rsquo; for test encodings,
+&lsquo;<samp>M</samp>&rsquo; for standard math encodings with 256 characters, &lsquo;<samp>A</samp>&rsquo; for
+special applications, &lsquo;<samp>OT</samp>&rsquo; for standard text encodings with 128
+characters, and &lsquo;<samp>OM</samp>&rsquo; for standard math encodings with 128
+characters (&lsquo;<samp>O</samp>&rsquo; stands for &lsquo;<samp>obsolete</samp>&rsquo;).
+</p>
+<p>This package provides a number of commands, detailed below. Many of
+them are encoding-specific, so if you have defined a command that works
+for one encoding but the current encoding is different then the command
+is not in effect.
+</p>
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="_005cDeclareFontEncoding.html#g_t_005cDeclareFontEncoding" accesskey="1">\DeclareFontEncoding</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Define an encoding.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cDeclareTextAccent.html#g_t_005cDeclareTextAccent" accesskey="2">\DeclareTextAccent</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Define an accent in the encoding.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cDeclareTextAccentDefault.html#g_t_005cDeclareTextAccentDefault" accesskey="3">\DeclareTextAccentDefault</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Fallback for using an accent in the encoding.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cDeclareTextCommand-_0026-_005cProvideTextCommand.html#g_t_005cDeclareTextCommand-_0026-_005cProvideTextCommand" accesskey="4">\DeclareTextCommand &amp; \ProvideTextCommand</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">New encoding-specific command.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cDeclareTextCommandDefault-_0026-_005cProvideTextCommandDefault.html#g_t_005cDeclareTextCommandDefault-_0026-_005cProvideTextCommandDefault" accesskey="5">\DeclareTextCommandDefault &amp; \ProvideTextCommandDefault</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Fallback for encoding-specific commands.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cDeclareTextComposite.html#g_t_005cDeclareTextComposite" accesskey="6">\DeclareTextComposite</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Directly access an accented glyph, in the encoding.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cDeclareTextCompositeCommand.html#g_t_005cDeclareTextCompositeCommand" accesskey="7">\DeclareTextCompositeCommand</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Run code in slot, in the encoding.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cDeclareTextSymbol.html#g_t_005cDeclareTextSymbol" accesskey="8">\DeclareTextSymbol</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Define a symbol in the encoding.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cDeclareTextSymbolDefault.html#g_t_005cDeclareTextSymbolDefault" accesskey="9">\DeclareTextSymbolDefault</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Fallback for a symbol in the encoding.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cLastDeclaredEncoding.html#g_t_005cLastDeclaredEncoding">\LastDeclaredEncoding</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Save most recently declared encoding.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cUseTextAccent-_0026-_005cUseTextSymbol.html#g_t_005cUseTextAccent-_0026-_005cUseTextSymbol">\UseTextAccent &amp; \UseTextSymbol</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Temporarily switch to another encoding.
+</td></tr>
+</table>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/footnote-footnoterule.html b/src/data/help/unofficial-latex2e-reference-manual/footnote-footnoterule.html
new file mode 100644
index 00000000..eb93d2c6
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/footnote-footnoterule.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>footnote footnoterule (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="footnote footnoterule (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="footnote footnoterule (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005cfootnote.html#footnote-footnoterule">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005cfootnote.html#footnote-footnoterule">footnote footnoterule</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/footnote-footnotesep.html b/src/data/help/unofficial-latex2e-reference-manual/footnote-footnotesep.html
new file mode 100644
index 00000000..fc228055
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/footnote-footnotesep.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>footnote footnotesep (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="footnote footnotesep (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="footnote footnotesep (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005cfootnote.html#footnote-footnotesep">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005cfootnote.html#footnote-footnotesep">footnote footnotesep</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/includegraphics-bb.html b/src/data/help/unofficial-latex2e-reference-manual/includegraphics-bb.html
new file mode 100644
index 00000000..f5571bd5
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/includegraphics-bb.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>includegraphics bb (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="includegraphics bb (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="includegraphics bb (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005cincludegraphics.html#includegraphics-bb">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005cincludegraphics.html#includegraphics-bb">includegraphics bb</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/includegraphics-bbllx.html b/src/data/help/unofficial-latex2e-reference-manual/includegraphics-bbllx.html
new file mode 100644
index 00000000..69bc50d7
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/includegraphics-bbllx.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>includegraphics bbllx (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="includegraphics bbllx (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="includegraphics bbllx (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005cincludegraphics.html#includegraphics-bbllx">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005cincludegraphics.html#includegraphics-bbllx">includegraphics bbllx</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/includegraphics-bblly.html b/src/data/help/unofficial-latex2e-reference-manual/includegraphics-bblly.html
new file mode 100644
index 00000000..638cdaed
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/includegraphics-bblly.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>includegraphics bblly (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="includegraphics bblly (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="includegraphics bblly (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005cincludegraphics.html#includegraphics-bblly">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005cincludegraphics.html#includegraphics-bblly">includegraphics bblly</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/includegraphics-bburx.html b/src/data/help/unofficial-latex2e-reference-manual/includegraphics-bburx.html
new file mode 100644
index 00000000..da1f3093
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/includegraphics-bburx.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>includegraphics bburx (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="includegraphics bburx (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="includegraphics bburx (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005cincludegraphics.html#includegraphics-bburx">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005cincludegraphics.html#includegraphics-bburx">includegraphics bburx</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/includegraphics-bbury.html b/src/data/help/unofficial-latex2e-reference-manual/includegraphics-bbury.html
new file mode 100644
index 00000000..b5801f11
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/includegraphics-bbury.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>includegraphics bbury (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="includegraphics bbury (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="includegraphics bbury (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005cincludegraphics.html#includegraphics-bbury">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005cincludegraphics.html#includegraphics-bbury">includegraphics bbury</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/includegraphics-clip.html b/src/data/help/unofficial-latex2e-reference-manual/includegraphics-clip.html
new file mode 100644
index 00000000..843e6a94
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/includegraphics-clip.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>includegraphics clip (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="includegraphics clip (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="includegraphics clip (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005cincludegraphics.html#includegraphics-clip">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005cincludegraphics.html#includegraphics-clip">includegraphics clip</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/includegraphics-command.html b/src/data/help/unofficial-latex2e-reference-manual/includegraphics-command.html
new file mode 100644
index 00000000..5613bfc7
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/includegraphics-command.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>includegraphics command (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="includegraphics command (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="includegraphics command (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005cincludegraphics.html#includegraphics-command">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005cincludegraphics.html#includegraphics-command">includegraphics command</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/includegraphics-draft.html b/src/data/help/unofficial-latex2e-reference-manual/includegraphics-draft.html
new file mode 100644
index 00000000..1a642ee1
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/includegraphics-draft.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>includegraphics draft (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="includegraphics draft (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="includegraphics draft (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005cincludegraphics.html#includegraphics-draft">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005cincludegraphics.html#includegraphics-draft">includegraphics draft</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/includegraphics-ext.html b/src/data/help/unofficial-latex2e-reference-manual/includegraphics-ext.html
new file mode 100644
index 00000000..9379a9f0
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/includegraphics-ext.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>includegraphics ext (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="includegraphics ext (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="includegraphics ext (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005cincludegraphics.html#includegraphics-ext">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005cincludegraphics.html#includegraphics-ext">includegraphics ext</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/includegraphics-height.html b/src/data/help/unofficial-latex2e-reference-manual/includegraphics-height.html
new file mode 100644
index 00000000..d84384d7
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/includegraphics-height.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>includegraphics height (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="includegraphics height (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="includegraphics height (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005cincludegraphics.html#includegraphics-height">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005cincludegraphics.html#includegraphics-height">includegraphics height</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/includegraphics-hiresbb.html b/src/data/help/unofficial-latex2e-reference-manual/includegraphics-hiresbb.html
new file mode 100644
index 00000000..920f843e
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/includegraphics-hiresbb.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>includegraphics hiresbb (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="includegraphics hiresbb (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="includegraphics hiresbb (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005cincludegraphics.html#includegraphics-hiresbb">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005cincludegraphics.html#includegraphics-hiresbb">includegraphics hiresbb</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/includegraphics-interpolate.html b/src/data/help/unofficial-latex2e-reference-manual/includegraphics-interpolate.html
new file mode 100644
index 00000000..683d4a5f
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/includegraphics-interpolate.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>includegraphics interpolate (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="includegraphics interpolate (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="includegraphics interpolate (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005cincludegraphics.html#includegraphics-interpolate">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005cincludegraphics.html#includegraphics-interpolate">includegraphics interpolate</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/includegraphics-keepaspectratio.html b/src/data/help/unofficial-latex2e-reference-manual/includegraphics-keepaspectratio.html
new file mode 100644
index 00000000..c243a88e
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/includegraphics-keepaspectratio.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>includegraphics keepaspectratio (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="includegraphics keepaspectratio (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="includegraphics keepaspectratio (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005cincludegraphics.html#includegraphics-keepaspectratio">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005cincludegraphics.html#includegraphics-keepaspectratio">includegraphics keepaspectratio</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/includegraphics-natheight.html b/src/data/help/unofficial-latex2e-reference-manual/includegraphics-natheight.html
new file mode 100644
index 00000000..9b664e50
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/includegraphics-natheight.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>includegraphics natheight (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="includegraphics natheight (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="includegraphics natheight (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005cincludegraphics.html#includegraphics-natheight">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005cincludegraphics.html#includegraphics-natheight">includegraphics natheight</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/includegraphics-natwidth.html b/src/data/help/unofficial-latex2e-reference-manual/includegraphics-natwidth.html
new file mode 100644
index 00000000..01a7793b
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/includegraphics-natwidth.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>includegraphics natwidth (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="includegraphics natwidth (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="includegraphics natwidth (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005cincludegraphics.html#includegraphics-natwidth">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005cincludegraphics.html#includegraphics-natwidth">includegraphics natwidth</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/includegraphics-page.html b/src/data/help/unofficial-latex2e-reference-manual/includegraphics-page.html
new file mode 100644
index 00000000..a0e156a1
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/includegraphics-page.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>includegraphics page (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="includegraphics page (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="includegraphics page (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005cincludegraphics.html#includegraphics-page">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005cincludegraphics.html#includegraphics-page">includegraphics page</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/includegraphics-pagebox.html b/src/data/help/unofficial-latex2e-reference-manual/includegraphics-pagebox.html
new file mode 100644
index 00000000..56b6d0f7
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/includegraphics-pagebox.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>includegraphics pagebox (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="includegraphics pagebox (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="includegraphics pagebox (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005cincludegraphics.html#includegraphics-pagebox">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005cincludegraphics.html#includegraphics-pagebox">includegraphics pagebox</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/includegraphics-quiet.html b/src/data/help/unofficial-latex2e-reference-manual/includegraphics-quiet.html
new file mode 100644
index 00000000..4bd3d65a
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/includegraphics-quiet.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>includegraphics quiet (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="includegraphics quiet (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="includegraphics quiet (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005cincludegraphics.html#includegraphics-quiet">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005cincludegraphics.html#includegraphics-quiet">includegraphics quiet</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/includegraphics-read.html b/src/data/help/unofficial-latex2e-reference-manual/includegraphics-read.html
new file mode 100644
index 00000000..1d7b8915
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/includegraphics-read.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>includegraphics read (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="includegraphics read (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="includegraphics read (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005cincludegraphics.html#includegraphics-read">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005cincludegraphics.html#includegraphics-read">includegraphics read</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/includegraphics-totalheght.html b/src/data/help/unofficial-latex2e-reference-manual/includegraphics-totalheght.html
new file mode 100644
index 00000000..70bcce6b
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/includegraphics-totalheght.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>includegraphics totalheght (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="includegraphics totalheght (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="includegraphics totalheght (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005cincludegraphics.html#includegraphics-totalheght">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005cincludegraphics.html#includegraphics-totalheght">includegraphics totalheght</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/includegraphics-trim.html b/src/data/help/unofficial-latex2e-reference-manual/includegraphics-trim.html
new file mode 100644
index 00000000..824791e5
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/includegraphics-trim.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>includegraphics trim (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="includegraphics trim (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="includegraphics trim (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005cincludegraphics.html#includegraphics-trim">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005cincludegraphics.html#includegraphics-trim">includegraphics trim</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/includegraphics-type.html b/src/data/help/unofficial-latex2e-reference-manual/includegraphics-type.html
new file mode 100644
index 00000000..c5a69afb
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/includegraphics-type.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>includegraphics type (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="includegraphics type (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="includegraphics type (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005cincludegraphics.html#includegraphics-type">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005cincludegraphics.html#includegraphics-type">includegraphics type</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/includegraphics-viewport.html b/src/data/help/unofficial-latex2e-reference-manual/includegraphics-viewport.html
new file mode 100644
index 00000000..7dd0e6b7
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/includegraphics-viewport.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>includegraphics viewport (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="includegraphics viewport (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="includegraphics viewport (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005cincludegraphics.html#includegraphics-viewport">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005cincludegraphics.html#includegraphics-viewport">includegraphics viewport</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/includegraphics-width.html b/src/data/help/unofficial-latex2e-reference-manual/includegraphics-width.html
new file mode 100644
index 00000000..84657e95
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/includegraphics-width.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>includegraphics width (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="includegraphics width (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="includegraphics width (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005cincludegraphics.html#includegraphics-width">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005cincludegraphics.html#includegraphics-width">includegraphics width</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/index.html b/src/data/help/unofficial-latex2e-reference-manual/index.html
new file mode 100644
index 00000000..a561eadf
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/index.html
@@ -0,0 +1,639 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Top (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="Top (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="Top (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="http://tug.org/texinfohtml/" rel="up" title="(dir)">
+<link href="About-this-document.html#About-this-document" rel="next" title="About this document">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<h1 class="settitle" align="center">LaTeX2e unofficial reference manual (November 2018)</h1>
+
+
+
+
+
+
+
+
+
+<div class='intro'>
+<p>This is a reference manual for LaTeX.
+If you want a tutorial, please see
+<a href='https://ctan.org/topic/tut-latex'>this list</a>.</p>
+
+<p>
+Our goal is to document all (non-private) LaTeX commands.
+See below for the
+<a href='#SEC_Overview'>Table of Contents</a>.
+This version of the manual has separate web pages for each
+section or subsection.
+It's also available in
+<a href="https://latexref.xyz/dev/latex2e.html">a single page version</a>
+and as <a href="https://latexref.xyz/dev/latex2e.pdf">pdf</a>.</p>
+
+<p>
+Your comments and contributions, including bug reports, are very welcome.
+<a href='https://latexref.xyz/dev/'>Our project page</a>
+has more information, including
+<a href='https://latexref.xyz/dev/#license'>license information</a>.
+We also provide information on how you can
+<a href='https://latexref.xyz/dev/mirroring.html'>mirror this manual</a>,
+and <a href='https://latexref.xyz/dev/writing.html'>contribute to it</a>.
+</p>
+
+<p>
+This document is not official.
+It has not been reviewed by the LaTeX maintainers.</p>
+
+<p>
+<i>A note about links.</i>
+Some characters are troublesome on the web.
+One such character is backslash and so our
+page for the <code>\rule</code> command
+is named
+<a href='_005crule.html'><code>_005crule.html</code></a>.
+(the hexadecimal representation of backslash is 005c).
+You may find easier to remember our alternative page names, in this case
+<a href='bs-rule.html'><code>bs-rule.html</code></a>.
+These alternatives
+replace space with a dash, `<code>-</code>',
+replace backslash with `<code>bs</code>' and a dash,
+replace @ with `<code>at</code>' and a dash,
+and replace &amp; with `<code>and</code>' and a dash.
+For instance, you can reach the page describing
+<code>\@startsection</code> with
+<a href='bs-at-startsection.html'><code>bs-at-startsection.html</code></a>.
+</p>
+</div>
+<a name="SEC_Overview"></a>
+<h2 class="shortcontents-heading">Short Table of Contents</h2>
+
+<div class="shortcontents">
+<ul class="no-bullet">
+<li><a name="stoc-About-this-document-1" href="#toc-About-this-document-1">1 About this document</a></li>
+<li><a name="stoc-Overview-of-LaTeX" href="#toc-Overview-of-LaTeX">2 Overview of LaTeX</a></li>
+<li><a name="stoc-Document-classes-1" href="#toc-Document-classes-1">3 Document classes</a></li>
+<li><a name="stoc-Fonts-1" href="#toc-Fonts-1">4 Fonts</a></li>
+<li><a name="stoc-Layout-1" href="#toc-Layout-1">5 Layout</a></li>
+<li><a name="stoc-Sectioning-1" href="#toc-Sectioning-1">6 Sectioning</a></li>
+<li><a name="stoc-Cross-references-1" href="#toc-Cross-references-1">7 Cross references</a></li>
+<li><a name="stoc-Environments-1" href="#toc-Environments-1">8 Environments</a></li>
+<li><a name="stoc-Line-breaking-1" href="#toc-Line-breaking-1">9 Line breaking</a></li>
+<li><a name="stoc-Page-breaking-1" href="#toc-Page-breaking-1">10 Page breaking</a></li>
+<li><a name="stoc-Footnotes-1" href="#toc-Footnotes-1">11 Footnotes</a></li>
+<li><a name="stoc-Definitions-1" href="#toc-Definitions-1">12 Definitions</a></li>
+<li><a name="stoc-Counters-1" href="#toc-Counters-1">13 Counters</a></li>
+<li><a name="stoc-Lengths-1" href="#toc-Lengths-1">14 Lengths</a></li>
+<li><a name="stoc-Making-paragraphs-1" href="#toc-Making-paragraphs-1">15 Making paragraphs</a></li>
+<li><a name="stoc-Math-formulas-1" href="#toc-Math-formulas-1">16 Math formulas</a></li>
+<li><a name="stoc-Modes-1" href="#toc-Modes-1">17 Modes</a></li>
+<li><a name="stoc-Page-styles-1" href="#toc-Page-styles-1">18 Page styles</a></li>
+<li><a name="stoc-Spaces-1" href="#toc-Spaces-1">19 Spaces</a></li>
+<li><a name="stoc-Boxes-1" href="#toc-Boxes-1">20 Boxes</a></li>
+<li><a name="stoc-Color-1" href="#toc-Color-1">21 Color</a></li>
+<li><a name="stoc-Graphics-1" href="#toc-Graphics-1">22 Graphics</a></li>
+<li><a name="stoc-Special-insertions-1" href="#toc-Special-insertions-1">23 Special insertions</a></li>
+<li><a name="stoc-Splitting-the-input-1" href="#toc-Splitting-the-input-1">24 Splitting the input</a></li>
+<li><a name="stoc-Front_002fback-matter-1" href="#toc-Front_002fback-matter-1">25 Front/back matter</a></li>
+<li><a name="stoc-Letters-1" href="#toc-Letters-1">26 Letters</a></li>
+<li><a name="stoc-Input_002foutput-1" href="#toc-Input_002foutput-1">27 Input/output</a></li>
+<li><a name="stoc-Command-line-1" href="#toc-Command-line-1">28 Command line</a></li>
+<li><a name="stoc-Document-templates-1" href="#toc-Document-templates-1">Appendix A Document templates</a></li>
+<li><a name="stoc-Index-1" href="#toc-Index-1">Index</a></li>
+</ul>
+</div>
+
+<a name="SEC_Contents"></a>
+<h2 class="contents-heading">Table of Contents</h2>
+
+<div class="contents">
+
+<ul class="no-bullet">
+ <li><a name="toc-About-this-document-1" href="About-this-document.html#About-this-document">1 About this document</a></li>
+ <li><a name="toc-Overview-of-LaTeX" href="Overview.html#Overview">2 Overview of LaTeX</a>
+ <ul class="no-bullet">
+ <li><a name="toc-Starting-and-ending-1" href="Starting-and-ending.html#Starting-and-ending">2.1 Starting and ending</a></li>
+ <li><a name="toc-Output-files-1" href="Output-files.html#Output-files">2.2 Output files</a></li>
+ <li><a name="toc-TeX-engines-1" href="TeX-engines.html#TeX-engines">2.3 TeX engines</a></li>
+ <li><a name="toc-LaTeX-command-syntax-1" href="LaTeX-command-syntax.html#LaTeX-command-syntax">2.4 LaTeX command syntax</a></li>
+ <li><a name="toc-Environment-1" href="Environment.html#Environment">2.5 Environment</a></li>
+ <li><a name="toc-CTAN_003a-the-Comprehensive-TeX-Archive-Network" href="CTAN.html#CTAN">2.6 CTAN: the Comprehensive TeX Archive Network</a></li>
+ </ul></li>
+ <li><a name="toc-Document-classes-1" href="Document-classes.html#Document-classes">3 Document classes</a>
+ <ul class="no-bullet">
+ <li><a name="toc-Document-class-options-1" href="Document-class-options.html#Document-class-options">3.1 Document class options</a></li>
+ <li><a name="toc-Additional-packages-1" href="Additional-packages.html#Additional-packages">3.2 Additional packages</a></li>
+ <li><a name="toc-Class-and-package-construction-1" href="Class-and-package-construction.html#Class-and-package-construction">3.3 Class and package construction</a>
+ <ul class="no-bullet">
+ <li><a name="toc-Class-and-package-structure-1" href="Class-and-package-structure.html#Class-and-package-structure">3.3.1 Class and package structure</a></li>
+ <li><a name="toc-Class-and-package-commands-1" href="Class-and-package-commands.html#Class-and-package-commands">3.3.2 Class and package commands</a></li>
+ </ul></li>
+ </ul></li>
+ <li><a name="toc-Fonts-1" href="Fonts.html#Fonts">4 Fonts</a>
+ <ul class="no-bullet">
+ <li><a name="toc-fontenc-package-1" href="fontenc-package.html#fontenc-package">4.1 <samp>fontenc</samp> package</a>
+ <ul class="no-bullet">
+ <li><a name="toc-_005cDeclareFontEncoding-1" href="_005cDeclareFontEncoding.html#g_t_005cDeclareFontEncoding">4.1.1 <code>\DeclareFontEncoding</code></a></li>
+ <li><a name="toc-_005cDeclareTextAccent-1" href="_005cDeclareTextAccent.html#g_t_005cDeclareTextAccent">4.1.2 <code>\DeclareTextAccent</code></a></li>
+ <li><a name="toc-_005cDeclareTextAccentDefault-1" href="_005cDeclareTextAccentDefault.html#g_t_005cDeclareTextAccentDefault">4.1.3 <code>\DeclareTextAccentDefault</code></a></li>
+ <li><a name="toc-_005cDeclareTextCommand-_0026-_005cProvideTextCommand-1" href="_005cDeclareTextCommand-_0026-_005cProvideTextCommand.html#g_t_005cDeclareTextCommand-_0026-_005cProvideTextCommand">4.1.4 <code>\DeclareTextCommand</code> &amp; <code>\ProvideTextCommand</code></a></li>
+ <li><a name="toc-_005cDeclareTextCommandDefault-_0026-_005cProvideTextCommandDefault-" href="_005cDeclareTextCommandDefault-_0026-_005cProvideTextCommandDefault.html#g_t_005cDeclareTextCommandDefault-_0026-_005cProvideTextCommandDefault">4.1.5 <code>\DeclareTextCommandDefault</code> &amp; <code>\ProvideTextCommandDefault </code></a></li>
+ <li><a name="toc-_005cDeclareTextComposite-1" href="_005cDeclareTextComposite.html#g_t_005cDeclareTextComposite">4.1.6 <code>\DeclareTextComposite</code></a></li>
+ <li><a name="toc-_005cDeclareTextCompositeCommand-1" href="_005cDeclareTextCompositeCommand.html#g_t_005cDeclareTextCompositeCommand">4.1.7 <code>\DeclareTextCompositeCommand</code></a></li>
+ <li><a name="toc-_005cDeclareTextSymbol-1" href="_005cDeclareTextSymbol.html#g_t_005cDeclareTextSymbol">4.1.8 <code>\DeclareTextSymbol</code></a></li>
+ <li><a name="toc-_005cDeclareTextSymbolDefault-1" href="_005cDeclareTextSymbolDefault.html#g_t_005cDeclareTextSymbolDefault">4.1.9 <code>\DeclareTextSymbolDefault</code></a></li>
+ <li><a name="toc-_005cLastDeclaredEncoding-1" href="_005cLastDeclaredEncoding.html#g_t_005cLastDeclaredEncoding">4.1.10 <code>\LastDeclaredEncoding</code></a></li>
+ <li><a name="toc-_005cUseTextAccent-_0026-_005cUseTextSymbol-1" href="_005cUseTextAccent-_0026-_005cUseTextSymbol.html#g_t_005cUseTextAccent-_0026-_005cUseTextSymbol">4.1.11 <code>\UseTextAccent</code> &amp; <code>\UseTextSymbol</code></a></li>
+ </ul></li>
+ <li><a name="toc-Font-styles-1" href="Font-styles.html#Font-styles">4.2 Font styles</a></li>
+ <li><a name="toc-Font-sizes-1" href="Font-sizes.html#Font-sizes">4.3 Font sizes</a></li>
+ <li><a name="toc-Low_002dlevel-font-commands-1" href="Low_002dlevel-font-commands.html#Low_002dlevel-font-commands">4.4 Low-level font commands</a></li>
+ </ul></li>
+ <li><a name="toc-Layout-1" href="Layout.html#Layout">5 Layout</a>
+ <ul class="no-bullet">
+ <li><a name="toc-_005conecolumn-1" href="_005conecolumn.html#g_t_005conecolumn">5.1 <code>\onecolumn</code></a></li>
+ <li><a name="toc-_005ctwocolumn-1" href="_005ctwocolumn.html#g_t_005ctwocolumn">5.2 <code>\twocolumn</code></a></li>
+ <li><a name="toc-_005cflushbottom-1" href="_005cflushbottom.html#g_t_005cflushbottom">5.3 <code>\flushbottom</code></a></li>
+ <li><a name="toc-_005craggedbottom-1" href="_005craggedbottom.html#g_t_005craggedbottom">5.4 <code>\raggedbottom</code></a></li>
+ <li><a name="toc-Page-layout-parameters-1" href="Page-layout-parameters.html#Page-layout-parameters">5.5 Page layout parameters</a></li>
+ <li><a name="toc-Floats-1" href="Floats.html#Floats">5.6 Floats</a></li>
+ </ul></li>
+ <li><a name="toc-Sectioning-1" href="Sectioning.html#Sectioning">6 Sectioning</a>
+ <ul class="no-bullet">
+ <li><a name="toc-_005cpart-1" href="_005cpart.html#g_t_005cpart">6.1 <code>\part</code></a></li>
+ <li><a name="toc-_005cchapter-1" href="_005cchapter.html#g_t_005cchapter">6.2 <code>\chapter</code></a></li>
+ <li><a name="toc-_005csection-1" href="_005csection.html#g_t_005csection">6.3 <code>\section</code></a></li>
+ <li><a name="toc-_005csubsection-1" href="_005csubsection.html#g_t_005csubsection">6.4 <code>\subsection</code></a></li>
+ <li><a name="toc-_005csubsubsection_002c-_005cparagraph_002c-_005csubparagraph" href="_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph.html#g_t_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph">6.5 <code>\subsubsection</code>, <code>\paragraph</code>, <code>\subparagraph</code></a></li>
+ <li><a name="toc-_005cappendix-1" href="_005cappendix.html#g_t_005cappendix">6.6 <code>\appendix</code></a></li>
+ <li><a name="toc-_005cfrontmatter_002c-_005cmainmatter_002c-_005cbackmatter" href="_005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter.html#g_t_005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter">6.7 <code>\frontmatter</code>, <code>\mainmatter</code>, <code>\backmatter</code></a></li>
+ <li><a name="toc-_005c_0040startsection-1" href="_005c_0040startsection.html#g_t_005c_0040startsection">6.8 <code>\@startsection</code></a></li>
+ </ul></li>
+ <li><a name="toc-Cross-references-1" href="Cross-references.html#Cross-references">7 Cross references</a>
+ <ul class="no-bullet">
+ <li><a name="toc-_005clabel-1" href="_005clabel.html#g_t_005clabel">7.1 <code>\label</code></a></li>
+ <li><a name="toc-_005cpageref-1" href="_005cpageref.html#g_t_005cpageref">7.2 <code>\pageref</code></a></li>
+ <li><a name="toc-_005cref-1" href="_005cref.html#g_t_005cref">7.3 <code>\ref</code></a></li>
+ </ul></li>
+ <li><a name="toc-Environments-1" href="Environments.html#Environments">8 Environments</a>
+ <ul class="no-bullet">
+ <li><a name="toc-abstract-1" href="abstract.html#abstract">8.1 <code>abstract</code></a></li>
+ <li><a name="toc-array-1" href="array.html#array">8.2 <code>array</code></a></li>
+ <li><a name="toc-center-1" href="center.html#center">8.3 <code>center</code></a>
+ <ul class="no-bullet">
+ <li><a name="toc-_005ccentering-1" href="_005ccentering.html#g_t_005ccentering">8.3.1 <code>\centering</code></a></li>
+ </ul></li>
+ <li><a name="toc-description-1" href="description.html#description">8.4 <code>description</code></a></li>
+ <li><a name="toc-displaymath-1" href="displaymath.html#displaymath">8.5 <code>displaymath</code></a></li>
+ <li><a name="toc-document-1" href="document.html#document">8.6 <code>document</code></a>
+ <ul class="no-bullet">
+ <li><a name="toc-_005cAtBeginDocument-1" href="_005cAtBeginDocument.html#g_t_005cAtBeginDocument">8.6.1 <code>\AtBeginDocument</code></a></li>
+ <li><a name="toc-_005cAtEndDocument-1" href="_005cAtEndDocument.html#g_t_005cAtEndDocument">8.6.2 <code>\AtEndDocument</code></a></li>
+ </ul></li>
+ <li><a name="toc-enumerate-1" href="enumerate.html#enumerate">8.7 <code>enumerate</code></a></li>
+ <li><a name="toc-eqnarray-1" href="eqnarray.html#eqnarray">8.8 <code>eqnarray</code></a></li>
+ <li><a name="toc-equation-1" href="equation.html#equation">8.9 <code>equation</code></a></li>
+ <li><a name="toc-figure-1" href="figure.html#figure">8.10 <code>figure</code></a></li>
+ <li><a name="toc-filecontents-1" href="filecontents.html#filecontents">8.11 <code>filecontents</code></a></li>
+ <li><a name="toc-flushleft-1" href="flushleft.html#flushleft">8.12 <code>flushleft</code></a>
+ <ul class="no-bullet">
+ <li><a name="toc-_005craggedright-1" href="_005craggedright.html#g_t_005craggedright">8.12.1 <code>\raggedright</code></a></li>
+ </ul></li>
+ <li><a name="toc-flushright-1" href="flushright.html#flushright">8.13 <code>flushright</code></a>
+ <ul class="no-bullet">
+ <li><a name="toc-_005craggedleft-1" href="_005craggedleft.html#g_t_005craggedleft">8.13.1 <code>\raggedleft</code></a></li>
+ </ul></li>
+ <li><a name="toc-itemize-1" href="itemize.html#itemize">8.14 <code>itemize</code></a></li>
+ <li><a name="toc-letter-environment_003a-writing-letters" href="letter.html#letter">8.15 <code>letter</code> environment: writing letters</a></li>
+ <li><a name="toc-list-1" href="list.html#list">8.16 <code>list</code></a>
+ <ul class="no-bullet">
+ <li><a name="toc-_005citem_003a-An-entry-in-a-list" href="_005citem.html#g_t_005citem">8.16.1 <code>\item</code>: An entry in a list</a></li>
+ <li><a name="toc-trivlist_003a-A-restricted-form-of-list" href="trivlist.html#trivlist">8.16.2 <code>trivlist</code>: A restricted form of <code>list</code></a></li>
+ </ul></li>
+ <li><a name="toc-math-1" href="math.html#math">8.17 <code>math</code></a></li>
+ <li><a name="toc-minipage-1" href="minipage.html#minipage">8.18 <code>minipage</code></a></li>
+ <li><a name="toc-picture-1" href="picture.html#picture">8.19 <code>picture</code></a>
+ <ul class="no-bullet">
+ <li><a name="toc-_005cput-1" href="_005cput.html#g_t_005cput">8.19.1 <code>\put</code></a></li>
+ <li><a name="toc-_005cmultiput-1" href="_005cmultiput.html#g_t_005cmultiput">8.19.2 <code>\multiput</code></a></li>
+ <li><a name="toc-_005cqbezier-1" href="_005cqbezier.html#g_t_005cqbezier">8.19.3 <code>\qbezier</code></a></li>
+ <li><a name="toc-_005cgraphpaper-1" href="_005cgraphpaper.html#g_t_005cgraphpaper">8.19.4 <code>\graphpaper</code></a></li>
+ <li><a name="toc-_005cline-1" href="_005cline.html#g_t_005cline">8.19.5 <code>\line</code></a></li>
+ <li><a name="toc-_005clinethickness-1" href="_005clinethickness.html#g_t_005clinethickness">8.19.6 <code>\linethickness</code></a></li>
+ <li><a name="toc-_005cthinlines-1" href="_005cthinlines.html#g_t_005cthinlines">8.19.7 <code>\thinlines</code></a></li>
+ <li><a name="toc-_005cthicklines-1" href="_005cthicklines.html#g_t_005cthicklines">8.19.8 <code>\thicklines</code></a></li>
+ <li><a name="toc-_005ccircle-1" href="_005ccircle.html#g_t_005ccircle">8.19.9 <code>\circle</code></a></li>
+ <li><a name="toc-_005coval-1" href="_005coval.html#g_t_005coval">8.19.10 <code>\oval</code></a></li>
+ <li><a name="toc-_005cshortstack-1" href="_005cshortstack.html#g_t_005cshortstack">8.19.11 <code>\shortstack</code></a></li>
+ <li><a name="toc-_005cvector-1" href="_005cvector.html#g_t_005cvector">8.19.12 <code>\vector</code></a></li>
+ <li><a name="toc-_005cmakebox-_0028picture_0029-1" href="_005cmakebox-_0028picture_0029.html#g_t_005cmakebox-_0028picture_0029">8.19.13 <code>\makebox</code> (picture)</a></li>
+ <li><a name="toc-_005cframebox-_0028picture_0029-1" href="_005cframebox-_0028picture_0029.html#g_t_005cframebox-_0028picture_0029">8.19.14 <code>\framebox</code> (picture)</a></li>
+ <li><a name="toc-_005cframe-1" href="_005cframe.html#g_t_005cframe">8.19.15 <code>\frame</code></a></li>
+ <li><a name="toc-_005cdashbox-1" href="_005cdashbox.html#g_t_005cdashbox">8.19.16 <code>\dashbox</code></a></li>
+ </ul></li>
+ <li><a name="toc-quotation-_0026-quote-1" href="quotation-_0026-quote.html#quotation-_0026-quote">8.20 <code>quotation</code> &amp; <code>quote</code></a></li>
+ <li><a name="toc-tabbing-1" href="tabbing.html#tabbing">8.21 <code>tabbing</code></a></li>
+ <li><a name="toc-table-1" href="table.html#table">8.22 <code>table</code></a></li>
+ <li><a name="toc-tabular-1" href="tabular.html#tabular">8.23 <code>tabular</code></a>
+ <ul class="no-bullet">
+ <li><a name="toc-_005cmulticolumn-1" href="_005cmulticolumn.html#g_t_005cmulticolumn">8.23.1 <code>\multicolumn</code></a></li>
+ <li><a name="toc-_005cvline-1" href="_005cvline.html#g_t_005cvline">8.23.2 <code>\vline</code></a></li>
+ <li><a name="toc-_005ccline-1" href="_005ccline.html#g_t_005ccline">8.23.3 <code>\cline</code></a></li>
+ <li><a name="toc-_005chline-1" href="_005chline.html#g_t_005chline">8.23.4 <code>\hline</code></a></li>
+ </ul></li>
+ <li><a name="toc-thebibliography-1" href="thebibliography.html#thebibliography">8.24 <code>thebibliography</code></a>
+ <ul class="no-bullet">
+ <li><a name="toc-_005cbibitem-1" href="_005cbibitem.html#g_t_005cbibitem">8.24.1 <code>\bibitem</code></a></li>
+ <li><a name="toc-_005ccite-1" href="_005ccite.html#g_t_005ccite">8.24.2 <code>\cite</code></a></li>
+ <li><a name="toc-_005cnocite-1" href="_005cnocite.html#g_t_005cnocite">8.24.3 <code>\nocite</code></a></li>
+ <li><a name="toc-Using-BibTeX-1" href="Using-BibTeX.html#Using-BibTeX">8.24.4 Using BibTeX</a></li>
+ </ul></li>
+ <li><a name="toc-theorem-1" href="theorem.html#theorem">8.25 <code>theorem</code></a></li>
+ <li><a name="toc-titlepage-1" href="titlepage.html#titlepage">8.26 <code>titlepage</code></a></li>
+ <li><a name="toc-verbatim-1" href="verbatim.html#verbatim">8.27 <code>verbatim</code></a>
+ <ul class="no-bullet">
+ <li><a name="toc-_005cverb-1" href="_005cverb.html#g_t_005cverb">8.27.1 <code>\verb</code></a></li>
+ </ul></li>
+ <li><a name="toc-verse-1" href="verse.html#verse">8.28 <code>verse</code></a></li>
+ </ul></li>
+ <li><a name="toc-Line-breaking-1" href="Line-breaking.html#Line-breaking">9 Line breaking</a>
+ <ul class="no-bullet">
+ <li><a name="toc-_005c_005c-1" href="_005c_005c.html#g_t_005c_005c">9.1 <code>\\</code></a></li>
+ <li><a name="toc-_005cobeycr-_0026-_005crestorecr-1" href="_005cobeycr-_0026-_005crestorecr.html#g_t_005cobeycr-_0026-_005crestorecr">9.2 <code>\obeycr</code> &amp; <code>\restorecr</code></a></li>
+ <li><a name="toc-_005cnewline-1" href="_005cnewline.html#g_t_005cnewline">9.3 <code>\newline</code></a></li>
+ <li><a name="toc-_005c_002d-_0028discretionary-hyphen_0029" href="_005c_002d-_0028hyphenation_0029.html#g_t_005c_002d-_0028hyphenation_0029">9.4 <code>\-</code> (discretionary hyphen)</a></li>
+ <li><a name="toc-_005cdiscretionary-_0028generalized-hyphenation-point_0029" href="_005cdiscretionary.html#g_t_005cdiscretionary">9.5 <code>\discretionary</code> (generalized hyphenation point)</a></li>
+ <li><a name="toc-_005cfussy-_0026-_005csloppy-1" href="_005cfussy-_0026-_005csloppy.html#g_t_005cfussy-_0026-_005csloppy">9.6 <code>\fussy</code> &amp; <code>\sloppy</code></a>
+ <ul class="no-bullet">
+ <li><a name="toc-sloppypar-1" href="sloppypar.html#sloppypar">9.6.1 <code>sloppypar</code></a></li>
+ </ul></li>
+ <li><a name="toc-_005chyphenation-1" href="_005chyphenation.html#g_t_005chyphenation">9.7 <code>\hyphenation</code></a></li>
+ <li><a name="toc-_005clinebreak-_0026-_005cnolinebreak-1" href="_005clinebreak-_0026-_005cnolinebreak.html#g_t_005clinebreak-_0026-_005cnolinebreak">9.8 <code>\linebreak</code> &amp; <code>\nolinebreak</code></a></li>
+ </ul></li>
+ <li><a name="toc-Page-breaking-1" href="Page-breaking.html#Page-breaking">10 Page breaking</a>
+ <ul class="no-bullet">
+ <li><a name="toc-_005cclearpage-_0026-_005ccleardoublepage-1" href="_005cclearpage-_0026-_005ccleardoublepage.html#g_t_005cclearpage-_0026-_005ccleardoublepage">10.1 <code>\clearpage</code> &amp; <code>\cleardoublepage</code></a></li>
+ <li><a name="toc-_005cnewpage-1" href="_005cnewpage.html#g_t_005cnewpage">10.2 <code>\newpage</code></a></li>
+ <li><a name="toc-_005cenlargethispage-1" href="_005cenlargethispage.html#g_t_005cenlargethispage">10.3 <code>\enlargethispage</code></a></li>
+ <li><a name="toc-_005cpagebreak-_0026-_005cnopagebreak-1" href="_005cpagebreak-_0026-_005cnopagebreak.html#g_t_005cpagebreak-_0026-_005cnopagebreak">10.4 <code>\pagebreak</code> &amp; <code>\nopagebreak</code></a></li>
+ </ul></li>
+ <li><a name="toc-Footnotes-1" href="Footnotes.html#Footnotes">11 Footnotes</a>
+ <ul class="no-bullet">
+ <li><a name="toc-_005cfootnote-1" href="_005cfootnote.html#g_t_005cfootnote">11.1 <code>\footnote</code></a></li>
+ <li><a name="toc-_005cfootnotemark-1" href="_005cfootnotemark.html#g_t_005cfootnotemark">11.2 <code>\footnotemark</code></a></li>
+ <li><a name="toc-_005cfootnotetext-1" href="_005cfootnotetext.html#g_t_005cfootnotetext">11.3 <code>\footnotetext</code></a></li>
+ <li><a name="toc-Footnotes-in-section-headings-1" href="Footnotes-in-section-headings.html#Footnotes-in-section-headings">11.4 Footnotes in section headings</a></li>
+ <li><a name="toc-Footnotes-in-a-table-1" href="Footnotes-in-a-table.html#Footnotes-in-a-table">11.5 Footnotes in a table</a></li>
+ <li><a name="toc-Footnotes-of-footnotes-1" href="Footnotes-of-footnotes.html#Footnotes-of-footnotes">11.6 Footnotes of footnotes</a></li>
+ </ul></li>
+ <li><a name="toc-Definitions-1" href="Definitions.html#Definitions">12 Definitions</a>
+ <ul class="no-bullet">
+ <li><a name="toc-_005cnewcommand-_0026-_005crenewcommand-1" href="_005cnewcommand-_0026-_005crenewcommand.html#g_t_005cnewcommand-_0026-_005crenewcommand">12.1 <code>\newcommand</code> &amp; <code>\renewcommand</code></a></li>
+ <li><a name="toc-_005cprovidecommand-1" href="_005cprovidecommand.html#g_t_005cprovidecommand">12.2 <code>\providecommand</code></a></li>
+ <li><a name="toc-_005cmakeatletter-_0026-_005cmakeatother-1" href="_005cmakeatletter-_0026-_005cmakeatother.html#g_t_005cmakeatletter-_0026-_005cmakeatother">12.3 <code>\makeatletter</code> &amp; <code>\makeatother</code></a></li>
+ <li><a name="toc-_005c_0040ifstar-1" href="_005c_0040ifstar.html#g_t_005c_0040ifstar">12.4 <code>\@ifstar</code></a></li>
+ <li><a name="toc-_005cnewcounter_003a-Allocating-a-counter" href="_005cnewcounter.html#g_t_005cnewcounter">12.5 <code>\newcounter</code>: Allocating a counter</a></li>
+ <li><a name="toc-_005cnewlength-1" href="_005cnewlength.html#g_t_005cnewlength">12.6 <code>\newlength</code></a></li>
+ <li><a name="toc-_005cnewsavebox-1" href="_005cnewsavebox.html#g_t_005cnewsavebox">12.7 <code>\newsavebox</code></a></li>
+ <li><a name="toc-_005cnewenvironment-_0026-_005crenewenvironment-1" href="_005cnewenvironment-_0026-_005crenewenvironment.html#g_t_005cnewenvironment-_0026-_005crenewenvironment">12.8 <code>\newenvironment</code> &amp; <code>\renewenvironment</code></a></li>
+ <li><a name="toc-_005cnewtheorem-1" href="_005cnewtheorem.html#g_t_005cnewtheorem">12.9 <code>\newtheorem</code></a></li>
+ <li><a name="toc-_005cnewfont-1" href="_005cnewfont.html#g_t_005cnewfont">12.10 <code>\newfont</code></a></li>
+ <li><a name="toc-_005cprotect-1" href="_005cprotect.html#g_t_005cprotect">12.11 <code>\protect</code></a></li>
+ <li><a name="toc-_005cignorespaces-_0026-_005cignorespacesafterend-1" href="_005cignorespaces-_0026-_005cignorespacesafterend.html#g_t_005cignorespaces-_0026-_005cignorespacesafterend">12.12 <code>\ignorespaces &amp; \ignorespacesafterend</code></a></li>
+ </ul></li>
+ <li><a name="toc-Counters-1" href="Counters.html#Counters">13 Counters</a>
+ <ul class="no-bullet">
+ <li><a name="toc-_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol_003a-Printing-counters" href="_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol.html#g_t_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol">13.1 <code>\alph \Alph \arabic \roman \Roman \fnsymbol</code>: Printing counters</a></li>
+ <li><a name="toc-_005cusecounter-1" href="_005cusecounter.html#g_t_005cusecounter">13.2 <code>\usecounter</code></a></li>
+ <li><a name="toc-_005cvalue-1" href="_005cvalue.html#g_t_005cvalue">13.3 <code>\value</code></a></li>
+ <li><a name="toc-_005csetcounter-1" href="_005csetcounter.html#g_t_005csetcounter">13.4 <code>\setcounter</code></a></li>
+ <li><a name="toc-_005caddtocounter-1" href="_005caddtocounter.html#g_t_005caddtocounter">13.5 <code>\addtocounter</code></a></li>
+ <li><a name="toc-_005crefstepcounter-1" href="_005crefstepcounter.html#g_t_005crefstepcounter">13.6 <code>\refstepcounter</code></a></li>
+ <li><a name="toc-_005cstepcounter-1" href="_005cstepcounter.html#g_t_005cstepcounter">13.7 <code>\stepcounter</code></a></li>
+ <li><a name="toc-_005cday-_0026-_005cmonth-_0026-_005cyear-1" href="_005cday-_0026-_005cmonth-_0026-_005cyear.html#g_t_005cday-_0026-_005cmonth-_0026-_005cyear">13.8 <code>\day</code> &amp; <code>\month</code> &amp; <code>\year</code></a></li>
+ </ul></li>
+ <li><a name="toc-Lengths-1" href="Lengths.html#Lengths">14 Lengths</a>
+ <ul class="no-bullet">
+ <li><a name="toc-Units-of-length-1" href="Units-of-length.html#Units-of-length">14.1 Units of length</a></li>
+ <li><a name="toc-_005csetlength-1" href="_005csetlength.html#g_t_005csetlength">14.2 <code>\setlength</code></a></li>
+ <li><a name="toc-_005caddtolength-1" href="_005caddtolength.html#g_t_005caddtolength">14.3 <code>\addtolength</code></a></li>
+ <li><a name="toc-_005csettodepth-1" href="_005csettodepth.html#g_t_005csettodepth">14.4 <code>\settodepth</code></a></li>
+ <li><a name="toc-_005csettoheight-1" href="_005csettoheight.html#g_t_005csettoheight">14.5 <code>\settoheight</code></a></li>
+ <li><a name="toc-_005csettowidth-1" href="_005csettowidth.html#g_t_005csettowidth">14.6 <code>\settowidth</code></a></li>
+ </ul></li>
+ <li><a name="toc-Making-paragraphs-1" href="Making-paragraphs.html#Making-paragraphs">15 Making paragraphs</a>
+ <ul class="no-bullet">
+ <li><a name="toc-_005cpar-1" href="_005cpar.html#g_t_005cpar">15.1 <code>\par</code></a></li>
+ <li><a name="toc-_005cindent-_0026-_005cnoindent-1" href="_005cindent-_0026-_005cnoindent.html#g_t_005cindent-_0026-_005cnoindent">15.2 <code>\indent</code> &amp; <code>\noindent</code></a></li>
+ <li><a name="toc-_005cparindent-_0026-_005cparskip-1" href="_005cparindent-_0026-_005cparskip.html#g_t_005cparindent-_0026-_005cparskip">15.3 <code>\parindent</code> &amp; <code>\parskip</code></a></li>
+ <li><a name="toc-Marginal-notes-1" href="Marginal-notes.html#Marginal-notes">15.4 Marginal notes</a></li>
+ </ul></li>
+ <li><a name="toc-Math-formulas-1" href="Math-formulas.html#Math-formulas">16 Math formulas</a>
+ <ul class="no-bullet">
+ <li><a name="toc-Subscripts-_0026-superscripts-1" href="Subscripts-_0026-superscripts.html#Subscripts-_0026-superscripts">16.1 Subscripts &amp; superscripts</a></li>
+ <li><a name="toc-Math-symbols-1" href="Math-symbols.html#Math-symbols">16.2 Math symbols</a>
+ <ul class="no-bullet">
+ <li><a name="toc-Arrows-1" href="Arrows.html#Arrows">16.2.1 Arrows</a></li>
+ <li><a name="toc-_005cboldmath-_0026-_005cunboldmath-1" href="_005cboldmath-_0026-_005cunboldmath.html#g_t_005cboldmath-_0026-_005cunboldmath">16.2.2 <code>\boldmath</code> &amp; <code>\unboldmath</code></a></li>
+ <li><a name="toc-Blackboard-bold-1" href="Blackboard-bold.html#Blackboard-bold">16.2.3 Blackboard bold</a></li>
+ <li><a name="toc-Calligraphic-1" href="Calligraphic.html#Calligraphic">16.2.4 Calligraphic</a></li>
+ <li><a name="toc-Delimiters-1" href="Delimiters.html#Delimiters">16.2.5 Delimiters</a>
+ <ul class="no-bullet">
+ <li><a name="toc-_005cleft-_0026-_005cright-1" href="_005cleft-_0026-_005cright.html#g_t_005cleft-_0026-_005cright">16.2.5.1 <code>\left</code> &amp; <code>\right</code></a></li>
+ <li><a name="toc-_005cbigl_002c-_005cbigr_002c-etc_002e" href="_005cbigl-_0026-_005cbigr-etc.html#g_t_005cbigl-_0026-_005cbigr-etc">16.2.5.2 <code>\bigl</code>, <code>\bigr</code>, etc.</a></li>
+ </ul></li>
+ <li><a name="toc-Dots_002c-horizontal-or-vertical" href="Dots.html#Dots">16.2.6 Dots, horizontal or vertical</a></li>
+ <li><a name="toc-Greek-letters-1" href="Greek-letters.html#Greek-letters">16.2.7 Greek letters</a></li>
+ </ul></li>
+ <li><a name="toc-Math-functions-1" href="Math-functions.html#Math-functions">16.3 Math functions</a></li>
+ <li><a name="toc-Math-accents-1" href="Math-accents.html#Math-accents">16.4 Math accents</a></li>
+ <li><a name="toc-Over_002d-and-Underlining-1" href="Over_002d-and-Underlining.html#Over_002d-and-Underlining">16.5 Over- and Underlining</a></li>
+ <li><a name="toc-Spacing-in-math-mode-1" href="Spacing-in-math-mode.html#Spacing-in-math-mode">16.6 Spacing in math mode</a>
+ <ul class="no-bullet">
+ <li><a name="toc-_005csmash-1" href="_005csmash.html#g_t_005csmash">16.6.1 <code>\smash</code></a></li>
+ <li><a name="toc-_005cphantom-_0026-_005cvphantom-_0026-_005chphantom-1" href="_005cphantom-_0026-_005cvphantom-_0026-_005chphantom.html#g_t_005cphantom-_0026-_005cvphantom-_0026-_005chphantom">16.6.2 <code>\phantom</code> &amp; <code>\vphantom</code> &amp; <code>\hphantom</code></a></li>
+ </ul></li>
+ <li><a name="toc-Math-miscellany-1" href="Math-miscellany.html#Math-miscellany">16.7 Math miscellany</a>
+ <ul class="no-bullet">
+ <li><a name="toc-Colon-character-_003a-_0026-_005ccolon" href="Colon-character-_0026-_005ccolon.html#Colon-character-_0026-_005ccolon">16.7.1 Colon character <code>:</code> &amp; <code>\colon</code></a></li>
+ <li><a name="toc-_005c_002a-1" href="_005c_002a.html#g_t_005c_002a">16.7.2 <code>\*</code></a></li>
+ <li><a name="toc-_005cfrac-1" href="_005cfrac.html#g_t_005cfrac">16.7.3 <code>\frac</code></a></li>
+ <li><a name="toc-_005csqrt-1" href="_005csqrt.html#g_t_005csqrt">16.7.4 <code>\sqrt</code></a></li>
+ <li><a name="toc-_005cstackrel-1" href="_005cstackrel.html#g_t_005cstackrel">16.7.5 <code>\stackrel</code></a></li>
+ </ul></li>
+ </ul></li>
+ <li><a name="toc-Modes-1" href="Modes.html#Modes">17 Modes</a>
+ <ul class="no-bullet">
+ <li><a name="toc-_005censuremath-1" href="_005censuremath.html#g_t_005censuremath">17.1 <code>\ensuremath</code></a></li>
+ </ul></li>
+ <li><a name="toc-Page-styles-1" href="Page-styles.html#Page-styles">18 Page styles</a>
+ <ul class="no-bullet">
+ <li><a name="toc-_005cmaketitle-1" href="_005cmaketitle.html#g_t_005cmaketitle">18.1 <code>\maketitle</code></a></li>
+ <li><a name="toc-_005cpagenumbering-1" href="_005cpagenumbering.html#g_t_005cpagenumbering">18.2 <code>\pagenumbering</code></a></li>
+ <li><a name="toc-_005cpagestyle-1" href="_005cpagestyle.html#g_t_005cpagestyle">18.3 <code>\pagestyle</code></a></li>
+ <li><a name="toc-_005cthispagestyle-1" href="_005cthispagestyle.html#g_t_005cthispagestyle">18.4 <code>\thispagestyle</code></a></li>
+ </ul></li>
+ <li><a name="toc-Spaces-1" href="Spaces.html#Spaces">19 Spaces</a>
+ <ul class="no-bullet">
+ <li><a name="toc-_005censpace-_0026-_005cquad-_0026-_005cqquad-1" href="_005censpace-_0026-_005cquad-_0026-_005cqquad.html#g_t_005censpace-_0026-_005cquad-_0026-_005cqquad">19.1 <code>\enspace</code> &amp; <code>\quad</code> &amp; <code>\qquad</code></a></li>
+ <li><a name="toc-_005chspace-1" href="_005chspace.html#g_t_005chspace">19.2 <code>\hspace</code></a></li>
+ <li><a name="toc-_005chfill-1" href="_005chfill.html#g_t_005chfill">19.3 <code>\hfill</code></a></li>
+ <li><a name="toc-_005chss-1" href="_005chss.html#g_t_005chss">19.4 <code>\hss</code></a></li>
+ <li><a name="toc-_005cspacefactor-1" href="_005cspacefactor.html#g_t_005cspacefactor">19.5 <code>\spacefactor</code></a>
+ <ul class="no-bullet">
+ <li><a name="toc-_005c_0040-1" href="_005c_0040.html#g_t_005c_0040">19.5.1 <code>\@</code></a></li>
+ <li><a name="toc-_005cfrenchspacing-1" href="_005cfrenchspacing.html#g_t_005cfrenchspacing">19.5.2 <code>\frenchspacing</code></a></li>
+ <li><a name="toc-_005cnormalsfcodes-1" href="_005cnormalsfcodes.html#g_t_005cnormalsfcodes">19.5.3 <code>\normalsfcodes</code></a></li>
+ </ul></li>
+ <li><a name="toc-Backslash_002dspace_002c-_005c-" href="_005c_0028SPACE_0029.html#g_t_005c_0028SPACE_0029">19.6 Backslash-space, <code>\ </code></a></li>
+ <li><a name="toc-_007e-1" href="_007e.html#g_t_007e">19.7 <code>~</code></a></li>
+ <li><a name="toc-_005cthinspace-_0026-_005cnegthinspace-1" href="_005cthinspace-_0026-_005cnegthinspace.html#g_t_005cthinspace-_0026-_005cnegthinspace">19.8 <code>\thinspace</code> &amp; <code>\negthinspace</code></a></li>
+ <li><a name="toc-_005c_002f-1" href="_005c_002f.html#g_t_005c_002f">19.9 <code>\/</code></a></li>
+ <li><a name="toc-_005chrulefill-_0026-_005cdotfill-1" href="_005chrulefill-_0026-_005cdotfill.html#g_t_005chrulefill-_0026-_005cdotfill">19.10 <code>\hrulefill</code> &amp; <code>\dotfill</code></a></li>
+ <li><a name="toc-_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip-1" href="_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip.html#g_t_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip">19.11 <code>\bigskip</code> &amp; <code>\medskip</code> &amp; <code>\smallskip</code></a></li>
+ <li><a name="toc-_005cbigbreak-_0026-_005cmedbreak-_0026-_005csmallbreak-1" href="_005cbigbreak-_0026-_005cmedbreak-_0026-_005csmallbreak.html#g_t_005cbigbreak-_0026-_005cmedbreak-_0026-_005csmallbreak">19.12 <code>\bigbreak</code> &amp; <code>\medbreak</code> &amp; <code>\smallbreak</code></a></li>
+ <li><a name="toc-_005cstrut-1" href="_005cstrut.html#g_t_005cstrut">19.13 <code>\strut</code></a></li>
+ <li><a name="toc-_005cvspace-1" href="_005cvspace.html#g_t_005cvspace">19.14 <code>\vspace</code></a></li>
+ <li><a name="toc-_005cvfill-1" href="_005cvfill.html#g_t_005cvfill">19.15 <code>\vfill</code></a></li>
+ <li><a name="toc-_005caddvspace-1" href="_005caddvspace.html#g_t_005caddvspace">19.16 <code>\addvspace</code></a></li>
+ </ul></li>
+ <li><a name="toc-Boxes-1" href="Boxes.html#Boxes">20 Boxes</a>
+ <ul class="no-bullet">
+ <li><a name="toc-_005cmbox-_0026-_005cmakebox-1" href="_005cmbox-_0026-_005cmakebox.html#g_t_005cmbox-_0026-_005cmakebox">20.1 <code>\mbox</code> &amp; <code>\makebox</code></a></li>
+ <li><a name="toc-_005cfbox-_0026-_005cframebox-1" href="_005cfbox-_0026-_005cframebox.html#g_t_005cfbox-_0026-_005cframebox">20.2 <code>\fbox</code> &amp; <code>\framebox</code></a></li>
+ <li><a name="toc-_005cparbox-1" href="_005cparbox.html#g_t_005cparbox">20.3 <code>\parbox</code></a></li>
+ <li><a name="toc-_005craisebox-1" href="_005craisebox.html#g_t_005craisebox">20.4 <code>\raisebox</code></a></li>
+ <li><a name="toc-_005csbox-_0026-_005csavebox-1" href="_005csbox-_0026-_005csavebox.html#g_t_005csbox-_0026-_005csavebox">20.5 <code>\sbox</code> &amp; <code>\savebox</code></a></li>
+ <li><a name="toc-lrbox-1" href="lrbox.html#lrbox">20.6 <code>lrbox</code></a></li>
+ <li><a name="toc-_005cusebox-1" href="_005cusebox.html#g_t_005cusebox">20.7 <code>\usebox</code></a></li>
+ </ul></li>
+ <li><a name="toc-Color-1" href="Color.html#Color">21 Color</a>
+ <ul class="no-bullet">
+ <li><a name="toc-color-package-options" href="Color-package-options.html#Color-package-options">21.1 <code>color</code> package options</a></li>
+ <li><a name="toc-Color-models-1" href="Color-models.html#Color-models">21.2 Color models</a></li>
+ <li><a name="toc-Commands-for-color-1" href="Commands-for-color.html#Commands-for-color">21.3 Commands for color</a>
+ <ul class="no-bullet">
+ <li><a name="toc-Define-colors-1" href="Define-colors.html#Define-colors">21.3.1 Define colors</a></li>
+ <li><a name="toc-Colored-text-1" href="Colored-text.html#Colored-text">21.3.2 Colored text</a></li>
+ <li><a name="toc-Colored-boxes-1" href="Colored-boxes.html#Colored-boxes">21.3.3 Colored boxes</a></li>
+ <li><a name="toc-Colored-pages-1" href="Colored-pages.html#Colored-pages">21.3.4 Colored pages</a></li>
+ </ul></li>
+ </ul></li>
+ <li><a name="toc-Graphics-1" href="Graphics.html#Graphics">22 Graphics</a>
+ <ul class="no-bullet">
+ <li><a name="toc-graphics-package-options" href="Graphics-package-options.html#Graphics-package-options">22.1 <code>graphics</code> package options</a></li>
+ <li><a name="toc-graphics-package-configuration" href="Graphics-package-configuration.html#Graphics-package-configuration">22.2 <code>graphics</code> package configuration</a>
+ <ul class="no-bullet">
+ <li><a name="toc-_005cgraphicspath-1" href="_005cgraphicspath.html#g_t_005cgraphicspath">22.2.1 <code>\graphicspath</code></a></li>
+ <li><a name="toc-_005cDeclareGraphicsExtensions-1" href="_005cDeclareGraphicsExtensions.html#g_t_005cDeclareGraphicsExtensions">22.2.2 <code>\DeclareGraphicsExtensions</code></a></li>
+ <li><a name="toc-_005cDeclareGraphicsRule-1" href="_005cDeclareGraphicsRule.html#g_t_005cDeclareGraphicsRule">22.2.3 <code>\DeclareGraphicsRule</code></a></li>
+ </ul></li>
+ <li><a name="toc-Commands-for-graphics-1" href="Commands-for-graphics.html#Commands-for-graphics">22.3 Commands for graphics</a>
+ <ul class="no-bullet">
+ <li><a name="toc-_005cincludegraphics-1" href="_005cincludegraphics.html#g_t_005cincludegraphics">22.3.1 <code>\includegraphics</code></a></li>
+ <li><a name="toc-_005crotatebox-1" href="_005crotatebox.html#g_t_005crotatebox">22.3.2 <code>\rotatebox</code></a></li>
+ <li><a name="toc-_005cscalebox-1" href="_005cscalebox.html#g_t_005cscalebox">22.3.3 <code>\scalebox</code></a></li>
+ <li><a name="toc-_005cresizebox-1" href="_005cresizebox.html#g_t_005cresizebox">22.3.4 <code>\resizebox</code></a></li>
+ </ul></li>
+ </ul></li>
+ <li><a name="toc-Special-insertions-1" href="Special-insertions.html#Special-insertions">23 Special insertions</a>
+ <ul class="no-bullet">
+ <li><a name="toc-Reserved-characters-1" href="Reserved-characters.html#Reserved-characters">23.1 Reserved characters</a></li>
+ <li><a name="toc-Upper-and-lower-case-1" href="Upper-and-lower-case.html#Upper-and-lower-case">23.2 Upper and lower case</a></li>
+ <li><a name="toc-Symbols-by-font-position-1" href="Symbols-by-font-position.html#Symbols-by-font-position">23.3 Symbols by font position</a></li>
+ <li><a name="toc-Text-symbols-1" href="Text-symbols.html#Text-symbols">23.4 Text symbols</a></li>
+ <li><a name="toc-Accents-1" href="Accents.html#Accents">23.5 Accents</a>
+ <ul class="no-bullet">
+ <li><a name="toc-_005caccent-1" href="_005caccent.html#g_t_005caccent">23.5.1 <code>\accent</code></a></li>
+ </ul></li>
+ <li><a name="toc-Additional-Latin-letters-1" href="Additional-Latin-letters.html#Additional-Latin-letters">23.6 Additional Latin letters</a></li>
+ <li><a name="toc-_005crule-1" href="_005crule.html#g_t_005crule">23.7 <code>\rule</code></a></li>
+ <li><a name="toc-_005ctoday-1" href="_005ctoday.html#g_t_005ctoday">23.8 <code>\today</code></a></li>
+ </ul></li>
+ <li><a name="toc-Splitting-the-input-1" href="Splitting-the-input.html#Splitting-the-input">24 Splitting the input</a>
+ <ul class="no-bullet">
+ <li><a name="toc-_005cendinput-1" href="_005cendinput.html#g_t_005cendinput">24.1 <code>\endinput</code></a></li>
+ <li><a name="toc-_005cinclude-_0026-_005cincludeonly-1" href="_005cinclude-_0026-_005cincludeonly.html#g_t_005cinclude-_0026-_005cincludeonly">24.2 <code>\include</code> &amp; <code>\includeonly</code></a></li>
+ <li><a name="toc-_005cinput-1" href="_005cinput.html#g_t_005cinput">24.3 <code>\input</code></a></li>
+ </ul></li>
+ <li><a name="toc-Front_002fback-matter-1" href="Front_002fback-matter.html#Front_002fback-matter">25 Front/back matter</a>
+ <ul class="no-bullet">
+ <li><a name="toc-Table-of-contents-etc_002e-1" href="Table-of-contents-etc_002e.html#Table-of-contents-etc_002e">25.1 Table of contents etc.</a>
+ <ul class="no-bullet">
+ <li><a name="toc-_005caddcontentsline-1" href="_005caddcontentsline.html#g_t_005caddcontentsline">25.1.1 <code>\addcontentsline</code></a></li>
+ <li><a name="toc-_005caddtocontents-1" href="_005caddtocontents.html#g_t_005caddtocontents">25.1.2 <code>\addtocontents</code></a></li>
+ <li><a name="toc-_005cnofiles-1" href="_005cnofiles.html#g_t_005cnofiles">25.1.3 <code>\nofiles</code></a></li>
+ </ul></li>
+ <li><a name="toc-Indexes-1" href="Indexes.html#Indexes">25.2 Indexes</a>
+ <ul class="no-bullet">
+ <li><a name="toc-_005cindex-1" href="_005cindex.html#g_t_005cindex">25.2.1 <code>\index</code></a></li>
+ <li><a name="toc-makeindex-1" href="makeindex.html#makeindex">25.2.2 <code>makeindex</code></a></li>
+ <li><a name="toc-_005cprintindex-1" href="_005cprintindex.html#g_t_005cprintindex">25.2.3 <code>\printindex</code></a></li>
+ </ul></li>
+ <li><a name="toc-Glossaries-1" href="Glossaries.html#Glossaries">25.3 Glossaries</a>
+ <ul class="no-bullet">
+ <li><a name="toc-_005cnewglossaryentry-1" href="_005cnewglossaryentry.html#g_t_005cnewglossaryentry">25.3.1 <code>\newglossaryentry</code></a></li>
+ <li><a name="toc-_005cgls-1" href="_005cgls.html#g_t_005cgls">25.3.2 <code>\gls</code></a></li>
+ </ul></li>
+ </ul></li>
+ <li><a name="toc-Letters-1" href="Letters.html#Letters">26 Letters</a>
+ <ul class="no-bullet">
+ <li><a name="toc-_005caddress-1" href="_005caddress.html#g_t_005caddress">26.1 <code>\address</code></a></li>
+ <li><a name="toc-_005ccc-1" href="_005ccc.html#g_t_005ccc">26.2 <code>\cc</code></a></li>
+ <li><a name="toc-_005cclosing-1" href="_005cclosing.html#g_t_005cclosing">26.3 <code>\closing</code></a></li>
+ <li><a name="toc-_005cencl-1" href="_005cencl.html#g_t_005cencl">26.4 <code>\encl</code></a></li>
+ <li><a name="toc-_005clocation-1" href="_005clocation.html#g_t_005clocation">26.5 <code>\location</code></a></li>
+ <li><a name="toc-_005cmakelabels-1" href="_005cmakelabels.html#g_t_005cmakelabels">26.6 <code>\makelabels</code></a></li>
+ <li><a name="toc-_005cname-1" href="_005cname.html#g_t_005cname">26.7 <code>\name</code></a></li>
+ <li><a name="toc-_005copening-1" href="_005copening.html#g_t_005copening">26.8 <code>\opening</code></a></li>
+ <li><a name="toc-_005cps-1" href="_005cps.html#g_t_005cps">26.9 <code>\ps</code></a></li>
+ <li><a name="toc-_005csignature-1" href="_005csignature.html#g_t_005csignature">26.10 <code>\signature</code></a></li>
+ <li><a name="toc-_005ctelephone-1" href="_005ctelephone.html#g_t_005ctelephone">26.11 <code>\telephone</code></a></li>
+ </ul></li>
+ <li><a name="toc-Input_002foutput-1" href="Input_002foutput.html#Input_002foutput">27 Input/output</a>
+ <ul class="no-bullet">
+ <li><a name="toc-_005copenin-_0026-_005copenout-1" href="_005copenin-_0026-_005copenout.html#g_t_005copenin-_0026-_005copenout">27.1 <code>\openin</code> &amp; <code>\openout</code></a></li>
+ <li><a name="toc-_005cread-1" href="_005cread.html#g_t_005cread">27.2 <code>\read</code></a></li>
+ <li><a name="toc-_005ctypein-1" href="_005ctypein.html#g_t_005ctypein">27.3 <code>\typein</code></a></li>
+ <li><a name="toc-_005ctypeout-1" href="_005ctypeout.html#g_t_005ctypeout">27.4 <code>\typeout</code></a></li>
+ <li><a name="toc-_005cwrite-1" href="_005cwrite.html#g_t_005cwrite">27.5 <code>\write</code></a>
+ <ul class="no-bullet">
+ <li><a name="toc-_005cmessage-1" href="_005cmessage.html#g_t_005cmessage">27.5.1 <code>\message</code></a></li>
+ <li><a name="toc-_005cwlog-1" href="_005cwlog.html#g_t_005cwlog">27.5.2 <code>\wlog</code></a></li>
+ <li><a name="toc-_005cwrite18-1" href="_005cwrite18.html#g_t_005cwrite18">27.5.3 <code>\write18</code></a></li>
+ </ul></li>
+ </ul></li>
+ <li><a name="toc-Command-line-1" href="Command-line.html#Command-line">28 Command line</a>
+ <ul class="no-bullet">
+ <li><a name="toc-Command-line-options-1" href="Command-line-options.html#Command-line-options">28.1 Command line options</a></li>
+ <li><a name="toc-Command-line-input-1" href="Command-line-input.html#Command-line-input">28.2 Command line input</a></li>
+ <li><a name="toc-Recovering-from-errors-1" href="Recovering-from-errors.html#Recovering-from-errors">28.3 Recovering from errors</a></li>
+ </ul></li>
+ <li><a name="toc-Document-templates-1" href="Document-templates.html#Document-templates">Appendix A Document templates</a>
+ <ul class="no-bullet">
+ <li><a name="toc-beamer-template-1" href="beamer-template.html#beamer-template">A.1 <code>beamer</code> template</a></li>
+ <li><a name="toc-article-template-1" href="article-template.html#article-template">A.2 <code>article</code> template</a></li>
+ <li><a name="toc-book-template-1" href="book-template.html#book-template">A.3 <code>book</code> template</a></li>
+ <li><a name="toc-Larger-book-template-1" href="Larger-book-template.html#Larger-book-template">A.4 Larger <code>book</code> template</a></li>
+ <li><a name="toc-tugboat-template-1" href="tugboat-template.html#tugboat-template">A.5 <code>tugboat</code> template</a></li>
+ </ul></li>
+ <li><a name="toc-Index-1" href="IndexDocument.html#Index">Index</a></li>
+</ul>
+</div>
+
+
+
+
+<hr>
+<div class="header">
+<p>
+Next: <a href="About-this-document.html#About-this-document" accesskey="n" rel="next">About this document</a>, Up: <a href="http://tug.org/texinfohtml/" accesskey="u" rel="up">(dir)</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/itemize-labelitemi.html b/src/data/help/unofficial-latex2e-reference-manual/itemize-labelitemi.html
new file mode 100644
index 00000000..b34dc4cb
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/itemize-labelitemi.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>itemize labelitemi (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="itemize labelitemi (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="itemize labelitemi (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=itemize.html#itemize-labelitemi">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="itemize.html#itemize-labelitemi">itemize labelitemi</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/itemize-labelitemii.html b/src/data/help/unofficial-latex2e-reference-manual/itemize-labelitemii.html
new file mode 100644
index 00000000..5aea78f9
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/itemize-labelitemii.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>itemize labelitemii (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="itemize labelitemii (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="itemize labelitemii (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=itemize.html#itemize-labelitemii">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="itemize.html#itemize-labelitemii">itemize labelitemii</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/itemize-labelitemiii.html b/src/data/help/unofficial-latex2e-reference-manual/itemize-labelitemiii.html
new file mode 100644
index 00000000..e7f3e6a8
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/itemize-labelitemiii.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>itemize labelitemiii (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="itemize labelitemiii (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="itemize labelitemiii (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=itemize.html#itemize-labelitemiii">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="itemize.html#itemize-labelitemiii">itemize labelitemiii</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/itemize-labelitemiv.html b/src/data/help/unofficial-latex2e-reference-manual/itemize-labelitemiv.html
new file mode 100644
index 00000000..6604872d
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/itemize-labelitemiv.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>itemize labelitemiv (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="itemize labelitemiv (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="itemize labelitemiv (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=itemize.html#itemize-labelitemiv">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="itemize.html#itemize-labelitemiv">itemize labelitemiv</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/itemize-leftmargin.html b/src/data/help/unofficial-latex2e-reference-manual/itemize-leftmargin.html
new file mode 100644
index 00000000..5b6c304b
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/itemize-leftmargin.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>itemize leftmargin (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="itemize leftmargin (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="itemize leftmargin (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=itemize.html#itemize-leftmargin">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="itemize.html#itemize-leftmargin">itemize leftmargin</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/itemize-leftmargini.html b/src/data/help/unofficial-latex2e-reference-manual/itemize-leftmargini.html
new file mode 100644
index 00000000..d41c0928
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/itemize-leftmargini.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>itemize leftmargini (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="itemize leftmargini (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="itemize leftmargini (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=itemize.html#itemize-leftmargini">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="itemize.html#itemize-leftmargini">itemize leftmargini</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/itemize-leftmarginii.html b/src/data/help/unofficial-latex2e-reference-manual/itemize-leftmarginii.html
new file mode 100644
index 00000000..a93888cb
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/itemize-leftmarginii.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>itemize leftmarginii (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="itemize leftmarginii (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="itemize leftmarginii (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=itemize.html#itemize-leftmarginii">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="itemize.html#itemize-leftmarginii">itemize leftmarginii</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/itemize-leftmarginiii.html b/src/data/help/unofficial-latex2e-reference-manual/itemize-leftmarginiii.html
new file mode 100644
index 00000000..b6babda3
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/itemize-leftmarginiii.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>itemize leftmarginiii (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="itemize leftmarginiii (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="itemize leftmarginiii (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=itemize.html#itemize-leftmarginiii">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="itemize.html#itemize-leftmarginiii">itemize leftmarginiii</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/itemize-leftmarginiv.html b/src/data/help/unofficial-latex2e-reference-manual/itemize-leftmarginiv.html
new file mode 100644
index 00000000..5cbeba3c
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/itemize-leftmarginiv.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>itemize leftmarginiv (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="itemize leftmarginiv (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="itemize leftmarginiv (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=itemize.html#itemize-leftmarginiv">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="itemize.html#itemize-leftmarginiv">itemize leftmarginiv</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/itemize-leftmarginv.html b/src/data/help/unofficial-latex2e-reference-manual/itemize-leftmarginv.html
new file mode 100644
index 00000000..e651a7ac
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/itemize-leftmarginv.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>itemize leftmarginv (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="itemize leftmarginv (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="itemize leftmarginv (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=itemize.html#itemize-leftmarginv">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="itemize.html#itemize-leftmarginv">itemize leftmarginv</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/itemize-leftmarginvi.html b/src/data/help/unofficial-latex2e-reference-manual/itemize-leftmarginvi.html
new file mode 100644
index 00000000..76909cc6
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/itemize-leftmarginvi.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>itemize leftmarginvi (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="itemize leftmarginvi (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="itemize leftmarginvi (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=itemize.html#itemize-leftmarginvi">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="itemize.html#itemize-leftmarginvi">itemize leftmarginvi</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/itemize.html b/src/data/help/unofficial-latex2e-reference-manual/itemize.html
new file mode 100644
index 00000000..9fc988ef
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/itemize.html
@@ -0,0 +1,245 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>itemize (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="itemize (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="itemize (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Environments.html#Environments" rel="up" title="Environments">
+<link href="letter.html#letter" rel="next" title="letter">
+<link href="_005craggedleft.html#g_t_005craggedleft" rel="prev" title="\raggedleft">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="itemize"></a>
+<div class="header">
+<p>
+Next: <a href="letter.html#letter" accesskey="n" rel="next">letter</a>, Previous: <a href="flushright.html#flushright" accesskey="p" rel="prev">flushright</a>, Up: <a href="Environments.html#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="itemize-1"></a>
+<h3 class="section">8.14 <code>itemize</code></h3>
+
+<a name="index-environment_002c-itemize"></a>
+<a name="index-itemize-environment"></a>
+
+<a name="index-_005citem-2"></a>
+<a name="index-lists-of-items"></a>
+<a name="index-unordered-lists"></a>
+<a name="index-bulleted-lists"></a>
+<a name="index-bullet-lists"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\begin{itemize}
+ \item[<var>optional label of first item</var>] <var>text of first item</var>
+ \item[<var>optional label of second item</var>] <var>text of second item</var>
+ ...
+\end{itemize}
+</pre></div>
+
+<p>Produce a list that is unordered, sometimes called a bullet list. The
+environment must have at least one <code>\item</code>; having none causes the
+LaTeX error &lsquo;<samp>Something's wrong--perhaps a missing \item</samp>&rsquo;.
+</p>
+<p>This gives a two-item list.
+</p>
+<div class="example">
+<pre class="example">\begin{itemize}
+ \item Pencil and watercolor sketch by Cassandra
+ \item Rice portrait
+\end{itemize}
+</pre></div>
+
+<p>As a top-level list each label would come out as a bullet, &bull;.
+The format of the labeling depends on the nesting level; see below.
+</p>
+<a name="index-_005citem-3"></a>
+<p>Start list items with the <code>\item</code> command (see <a href="_005citem.html#g_t_005citem">\item</a>). If you
+give <code>\item</code> an optional argument by following it with square
+brackets, as in <code>\item[Optional label]</code>, then by default it will
+appear in bold and be flush right, so it could extend into the left
+margin. For labels that are flush left see the <a href="description.html#description">description</a>
+environment. Following the <code>\item</code> is optional text, which may
+contain multiple paragraphs.
+</p>
+<a name="index-_005clabelitemi"></a>
+<a name="index-_005clabelitemii"></a>
+<a name="index-_005clabelitemiii"></a>
+<a name="index-_005clabelitemiv"></a>
+<a name="itemize-labelitemi"></a><a name="itemize-labelitemii"></a><a name="itemize-labelitemiii"></a><a name="itemize-labelitemiv"></a><p>Itemized lists can be nested within one another, up to four levels deep.
+They can also be nested within other paragraph-making environments, such
+as <code>enumerate</code> (see <a href="enumerate.html#enumerate">enumerate</a>). The <code>itemize</code> environment
+uses the commands <code>\labelitemi</code> through <code>\labelitemiv</code> to
+produce the default label (this also uses the convention of lowercase
+roman numerals at the end of the command names that signify the nesting
+level). These are the default marks at each level.
+</p>
+<ol>
+<li> &bull; (bullet, from <code>\textbullet</code>)
+</li><li> <b>-<span class="nolinebreak">-</span><!-- /@w --></b> (bold en-dash, from <code>\normalfont\bfseries\textendash</code>)
+</li><li> * (asterisk, from <code>\textasteriskcentered</code>)
+</li><li> . (centered dot, rendered here as a period, from <code>\textperiodcentered</code>)
+</li></ol>
+
+<p>Change the labels with <code>\renewcommand</code>. For instance, this makes
+the first level use diamonds.
+</p>
+<div class="example">
+<pre class="example">\renewcommand{\labelitemi}{$\diamond$}
+</pre></div>
+
+<a name="index-_005cleftmargin"></a>
+<a name="index-_005cleftmargini"></a>
+<a name="index-_005cleftmarginii"></a>
+<a name="index-_005cleftmarginiii"></a>
+<a name="index-_005cleftmarginiv"></a>
+<a name="index-_005cleftmarginv"></a>
+<a name="index-_005cleftmarginvi"></a>
+<a name="itemize-leftmargin"></a><a name="itemize-leftmargini"></a><a name="itemize-leftmarginii"></a><a name="itemize-leftmarginiii"></a><a name="itemize-leftmarginiv"></a><a name="itemize-leftmarginv"></a><a name="itemize-leftmarginvi"></a><p>The distance between the left margin of the enclosing environment and
+the left margin of the <code>itemize</code> list is determined by the
+parameters <code>\leftmargini</code> through <code>\leftmarginvi</code>. (Note the
+convention of using lowercase roman numerals a the end of the command
+name to denote the nesting level.) The defaults are: <code>2.5em</code> in
+level 1 (<code>2em</code> in two-column mode), <code>2.2em</code> in level 2,
+<code>1.87em</code> in level 3, and <code>1.7em</code> in level 4, with smaller
+values for more deeply nested levels.
+</p>
+<a name="index-package_002c-enumitem"></a>
+<a name="index-enumitem-package"></a>
+
+<p>For other major LaTeX labeled list environments, see
+<a href="description.html#description">description</a> and <a href="enumerate.html#enumerate">enumerate</a>. For information about list
+layout parameters, including the default values, and for information
+about customizing list layout, see <a href="list.html#list">list</a>. The package
+<samp>enumitem</samp> is useful for customizing lists.
+</p>
+<p>This example greatly reduces the margin space for outermost itemized
+lists.
+</p>
+<div class="example">
+<pre class="example">\setlength{\leftmargini}{1.25em} % default 2.5em
+</pre></div>
+
+<a name="index-_005cparskip-example"></a>
+<p>Especially for lists with short items, it may be desirable to elide
+space between items. Here is an example defining an <code>itemize*</code>
+environment with no extra spacing between items, or between paragraphs
+within a single item (<code>\parskip</code> is not list-specific,
+see <a href="_005cparindent-_0026-_005cparskip.html#g_t_005cparindent-_0026-_005cparskip">\parindent &amp; \parskip</a>):
+</p>
+<div class="example">
+<pre class="example">\newenvironment{itemize*}%
+ {\begin{itemize}%
+ \setlength{\itemsep}{0pt}%
+ \setlength{\parsep}{0pt}}%
+ \setlength{\parskip}{0pt}}%
+ {\end{itemize}}
+</pre></div>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/latex2e.css b/src/data/help/unofficial-latex2e-reference-manual/latex2e.css
new file mode 100644
index 00000000..7e784f2d
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/latex2e.css
@@ -0,0 +1,24 @@
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
diff --git a/src/data/help/unofficial-latex2e-reference-manual/latexreflocal.css b/src/data/help/unofficial-latex2e-reference-manual/latexreflocal.css
new file mode 100644
index 00000000..09ef9e99
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/latexreflocal.css
@@ -0,0 +1,16 @@
+/* $Id$
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018.*/
+
+/* Make the navigation header less obtrusive. */
+.header {font-size:small; }
+
+/* A little bit of color, just to not have none. */
+h1, h2, h3 {color:#007849; }
+a:link {color:#044a71;
+ text-decoration:none; }
+a:visited {color:#516672;
+ text-decoration:none; }
+
+/* Room in the intro below the text */
+div.intro {margin-bottom: 4ex; }
\ No newline at end of file
diff --git a/src/data/help/unofficial-latex2e-reference-manual/letter.html b/src/data/help/unofficial-latex2e-reference-manual/letter.html
new file mode 100644
index 00000000..07328eb3
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/letter.html
@@ -0,0 +1,133 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>letter (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="letter (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="letter (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Environments.html#Environments" rel="up" title="Environments">
+<link href="list.html#list" rel="next" title="list">
+<link href="itemize.html#itemize" rel="prev" title="itemize">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="letter"></a>
+<div class="header">
+<p>
+Next: <a href="list.html#list" accesskey="n" rel="next">list</a>, Previous: <a href="itemize.html#itemize" accesskey="p" rel="prev">itemize</a>, Up: <a href="Environments.html#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="letter-environment_003a-writing-letters"></a>
+<h3 class="section">8.15 <code>letter</code> environment: writing letters</h3>
+
+<a name="index-environment_002c-letter"></a>
+<a name="index-letter-environment"></a>
+
+
+<p>This environment is used for creating letters. See <a href="Letters.html#Letters">Letters</a>.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/list-beginparpenalty.html b/src/data/help/unofficial-latex2e-reference-manual/list-beginparpenalty.html
new file mode 100644
index 00000000..ce440be1
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/list-beginparpenalty.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>list beginparpenalty (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="list beginparpenalty (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="list beginparpenalty (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=list.html#list-beginparpenalty">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="list.html#list-beginparpenalty">list beginparpenalty</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/list-endparpenalty.html b/src/data/help/unofficial-latex2e-reference-manual/list-endparpenalty.html
new file mode 100644
index 00000000..7bbb3ef1
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/list-endparpenalty.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>list endparpenalty (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="list endparpenalty (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="list endparpenalty (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=list.html#list-endparpenalty">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="list.html#list-endparpenalty">list endparpenalty</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/list-itemindent.html b/src/data/help/unofficial-latex2e-reference-manual/list-itemindent.html
new file mode 100644
index 00000000..8b505144
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/list-itemindent.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>list itemindent (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="list itemindent (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="list itemindent (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=list.html#list-itemindent">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="list.html#list-itemindent">list itemindent</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/list-itempenalty.html b/src/data/help/unofficial-latex2e-reference-manual/list-itempenalty.html
new file mode 100644
index 00000000..af5ade72
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/list-itempenalty.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>list itempenalty (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="list itempenalty (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="list itempenalty (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=list.html#list-itempenalty">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="list.html#list-itempenalty">list itempenalty</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/list-itemsep.html b/src/data/help/unofficial-latex2e-reference-manual/list-itemsep.html
new file mode 100644
index 00000000..3742f329
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/list-itemsep.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>list itemsep (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="list itemsep (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="list itemsep (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=list.html#list-itemsep">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="list.html#list-itemsep">list itemsep</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/list-labelsep.html b/src/data/help/unofficial-latex2e-reference-manual/list-labelsep.html
new file mode 100644
index 00000000..6b27d6ef
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/list-labelsep.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>list labelsep (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="list labelsep (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="list labelsep (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=list.html#list-labelsep">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="list.html#list-labelsep">list labelsep</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/list-labelwidth.html b/src/data/help/unofficial-latex2e-reference-manual/list-labelwidth.html
new file mode 100644
index 00000000..e4d72ab1
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/list-labelwidth.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>list labelwidth (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="list labelwidth (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="list labelwidth (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=list.html#list-labelwidth">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="list.html#list-labelwidth">list labelwidth</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/list-leftmargin.html b/src/data/help/unofficial-latex2e-reference-manual/list-leftmargin.html
new file mode 100644
index 00000000..04364b07
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/list-leftmargin.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>list leftmargin (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="list leftmargin (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="list leftmargin (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=list.html#list-leftmargin">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="list.html#list-leftmargin">list leftmargin</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/list-listparindent.html b/src/data/help/unofficial-latex2e-reference-manual/list-listparindent.html
new file mode 100644
index 00000000..a420d0b0
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/list-listparindent.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>list listparindent (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="list listparindent (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="list listparindent (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=list.html#list-listparindent">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="list.html#list-listparindent">list listparindent</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/list-makelabel.html b/src/data/help/unofficial-latex2e-reference-manual/list-makelabel.html
new file mode 100644
index 00000000..cc4f72f4
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/list-makelabel.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>list makelabel (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="list makelabel (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="list makelabel (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=list.html#list-makelabel">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="list.html#list-makelabel">list makelabel</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/list-parsep.html b/src/data/help/unofficial-latex2e-reference-manual/list-parsep.html
new file mode 100644
index 00000000..f6bd772a
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/list-parsep.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>list parsep (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="list parsep (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="list parsep (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=list.html#list-parsep">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="list.html#list-parsep">list parsep</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/list-partopsep.html b/src/data/help/unofficial-latex2e-reference-manual/list-partopsep.html
new file mode 100644
index 00000000..cd863d7b
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/list-partopsep.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>list partopsep (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="list partopsep (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="list partopsep (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=list.html#list-partopsep">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="list.html#list-partopsep">list partopsep</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/list-rightmargin.html b/src/data/help/unofficial-latex2e-reference-manual/list-rightmargin.html
new file mode 100644
index 00000000..6b7d317b
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/list-rightmargin.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>list rightmargin (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="list rightmargin (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="list rightmargin (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=list.html#list-rightmargin">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="list.html#list-rightmargin">list rightmargin</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/list-topsep.html b/src/data/help/unofficial-latex2e-reference-manual/list-topsep.html
new file mode 100644
index 00000000..a240ebd9
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/list-topsep.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>list topsep (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="list topsep (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="list topsep (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=list.html#list-topsep">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="list.html#list-topsep">list topsep</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/list.html b/src/data/help/unofficial-latex2e-reference-manual/list.html
new file mode 100644
index 00000000..cb82122e
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/list.html
@@ -0,0 +1,482 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>list (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="list (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="list (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Environments.html#Environments" rel="up" title="Environments">
+<link href="_005citem.html#g_t_005citem" rel="next" title="\item">
+<link href="letter.html#letter" rel="prev" title="letter">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="list"></a>
+<div class="header">
+<p>
+Next: <a href="math.html#math" accesskey="n" rel="next">math</a>, Previous: <a href="letter.html#letter" accesskey="p" rel="prev">letter</a>, Up: <a href="Environments.html#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="list-1"></a>
+<h3 class="section">8.16 <code>list</code></h3>
+
+<a name="index-environment_002c-list"></a>
+<a name="index-list-environment"></a>
+
+<a name="index-lists-of-items_002c-generic"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\begin{list}{<var>labeling</var>}{<var>spacing</var>}
+ \item[<var>optional label of first item</var>] <var>text of first item</var>
+ \item[<var>optional label of second item</var>] <var>text of second item</var>
+ ...
+\end{list}
+</pre></div>
+
+<p>An environment for constructing lists.
+</p>
+<p>Note that this environment does not typically appear in the document
+body. Most lists created by LaTeX authors are the ones that come
+standard: the <code>description</code>, <code>enumerate</code>, and <code>itemize</code>
+environments (see <a href="description.html#description">description</a>, <a href="enumerate.html#enumerate">enumerate</a>, and <a href="itemize.html#itemize">itemize</a>).
+</p>
+<p>Instead, the <code>list</code> environment is most often used in macros. For
+example, many standard LaTeX environments that do not immediately
+appear to be lists are in fact constructed using <code>list</code>, including
+<code>quotation</code>, <code>quote</code>, and <code>center</code> (see <a href="quotation-_0026-quote.html#quotation-_0026-quote">quotation &amp; quote</a>, see <a href="center.html#center">center</a>).
+</p>
+<p>This uses the <code>list</code> environment to define a new custom
+environment.
+</p>
+<div class="example">
+<pre class="example">\newcounter{namedlistcounter} % number the items
+\newenvironment{named}
+ {\begin{list}
+ {Item~\Roman{namedlistcounter}.} % labeling
+ {\usecounter{namedlistcounter} % set counter
+ \setlength{\leftmargin}{3.5em}} % set spacing
+ }
+ {\end{list}}
+
+\begin{named}
+ \item Shows as ``Item~I.''
+ \item[Special label.] Shows as ``Special label.''
+ \item Shows as ``Item~II.''
+\end{named}
+</pre></div>
+
+<p>The mandatory first argument <var>labeling</var> specifies the default
+labeling of list items. It can contain text and LaTeX commands, as
+above where it contains both &lsquo;<samp>Item</samp>&rsquo; and &lsquo;<samp>\Roman{&hellip;}</samp>&rsquo;.
+LaTeX forms the label by putting the <var>labeling</var> argument in a box
+of width <code>\labelwidth</code>. If the label is wider than that, the
+additional material extends to the right. When making an instance of a
+<code>list</code> you can override the default labeling by giving <code>\item</code> an
+optional argument by including square braces and the text, as in the
+above <code>\item[Special label.]</code>; see <a href="_005citem.html#g_t_005citem">\item</a>.
+</p>
+<p>The mandatory second argument <var>spacing</var> has a list of commands.
+This list can be empty. A command that can go in here is
+<code>\usecounter{<var>countername</var>}</code> (see <a href="_005cusecounter.html#g_t_005cusecounter">\usecounter</a>). Use this
+to tell LaTeX to number the items using the given counter. The
+counter will be reset to zero each time LaTeX enters the environment,
+and the counter is incremented by one each time LaTeX encounters an
+<code>\item</code> that does not have an optional argument.
+</p>
+<a name="index-_005cmakelabel"></a>
+<a name="list-makelabel"></a><p>Another command that can go in <var>spacing</var> is
+<code>\makelabel</code>, which constructs the label box. By default it puts
+the contents flush right. Its only argument is the label, which it
+typesets in LR mode (see <a href="Modes.html#Modes">Modes</a>). One example of changing its
+definition is that to the above <code>named</code> example, before the
+definition of the environment add
+<code>\newcommand{\namedmakelabel}[1]{\textsc{#1}}</code>, and between
+the <code>\setlength</code> command and the parenthesis that closes the
+<var>spacing</var> argument also add <code>\let\makelabel\namedmakelabel</code>.
+Then the labels will be typeset in small caps. Similarly, changing the
+second code line to <code>\let\makelabel\fbox</code> puts the labels inside a
+framed box. Another example of the <code>\makelabel</code> command is below,
+in the definition of the <code>redlabel</code> environment.
+</p>
+<p>Also often in <var>spacing</var> are commands to redefine the spacing for the
+list. Below are the spacing parameters with their default values.
+(Default values for derived environments such as <code>itemize</code> can be
+different than the values shown here.) See also the figure that follows
+the list. Each is a length (see <a href="Lengths.html#Lengths">Lengths</a>). The vertical spaces are
+normally rubber lengths, with <code>plus</code> and <code>minus</code> components,
+to give TeX flexibility in setting the page. Change each with a
+command such as <code>\setlength{itemsep}{2pt plus1pt minus1pt}</code>.
+For some effects these lengths should be zero or negative.
+</p>
+<dl compact="compact">
+<dt><code>\itemindent</code>
+<a name="index-_005citemindent"></a>
+</dt>
+<dd><a name="list-itemindent"></a><p>Extra horizontal space indentation, beyond <code>leftmargin</code>, of the
+first line each item. Its default value is <code>0pt</code>.
+</p>
+</dd>
+<dt><code>\itemsep</code>
+<a name="index-_005citemsep"></a>
+</dt>
+<dd><a name="list-itemsep"></a><p>Vertical space between items, beyond the <code>\parsep</code>. The defaults
+for the first three levels in LaTeX&rsquo;s &lsquo;<samp>article</samp>&rsquo;, &lsquo;<samp>book</samp>&rsquo;,
+and &lsquo;<samp>report</samp>&rsquo; classes at 10 point size are: <code>4pt plus2pt
+minus1pt</code>, <code>\parsep</code> (that is, <code>2pt plus1pt minus1pt</code>), and
+<code>\topsep</code> (that is, <code>2pt plus1pt minus1pt</code>). The defaults at
+11 point are: <code>4.5pt plus2pt minus1pt</code>, <code>\parsep</code> (that is,
+<code>2pt plus1pt minus1pt</code>), and <code>\topsep</code> (that is, <code>2pt
+plus1pt minus1pt</code>). The defaults at 12 point are: <code>5pt plus2.5pt
+minus1pt</code>, <code>\parsep</code> (that is, <code>2.5pt plus1pt minus1pt</code>), and
+<code>\topsep</code> (that is, <code>2.5pt plus1pt minus1pt</code>).
+</p>
+</dd>
+<dt><code>\labelsep</code>
+<a name="index-_005clabelsep"></a>
+</dt>
+<dd><a name="list-labelsep"></a><p>Horizontal space between the label and text of an item.
+The default for LaTeX&rsquo;s &lsquo;<samp>article</samp>&rsquo;, &lsquo;<samp>book</samp>&rsquo;,
+and &lsquo;<samp>report</samp>&rsquo; classes is <code>0.5em</code>.
+</p>
+</dd>
+<dt><code>\labelwidth</code>
+<a name="index-_005clabelwidth"></a>
+</dt>
+<dd><a name="list-labelwidth"></a><p>Horizontal width. The box containing the label is nominally this wide.
+If <code>\makelabel</code> returns text that is wider than this then the first
+line of the item will be indented to make room for this extra material.
+If <code>\makelabel</code> returns text of width less than or equal to
+<code>\labelwidth</code> then LaTeX&rsquo;s default is that the label is typeset
+flush right in a box of this width.
+</p>
+<p>The left edge of the label box is
+<code>\leftmargin</code>+<code>\itemindent</code>-<code>\labelsep</code>-<code>\labelwidth</code>
+from the left margin of the enclosing environment.
+</p>
+<p>The default for LaTeX&rsquo;s &lsquo;<samp>article</samp>&rsquo;, &lsquo;<samp>book</samp>&rsquo;, and
+&lsquo;<samp>report</samp>&rsquo; classes at the top level is
+<code>\leftmargini</code>-<code>\labelsep</code>, (which is <code>2em</code> in one column
+mode and <code>1.5em</code> in two column mode). At the second level it is
+<code>\leftmarginii</code>-<code>\labelsep</code>, and at the third level it is
+<code>\leftmarginiii</code>-<code>\labelsep</code>. These definitions make the
+label&rsquo;s left edge coincide with the left margin of the enclosing
+environment.
+</p>
+</dd>
+<dt><code>\leftmargin</code>
+<a name="index-_005cleftmargin-1"></a>
+</dt>
+<dd><a name="list-leftmargin"></a><p>Horizontal space between the left margin of the enclosing environment
+(or the left margin of the page if this is a top-level list), and the
+left margin of this list. It must be non-negative.
+</p>
+<p>In the standard LaTeX document classes, a top-level list has this set
+to the value of <code>\leftmargini</code>, while a list that is nested inside
+a top-level list has this margin set to <code>\leftmarginii</code>. More
+deeply nested lists get the values of <code>\leftmarginiii</code> through
+<code>\leftmarginvi</code>. (Nesting greater than level five generates the
+error message &lsquo;<samp>Too deeply nested</samp>&rsquo;.)
+</p>
+<p>The defaults for the first three levels in LaTeX&rsquo;s &lsquo;<samp>article</samp>&rsquo;,
+&lsquo;<samp>book</samp>&rsquo;, and &lsquo;<samp>report</samp>&rsquo; classes are: <code>\leftmargini</code> is
+<code>2.5em</code> (in two column mode, <code>2em</code>), <code>\leftmarginii</code> is
+<code>2.2em</code>, and <code>\leftmarginiii</code> is <code>1.87em</code>.
+</p>
+</dd>
+<dt><code>\listparindent</code>
+<a name="index-_005clistparindent"></a>
+</dt>
+<dd><a name="list-listparindent"></a><p>Horizontal space of additional line indentation, beyond
+<code>\leftmargin</code>, for second and subsequent paragraphs within a list
+item. A negative value makes this an &ldquo;outdent&rdquo;. Its default value
+is <code>0pt</code>.
+</p>
+</dd>
+<dt><code>\parsep</code>
+<a name="index-_005cparsep"></a>
+</dt>
+<dd><a name="list-parsep"></a><p>Vertical space between paragraphs within an item. The defaults for the first three levels in
+LaTeX&rsquo;s &lsquo;<samp>article</samp>&rsquo;, &lsquo;<samp>book</samp>&rsquo;, and &lsquo;<samp>report</samp>&rsquo; classes at 10
+point size are: <code>4pt plus2pt minus1pt</code>, <code>2pt plus1pt
+minus1pt</code>, and <code>0pt</code>. The defaults at 11 point size are:
+<code>4.5pt plus2pt minus1pt</code>, <code>2pt plus1pt minus1pt</code>, and
+<code>0pt</code>. The defaults at 12 point size are: <code>5pt plus2.5pt
+minus1pt</code>, <code>2.5pt plus1pt minus1pt</code>, and <code>0pt</code>.
+</p>
+</dd>
+<dt><code>\partopsep</code>
+<a name="index-_005cpartopsep"></a>
+</dt>
+<dd><a name="list-partopsep"></a><p>Vertical space added, beyond <code>\topsep</code>+<code>\parskip</code>, to the top
+and bottom of the entire environment if the list instance is preceded by
+a blank line. (A blank line in the LaTeX source before the list
+changes spacing at both the top and bottom of the list; whether the line
+following the list is blank does not matter.)
+</p>
+<p>The defaults for the first three levels in LaTeX&rsquo;s &lsquo;<samp>article</samp>&rsquo;,
+&lsquo;<samp>book</samp>&rsquo;, and &lsquo;<samp>report</samp>&rsquo; classes at 10 point size are: <code>2pt
+plus1 minus1pt</code>, <code>2pt plus1pt minus1pt</code>, and <code>1pt plus0pt
+minus1pt</code>. The defaults at 11 point are: <code>3pt plus1pt minus1pt</code>,
+<code>3pt plus1pt minus1pt</code>, and <code>1pt plus0pt minus1pt</code>). The
+defaults at 12 point are: <code>3pt plus2pt minus3pt</code>, <code>3pt plus2pt
+minus2pt</code>, and <code>1pt plus0pt minus1pt</code>.
+</p>
+</dd>
+<dt><code>\rightmargin</code>
+<a name="index-_005crightmargin"></a>
+</dt>
+<dd><a name="list-rightmargin"></a><p>Horizontal space between the right margin of the list and the right
+margin of the enclosing environment. Its default value is <code>0pt</code>.
+It must be non-negative.
+</p>
+</dd>
+<dt><code>\topsep</code>
+<a name="index-_005ctopsep"></a>
+</dt>
+<dd><a name="list-topsep"></a><p>Vertical space added to both the top and bottom of the list, in addition
+to <code>\parskip</code> (see <a href="_005cparindent-_0026-_005cparskip.html#g_t_005cparindent-_0026-_005cparskip">\parindent &amp; \parskip</a>). The defaults for
+the first three levels in LaTeX&rsquo;s &lsquo;<samp>article</samp>&rsquo;, &lsquo;<samp>book</samp>&rsquo;, and
+&lsquo;<samp>report</samp>&rsquo; classes at 10 point size are: <code>8pt plus2pt minus4pt</code>,
+<code>4pt plus2pt minus1pt</code>, and <code>2pt plus1pt minus1pt</code>. The
+defaults at 11 point are: <code>9pt plus3pt minus5pt</code>, <code>4.5pt
+plus2pt minus1pt</code>, and <code>2pt plus1pt minus1pt</code>. The defaults at 12
+point are: <code>10pt plus4pt minus6pt</code>, <code>5pt plus2.5pt minus1pt</code>,
+and <code>2.5pt plus1pt minus1pt</code>.
+</p>
+</dd>
+</dl>
+
+<p>This shows the horizontal and vertical distances.
+</p>
+<div class="float">
+<img src="latex2e-figures/list.png" alt="latex2e-figures/list">
+</div>
+<p>The lengths shown are listed below. The key relationship is that the
+right edge of the bracket for <var>h1</var> equals the right edge of the
+bracket for <var>h4</var>, so that the left edge of the label box is at
+<var>h3</var>+<var>h4</var>-(<var>h0</var>+<var>h1</var>).
+</p>
+<dl compact="compact">
+<dt><var>v0</var></dt>
+<dd><p><em><code>\topsep</code> + <code>\parskip</code></em> if
+the list environment does not start a new paragraph, and
+<code>\topsep</code>+<code>\parskip</code>+<code>\partopsep</code> if it does
+</p>
+</dd>
+<dt><var>v1</var></dt>
+<dd><p><code>\parsep</code>
+</p>
+</dd>
+<dt><var>v2</var></dt>
+<dd><p><code>\itemsep</code>+<code>\parsep</code>
+</p>
+</dd>
+<dt><var>v3</var></dt>
+<dd><p>Same as <var>v0</var>. (This space is affected by whether a blank line
+appears in the source above the environment; whether a blank line
+appears in the source below the environment does not matter.)
+</p>
+</dd>
+<dt><var>h0</var></dt>
+<dd><p><code>\labelwidth</code>
+</p>
+</dd>
+<dt><var>h1</var></dt>
+<dd><p><code>\labelsep</code>
+</p>
+</dd>
+<dt><var>h2</var></dt>
+<dd><p><code>\listparindent</code>
+</p>
+</dd>
+<dt><var>h3</var></dt>
+<dd><p><code>\leftmargin</code>
+</p>
+</dd>
+<dt><var>h4</var></dt>
+<dd><p><code>\itemindent</code>
+</p>
+</dd>
+<dt><var>h5</var></dt>
+<dd><p><code>\rightmargin</code>
+</p>
+</dd>
+</dl>
+
+<p>The list&rsquo;s left and right margins, shown above as <var>h3</var> and <var>h5</var>,
+are with respect to the ones provided by the surrounding environment, or
+with respect to the page margins for a top-level list. The line width
+used for typesetting the list items is <code>\linewidth</code> (see <a href="Page-layout-parameters.html#Page-layout-parameters">Page layout parameters</a>). For instance, set the list&rsquo;s left margin to be one
+quarter of the distance between the left and right margins of the
+enclosing environment with
+<code>\setlength{\leftmargin}{0.25\linewidth}</code>.
+</p>
+<p>Page breaking in a list structure is controlled by the three
+parameters below. For each, the LaTeX default is
+<code>-\@lowpenalty</code>, that is, <code>-51</code>. Because it is negative,
+it somewhat encourages a page break at each spot. Change it with,
+e.g., <code>\@beginparpenalty=9999</code>; a value of 10000 prohibits a
+page break.
+</p>
+<dl compact="compact">
+<dt><code>\@beginparpenalty</code>
+<a name="index-_005c_0040beginparpenalty"></a>
+</dt>
+<dd><a name="list-beginparpenalty"></a><p>The page breaking penalty for breaking before the list (default <code>-51</code>).
+</p>
+</dd>
+<dt><code>\@itempenalty</code>
+<a name="index-_005c_0040itempenalty"></a>
+</dt>
+<dd><a name="list-itempenalty"></a><p>The page breaking penalty for breaking before a list item (default <code>-51</code>).
+</p>
+</dd>
+<dt><code>\@endparpenalty</code>
+<a name="index-_005c_0040endparpenalty"></a>
+</dt>
+<dd><a name="list-endparpenalty"></a><p>The page breaking penalty for breaking after a list (default <code>-51</code>).
+</p>
+</dd>
+</dl>
+
+<a name="index-package_002c-enumitem-1"></a>
+<a name="index-enumitem-package-1"></a>
+
+<p>The package <code>enumitem</code> is useful for customizing lists.
+</p>
+<p>This example has the labels in red. They are numbered, and the left
+edge of the label lines up with the left edge of the item text.
+See <a href="_005cusecounter.html#g_t_005cusecounter">\usecounter</a>.
+</p>
+<div class="example">
+<pre class="example">\usepackage{color}
+\newcounter{cnt}
+\newcommand{\makeredlabel}[1]{\textcolor{red}{#1.}}
+\newenvironment{redlabel}
+ {\begin{list}
+ {\arabic{cnt}}
+ {\usecounter{cnt}
+ \setlength{\labelwidth}{0em}
+ \setlength{\labelsep}{0.5em}
+ \setlength{\leftmargin}{1.5em}
+ \setlength{\itemindent}{0.5em} % equals \labelwidth+\labelsep
+ \let\makelabel=\makeredlabel
+ }
+ }
+{\end{list} }
+</pre></div>
+
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="_005citem.html#g_t_005citem" accesskey="1">\item</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">An entry in a list.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="trivlist.html#trivlist" accesskey="2">trivlist</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">A restricted form of <code>list</code>.
+</td></tr>
+</table>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/low-level-font-commands-baselinestretch.html b/src/data/help/unofficial-latex2e-reference-manual/low-level-font-commands-baselinestretch.html
new file mode 100644
index 00000000..b30d7bb4
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/low-level-font-commands-baselinestretch.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>low level font commands baselinestretch (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="low level font commands baselinestretch (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="low level font commands baselinestretch (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Low_002dlevel-font-commands.html#low-level-font-commands-baselinestretch">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Low_002dlevel-font-commands.html#low-level-font-commands-baselinestretch">low level font commands baselinestretch</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/low-level-font-commands-fontencoding.html b/src/data/help/unofficial-latex2e-reference-manual/low-level-font-commands-fontencoding.html
new file mode 100644
index 00000000..fcb1931c
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/low-level-font-commands-fontencoding.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>low level font commands fontencoding (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="low level font commands fontencoding (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="low level font commands fontencoding (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Low_002dlevel-font-commands.html#low-level-font-commands-fontencoding">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Low_002dlevel-font-commands.html#low-level-font-commands-fontencoding">low level font commands fontencoding</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/low-level-font-commands-fontfamily.html b/src/data/help/unofficial-latex2e-reference-manual/low-level-font-commands-fontfamily.html
new file mode 100644
index 00000000..72132ad1
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/low-level-font-commands-fontfamily.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>low level font commands fontfamily (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="low level font commands fontfamily (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="low level font commands fontfamily (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Low_002dlevel-font-commands.html#low-level-font-commands-fontfamily">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Low_002dlevel-font-commands.html#low-level-font-commands-fontfamily">low level font commands fontfamily</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/low-level-font-commands-fontseries.html b/src/data/help/unofficial-latex2e-reference-manual/low-level-font-commands-fontseries.html
new file mode 100644
index 00000000..bef9a3d5
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/low-level-font-commands-fontseries.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>low level font commands fontseries (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="low level font commands fontseries (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="low level font commands fontseries (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Low_002dlevel-font-commands.html#low-level-font-commands-fontseries">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Low_002dlevel-font-commands.html#low-level-font-commands-fontseries">low level font commands fontseries</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/low-level-font-commands-fontshape.html b/src/data/help/unofficial-latex2e-reference-manual/low-level-font-commands-fontshape.html
new file mode 100644
index 00000000..5e05bb96
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/low-level-font-commands-fontshape.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>low level font commands fontshape (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="low level font commands fontshape (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="low level font commands fontshape (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Low_002dlevel-font-commands.html#low-level-font-commands-fontshape">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Low_002dlevel-font-commands.html#low-level-font-commands-fontshape">low level font commands fontshape</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/low-level-font-commands-fontsize.html b/src/data/help/unofficial-latex2e-reference-manual/low-level-font-commands-fontsize.html
new file mode 100644
index 00000000..24edcf83
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/low-level-font-commands-fontsize.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>low level font commands fontsize (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="low level font commands fontsize (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="low level font commands fontsize (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Low_002dlevel-font-commands.html#low-level-font-commands-fontsize">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Low_002dlevel-font-commands.html#low-level-font-commands-fontsize">low level font commands fontsize</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/low-level-font-commands-linespread.html b/src/data/help/unofficial-latex2e-reference-manual/low-level-font-commands-linespread.html
new file mode 100644
index 00000000..79c1733f
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/low-level-font-commands-linespread.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>low level font commands linespread (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="low level font commands linespread (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="low level font commands linespread (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Low_002dlevel-font-commands.html#low-level-font-commands-linespread">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Low_002dlevel-font-commands.html#low-level-font-commands-linespread">low level font commands linespread</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/low-level-font-commands-selectfont.html b/src/data/help/unofficial-latex2e-reference-manual/low-level-font-commands-selectfont.html
new file mode 100644
index 00000000..43f2b16c
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/low-level-font-commands-selectfont.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>low level font commands selectfont (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="low level font commands selectfont (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="low level font commands selectfont (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Low_002dlevel-font-commands.html#low-level-font-commands-selectfont">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Low_002dlevel-font-commands.html#low-level-font-commands-selectfont">low level font commands selectfont</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/low-level-font-commands-usefont.html b/src/data/help/unofficial-latex2e-reference-manual/low-level-font-commands-usefont.html
new file mode 100644
index 00000000..088d4e13
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/low-level-font-commands-usefont.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>low level font commands usefont (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="low level font commands usefont (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="low level font commands usefont (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Low_002dlevel-font-commands.html#low-level-font-commands-usefont">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Low_002dlevel-font-commands.html#low-level-font-commands-usefont">low level font commands usefont</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/lrbox.html b/src/data/help/unofficial-latex2e-reference-manual/lrbox.html
new file mode 100644
index 00000000..bfe7e36f
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/lrbox.html
@@ -0,0 +1,158 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>lrbox (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="lrbox (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="lrbox (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Boxes.html#Boxes" rel="up" title="Boxes">
+<link href="_005cusebox.html#g_t_005cusebox" rel="next" title="\usebox">
+<link href="_005csbox-_0026-_005csavebox.html#g_t_005csbox-_0026-_005csavebox" rel="prev" title="\sbox &amp; \savebox">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="lrbox"></a>
+<div class="header">
+<p>
+Next: <a href="_005cusebox.html#g_t_005cusebox" accesskey="n" rel="next">\usebox</a>, Previous: <a href="_005csbox-_0026-_005csavebox.html#g_t_005csbox-_0026-_005csavebox" accesskey="p" rel="prev">\sbox &amp; \savebox</a>, Up: <a href="Boxes.html#Boxes" accesskey="u" rel="up">Boxes</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="lrbox-1"></a>
+<h3 class="section">20.6 <code>lrbox</code></h3>
+
+<a name="index-lrbox"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\begin{lrbox}{<var>box-cmd</var>}
+ <var>text</var>
+\end{lrbox}
+</pre></div>
+
+<p>The <var>text</var> inside the environment is saved in the bin
+<code><var>box-cmd</var></code>. The <var>box-cmd</var> must begin with a
+backslash. You must create this bin in advance with <code>\newsavebox</code>
+(see <a href="_005cnewsavebox.html#g_t_005cnewsavebox">\newsavebox</a>). This is the environment form of the <code>\sbox</code>
+and <code>\savebox</code> commands, and is equivalent to them. See <a href="_005csbox-_0026-_005csavebox.html#g_t_005csbox-_0026-_005csavebox">\sbox &amp; \savebox</a> for the full information.
+</p>
+<p>In this example the environment is convenient for entering the
+<code>tabular</code>.
+</p>
+<div class="example">
+<pre class="example">\newsavebox{\jhbin}
+\begin{lrbox}{\jhbin}
+ \begin{tabular}{c}
+ \includegraphics[height=1in]{jh.png} \\
+ Jim Hef{}feron
+ \end{tabular}
+\end{lrbox}
+ ...
+\usebox{\jhbin}
+</pre></div>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/makeindex-delim-0.html b/src/data/help/unofficial-latex2e-reference-manual/makeindex-delim-0.html
new file mode 100644
index 00000000..08e5d089
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/makeindex-delim-0.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>makeindex delim 0 (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="makeindex delim 0 (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="makeindex delim 0 (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=makeindex.html#makeindex-delim-0">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="makeindex.html#makeindex-delim-0">makeindex delim 0</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/makeindex-delim-1.html b/src/data/help/unofficial-latex2e-reference-manual/makeindex-delim-1.html
new file mode 100644
index 00000000..3e08f35d
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/makeindex-delim-1.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>makeindex delim 1 (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="makeindex delim 1 (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="makeindex delim 1 (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=makeindex.html#makeindex-delim-1">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="makeindex.html#makeindex-delim-1">makeindex delim 1</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/makeindex-delim-2.html b/src/data/help/unofficial-latex2e-reference-manual/makeindex-delim-2.html
new file mode 100644
index 00000000..530cff9b
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/makeindex-delim-2.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>makeindex delim 2 (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="makeindex delim 2 (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="makeindex delim 2 (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=makeindex.html#makeindex-delim-2">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="makeindex.html#makeindex-delim-2">makeindex delim 2</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/makeindex-delim-n.html b/src/data/help/unofficial-latex2e-reference-manual/makeindex-delim-n.html
new file mode 100644
index 00000000..9cf08cc8
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/makeindex-delim-n.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>makeindex delim n (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="makeindex delim n (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="makeindex delim n (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=makeindex.html#makeindex-delim-n">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="makeindex.html#makeindex-delim-n">makeindex delim n</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/makeindex-delim-r.html b/src/data/help/unofficial-latex2e-reference-manual/makeindex-delim-r.html
new file mode 100644
index 00000000..c0fd4b8f
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/makeindex-delim-r.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>makeindex delim r (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="makeindex delim r (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="makeindex delim r (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=makeindex.html#makeindex-delim-r">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="makeindex.html#makeindex-delim-r">makeindex delim r</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/makeindex-group-skip.html b/src/data/help/unofficial-latex2e-reference-manual/makeindex-group-skip.html
new file mode 100644
index 00000000..aa99260f
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/makeindex-group-skip.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>makeindex group skip (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="makeindex group skip (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="makeindex group skip (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=makeindex.html#makeindex-group-skip">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="makeindex.html#makeindex-group-skip">makeindex group skip</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/makeindex-indent-length.html b/src/data/help/unofficial-latex2e-reference-manual/makeindex-indent-length.html
new file mode 100644
index 00000000..b211dd7e
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/makeindex-indent-length.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>makeindex indent length (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="makeindex indent length (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="makeindex indent length (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=makeindex.html#makeindex-indent-length">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="makeindex.html#makeindex-indent-length">makeindex indent length</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/makeindex-indent-space.html b/src/data/help/unofficial-latex2e-reference-manual/makeindex-indent-space.html
new file mode 100644
index 00000000..b0c4433b
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/makeindex-indent-space.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>makeindex indent space (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="makeindex indent space (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="makeindex indent space (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=makeindex.html#makeindex-indent-space">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="makeindex.html#makeindex-indent-space">makeindex indent space</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/makeindex-item-0.html b/src/data/help/unofficial-latex2e-reference-manual/makeindex-item-0.html
new file mode 100644
index 00000000..d49ad193
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/makeindex-item-0.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>makeindex item 0 (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="makeindex item 0 (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="makeindex item 0 (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=makeindex.html#makeindex-item-0">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="makeindex.html#makeindex-item-0">makeindex item 0</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/makeindex-item-01.html b/src/data/help/unofficial-latex2e-reference-manual/makeindex-item-01.html
new file mode 100644
index 00000000..c8500678
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/makeindex-item-01.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>makeindex item 01 (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="makeindex item 01 (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="makeindex item 01 (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=makeindex.html#makeindex-item-01">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="makeindex.html#makeindex-item-01">makeindex item 01</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/makeindex-item-1.html b/src/data/help/unofficial-latex2e-reference-manual/makeindex-item-1.html
new file mode 100644
index 00000000..446d0f49
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/makeindex-item-1.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>makeindex item 1 (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="makeindex item 1 (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="makeindex item 1 (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=makeindex.html#makeindex-item-1">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="makeindex.html#makeindex-item-1">makeindex item 1</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/makeindex-item-12.html b/src/data/help/unofficial-latex2e-reference-manual/makeindex-item-12.html
new file mode 100644
index 00000000..22cca0c4
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/makeindex-item-12.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>makeindex item 12 (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="makeindex item 12 (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="makeindex item 12 (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=makeindex.html#makeindex-item-12">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="makeindex.html#makeindex-item-12">makeindex item 12</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/makeindex-item-2.html b/src/data/help/unofficial-latex2e-reference-manual/makeindex-item-2.html
new file mode 100644
index 00000000..67b0d9b8
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/makeindex-item-2.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>makeindex item 2 (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="makeindex item 2 (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="makeindex item 2 (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=makeindex.html#makeindex-item-2">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="makeindex.html#makeindex-item-2">makeindex item 2</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/makeindex-item-x1.html b/src/data/help/unofficial-latex2e-reference-manual/makeindex-item-x1.html
new file mode 100644
index 00000000..735e847c
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/makeindex-item-x1.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>makeindex item x1 (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="makeindex item x1 (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="makeindex item x1 (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=makeindex.html#makeindex-item-x1">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="makeindex.html#makeindex-item-x1">makeindex item x1</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/makeindex-item-x2.html b/src/data/help/unofficial-latex2e-reference-manual/makeindex-item-x2.html
new file mode 100644
index 00000000..b7a35743
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/makeindex-item-x2.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>makeindex item x2 (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="makeindex item x2 (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="makeindex item x2 (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=makeindex.html#makeindex-item-x2">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="makeindex.html#makeindex-item-x2">makeindex item x2</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/makeindex-lethead-prefix.html b/src/data/help/unofficial-latex2e-reference-manual/makeindex-lethead-prefix.html
new file mode 100644
index 00000000..4dfff5fa
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/makeindex-lethead-prefix.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>makeindex lethead prefix (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="makeindex lethead prefix (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="makeindex lethead prefix (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=makeindex.html#makeindex-lethead-prefix">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="makeindex.html#makeindex-lethead-prefix">makeindex lethead prefix</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/makeindex-lethead-suffix.html b/src/data/help/unofficial-latex2e-reference-manual/makeindex-lethead-suffix.html
new file mode 100644
index 00000000..b3e90a00
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/makeindex-lethead-suffix.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>makeindex lethead suffix (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="makeindex lethead suffix (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="makeindex lethead suffix (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=makeindex.html#makeindex-lethead-suffix">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="makeindex.html#makeindex-lethead-suffix">makeindex lethead suffix</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/makeindex-letheadflag.html b/src/data/help/unofficial-latex2e-reference-manual/makeindex-letheadflag.html
new file mode 100644
index 00000000..d946f992
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/makeindex-letheadflag.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>makeindex letheadflag (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="makeindex letheadflag (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="makeindex letheadflag (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=makeindex.html#makeindex-letheadflag">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="makeindex.html#makeindex-letheadflag">makeindex letheadflag</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/makeindex-line-max.html b/src/data/help/unofficial-latex2e-reference-manual/makeindex-line-max.html
new file mode 100644
index 00000000..e13207be
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/makeindex-line-max.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>makeindex line max (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="makeindex line max (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="makeindex line max (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=makeindex.html#makeindex-line-max">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="makeindex.html#makeindex-line-max">makeindex line max</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/makeindex-page-precedence.html b/src/data/help/unofficial-latex2e-reference-manual/makeindex-page-precedence.html
new file mode 100644
index 00000000..41eec506
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/makeindex-page-precedence.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>makeindex page precedence (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="makeindex page precedence (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="makeindex page precedence (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=makeindex.html#makeindex-page-precedence">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="makeindex.html#makeindex-page-precedence">makeindex page precedence</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/makeindex-postamble.html b/src/data/help/unofficial-latex2e-reference-manual/makeindex-postamble.html
new file mode 100644
index 00000000..1f6118d0
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/makeindex-postamble.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>makeindex postamble (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="makeindex postamble (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="makeindex postamble (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=makeindex.html#makeindex-postamble">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="makeindex.html#makeindex-postamble">makeindex postamble</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/makeindex-preamble.html b/src/data/help/unofficial-latex2e-reference-manual/makeindex-preamble.html
new file mode 100644
index 00000000..9b703740
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/makeindex-preamble.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>makeindex preamble (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="makeindex preamble (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="makeindex preamble (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=makeindex.html#makeindex-preamble">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="makeindex.html#makeindex-preamble">makeindex preamble</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/makeindex.html b/src/data/help/unofficial-latex2e-reference-manual/makeindex.html
new file mode 100644
index 00000000..efe0d30c
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/makeindex.html
@@ -0,0 +1,367 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>makeindex (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="makeindex (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="makeindex (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Indexes.html#Indexes" rel="up" title="Indexes">
+<link href="_005cprintindex.html#g_t_005cprintindex" rel="next" title="\printindex">
+<link href="_005cindex.html#g_t_005cindex" rel="prev" title="\index">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="makeindex"></a>
+<div class="header">
+<p>
+Next: <a href="_005cprintindex.html#g_t_005cprintindex" accesskey="n" rel="next">\printindex</a>, Previous: <a href="_005cindex.html#g_t_005cindex" accesskey="p" rel="prev">\index</a>, Up: <a href="Indexes.html#Indexes" accesskey="u" rel="up">Indexes</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="makeindex-1"></a>
+<h4 class="subsection">25.2.2 <code>makeindex</code></h4>
+
+<a name="index-index_002c-processing"></a>
+<a name="index-makeindex"></a>
+<a name="index-makeindex-program"></a>
+<a name="index-_002eind-file"></a>
+<a name="index-_002eidx-file-1"></a>
+
+<p>Synopsis, one of:
+</p>
+<div class="example">
+<pre class="example">makeindex <var>filename</var>
+makeindex -s <var>style-file</var> <var>filename</var>
+makeindex <var>options</var> <var>filename0</var> ...
+</pre></div>
+
+<p>Sort, and otherwise process, the index information in the auxiliary file
+<var>filename</var>. This is a command line program. It takes one or more
+raw index files, <samp><var>filename</var>.idx</samp> files, and produces the
+actual index file, the <samp><var>filename</var>.ind</samp> file that is input by
+<code>\printindex</code> (see <a href="_005cprintindex.html#g_t_005cprintindex">\printindex</a>).
+</p>
+<a name="index-_002eisty-file"></a>
+<a name="index-index_002c-style-file"></a>
+<a name="index-makeindex_002c-style-file"></a>
+<p>The first form of the command suffices for many uses. The second allows
+you to format the index by using an <em>index style file</em>, a
+<samp>.isty</samp> file. The third form is the most general; see the full
+documentation on CTAN.
+</p>
+<p>This is a simple <samp>.isty</samp> file.
+</p>
+<div class="example">
+<pre class="example">% book.isty
+% $ makeindex -s book.isty -p odd book.idx
+% creates the index as book.ind, starting on an odd page.
+preamble
+&quot;\\pagestyle{empty}
+\\small
+\\begin{theindex}
+\\thispagestyle{empty}&quot;
+
+postamble
+&quot;\n
+\\end{theindex}&quot;
+</pre></div>
+
+<p>The description here covers only some of the index formatting
+possibilities in <var>style-file</var>. For a full list see the documentation
+on CTAN.
+</p>
+<p>A style file consists of a list of pairs: <var>specifier</var> and
+<var>attribute</var>. These can appear in the file in any order. All of the
+<var>attributes</var> are strings, except where noted. Strings are
+surrounded with double quotes, <code>&quot;</code>, and the maximum length of a
+string is 144 characters. The <code>\n</code> is for a newline and <code>\t</code>
+is for a tab. Backslashes are escaped with another backslash,
+<code>\\</code>. If a line begins with a percent sign, <code>%</code>, then it is a
+comment.
+</p>
+<dl compact="compact">
+<dd><a name="makeindex-preamble"></a></dd>
+<dt><code>preamble</code>
+<a name="index-preamble"></a>
+</dt>
+<dd><p>Preamble of the output file. Defines the context in which the index is
+formatted. Default: <code>&quot;\\begin{theindex}\n&quot;</code>.
+</p>
+<a name="makeindex-postamble"></a></dd>
+<dt><code>postamble</code>
+<a name="index-postamble"></a>
+</dt>
+<dd><p>Postamble of the output file. Default: <code>&quot;\n\n\\end{theindex}\n&quot;</code>.
+</p>
+<a name="makeindex-group-skip"></a></dd>
+<dt><code>group_skip</code>
+<a name="index-group_005fskip"></a>
+</dt>
+<dd><a name="index-_005cindexspace"></a>
+<p>Traditionally index items are broken into groups, typically a group for
+entries starting with &lsquo;<samp>a</samp>&rsquo;, etc. This specifier gives what is
+inserted when a new group begins. Default: <code>&quot;\n\n \\indexspace\n&quot;</code>
+(<code>\indexspace</code> is a rubber length with default value <code>10pt
+plus5pt minus3pt</code>).
+</p>
+<a name="makeindex-letheadflag"></a></dd>
+<dt><code>lethead_flag</code>
+<a name="index-lethead_005fflag"></a>
+</dt>
+<dd><p>An integer. It governs what is inserted for a new group or letter. If
+it is 0 (which is the default) then other than <code>group_skip</code> nothing
+will be inserted before the group. If it is positive then at a new
+letter the <code>lethead_prefix</code> and <code>lethead_suffix</code> will be
+inserted, with that letter in uppercase between them. If it is negative
+then what will be inserted is the letter in lowercase. The default
+is&nbsp;0.
+</p>
+<a name="makeindex-lethead-prefix"></a></dd>
+<dt><code>lethead_prefix</code>
+<a name="index-lethead_005fprefix"></a>
+</dt>
+<dd><p>If a new group begins with a different letter then this is the prefix
+inserted before the new letter header. Default: <code>&quot;&quot;</code>
+</p>
+<a name="makeindex-lethead-suffix"></a></dd>
+<dt><code>lethead_suffix</code>
+<a name="index-lethead_005fsuffix"></a>
+</dt>
+<dd><p>If a group begins with a different letter then this is the suffix
+inserted after the new letter header. Default: <code>&quot;&quot;</code>.
+</p>
+<a name="makeindex-item-0"></a></dd>
+<dt><code>item_0</code>
+<a name="index-item_005f0"></a>
+</dt>
+<dd><p>What is put between two level&nbsp;0 items. Default: <code>&quot;\n \\item
+&quot;</code>.
+</p>
+<a name="makeindex-item-1"></a></dd>
+<dt><code>item_1</code>
+<a name="index-item_005f1"></a>
+</dt>
+<dd><p>Put between two level&nbsp;1 items. Default: <code>&quot;\n \\subitem &quot;</code>.
+</p>
+<a name="makeindex-item-2"></a></dd>
+<dt><code>item_2</code>
+<a name="index-item_005f2"></a>
+</dt>
+<dd><p>put between two level&nbsp;2 items. Default: <code>&quot;\n \\subsubitem &quot;</code>.
+</p>
+<a name="makeindex-item-01"></a></dd>
+<dt><code>item_01</code>
+<a name="index-item_005f01"></a>
+</dt>
+<dd><p>What is put between a level&nbsp;0 item and a level&nbsp;1 item.
+Default: <code>&quot;\n \\subitem &quot;</code>.
+</p>
+<a name="makeindex-item-x1"></a></dd>
+<dt><code>item_x1</code>
+<a name="index-item_005fx1"></a>
+</dt>
+<dd><p>What is put between a level&nbsp;0 item and a level&nbsp;1 item in the
+case that the level&nbsp;0 item doesn&rsquo;t have any page numbers (as in
+<code>\index{aaa|see{bbb}}</code>). Default: <code>&quot;\n \\subitem &quot;</code>.
+</p>
+<a name="makeindex-item-12"></a></dd>
+<dt><code>item_12</code>
+<a name="index-item_005f12"></a>
+</dt>
+<dd><p>What is put between a level&nbsp;1 item and a level&nbsp;2 item.
+Default: <code>&quot;\n \\subsubitem &quot;</code>.
+</p>
+<a name="makeindex-item-x2"></a></dd>
+<dt><code>item_x2</code>
+<a name="index-item_005fx2"></a>
+</dt>
+<dd><p>What is put between a level&nbsp;1 item and a level&nbsp;2 item, if the
+level&nbsp;1 item doesn&rsquo;t have page numbers. Default: <code>&quot;\n
+\\subsubitem &quot;</code>.
+</p>
+<a name="makeindex-delim-0"></a></dd>
+<dt><code>delim_0</code>
+<a name="index-delim_005f0"></a>
+</dt>
+<dd><p>Delimiter put between a level&nbsp;0 key and its first page
+number. Default: a comma followed by a blank, <code>&quot;, &quot;</code>.
+</p>
+<a name="makeindex-delim-1"></a></dd>
+<dt><code>delim_1</code>
+<a name="index-delim_005f1"></a>
+</dt>
+<dd><p>Delimiter put between a level&nbsp;1 key and its first page
+number. Default: a comma followed by a blank, <code>&quot;, &quot;</code>.
+</p>
+<a name="makeindex-delim-2"></a></dd>
+<dt><code>delim_2</code>
+<a name="index-delim_005f2"></a>
+</dt>
+<dd><p>Delimiter between a level&nbsp;2 key and its first page number. Default:
+a comma followed by a blank, <code>&quot;, &quot;</code>.
+</p>
+<a name="makeindex-delim-n"></a></dd>
+<dt><code>delim_n</code>
+<a name="index-delim_005fn"></a>
+</dt>
+<dd><p>Delimiter between two page numbers for the same key (at any
+level). Default: a comma followed by a blank, <code>&quot;, &quot;</code>.
+</p>
+<a name="makeindex-delim-r"></a></dd>
+<dt><code>delim_r</code>
+<a name="index-delim_005fr"></a>
+</dt>
+<dd><p>What is put between the starting and ending page numbers of a range.
+Default: <code>&quot;--&quot;</code>.
+</p>
+<a name="makeindex-line-max"></a></dd>
+<dt><code>line_max</code>
+<a name="index-line_005fmax"></a>
+</dt>
+<dd><p>An integer. Maximum length of an index entry&rsquo;s line in the output,
+beyond which the line wraps. Default: <code>72</code>.
+</p>
+<a name="makeindex-indent-space"></a></dd>
+<dt><code>indent_space</code>
+<a name="index-indent_005fspace"></a>
+</dt>
+<dd><p>What is inserted at the start of a wrapped line. Default:
+<code>&quot;\t\t&quot;</code>.
+</p>
+<a name="makeindex-indent-length"></a></dd>
+<dt><code>indent_length</code>
+<a name="index-indent_005flength"></a>
+</dt>
+<dd><p>A number. The length of the wrapped line indentation. The default
+<code>indent_space</code> is two tabs and each tab is eight spaces so the
+default here is <code>16</code>.
+</p>
+<a name="makeindex-page-precedence"></a></dd>
+<dt><code>page_precedence</code>
+<a name="index-page_005fprecedence"></a>
+</dt>
+<dd><p>A document may have pages numbered in different ways. For example, a
+book may have front matter pages numbered in lowercase roman while main
+matter pages are in arabic. This string specifies the order in which
+they will appear in the index. The <code>makeindex</code> command supports
+five different types of numerals: lowercase roman <code>r</code>, and numeric
+or arabic <code>n</code>, and lowercase alphabetic <code>a</code>, and uppercase
+roman <code>R</code>, and uppercase alphabetic <code>A</code>. Default:
+<code>&quot;rnaRA&quot;</code>.
+</p>
+</dd>
+</dl>
+
+<a name="index-xindy"></a>
+<a name="index-xindy-program"></a>
+<p>There are a number of other programs that do the job
+<code>makeindex</code> does. One is <code>xindy</code>, which does
+internationalization and can process indexes for documents marked up
+using LaTeX and a number of other languages. It is highly
+configurable, both in markup terms and in terms of the collating order
+of the text, as described in its documentation.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/marginal-notes-marginparpush.html b/src/data/help/unofficial-latex2e-reference-manual/marginal-notes-marginparpush.html
new file mode 100644
index 00000000..719eb0c4
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/marginal-notes-marginparpush.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>marginal notes marginparpush (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="marginal notes marginparpush (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="marginal notes marginparpush (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Marginal-notes.html#marginal-notes-marginparpush">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Marginal-notes.html#marginal-notes-marginparpush">marginal notes marginparpush</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/marginal-notes-marginparsep.html b/src/data/help/unofficial-latex2e-reference-manual/marginal-notes-marginparsep.html
new file mode 100644
index 00000000..ed5ea3cd
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/marginal-notes-marginparsep.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>marginal notes marginparsep (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="marginal notes marginparsep (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="marginal notes marginparsep (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Marginal-notes.html#marginal-notes-marginparsep">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Marginal-notes.html#marginal-notes-marginparsep">marginal notes marginparsep</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/marginal-notes-marginparwidth.html b/src/data/help/unofficial-latex2e-reference-manual/marginal-notes-marginparwidth.html
new file mode 100644
index 00000000..6e7b4cbd
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/marginal-notes-marginparwidth.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>marginal notes marginparwidth (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="marginal notes marginparwidth (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="marginal notes marginparwidth (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Marginal-notes.html#marginal-notes-marginparwidth">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Marginal-notes.html#marginal-notes-marginparwidth">marginal notes marginparwidth</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/math.html b/src/data/help/unofficial-latex2e-reference-manual/math.html
new file mode 100644
index 00000000..1090e452
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/math.html
@@ -0,0 +1,144 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>math (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="math (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="math (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Environments.html#Environments" rel="up" title="Environments">
+<link href="minipage.html#minipage" rel="next" title="minipage">
+<link href="trivlist.html#trivlist" rel="prev" title="trivlist">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="math"></a>
+<div class="header">
+<p>
+Next: <a href="minipage.html#minipage" accesskey="n" rel="next">minipage</a>, Previous: <a href="list.html#list" accesskey="p" rel="prev">list</a>, Up: <a href="Environments.html#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="math-1"></a>
+<h3 class="section">8.17 <code>math</code></h3>
+
+<a name="index-environment_002c-math"></a>
+<a name="index-math-environment"></a>
+
+<a name="index-in_002dline-formulas"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\begin{math}
+<var>math</var>
+\end{math}
+</pre></div>
+
+<p>The <code>math</code> environment inserts given <var>math</var> material within
+the running text. <code>\(...\)</code> and <code>$...$</code> are synonyms.
+See <a href="Math-formulas.html#Math-formulas">Math formulas</a>.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/mbox-makebox-depth.html b/src/data/help/unofficial-latex2e-reference-manual/mbox-makebox-depth.html
new file mode 100644
index 00000000..a4964ed7
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/mbox-makebox-depth.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>mbox makebox depth (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="mbox makebox depth (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="mbox makebox depth (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005cmbox-_0026-_005cmakebox.html#mbox-makebox-depth">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005cmbox-_0026-_005cmakebox.html#mbox-makebox-depth">mbox makebox depth</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/mbox-makebox-height.html b/src/data/help/unofficial-latex2e-reference-manual/mbox-makebox-height.html
new file mode 100644
index 00000000..47897671
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/mbox-makebox-height.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>mbox makebox height (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="mbox makebox height (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="mbox makebox height (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005cmbox-_0026-_005cmakebox.html#mbox-makebox-height">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005cmbox-_0026-_005cmakebox.html#mbox-makebox-height">mbox makebox height</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/mbox-makebox-totalheight.html b/src/data/help/unofficial-latex2e-reference-manual/mbox-makebox-totalheight.html
new file mode 100644
index 00000000..d881b7f4
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/mbox-makebox-totalheight.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>mbox makebox totalheight (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="mbox makebox totalheight (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="mbox makebox totalheight (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005cmbox-_0026-_005cmakebox.html#mbox-makebox-totalheight">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005cmbox-_0026-_005cmakebox.html#mbox-makebox-totalheight">mbox makebox totalheight</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/mbox-makebox-width.html b/src/data/help/unofficial-latex2e-reference-manual/mbox-makebox-width.html
new file mode 100644
index 00000000..63d4fc74
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/mbox-makebox-width.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>mbox makebox width (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="mbox makebox width (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="mbox makebox width (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005cmbox-_0026-_005cmakebox.html#mbox-makebox-width">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005cmbox-_0026-_005cmakebox.html#mbox-makebox-width">mbox makebox width</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/medskip.html b/src/data/help/unofficial-latex2e-reference-manual/medskip.html
new file mode 100644
index 00000000..5ec630d1
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/medskip.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>medskip (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="medskip (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="medskip (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip.html#medskip">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip.html#medskip">medskip</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/minipage.html b/src/data/help/unofficial-latex2e-reference-manual/minipage.html
new file mode 100644
index 00000000..6549fff2
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/minipage.html
@@ -0,0 +1,315 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>minipage (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="minipage (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="minipage (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Environments.html#Environments" rel="up" title="Environments">
+<link href="picture.html#picture" rel="next" title="picture">
+<link href="math.html#math" rel="prev" title="math">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="minipage"></a>
+<div class="header">
+<p>
+Next: <a href="picture.html#picture" accesskey="n" rel="next">picture</a>, Previous: <a href="math.html#math" accesskey="p" rel="prev">math</a>, Up: <a href="Environments.html#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="minipage-1"></a>
+<h3 class="section">8.18 <code>minipage</code></h3>
+
+<a name="index-environment_002c-minipage"></a>
+<a name="index-minipage-environment"></a>
+
+<a name="index-minipage_002c-creating-a"></a>
+
+<p>Synopses:
+</p>
+<div class="example">
+<pre class="example">\begin{minipage}{<var>width</var>}
+ <var>contents</var>
+\end{minipage}
+</pre></div>
+
+<p>or
+</p>
+<div class="example">
+<pre class="example">\begin{minipage}[<var>position</var>][<var>height</var>][<var>inner-pos</var>]{<var>width</var>}
+ <var>contents</var>
+\end{minipage}
+</pre></div>
+
+<p>Put <var>contents</var> into a box that is <var>width</var> wide. This is like a
+small version of a page; it can contain its own footnotes, itemized
+lists, etc. (There are some restrictions, including that it cannot have
+floats.) This box will not be broken across pages. So <code>minipage</code>
+is similar to <code>\parbox</code> (see <a href="_005cparbox.html#g_t_005cparbox">\parbox</a>) but here you can have
+paragraphs.
+</p>
+<p>This example will be 3&nbsp;inches wide, and has two paragraphs.
+</p>
+<div class="example">
+<pre class="example">\begin{minipage}{3in}
+ Stephen Kleene was a founder of the Theory of Computation.
+
+ He was a student of Church, wrote three influential texts,
+ was President of the Association for Symbolic Logic,
+ and won the National Medal of Science.
+\end{minipage}
+</pre></div>
+
+<p>See below for a discussion of the paragraph indent inside a
+<code>minipage</code>.
+</p>
+<p>The required argument <var>width</var> is a rigid length (see <a href="Lengths.html#Lengths">Lengths</a>).
+It gives the width of the box into which <var>contents</var> are typeset.
+</p>
+<p>There are three optional arguments, <var>position</var>, <var>height</var>, and
+<var>inner-pos</var>. You need not include all three. For example, get the
+default <var>position</var> and set the <var>height</var> with
+<code>\begin{minipage}[c][2.54cm] <var>contents</var> \end{minipage}</code>.
+(Get the natural height with an empty argument, <code>[]</code>.)
+</p>
+<p>The optional argument <var>position</var> governs how the <code>minipage</code>
+vertically aligns with the surrounding material.
+</p>
+<dl compact="compact">
+<dt><code>c</code></dt>
+<dd><p>(synonym <code>m</code>) Default. Positions the <code>minipage</code> so its
+vertical center lines up with the center of the adjacent text line (what
+Plain TeX calls <code>\vcenter</code>).
+</p>
+</dd>
+<dt><code>t</code></dt>
+<dd><p>Match the top line in the <code>minipage</code> with the baseline of the
+surrounding text (Plain TeX&rsquo;s <code>\vtop</code>.
+</p>
+</dd>
+<dt><code>b</code></dt>
+<dd><p>Match the bottom line in the <code>minipage</code> with the baseline of the
+surrounding text (Plain TeX&rsquo;s <code>\vbox</code>.
+</p></dd>
+</dl>
+
+<p>To see the effects of these, contrast running this
+</p>
+<div class="example">
+<pre class="example">---\begin{minipage}[c]{0.25in}
+ first\\ second\\ third
+\end{minipage}
+</pre></div>
+
+<p>with the results of changing <code>c</code> to <code>b</code> or&nbsp;<code>t</code>.
+</p>
+<p>The optional argument <var>height</var> is a rigid length (see <a href="Lengths.html#Lengths">Lengths</a>).
+It sets the height of the <code>minipage</code>. You can enter any value
+larger than, or equal to, or smaller than the <code>minipage</code>&rsquo;s natural
+height and LaTeX will not give an error or warning. You can also set
+it to a height of zero or a negative value.
+</p>
+<p>The final optional argument <var>inner-pos</var> controls the placement of
+<var>content</var> inside the box. These are the possible values are (the
+default is the value of <var>position</var>).
+</p>
+<dl compact="compact">
+<dt><code>t</code></dt>
+<dd><p>Place <var>content</var> at the top of the box.
+</p>
+</dd>
+<dt><code>c</code></dt>
+<dd><p>Place it in the vertical center.
+</p>
+</dd>
+<dt><code>b</code></dt>
+<dd><p>Place it at the box bottom.
+</p>
+</dd>
+<dt><code>s</code></dt>
+<dd><p>Stretch <var>contents</var> out vertically; it must contain vertically
+stretchable space.
+</p>
+</dd>
+</dl>
+
+<p>The <var>inner-pos</var> argument makes sense when the <var>height</var> option
+is set to a value larger than the <code>minipage</code>&rsquo;s natural height. To
+see the effect of the options, run this example with the various choices
+in place of <code>b</code>.
+</p>
+<div class="example">
+<pre class="example">Text before
+\begin{center}
+ ---\begin{minipage}[c][3in][b]{0.25\textwidth}
+ first\\ second\\ third
+ \end{minipage}
+\end{center}
+Text after
+</pre></div>
+
+<a name="index-indentation-of-paragraphs_002c-in-minipage"></a>
+<a name="index-paragraph-indentation_002c-in-minipage"></a>
+<a name="index-_005cparindent"></a>
+<p>By default paragraphs are not indented in a <code>minipage</code>. Change
+that with a command such as <code>\setlength{\parindent}{1pc}</code> at
+the start of <var>contents</var>.
+</p>
+<a name="index-footnotes-in-figures"></a>
+<a name="index-figures_002c-footnotes-in"></a>
+<p>Footnotes in a <code>minipage</code> environment are handled in a way that is
+particularly useful for putting footnotes in figures or tables. A
+<code>\footnote</code> or <code>\footnotetext</code> command puts the footnote at
+the bottom of the minipage instead of at the bottom of the page, and it
+uses the <code>\mpfootnote</code> counter instead of the ordinary
+<code>footnote</code> counter (see <a href="Counters.html#Counters">Counters</a>).
+</p>
+<p>This puts the footnote at the bottom of the table, not the bottom of the
+page.
+</p>
+<div class="example">
+<pre class="example">\begin{center} % center the minipage on the line
+\begin{minipage}{2.5in}
+ \begin{center} % center the table inside the minipage
+ \begin{tabular}{ll}
+ \textsc{Monarch} &amp;\textsc{Reign} \\ \hline
+ Elizabeth II &amp;63 years\footnote{to date} \\
+ Victoria &amp;63 years \\
+ George III &amp;59 years
+ \end{tabular}
+ \end{center}
+\end{minipage}
+\end{center}
+</pre></div>
+
+<p>If you nest minipages then there is an oddness when using footnotes.
+Footnotes appear at the bottom of the text ended by the next
+<code>\end{minipage}</code> which may not be their logical place.
+</p>
+<p>This puts a table containing data side by side with a map graphic. They
+are vertically centered.
+</p>
+<div class="example">
+<pre class="example">\newcommand*{\vcenteredhbox}[1]{\begin{tabular}{@{}c@{}}#1\end{tabular}}
+ ...
+\begin{center}
+ \vcenteredhbox{\includegraphics[width=0.3\textwidth]{nyc.png}}
+ \hspace{0.1\textwidth}
+ \begin{minipage}{0.5\textwidth}
+ \begin{tabular}{r|l}
+ \multicolumn{1}{r}{Borough} &amp;Pop (million) \\ \hline
+ The Bronx &amp;$1.5$ \\
+ Brooklyn &amp;$2.6$ \\
+ Manhattan &amp;$1.6$ \\
+ Queens &amp;$2.3$ \\
+ Staten Island &amp;$0.5$
+ \end{tabular}
+ \end{minipage}
+\end{center}
+</pre></div>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/modes-inner-paragraph-mode.html b/src/data/help/unofficial-latex2e-reference-manual/modes-inner-paragraph-mode.html
new file mode 100644
index 00000000..a7a8e629
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/modes-inner-paragraph-mode.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>modes inner paragraph mode (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="modes inner paragraph mode (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="modes inner paragraph mode (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Modes.html#modes-inner-paragraph-mode">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Modes.html#modes-inner-paragraph-mode">modes inner paragraph mode</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/modes-internal-vertical-mode.html b/src/data/help/unofficial-latex2e-reference-manual/modes-internal-vertical-mode.html
new file mode 100644
index 00000000..2b620185
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/modes-internal-vertical-mode.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>modes internal vertical mode (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="modes internal vertical mode (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="modes internal vertical mode (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Modes.html#modes-internal-vertical-mode">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Modes.html#modes-internal-vertical-mode">modes internal vertical mode</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/modes-lr-mode.html b/src/data/help/unofficial-latex2e-reference-manual/modes-lr-mode.html
new file mode 100644
index 00000000..5a86f6a4
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/modes-lr-mode.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>modes lr mode (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="modes lr mode (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="modes lr mode (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Modes.html#modes-lr-mode">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Modes.html#modes-lr-mode">modes lr mode</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/modes-math-mode.html b/src/data/help/unofficial-latex2e-reference-manual/modes-math-mode.html
new file mode 100644
index 00000000..3a6db578
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/modes-math-mode.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>modes math mode (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="modes math mode (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="modes math mode (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Modes.html#modes-math-mode">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Modes.html#modes-math-mode">modes math mode</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/modes-outer-paragraph-mode.html b/src/data/help/unofficial-latex2e-reference-manual/modes-outer-paragraph-mode.html
new file mode 100644
index 00000000..92d5d637
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/modes-outer-paragraph-mode.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>modes outer paragraph mode (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="modes outer paragraph mode (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="modes outer paragraph mode (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Modes.html#modes-outer-paragraph-mode">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Modes.html#modes-outer-paragraph-mode">modes outer paragraph mode</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/modes-paragraph-mode.html b/src/data/help/unofficial-latex2e-reference-manual/modes-paragraph-mode.html
new file mode 100644
index 00000000..6b803d40
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/modes-paragraph-mode.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>modes paragraph mode (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="modes paragraph mode (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="modes paragraph mode (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Modes.html#modes-paragraph-mode">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Modes.html#modes-paragraph-mode">modes paragraph mode</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/modes-vertical-mode.html b/src/data/help/unofficial-latex2e-reference-manual/modes-vertical-mode.html
new file mode 100644
index 00000000..72b09675
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/modes-vertical-mode.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>modes vertical mode (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="modes vertical mode (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="modes vertical mode (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Modes.html#modes-vertical-mode">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Modes.html#modes-vertical-mode">modes vertical mode</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/output-files-aux.html b/src/data/help/unofficial-latex2e-reference-manual/output-files-aux.html
new file mode 100644
index 00000000..e69f63f5
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/output-files-aux.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>output files aux (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="output files aux (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="output files aux (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Output-files.html#output-files-aux">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Output-files.html#output-files-aux">output files aux</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/output-files-dvi.html b/src/data/help/unofficial-latex2e-reference-manual/output-files-dvi.html
new file mode 100644
index 00000000..0166c24b
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/output-files-dvi.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>output files dvi (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="output files dvi (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="output files dvi (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Output-files.html#output-files-dvi">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Output-files.html#output-files-dvi">output files dvi</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/output-files-log.html b/src/data/help/unofficial-latex2e-reference-manual/output-files-log.html
new file mode 100644
index 00000000..e19105eb
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/output-files-log.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>output files log (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="output files log (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="output files log (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Output-files.html#output-files-log">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Output-files.html#output-files-log">output files log</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/output-files-pdf.html b/src/data/help/unofficial-latex2e-reference-manual/output-files-pdf.html
new file mode 100644
index 00000000..3e8ef892
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/output-files-pdf.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>output files pdf (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="output files pdf (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="output files pdf (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Output-files.html#output-files-pdf">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Output-files.html#output-files-pdf">output files pdf</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-columnsep.html b/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-columnsep.html
new file mode 100644
index 00000000..bf97bfc7
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-columnsep.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>page layout parameters columnsep (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="page layout parameters columnsep (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="page layout parameters columnsep (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Page-layout-parameters.html#page-layout-parameters-columnsep">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Page-layout-parameters.html#page-layout-parameters-columnsep">page layout parameters columnsep</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-columnseprule.html b/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-columnseprule.html
new file mode 100644
index 00000000..dc71815c
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-columnseprule.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>page layout parameters columnseprule (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="page layout parameters columnseprule (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="page layout parameters columnseprule (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Page-layout-parameters.html#page-layout-parameters-columnseprule">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Page-layout-parameters.html#page-layout-parameters-columnseprule">page layout parameters columnseprule</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-columnwidth.html b/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-columnwidth.html
new file mode 100644
index 00000000..f929892a
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-columnwidth.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>page layout parameters columnwidth (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="page layout parameters columnwidth (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="page layout parameters columnwidth (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Page-layout-parameters.html#page-layout-parameters-columnwidth">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Page-layout-parameters.html#page-layout-parameters-columnwidth">page layout parameters columnwidth</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-evensidemargin.html b/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-evensidemargin.html
new file mode 100644
index 00000000..9780ce77
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-evensidemargin.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>page layout parameters evensidemargin (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="page layout parameters evensidemargin (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="page layout parameters evensidemargin (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Page-layout-parameters.html#page-layout-parameters-evensidemargin">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Page-layout-parameters.html#page-layout-parameters-evensidemargin">page layout parameters evensidemargin</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-footskip.html b/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-footskip.html
new file mode 100644
index 00000000..0653151a
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-footskip.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>page layout parameters footskip (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="page layout parameters footskip (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="page layout parameters footskip (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Page-layout-parameters.html#page-layout-parameters-footskip">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Page-layout-parameters.html#page-layout-parameters-footskip">page layout parameters footskip</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-headheight.html b/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-headheight.html
new file mode 100644
index 00000000..63e0e5c0
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-headheight.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>page layout parameters headheight (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="page layout parameters headheight (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="page layout parameters headheight (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Page-layout-parameters.html#page-layout-parameters-headheight">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Page-layout-parameters.html#page-layout-parameters-headheight">page layout parameters headheight</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-headsep.html b/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-headsep.html
new file mode 100644
index 00000000..f857159f
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-headsep.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>page layout parameters headsep (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="page layout parameters headsep (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="page layout parameters headsep (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Page-layout-parameters.html#page-layout-parameters-headsep">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Page-layout-parameters.html#page-layout-parameters-headsep">page layout parameters headsep</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-hsize.html b/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-hsize.html
new file mode 100644
index 00000000..947c7b43
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-hsize.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>page layout parameters hsize (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="page layout parameters hsize (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="page layout parameters hsize (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Page-layout-parameters.html#page-layout-parameters-hsize">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Page-layout-parameters.html#page-layout-parameters-hsize">page layout parameters hsize</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-linewidth.html b/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-linewidth.html
new file mode 100644
index 00000000..12527e59
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-linewidth.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>page layout parameters linewidth (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="page layout parameters linewidth (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="page layout parameters linewidth (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Page-layout-parameters.html#page-layout-parameters-linewidth">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Page-layout-parameters.html#page-layout-parameters-linewidth">page layout parameters linewidth</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-marginparpush.html b/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-marginparpush.html
new file mode 100644
index 00000000..e5d7dfd9
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-marginparpush.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>page layout parameters marginparpush (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="page layout parameters marginparpush (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="page layout parameters marginparpush (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Page-layout-parameters.html#page-layout-parameters-marginparpush">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Page-layout-parameters.html#page-layout-parameters-marginparpush">page layout parameters marginparpush</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-marginparwidth.html b/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-marginparwidth.html
new file mode 100644
index 00000000..bda9a09c
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-marginparwidth.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>page layout parameters marginparwidth (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="page layout parameters marginparwidth (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="page layout parameters marginparwidth (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Page-layout-parameters.html#page-layout-parameters-marginparwidth">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Page-layout-parameters.html#page-layout-parameters-marginparwidth">page layout parameters marginparwidth</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-marginsep.html b/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-marginsep.html
new file mode 100644
index 00000000..1ee563cf
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-marginsep.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>page layout parameters marginsep (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="page layout parameters marginsep (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="page layout parameters marginsep (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Page-layout-parameters.html#page-layout-parameters-marginsep">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Page-layout-parameters.html#page-layout-parameters-marginsep">page layout parameters marginsep</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-oddsidemargin.html b/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-oddsidemargin.html
new file mode 100644
index 00000000..65e32a01
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-oddsidemargin.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>page layout parameters oddsidemargin (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="page layout parameters oddsidemargin (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="page layout parameters oddsidemargin (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Page-layout-parameters.html#page-layout-parameters-oddsidemargin">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Page-layout-parameters.html#page-layout-parameters-oddsidemargin">page layout parameters oddsidemargin</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-paperheight.html b/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-paperheight.html
new file mode 100644
index 00000000..4cfaa8a9
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-paperheight.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>page layout parameters paperheight (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="page layout parameters paperheight (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="page layout parameters paperheight (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Page-layout-parameters.html#page-layout-parameters-paperheight">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Page-layout-parameters.html#page-layout-parameters-paperheight">page layout parameters paperheight</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-paperwidth.html b/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-paperwidth.html
new file mode 100644
index 00000000..c3b20599
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-paperwidth.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>page layout parameters paperwidth (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="page layout parameters paperwidth (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="page layout parameters paperwidth (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Page-layout-parameters.html#page-layout-parameters-paperwidth">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Page-layout-parameters.html#page-layout-parameters-paperwidth">page layout parameters paperwidth</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-textheight.html b/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-textheight.html
new file mode 100644
index 00000000..58831352
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-textheight.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>page layout parameters textheight (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="page layout parameters textheight (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="page layout parameters textheight (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Page-layout-parameters.html#page-layout-parameters-textheight">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Page-layout-parameters.html#page-layout-parameters-textheight">page layout parameters textheight</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-textwidth.html b/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-textwidth.html
new file mode 100644
index 00000000..e54700f0
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-textwidth.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>page layout parameters textwidth (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="page layout parameters textwidth (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="page layout parameters textwidth (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Page-layout-parameters.html#page-layout-parameters-textwidth">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Page-layout-parameters.html#page-layout-parameters-textwidth">page layout parameters textwidth</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-topmargin.html b/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-topmargin.html
new file mode 100644
index 00000000..1aa70c26
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-topmargin.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>page layout parameters topmargin (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="page layout parameters topmargin (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="page layout parameters topmargin (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Page-layout-parameters.html#page-layout-parameters-topmargin">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Page-layout-parameters.html#page-layout-parameters-topmargin">page layout parameters topmargin</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-topskip.html b/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-topskip.html
new file mode 100644
index 00000000..135510c5
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/page-layout-parameters-topskip.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>page layout parameters topskip (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="page layout parameters topskip (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="page layout parameters topskip (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Page-layout-parameters.html#page-layout-parameters-topskip">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Page-layout-parameters.html#page-layout-parameters-topskip">page layout parameters topskip</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/picture.html b/src/data/help/unofficial-latex2e-reference-manual/picture.html
new file mode 100644
index 00000000..00f08c78
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/picture.html
@@ -0,0 +1,324 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>picture (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="picture (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="picture (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Environments.html#Environments" rel="up" title="Environments">
+<link href="_005cput.html#g_t_005cput" rel="next" title="\put">
+<link href="minipage.html#minipage" rel="prev" title="minipage">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="picture"></a>
+<div class="header">
+<p>
+Next: <a href="quotation-_0026-quote.html#quotation-_0026-quote" accesskey="n" rel="next">quotation &amp; quote</a>, Previous: <a href="minipage.html#minipage" accesskey="p" rel="prev">minipage</a>, Up: <a href="Environments.html#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="picture-1"></a>
+<h3 class="section">8.19 <code>picture</code></h3>
+
+<a name="index-environment_002c-picture"></a>
+<a name="index-picture-environment"></a>
+
+<a name="index-creating-pictures"></a>
+<a name="index-pictures_002c-creating"></a>
+
+<p>Synopses:
+</p><div class="example">
+<pre class="example">\begin{picture}(<var>width</var>,<var>height</var>)
+ <var>picture commands</var>
+\end{picture}
+</pre></div>
+
+<p>or
+</p>
+<div class="example">
+<pre class="example">\begin{picture}(<var>width</var>,<var>height</var>)(<var>xoffset</var>,<var>yoffset</var>)
+ <var>picture commands</var>
+\end{picture}
+</pre></div>
+
+<p>An environment to create simple pictures containing lines, arrows,
+boxes, circles, and text. Note that while this environment is not
+obsolete, new documents typically use much more powerful graphics
+creation systems, such as <code>TikZ</code>, <code>PSTricks</code>, <code>MetaPost</code>,
+or <code>Asymptote</code>. These are not covered in this document; see CTAN.
+</p>
+<p>This shows the parallelogram law for adding vectors.
+</p>
+<a name="index-_005cunitlength"></a>
+<div class="example">
+<pre class="example">\setlength{\unitlength}{1cm}
+\begin{picture}(6,6) % picture box will be 6cm wide by 6cm tall
+ \put(0,0){\vector(2,1){4}} % for every 2 over this vector goes 1 up
+ \put(2,1){\makebox(0,0)[l]{\ first leg}}
+ \put(4,2){\vector(1,2){2}}
+ \put(5,4){\makebox(0,0)[l]{\ second leg}}
+ \put(0,0){\line(1,1){6}}
+ \put(3,3){\makebox(0,0)[r]{sum\ }}
+\end{picture}
+</pre></div>
+
+<p>You can also use this environment to place arbitrary material at an
+exact location.
+</p>
+<div class="example">
+<pre class="example">\usepackage{color,graphicx} % in preamble
+ ...
+\begin{center}
+\setlength{\unitlength}{\textwidth}
+\begin{picture}(1,1) % leave space, \textwidth wide and tall
+ \put(0,0){\includegraphics[width=\textwidth]{desertedisland.jpg}}
+ \put(0.25,0.35){\textcolor{red}{X Treasure here}}
+\end{picture}
+\end{center}
+</pre></div>
+
+<p>The red&nbsp;X will be precisely a quarter of the <code>\linewidth</code> from
+the left margin, and <code>0.35\linewidth</code> up from the bottom. Another
+example of this usage is to put similar code in the page header to get
+repeat material on each of a document&rsquo;s pages.
+</p>
+<p>The <code>picture</code> environment has one required argument, a pair of
+numbers (<var>width</var>,<var>height</var>). Multiply these by the value
+<code>\unitlength</code> to get the nominal size of the output, the space that
+LaTeX reserves on the output page. This nominal size need not be how
+large the picture really is; LaTeX will draw things from the picture
+outside the picture&rsquo;s box.
+</p>
+<p>This environment also has an optional argument
+(<var>xoffset</var>,<var>yoffset</var>). It is used to shift the origin. Unlike
+most optional arguments, this one is not contained in square brackets.
+As with the required argument, it consists of two real numbers.
+Multiply these by <code>\unitlength</code> to get the point at the lower-left
+corner of the picture.
+</p>
+<p>For example, if <code>\unitlength</code> has been set to <code>1mm</code>, the
+command
+</p>
+<div class="example">
+<pre class="example">\begin{picture}(100,200)(10,20)
+</pre></div>
+
+<p>produces a box of width 100 millimeters and height 200 millimeters. The
+picture&rsquo;s origin is the point (10mm,20mm) and so the lower-left corner
+is there, and the upper-right corner is at (110mm,220mm). When you
+first draw a picture you typically omit the optional argument, leaving
+the origin at the lower-left corner. If you then want to modify your
+picture by shifting everything, you can just add the appropriate
+optional argument.
+</p>
+<a name="index-position_002c-in-picture"></a>
+<p>Each <var>picture command</var> tells LaTeX where to put something by
+naming its position. A <em>position</em> is a pair such as <code>(2.4,-5)</code>
+giving the x- and y-coordinates. A <em>coordinate</em> is a not a length,
+it is a real number (it may have a decimal point or a minus sign). It
+specifies a length in multiples of the unit length <code>\unitlength</code>,
+so if <code>\unitlength</code> has been set to <code>1cm</code>, then the coordinate
+2.54 specifies a length of 2.54 centimeters.
+</p>
+<p>LaTeX&rsquo;s default for <code>\unitlength</code> is <code>1pt</code>. it is a rigid
+length (see <a href="Lengths.html#Lengths">Lengths</a>). Change it with the <code>\setlength</code> command
+(see <a href="_005csetlength.html#g_t_005csetlength">\setlength</a>). Make this change only outside of a <code>picture</code>
+environment.
+</p>
+<p>Coordinates are given with respect to an origin, which is normally at
+the lower-left corner of the picture. Note that when a position appears
+as an argument, as with <code>\put(1,2){...}</code>, it is not enclosed in
+braces since the parentheses serve to delimit the argument. Also,
+unlike in some computer graphics systems, larger y-coordinates are
+further up the page.
+</p>
+<p>There are four ways to put things in a picture: <code>\put</code>,
+<code>\multiput</code>, <code>\qbezier</code>, and <code>\graphpaper</code>. The most
+often used is <code>\put</code>. This
+</p>
+<div class="example">
+<pre class="example">\put(11.3,-0.3){...}
+</pre></div>
+
+<p>places the object with its reference point at coordinates
+<em>(11.3,-0.3)</em>. The reference points for various objects will be
+described below.
+<a name="index-LR-box"></a>
+The <code>\put</code> command creates an <em>LR box</em> (see <a href="Modes.html#Modes">Modes</a>).
+Anything that can go in an <code>\mbox</code> (see <a href="_005cmbox-_0026-_005cmakebox.html#g_t_005cmbox-_0026-_005cmakebox">\mbox &amp; \makebox</a>) can
+go in the text argument of the <code>\put</code> command. The reference point
+will be the lower left corner of the box. In this picture
+</p>
+<div class="example">
+<pre class="example">\setlength{\unitlength}{1cm}
+...\begin{picture}(1,1)
+ \put(0,0){\line(1,0){1}}
+ \put(0,0){\line(1,1){1}}
+\end{picture}
+</pre></div>
+
+<p>the three dots are just slightly left of the point of the angle formed
+by the two lines. (Also, <code>\line(1,1){1}</code> does not call for a
+line of length one; rather the line has a change in the x coordinate of
+1.)
+</p>
+<p>The <code>\multiput</code>, <code>qbezier</code>, and <code>graphpaper</code> commands are
+described below.
+</p>
+<p>This draws a rectangle with a wavy top, using <code>\qbezier</code> for
+that curve.
+</p>
+<div class="example">
+<pre class="example">\begin{picture}(3,1.5)
+ \put(0,0){\vector(1,0){8}} % x axis
+ \put(0,0){\vector(0,1){4}} % y axis
+ \put(2,0){\line(0,1){3}} % left side rectangle
+ \put(4,0){\line(0,1){3.5}} % right side
+ \qbezier(2,3)(2.5,2.9)(3,3.25)
+ \qbezier(3,3.25)(3.5,3.6)(4,3.5)
+ \thicklines % below here, lines are twice as thick
+ \put(2,3){\line(4,1){2}}
+ \put(4.5,2.5){\framebox{Trapezoidal Rule}}
+\end{picture}
+</pre></div>
+
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="_005cput.html#g_t_005cput" accesskey="1">\put</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Place an object at a specified place.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cmultiput.html#g_t_005cmultiput" accesskey="2">\multiput</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Draw multiple instances of an object.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cqbezier.html#g_t_005cqbezier" accesskey="3">\qbezier</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Draw a quadratic Bezier curve.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cgraphpaper.html#g_t_005cgraphpaper" accesskey="4">\graphpaper</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Draw graph paper.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cline.html#g_t_005cline" accesskey="5">\line</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Draw a straight line.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005clinethickness.html#g_t_005clinethickness" accesskey="6">\linethickness</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Set thickness of horizontal and vertical lines.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cthinlines.html#g_t_005cthinlines" accesskey="7">\thinlines</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">The default line thickness.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cthicklines.html#g_t_005cthicklines" accesskey="8">\thicklines</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">A heavier line thickness.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005ccircle.html#g_t_005ccircle" accesskey="9">\circle</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Draw a circle.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005coval.html#g_t_005coval">\oval</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Draw an oval.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cshortstack.html#g_t_005cshortstack">\shortstack</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Make a stack of objects.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cvector.html#g_t_005cvector">\vector</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Draw a line with an arrow.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cmakebox-_0028picture_0029.html#g_t_005cmakebox-_0028picture_0029">\makebox (picture)</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Draw a box of the specified size.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cframebox-_0028picture_0029.html#g_t_005cframebox-_0028picture_0029">\framebox (picture)</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Draw a box with a frame around it.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cframe.html#g_t_005cframe">\frame</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Draw a frame around an object.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cdashbox.html#g_t_005cdashbox">\dashbox</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Draw a dashed box.
+</td></tr>
+</table>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/quotation-_0026-quote.html b/src/data/help/unofficial-latex2e-reference-manual/quotation-_0026-quote.html
new file mode 100644
index 00000000..a282b40c
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/quotation-_0026-quote.html
@@ -0,0 +1,173 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>quotation &amp; quote (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="quotation &amp; quote (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="quotation &amp; quote (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Environments.html#Environments" rel="up" title="Environments">
+<link href="tabbing.html#tabbing" rel="next" title="tabbing">
+<link href="_005cdashbox.html#g_t_005cdashbox" rel="prev" title="\dashbox">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="quotation-_0026-quote"></a>
+<div class="header">
+<p>
+Next: <a href="tabbing.html#tabbing" accesskey="n" rel="next">tabbing</a>, Previous: <a href="picture.html#picture" accesskey="p" rel="prev">picture</a>, Up: <a href="Environments.html#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="quotation-_0026-quote-1"></a>
+<h3 class="section">8.20 <code>quotation</code> &amp; <code>quote</code></h3>
+
+<a name="index-environment_002c-quotation"></a>
+<a name="index-quotation-environment"></a>
+
+<a name="index-quoted-text-with-paragraph-indentation_002c-displaying"></a>
+<a name="index-displaying-quoted-text-with-paragraph-indentation"></a>
+<a name="index-paragraph-indentations-in-quoted-text"></a>
+<a name="index-environment_002c-quote"></a>
+<a name="index-quote-environment"></a>
+
+<a name="index-quoted-text-without-paragraph-indentation_002c-displaying"></a>
+<a name="index-displaying-quoted-text-without-paragraph-indentation"></a>
+<a name="index-paragraph-indentations-in-quoted-text_002c-omitting"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\begin{quotation}
+ <var>text</var>
+\end{quotation}
+</pre></div>
+
+<p>or
+</p>
+<div class="example">
+<pre class="example">\begin{quote}
+ <var>text</var>
+\end{quote}
+</pre></div>
+
+<p>Include a quotation. Both environments indent margins on both sides by
+<code>\leftmargin</code> and the text is right-justified.
+</p>
+<p>They differ in how they treat paragraphs. In the <code>quotation</code>
+environment, paragraphs are indented by 1.5em and the space
+between paragraphs is small, <code>0pt plus 1pt</code>. In the <code>quote</code>
+environment, paragraphs are not indented and there is vertical space
+between paragraphs (it is the rubber length <code>\parsep</code>).
+</p>
+<div class="example">
+<pre class="example">\begin{quotation} \small\it
+ Four score and seven years ago
+ ... shall not perish from the earth.
+ \hspace{1em plus 1fill}---Abraham Lincoln
+\end{quotation}
+</pre></div>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/raisebox-depth.html b/src/data/help/unofficial-latex2e-reference-manual/raisebox-depth.html
new file mode 100644
index 00000000..ba75cce1
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/raisebox-depth.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>raisebox depth (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="raisebox depth (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="raisebox depth (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005craisebox.html#raisebox-depth">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005craisebox.html#raisebox-depth">raisebox depth</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/raisebox-height.html b/src/data/help/unofficial-latex2e-reference-manual/raisebox-height.html
new file mode 100644
index 00000000..2356755d
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/raisebox-height.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>raisebox height (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="raisebox height (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="raisebox height (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005craisebox.html#raisebox-height">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005craisebox.html#raisebox-height">raisebox height</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/raisebox-totalheight.html b/src/data/help/unofficial-latex2e-reference-manual/raisebox-totalheight.html
new file mode 100644
index 00000000..bc578d3b
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/raisebox-totalheight.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>raisebox totalheight (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="raisebox totalheight (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="raisebox totalheight (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005craisebox.html#raisebox-totalheight">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005craisebox.html#raisebox-totalheight">raisebox totalheight</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/raisebox-width.html b/src/data/help/unofficial-latex2e-reference-manual/raisebox-width.html
new file mode 100644
index 00000000..5960ee2f
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/raisebox-width.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>raisebox width (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="raisebox width (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="raisebox width (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005craisebox.html#raisebox-width">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005craisebox.html#raisebox-width">raisebox width</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/sectioning-secnumdepth.html b/src/data/help/unofficial-latex2e-reference-manual/sectioning-secnumdepth.html
new file mode 100644
index 00000000..bdb92648
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/sectioning-secnumdepth.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>sectioning secnumdepth (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="sectioning secnumdepth (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="sectioning secnumdepth (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Sectioning.html#sectioning-secnumdepth">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Sectioning.html#sectioning-secnumdepth">sectioning secnumdepth</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/sectioning-tocdepth.html b/src/data/help/unofficial-latex2e-reference-manual/sectioning-tocdepth.html
new file mode 100644
index 00000000..1d18dafd
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/sectioning-tocdepth.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>sectioning tocdepth (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="sectioning tocdepth (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="sectioning tocdepth (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Sectioning.html#sectioning-tocdepth">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Sectioning.html#sectioning-tocdepth">sectioning tocdepth</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/sloppypar.html b/src/data/help/unofficial-latex2e-reference-manual/sloppypar.html
new file mode 100644
index 00000000..134b79ab
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/sloppypar.html
@@ -0,0 +1,158 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>sloppypar (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="sloppypar (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="sloppypar (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="_005cfussy-_0026-_005csloppy.html#g_t_005cfussy-_0026-_005csloppy" rel="up" title="\fussy &amp; \sloppy">
+<link href="_005chyphenation.html#g_t_005chyphenation" rel="next" title="\hyphenation">
+<link href="_005cfussy-_0026-_005csloppy.html#g_t_005cfussy-_0026-_005csloppy" rel="prev" title="\fussy &amp; \sloppy">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="sloppypar"></a>
+<div class="header">
+<p>
+Up: <a href="_005cfussy-_0026-_005csloppy.html#g_t_005cfussy-_0026-_005csloppy" accesskey="u" rel="up">\fussy &amp; \sloppy</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="sloppypar-1"></a>
+<h4 class="subsection">9.6.1 <code>sloppypar</code></h4>
+
+<a name="index-sloppypar"></a>
+<a name="index-sloppypar-environment"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\begin{sloppypar}
+ ... paragraphs ...
+\end{sloppypar}
+</pre></div>
+
+<p>Typeset the paragraphs with <code>\sloppy</code> in effect (see <a href="_005cfussy-_0026-_005csloppy.html#g_t_005cfussy-_0026-_005csloppy">\fussy &amp; \sloppy</a>). Use this to locally adjust line breaking, to avoid
+&lsquo;<samp>Overfull box</samp>&rsquo; or &lsquo;<samp>Underfull box</samp>&rsquo; errors.
+</p>
+<p>The example is simple.
+</p>
+<div class="example">
+<pre class="example">\begin{sloppypar}
+ Her plan for the morning thus settled, she sat quietly down to her
+ book after breakfast, resolving to remain in the same place and the
+ same employment till the clock struck one; and from habitude very
+ little incommoded by the remarks and ejaculations of Mrs.\ Allen,
+ whose vacancy of mind and incapacity for thinking were such, that
+ as she never talked a great deal, so she could never be entirely
+ silent; and, therefore, while she sat at her work, if she lost her
+ needle or broke her thread, if she heard a carriage in the street,
+ or saw a speck upon her gown, she must observe it aloud, whether
+ there were anyone at leisure to answer her or not.
+\end{sloppypar}
+</pre></div>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/smallskip.html b/src/data/help/unofficial-latex2e-reference-manual/smallskip.html
new file mode 100644
index 00000000..8e73589b
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/smallskip.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>smallskip (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="smallskip (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="smallskip (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip.html#smallskip">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip.html#smallskip">smallskip</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/spacing-in-math-mode-medspace.html b/src/data/help/unofficial-latex2e-reference-manual/spacing-in-math-mode-medspace.html
new file mode 100644
index 00000000..daa4aad1
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/spacing-in-math-mode-medspace.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>spacing in math mode medspace (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="spacing in math mode medspace (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="spacing in math mode medspace (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Spacing-in-math-mode.html#spacing-in-math-mode-medspace">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Spacing-in-math-mode.html#spacing-in-math-mode-medspace">spacing in math mode medspace</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/spacing-in-math-mode-negthinspace.html b/src/data/help/unofficial-latex2e-reference-manual/spacing-in-math-mode-negthinspace.html
new file mode 100644
index 00000000..38f3129f
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/spacing-in-math-mode-negthinspace.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>spacing in math mode negthinspace (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="spacing in math mode negthinspace (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="spacing in math mode negthinspace (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Spacing-in-math-mode.html#spacing-in-math-mode-negthinspace">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Spacing-in-math-mode.html#spacing-in-math-mode-negthinspace">spacing in math mode negthinspace</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/spacing-in-math-mode-qquad.html b/src/data/help/unofficial-latex2e-reference-manual/spacing-in-math-mode-qquad.html
new file mode 100644
index 00000000..93893ff4
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/spacing-in-math-mode-qquad.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>spacing in math mode qquad (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="spacing in math mode qquad (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="spacing in math mode qquad (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Spacing-in-math-mode.html#spacing-in-math-mode-qquad">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Spacing-in-math-mode.html#spacing-in-math-mode-qquad">spacing in math mode qquad</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/spacing-in-math-mode-quad.html b/src/data/help/unofficial-latex2e-reference-manual/spacing-in-math-mode-quad.html
new file mode 100644
index 00000000..c2860640
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/spacing-in-math-mode-quad.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>spacing in math mode quad (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="spacing in math mode quad (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="spacing in math mode quad (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Spacing-in-math-mode.html#spacing-in-math-mode-quad">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Spacing-in-math-mode.html#spacing-in-math-mode-quad">spacing in math mode quad</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/spacing-in-math-mode-thickspace.html b/src/data/help/unofficial-latex2e-reference-manual/spacing-in-math-mode-thickspace.html
new file mode 100644
index 00000000..3b70bb35
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/spacing-in-math-mode-thickspace.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>spacing in math mode thickspace (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="spacing in math mode thickspace (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="spacing in math mode thickspace (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Spacing-in-math-mode.html#spacing-in-math-mode-thickspace">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Spacing-in-math-mode.html#spacing-in-math-mode-thickspace">spacing in math mode thickspace</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/spacing-in-math-mode-thinspace.html b/src/data/help/unofficial-latex2e-reference-manual/spacing-in-math-mode-thinspace.html
new file mode 100644
index 00000000..8ce4b6c6
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/spacing-in-math-mode-thinspace.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>spacing in math mode thinspace (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="spacing in math mode thinspace (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="spacing in math mode thinspace (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Spacing-in-math-mode.html#spacing-in-math-mode-thinspace">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Spacing-in-math-mode.html#spacing-in-math-mode-thinspace">spacing in math mode thinspace</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/startsection-afterskip.html b/src/data/help/unofficial-latex2e-reference-manual/startsection-afterskip.html
new file mode 100644
index 00000000..fa3e89f9
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/startsection-afterskip.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>startsection afterskip (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="startsection afterskip (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="startsection afterskip (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005c_0040startsection.html#startsection-afterskip">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005c_0040startsection.html#startsection-afterskip">startsection afterskip</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/startsection-beforeskip.html b/src/data/help/unofficial-latex2e-reference-manual/startsection-beforeskip.html
new file mode 100644
index 00000000..a3b17c95
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/startsection-beforeskip.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>startsection beforeskip (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="startsection beforeskip (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="startsection beforeskip (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005c_0040startsection.html#startsection-beforeskip">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005c_0040startsection.html#startsection-beforeskip">startsection beforeskip</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/startsection-indent.html b/src/data/help/unofficial-latex2e-reference-manual/startsection-indent.html
new file mode 100644
index 00000000..9d36b68b
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/startsection-indent.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>startsection indent (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="startsection indent (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="startsection indent (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005c_0040startsection.html#startsection-indent">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005c_0040startsection.html#startsection-indent">startsection indent</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/startsection-level.html b/src/data/help/unofficial-latex2e-reference-manual/startsection-level.html
new file mode 100644
index 00000000..a205d883
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/startsection-level.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>startsection level (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="startsection level (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="startsection level (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005c_0040startsection.html#startsection-level">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005c_0040startsection.html#startsection-level">startsection level</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/startsection-name.html b/src/data/help/unofficial-latex2e-reference-manual/startsection-name.html
new file mode 100644
index 00000000..d5df8d17
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/startsection-name.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>startsection name (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="startsection name (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="startsection name (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005c_0040startsection.html#startsection-name">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005c_0040startsection.html#startsection-name">startsection name</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/startsection-style.html b/src/data/help/unofficial-latex2e-reference-manual/startsection-style.html
new file mode 100644
index 00000000..20fb23ea
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/startsection-style.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>startsection style (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="startsection style (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="startsection style (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005c_0040startsection.html#startsection-style">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005c_0040startsection.html#startsection-style">startsection style</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/tabbing.html b/src/data/help/unofficial-latex2e-reference-manual/tabbing.html
new file mode 100644
index 00000000..7d1a8832
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/tabbing.html
@@ -0,0 +1,352 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>tabbing (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="tabbing (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="tabbing (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Environments.html#Environments" rel="up" title="Environments">
+<link href="table.html#table" rel="next" title="table">
+<link href="quotation-_0026-quote.html#quotation-_0026-quote" rel="prev" title="quotation &amp; quote">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="tabbing"></a>
+<div class="header">
+<p>
+Next: <a href="table.html#table" accesskey="n" rel="next">table</a>, Previous: <a href="quotation-_0026-quote.html#quotation-_0026-quote" accesskey="p" rel="prev">quotation &amp; quote</a>, Up: <a href="Environments.html#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="tabbing-1"></a>
+<h3 class="section">8.21 <code>tabbing</code></h3>
+
+<a name="index-environment_002c-tabbing"></a>
+<a name="index-tabbing-environment"></a>
+
+<a name="index-tab-stops_002c-using"></a>
+<a name="index-lining-text-up-using-tab-stops"></a>
+<a name="index-alignment-via-tabbing"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\begin{tabbing}
+<var>row1col1</var> \= <var>row1col2</var> ... \\
+<var>row2col1</var> \&gt; <var>row2col2</var> ... \\
+...
+\end{tabbing}
+</pre></div>
+
+<p>Align text in columns, by setting tab stops and tabbing to them much as
+was done on a typewriter. This is less often used than the environments
+<code>tabular</code> (see <a href="tabular.html#tabular">tabular</a>) or <code>array</code> (see <a href="array.html#array">array</a>) because
+in those the width of each column need not be constant and need not be
+known in advance.
+</p>
+<p>This example has a first line where the tab stops are set to explicit
+widths, ended by a <code>\kill</code> command (which is described below):
+</p>
+<div class="example">
+<pre class="example">\begin{tabbing}
+\hspace{0.75in} \= \hspace{0.40in} \= \hspace{0.40in} \kill
+Ship \&gt; Guns \&gt; Year \\
+\textit{Sophie} \&gt; 14 \&gt; 1800 \\
+\textit{Polychrest} \&gt; 24 \&gt; 1803 \\
+\textit{Lively} \&gt; 38 \&gt; 1804 \\
+\textit{Surprise} \&gt; 28 \&gt; 1805 \\
+\end{tabbing}
+</pre></div>
+
+<p>Both the <code>tabbing</code> environment and the more widely-used
+<code>tabular</code> environment put text in columns. The most important
+distinction is that in <code>tabular</code> the width of columns is
+determined automatically by LaTeX, while in <code>tabbing</code> the user
+sets the tab stops. Another distinction is that <code>tabular</code>
+generates a box, but <code>tabbing</code> can be broken across pages.
+Finally, while <code>tabular</code> can be used in any mode, <code>tabbing</code>
+can be used only in paragraph mode and it starts a new paragraph.
+</p>
+<p>A <code>tabbing</code> environment always starts a new paragraph, without
+indentation. Moreover, as shown in the example above, there is no need
+to use the starred form of the <code>\hspace</code> command at the beginning
+of a tabbed row. The right margin of the <code>tabbing</code> environment is
+the end of line, so that the width of the environment is
+<code>\linewidth</code>.
+</p>
+<a name="index-row_002c-tabbing"></a>
+<p>The <code>tabbing</code> environment contains a sequence of <em>tabbed
+rows</em>. The first tabbed row begins immediately after
+<code>\begin{tabbing}</code> and each row ends with <code>\\</code> or
+<code>\kill</code>. The last row may omit the <code>\\</code> and end with just
+<code>\end{tabbing}</code>.
+</p>
+<p>At any point the <code>tabbing</code> environment has a current tab stop
+pattern, a sequence of <em><var>n</var> &gt; 0</em> tab stops, numbered 0, 1,
+etc. These create <var>n</var> corresponding columns. Tab stop&nbsp;0 is
+always the left margin, defined by the enclosing environment. Tab
+stop number&nbsp;<var>i</var> is set if it is assigned a horizontal
+position on the page. Tab stop number&nbsp;<var>i</var> can only be set if
+all the stops 0, &hellip;, <em>i-1</em> have already been set; normally
+later stops are to the right of earlier ones.
+</p>
+<p>By default any text typeset in a <code>tabbing</code> environment is typeset
+ragged right and left-aligned on the current tab stop. Typesetting is
+done in LR mode (see <a href="Modes.html#Modes">Modes</a>).
+</p>
+<p>The following commands can be used inside a <code>tabbing</code> environment.
+They are all fragile (see <a href="_005cprotect.html#g_t_005cprotect">\protect</a>).
+</p>
+<dl compact="compact">
+<dt><code>\\ <span class="roman">(tabbing)</span></code>
+<a name="index-_005c_005c-_0028tabbing_0029"></a>
+</dt>
+<dd><p>End a tabbed line and typeset it.
+</p>
+</dd>
+<dt><code>\= <span class="roman">(tabbing)</span></code>
+<a name="index-_005c_003d-_0028tabbing_0029"></a>
+</dt>
+<dd><p>Sets a tab stop at the current position.
+</p>
+</dd>
+<dt><code>\&gt; <span class="roman">(tabbing)</span></code>
+<a name="index-_005c_003e-_0028tabbing_0029"></a>
+</dt>
+<dd><a name="index-_005c_003e"></a>
+<p>Advances to the next tab stop.
+</p>
+</dd>
+<dt><code>\&lt;</code>
+<a name="index-_005c_003c"></a>
+</dt>
+<dd><p>Put following text to the left of the local margin (without changing
+the margin). Can only be used at the start of the line.
+</p>
+</dd>
+<dt><code>\+</code>
+<a name="index-_005c_002b"></a>
+</dt>
+<dd><p>Moves the left margin of the next and all the
+following commands one tab stop to the right, beginning tabbed line if
+necessary.
+</p>
+</dd>
+<dt><code>\-</code>
+<a name="index-_005c_002d"></a>
+</dt>
+<dd><p>Moves the left margin of the next and all the
+following commands one tab stop to the left, beginning tabbed line if
+necessary.
+</p>
+</dd>
+<dt><code>\' <span class="roman">(tabbing)</span></code>
+<a name="index-_005c_0027-_0028tabbing_0029"></a>
+</dt>
+<dd><p>Moves everything that you have typed so far in the current column, i.e.,
+everything from the most recent <code>\&gt;</code>, <code>\&lt;</code>, <code>\'</code>,
+<code>\\</code>, or <code>\kill</code> command, to the previous column and aligned
+to the right, flush against the current column&rsquo;s tab stop.
+</p>
+</dd>
+<dt><code>\` <span class="roman">(tabbing)</span></code>
+<a name="index-_005c_0060-_0028tabbing_0029"></a>
+</dt>
+<dd><p>Allows you to put text flush right against any tab stop, including tab
+stop&nbsp;0. However, it can&rsquo;t move text to the right of the last
+column because there&rsquo;s no tab stop there. The <code>\`</code> command moves
+all the text that follows it, up to the <code>\\</code> or
+<code>\end{tabbing}</code> command that ends the line, to the right margin
+of the <code>tabbing</code> environment. There must be no <code>\&gt;</code> or
+<code>\'</code> command between the <code>\`</code> and the <code>\\</code> or
+<code>\end{tabbing}</code> command that ends the line.
+</p>
+</dd>
+<dt><code>\a <span class="roman">(tabbing)</span></code>
+<a name="index-_005ca-_0028tabbing_0029"></a>
+</dt>
+<dd><a name="index-_005ca_0027-_0028acute-accent-in-tabbing_0029"></a>
+<a name="index-_005ca_0060-_0028grave-accent-in-tabbing_0029"></a>
+<a name="index-_005ca_003d-_0028macron-accent-in-tabbing_0029"></a>
+<p>In a <code>tabbing</code> environment, the commands <code>\=</code>, <code>\'</code> and
+<code>\`</code> do not produce accents as usual (see <a href="Accents.html#Accents">Accents</a>). Instead,
+use the commands <code>\a=</code>, <code>\a'</code> and <code>\a`</code>.
+</p>
+</dd>
+<dt><code>\kill</code>
+<a name="index-_005ckill"></a>
+</dt>
+<dd><p>Sets tab stops without producing text. Works just like <code>\\</code> except
+that it throws away the current line instead of producing output for it.
+Any <code>\=</code>, <code>\+</code> or <code>\-</code> commands in that line remain in
+effect.
+</p>
+</dd>
+<dt><code>\poptabs</code>
+<a name="index-_005cpoptabs"></a>
+</dt>
+<dd><a name="index-_005cpoptabs-1"></a>
+<p>Restores the tab stop positions saved by the last <code>\pushtabs</code>.
+</p>
+</dd>
+<dt><code>\pushtabs</code>
+<a name="index-_005cpushtabs"></a>
+</dt>
+<dd><p>Saves all current tab stop positions. Useful for temporarily changing
+tab stop positions in the middle of a <code>tabbing</code> environment.
+</p>
+</dd>
+<dt><code>\tabbingsep</code>
+<a name="index-_005ctabbingsep"></a>
+</dt>
+<dd><p>Distance of the text moved by <code>\'</code> to left of current tab stop.
+</p>
+</dd>
+</dl>
+
+<p>This example typesets a Pascal function:
+</p>
+<div class="example">
+<pre class="example">\begin{tabbing}
+function \= fact(n : integer) : integer;\\
+ \&gt; begin \= \+ \\
+ \&gt; if \= n &gt; 1 then \+ \\
+ fact := n * fact(n-1) \- \\
+ else \+ \\
+ fact := 1; \-\- \\
+ end;\\
+\end{tabbing}
+</pre></div>
+
+<p>The output looks like this.
+</p>
+<div class="example">
+<pre class="example">function fact(n : integer) : integer;
+ begin
+ if n &gt; 1 then
+ fact := n * fact(n-1);
+ else
+ fact := 1;
+ end;
+</pre></div>
+
+<a name="index-package_002c-algorithm2e"></a>
+<a name="index-algorithm2e-package"></a>
+<a name="index-package_002c-listings"></a>
+<a name="index-listings-package"></a>
+<a name="index-package_002c-minted"></a>
+<a name="index-minted-package"></a>
+
+<a name="index-package_002c-fancyvrb"></a>
+<a name="index-fancyvrb-package"></a>
+
+<p>This example is just for illustration of the environment. To actually
+typeset computer code in typewriter like this, a verbatim environment
+(see <a href="verbatim.html#verbatim">verbatim</a>) would normally be best. For pretty-printed code,
+there are quite a few packages, including <code>algorithm2e</code>,
+<code>fancyvrb</code>, <code>listings</code>, and <code>minted</code>.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/table.html b/src/data/help/unofficial-latex2e-reference-manual/table.html
new file mode 100644
index 00000000..c813bf30
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/table.html
@@ -0,0 +1,196 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>table (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="table (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="table (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Environments.html#Environments" rel="up" title="Environments">
+<link href="tabular.html#tabular" rel="next" title="tabular">
+<link href="tabbing.html#tabbing" rel="prev" title="tabbing">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="table"></a>
+<div class="header">
+<p>
+Next: <a href="tabular.html#tabular" accesskey="n" rel="next">tabular</a>, Previous: <a href="tabbing.html#tabbing" accesskey="p" rel="prev">tabbing</a>, Up: <a href="Environments.html#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="table-1"></a>
+<h3 class="section">8.22 <code>table</code></h3>
+
+<a name="index-environment_002c-table"></a>
+<a name="index-table-environment"></a>
+
+<a name="index-tables_002c-creating"></a>
+<a name="index-creating-tables"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\begin{table}[<var>placement</var>]
+ <var>table body</var>
+ \caption[<var>loftitle</var>]{<var>title</var>} % optional
+ \label{<var>label}</var> % also optional
+\end{table}
+</pre></div>
+
+<p>A class of floats (see <a href="Floats.html#Floats">Floats</a>). They cannot be split across pages
+and so they are not typeset in sequence with the normal text but instead
+are floated to a convenient place, such as the top of a following page.
+</p>
+<p>This example <code>table</code> environment contains a <code>tabular</code>
+</p>
+<div class="example">
+<pre class="example">\begin{table}
+ \centering\small
+ \begin{tabular}{ll}
+ \multicolumn{1}{c}{\textit{Author}}
+ &amp;\multicolumn{1}{c}{\textit{Piece}} \\ \hline
+ Bach &amp;Cello Suite Number 1 \\
+ Beethoven &amp;Cello Sonata Number 3 \\
+ Brahms &amp;Cello Sonata Number 1
+ \end{tabular}
+ \caption{Top cello pieces}
+ \label{tab:cello}
+\end{table}
+</pre></div>
+
+<p>but you can put many different kinds of content in a <code>table</code>,
+including text, LaTeX commands, etc.
+</p>
+<p>For the possible values of <var>placement</var> and their effect on the
+float placement algorithm, see <a href="Floats.html#Floats">Floats</a>.
+</p>
+<p>The table body is typeset in a <code>parbox</code> of width <code>\textwidth</code>.
+It can contain text, commands, graphics, etc.
+</p>
+<p>The label is optional; it is used for cross references (see <a href="Cross-references.html#Cross-references">Cross references</a>).
+<a name="index-_005ccaption-1"></a>
+The <code>\caption</code> command is also optional. It specifies caption text
+for the table. By default it is numbered. If its optional
+<var>lottitle</var> is present then that text is used in the list of tables
+instead of <var>title</var> (see <a href="Table-of-contents-etc_002e.html#Table-of-contents-etc_002e">Table of contents etc.</a>).
+</p>
+<p>In this example the table and caption will float to the bottom of a page,
+unless it is pushed to a float page at the end.
+</p>
+<div class="example">
+<pre class="example">\begin{table}[b]
+ \centering
+ \begin{tabular}{r|p{2in}} \hline
+ One &amp;The loneliest number \\
+ Two &amp;Can be as sad as one.
+ It's the loneliest number since the number one.
+ \end{tabular}
+ \caption{Cardinal virtues}
+ \label{tab:CardinalVirtues}
+\end{table}
+</pre></div>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/tabular-arrayrulewidth.html b/src/data/help/unofficial-latex2e-reference-manual/tabular-arrayrulewidth.html
new file mode 100644
index 00000000..79a1a5ee
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/tabular-arrayrulewidth.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>tabular arrayrulewidth (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="tabular arrayrulewidth (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="tabular arrayrulewidth (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=tabular.html#tabular-arrayrulewidth">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="tabular.html#tabular-arrayrulewidth">tabular arrayrulewidth</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/tabular-arraystrech.html b/src/data/help/unofficial-latex2e-reference-manual/tabular-arraystrech.html
new file mode 100644
index 00000000..2ab6a5f7
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/tabular-arraystrech.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>tabular arraystrech (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="tabular arraystrech (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="tabular arraystrech (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=tabular.html#tabular-arraystrech">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="tabular.html#tabular-arraystrech">tabular arraystrech</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/tabular-doublerulesep.html b/src/data/help/unofficial-latex2e-reference-manual/tabular-doublerulesep.html
new file mode 100644
index 00000000..5aa0baae
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/tabular-doublerulesep.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>tabular doublerulesep (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="tabular doublerulesep (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="tabular doublerulesep (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=tabular.html#tabular-doublerulesep">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="tabular.html#tabular-doublerulesep">tabular doublerulesep</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/tabular-tabcolsep.html b/src/data/help/unofficial-latex2e-reference-manual/tabular-tabcolsep.html
new file mode 100644
index 00000000..a1daf5eb
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/tabular-tabcolsep.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>tabular tabcolsep (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="tabular tabcolsep (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="tabular tabcolsep (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=tabular.html#tabular-tabcolsep">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="tabular.html#tabular-tabcolsep">tabular tabcolsep</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/tabular.html b/src/data/help/unofficial-latex2e-reference-manual/tabular.html
new file mode 100644
index 00000000..3a01302d
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/tabular.html
@@ -0,0 +1,365 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>tabular (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="tabular (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="tabular (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Environments.html#Environments" rel="up" title="Environments">
+<link href="_005cmulticolumn.html#g_t_005cmulticolumn" rel="next" title="\multicolumn">
+<link href="table.html#table" rel="prev" title="table">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="tabular"></a>
+<div class="header">
+<p>
+Next: <a href="thebibliography.html#thebibliography" accesskey="n" rel="next">thebibliography</a>, Previous: <a href="table.html#table" accesskey="p" rel="prev">table</a>, Up: <a href="Environments.html#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="tabular-1"></a>
+<h3 class="section">8.23 <code>tabular</code></h3>
+
+<a name="index-environment_002c-tabular"></a>
+<a name="index-tabular-environment"></a>
+
+<a name="index-lines-in-tables"></a>
+<a name="index-lining-text-up-in-tables"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\begin{tabular}[<var>pos</var>]{<var>cols</var>}
+ <var>column 1 entry</var> &amp;<var>column 2 entry</var> ... &amp;<var>column n entry</var> \\
+ ...
+\end{tabular}
+</pre></div>
+
+<p>or
+</p>
+<div class="example">
+<pre class="example">\begin{tabular*}{<var>width</var>}[<var>pos</var>]{<var>cols</var>}
+ <var>column 1 entry</var> &amp;<var>column 2 entry</var> ... &amp;<var>column n entry</var> \\
+ ...
+\end{tabular*}
+</pre></div>
+
+<p>Produce a table, a box consisting of a sequence of horizontal rows.
+Each row consists of items that are aligned vertically in columns. This
+illustrates many of the features.
+</p>
+<div class="example">
+<pre class="example">\begin{tabular}{l|l}
+ \textit{Player name} &amp;\textit{Career home runs} \\
+ \hline
+ Hank Aaron &amp;755 \\
+ Babe Ruth &amp;714
+\end{tabular}
+</pre></div>
+
+<p>The output will have two left-aligned columns with a vertical bar
+between them. This is specified in <code>tabular</code>&rsquo;s argument
+<code>{l|l}</code>.
+<a name="index-_0026"></a>
+Put the entries into different columns by separating them with an
+ampersand, <code>&amp;</code>. The end of each row is marked with a double
+backslash, <code>\\</code>. Put a horizontal rule below a row, after a double
+backslash, with <code>\hline</code>.
+<a name="index-_005c_005c-for-tabular"></a>
+After the last row the <code>\\</code> is optional, unless an <code>\hline</code>
+command follows to put a rule below the table.
+</p>
+<p>The required and optional arguments to <code>tabular</code> consist of:
+</p>
+<dl compact="compact">
+<dt><var>pos</var></dt>
+<dd><p>Optional. Specifies the table&rsquo;s vertical position. The default is to
+align the table so its vertical center matches the baseline of the
+surrounding text. There are two other possible alignments: <code>t</code>
+aligns the table so its top row matches the baseline of the surrounding
+text, and <code>b</code> aligns on the bottom row.
+</p>
+<p>This only has an effect if there is other text. In the common case of a
+<code>tabular</code> alone in a <code>center</code> environment this option makes
+no difference.
+</p>
+</dd>
+<dt><var>cols</var></dt>
+<dd><p>Required. Specifies the formatting of columns. It consists of a
+sequence of the following specifiers, corresponding to the types of
+column and intercolumn material.
+</p>
+<dl compact="compact">
+<dt><code>l</code></dt>
+<dd><p>A column of left-aligned items.
+</p>
+</dd>
+<dt><code>r</code></dt>
+<dd><p>A column of right-aligned items.
+</p>
+</dd>
+<dt><code>c</code></dt>
+<dd><p>A column of centered items.
+</p>
+</dd>
+<dt><code>|</code></dt>
+<dd><p>A vertical line the full height and depth of the environment.
+</p>
+</dd>
+<dt><code>@{<var>text or space</var>}</code></dt>
+<dd><p>Insert <var>text or space</var> at this location in every row. The <var>text
+or space</var> material is typeset in LR mode. This text is fragile
+(see <a href="_005cprotect.html#g_t_005cprotect">\protect</a>).
+</p>
+<p>If between two columns there is no @-expression then LaTeX&rsquo;s
+<code>book</code>, <code>article</code>, and <code>report</code> classes will put on
+either side of each column a space of length <code>\tabcolsep</code>, which by
+default is 6pt. That is, by default adjacent columns are
+separated by 12pt (so <code>\tabcolsep</code> is misleadingly named
+since it is only half of the separation between tabular columns). In
+addition, a space of 6pt also comes before the first column and
+after the final column, unless you put a <code>@{...}</code> or <code>|</code>
+there.
+</p>
+<p>If you override the default and use an @-expression then LaTeX does
+not insert <code>\tabcolsep</code> so you must insert any desired space
+yourself, as in <code>@{\hspace{1em}}</code>.
+</p>
+<p>An empty expression <code>@{}</code> will eliminate the space. In
+particular, sometimes you want to eliminate the space before the first
+column or after the last one, as in the example below where the
+tabular lines need to lie on the left margin.
+</p>
+<div class="example">
+<pre class="example">\begin{flushleft}
+ \begin{tabular}{@{}l}
+ ...
+ \end{tabular}
+\end{flushleft}
+</pre></div>
+
+<p>The next example shows text, a decimal point between the columns,
+arranged so the numbers in the table are aligned on it.
+</p>
+<div class="example">
+<pre class="example">\begin{tabular}{r@{$.$}l}
+ $3$ &amp;$14$ \\
+ $9$ &amp;$80665$
+\end{tabular}
+</pre></div>
+
+<a name="index-_005cextracolsep"></a>
+<p>An <code>\extracolsep{<var>wd</var>}</code> command in an @-expression causes an
+extra space of width <var>wd</var> to appear to the left of all subsequent
+columns, until countermanded by another <code>\extracolsep</code>. Unlike
+ordinary intercolumn space, this extra space is not suppressed by an
+@-expression. An <code>\extracolsep</code> command can be used only in an
+@-expression in the <code>cols</code> argument. Below, LaTeX inserts the
+right amount of intercolumn space to make the entire table 4 inches
+wide.
+</p>
+<div class="example">
+<pre class="example">\begin{tabular*}{4in}{l@{\extracolsep{\fill}}l}
+ Seven times down, eight times up \ldots
+ &amp;such is life!
+\end{tabular*}
+</pre></div>
+
+<p>To insert commands that are automatically executed before a given
+column, load the <code>array</code> package and use the <code>&gt;{...}</code>
+specifier.
+</p>
+</dd>
+<dt><code>p{<var>wd</var>}</code></dt>
+<dd><p>Each item in the column is typeset in a parbox of width <var>wd</var>, as if
+it were the argument of a <code>\parbox[t]{wd}{...}</code> command.
+</p>
+<p>A line break double backslash <code>\\</code> may not appear in the item,
+except inside an environment like <code>minipage</code>, <code>array</code>, or
+<code>tabular</code>, or inside an explicit <code>\parbox</code>, or in the scope of
+a <code>\centering</code>, <code>\raggedright</code>, or <code>\raggedleft</code>
+declaration (when used in a <code>p</code>-column element these declarations
+must appear inside braces, as with <code>{\centering .. \\
+..}</code>). Otherwise LaTeX will misinterpret the double backslash as
+ending the row. Instead, to get a line break in there use
+<code>\newline</code> (see <a href="_005cnewline.html#g_t_005cnewline">\newline</a>).
+</p>
+</dd>
+<dt><code>*{<var>num</var>}{<var>cols</var>}</code></dt>
+<dd><p>Equivalent to <var>num</var> copies of <var>cols</var>, where <var>num</var> is a
+positive integer and <var>cols</var> is a list of specifiers. Thus the
+specifier <code>\begin{tabular}{|*{3}{l|r}|}</code> is equivalent to
+the specifier <code>\begin{tabular}{|l|rl|rl|r|}</code>. Note that
+<var>cols</var> may contain another <code>*</code>-expression.
+</p>
+</dd>
+</dl>
+
+</dd>
+<dt><var>width</var></dt>
+<dd><p>Required for <code>tabular*</code>, not allowed for <code>tabular</code>. Specifies
+the width of the <code>tabular*</code> environment. The space between columns
+should be rubber, as with <code>@{\extracolsep{\fill}}</code>, to allow
+the table to stretch or shrink to make the specified width, or else you
+are likely to get the <code>Underfull \hbox (badness 10000) in alignment
+...</code> warning.
+</p>
+</dd>
+</dl>
+
+<p>Parameters that control formatting:
+</p>
+<dl compact="compact">
+<dt><code>\arrayrulewidth</code>
+<a name="index-_005carrayrulewidth"></a>
+</dt>
+<dd><a name="tabular-arrayrulewidth"></a><p>A length that is the thickness of the rule created by <code>|</code>,
+<code>\hline</code>, and <code>\vline</code> in the <code>tabular</code> and <code>array</code>
+environments. The default is &lsquo;<samp>.4pt</samp>&rsquo;. Change it as in
+<code>\setlength{\arrayrulewidth}{0.8pt}</code>.
+</p>
+</dd>
+<dt><code>\arraystretch</code>
+<a name="index-_005carraystretch"></a>
+</dt>
+<dd><a name="tabular-arraystrech"></a><p>A factor by which the spacing between rows in the <code>tabular</code> and
+<code>array</code> environments is multiplied. The default is &lsquo;<samp>1</samp>&rsquo;, for
+no scaling. Change it as <code>\renewcommand{\arraystretch}{1.2}</code>.
+</p>
+</dd>
+<dt><code>\doublerulesep</code>
+<a name="index-_005cdoublerulesep"></a>
+</dt>
+<dd><a name="tabular-doublerulesep"></a><p>A length that is the distance between the vertical rules produced by the
+<code>||</code> specifier. The default is &lsquo;<samp>2pt</samp>&rsquo;.
+</p>
+</dd>
+<dt><code>\tabcolsep</code>
+<a name="index-_005ctabcolsep"></a>
+</dt>
+<dd><a name="tabular-tabcolsep"></a><p>A length that is half of the space between columns. The default is
+&lsquo;<samp>6pt</samp>&rsquo;. Change it with <code>\setlength</code>.
+</p>
+</dd>
+</dl>
+
+<p>The following commands can be used inside the body of a <code>tabular</code>
+environment, the first two inside an entry and the second two between
+lines:
+</p>
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="_005cmulticolumn.html#g_t_005cmulticolumn" accesskey="1">\multicolumn</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Make an item spanning several columns.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cvline.html#g_t_005cvline" accesskey="2">\vline</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Draw a vertical line.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005ccline.html#g_t_005ccline" accesskey="3">\cline</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Draw a horizontal line spanning some columns.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005chline.html#g_t_005chline" accesskey="4">\hline</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Draw a horizontal line spanning all columns.
+</td></tr>
+</table>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/tex-engines-latex.html b/src/data/help/unofficial-latex2e-reference-manual/tex-engines-latex.html
new file mode 100644
index 00000000..a25c9331
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/tex-engines-latex.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>tex engines latex (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="tex engines latex (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="tex engines latex (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=TeX-engines.html#tex-engines-latex">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="TeX-engines.html#tex-engines-latex">tex engines latex</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/tex-engines-lualatex.html b/src/data/help/unofficial-latex2e-reference-manual/tex-engines-lualatex.html
new file mode 100644
index 00000000..96f1b111
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/tex-engines-lualatex.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>tex engines lualatex (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="tex engines lualatex (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="tex engines lualatex (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=TeX-engines.html#tex-engines-lualatex">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="TeX-engines.html#tex-engines-lualatex">tex engines lualatex</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/tex-engines-xelatex.html b/src/data/help/unofficial-latex2e-reference-manual/tex-engines-xelatex.html
new file mode 100644
index 00000000..920514ab
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/tex-engines-xelatex.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>tex engines xelatex (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="tex engines xelatex (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="tex engines xelatex (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=TeX-engines.html#tex-engines-xelatex">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="TeX-engines.html#tex-engines-xelatex">tex engines xelatex</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/thebibliography.html b/src/data/help/unofficial-latex2e-reference-manual/thebibliography.html
new file mode 100644
index 00000000..ea4a2992
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/thebibliography.html
@@ -0,0 +1,202 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>thebibliography (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="thebibliography (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="thebibliography (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Environments.html#Environments" rel="up" title="Environments">
+<link href="_005cbibitem.html#g_t_005cbibitem" rel="next" title="\bibitem">
+<link href="_005chline.html#g_t_005chline" rel="prev" title="\hline">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="thebibliography"></a>
+<div class="header">
+<p>
+Next: <a href="theorem.html#theorem" accesskey="n" rel="next">theorem</a>, Previous: <a href="tabular.html#tabular" accesskey="p" rel="prev">tabular</a>, Up: <a href="Environments.html#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="thebibliography-1"></a>
+<h3 class="section">8.24 <code>thebibliography</code></h3>
+
+<a name="index-environment_002c-thebibliography"></a>
+<a name="index-thebibliography-environment"></a>
+
+<a name="index-bibliography_002c-creating-_0028manually_0029"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\begin{thebibliography}{<var>widest-label</var>}
+ \bibitem[<var>label</var>]{<var>cite_key}</var>
+ ...
+\end{thebibliography}
+</pre></div>
+
+<p>Produce a bibliography or reference list. There are two ways to produce
+bibliographic lists. This environment is suitable when you have only a
+few references and can maintain the list by hand. See <a href="Using-BibTeX.html#Using-BibTeX">Using BibTeX</a>
+for a more sophisticated approach.
+</p>
+<p>This shows the environment with two entries.
+</p>
+<div class="example">
+<pre class="example">This work is based on \cite{latexdps}.
+Together they are \cite{latexdps, texbook}.
+ ...
+\begin{thebibliography}{9}
+\bibitem{latexdps}
+ Leslie Lamport.
+ \textit{\LaTeX{}: a document preparation system}.
+ Addison-Wesley, Reading, Massachusetts, 1993.
+\bibitem{texbook}
+ Donald Ervin Knuth.
+ \textit{The \TeX book}.
+ Addison-Wesley, Reading, Massachusetts, 1983.
+\end{thebibliography}
+</pre></div>
+
+<p>This styles the first reference as &lsquo;<samp>[1] Leslie ...</samp>&rsquo;, and so that
+<code>\cite{latexdps}</code> produces the matching &lsquo;<samp>... based on [1]</samp>&rsquo;.
+The second <code>\cite</code> produces &lsquo;<samp>[1, 2]</samp>&rsquo;. You must compile the
+document twice to resolve these references.
+</p>
+<p>The mandatory argument <var>widest-label</var> is text that, when typeset, is
+as wide as the widest item label produced by the <code>\bibitem</code>
+commands. The tradition is to use <code>9</code> for bibliographies with less
+than 10 references, <code>99</code> for ones with less than 100, etc.
+</p>
+<p>The bibliographic list is headed by a title such as &lsquo;<samp>Bibliography</samp>&rsquo;.
+To change it there are two cases. In the <samp>book</samp> and <samp>report</samp>
+classes, where the top level sectioning is <code>\chapter</code> and the
+default title is &lsquo;<samp>Bibliography</samp>&rsquo;, that title is in the macro
+<code>\bibname</code>. For <samp>article</samp>, where the class&rsquo;s top level
+sectioning is <code>\section</code> and the default is &lsquo;<samp>References</samp>&rsquo;, the
+title is in macro <code>\refname</code>. Change it by redefining the command,
+as with <code>\renewcommand{\refname}{Cited references}</code> after
+<code>\begin{document}</code>.
+</p>
+<a name="index-package_002c-babel-1"></a>
+<a name="index-babel-package-1"></a>
+
+<p>Language support packages such as <samp>babel</samp> will automatically
+redefine <code>\refname</code> or <code>\bibname</code> to fit the selected
+language.
+</p>
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="_005cbibitem.html#g_t_005cbibitem" accesskey="1">\bibitem</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Specify a bibliography item.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005ccite.html#g_t_005ccite" accesskey="2">\cite</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Refer to a bibliography item.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="_005cnocite.html#g_t_005cnocite" accesskey="3">\nocite</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Include an item in the bibliography.
+</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="Using-BibTeX.html#Using-BibTeX" accesskey="4">Using BibTeX</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Automatic generation of bibliographies.
+</td></tr>
+</table>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/theorem.html b/src/data/help/unofficial-latex2e-reference-manual/theorem.html
new file mode 100644
index 00000000..090c860e
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/theorem.html
@@ -0,0 +1,169 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>theorem (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="theorem (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="theorem (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Environments.html#Environments" rel="up" title="Environments">
+<link href="titlepage.html#titlepage" rel="next" title="titlepage">
+<link href="Using-BibTeX.html#Using-BibTeX" rel="prev" title="Using BibTeX">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="theorem"></a>
+<div class="header">
+<p>
+Next: <a href="titlepage.html#titlepage" accesskey="n" rel="next">titlepage</a>, Previous: <a href="thebibliography.html#thebibliography" accesskey="p" rel="prev">thebibliography</a>, Up: <a href="Environments.html#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="theorem-1"></a>
+<h3 class="section">8.25 <code>theorem</code></h3>
+
+<a name="index-environment_002c-theorem"></a>
+<a name="index-theorem-environment"></a>
+
+<a name="index-theorems_002c-typesetting"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\begin{theorem}
+ <var>theorem body</var>
+\end{theorem}
+</pre></div>
+
+<p>Produces &lsquo;<samp>Theorem <var>n</var></samp>&rsquo; in boldface followed by <var>theorem
+body</var> in italics. The numbering possibilities for <var>n</var> are described under
+<code>\newtheorem</code> (see <a href="_005cnewtheorem.html#g_t_005cnewtheorem">\newtheorem</a>).
+</p>
+<div class="example">
+<pre class="example">\newtheorem{lem}{Lemma} % in preamble
+\newtheorem{thm}{Theorem}
+ ...
+\begin{lem} % in document body
+ text of lemma
+\end{lem}
+
+The next result follows immediately.
+\begin{thm}[Gauss] % put `Gauss' in parens after theorem head
+ text of theorem
+\end{thm}
+</pre></div>
+
+<a name="index-package_002c-amsmath-4"></a>
+<a name="index-amsmath-package-4"></a>
+
+<a name="index-package_002c-amsthm"></a>
+<a name="index-amsthm-package"></a>
+
+<p>Most new documents use the packages <code>amsthm</code> and <code>amsmath</code>
+from the American Mathematical Society. Among other things these
+packages include a large number of options for theorem environments,
+such as styling options.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/titlepage.html b/src/data/help/unofficial-latex2e-reference-manual/titlepage.html
new file mode 100644
index 00000000..86ffa3b1
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/titlepage.html
@@ -0,0 +1,173 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>titlepage (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="titlepage (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="titlepage (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Environments.html#Environments" rel="up" title="Environments">
+<link href="verbatim.html#verbatim" rel="next" title="verbatim">
+<link href="theorem.html#theorem" rel="prev" title="theorem">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="titlepage"></a>
+<div class="header">
+<p>
+Next: <a href="verbatim.html#verbatim" accesskey="n" rel="next">verbatim</a>, Previous: <a href="theorem.html#theorem" accesskey="p" rel="prev">theorem</a>, Up: <a href="Environments.html#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="titlepage-1"></a>
+<h3 class="section">8.26 <code>titlepage</code></h3>
+
+<a name="index-environment_002c-titlepage"></a>
+<a name="index-titlepage-environment"></a>
+
+<a name="index-making-a-title-page"></a>
+<a name="index-title-pages_002c-creating"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\begin{titlepage}
+ ... text and spacing ...
+\end{titlepage}
+</pre></div>
+
+<p>Create a title page, a page with no printed page number or heading and
+with succeeding pages numbered starting with page one.
+</p>
+<p>In this example all formatting, including vertical spacing, is left to
+the author.
+</p>
+<div class="example">
+<pre class="example">\begin{titlepage}
+\vspace*{\stretch{1}}
+\begin{center}
+ {\huge\bfseries Thesis \\[1ex]
+ title} \\[6.5ex]
+ {\large\bfseries Author name} \\
+ \vspace{4ex}
+ Thesis submitted to \\[5pt]
+ \textit{University name} \\[2cm]
+ in partial fulfilment for the award of the degree of \\[2cm]
+ \textsc{\Large Doctor of Philosophy} \\[2ex]
+ \textsc{\large Mathematics} \\[12ex]
+ \vfill
+ Department of Mathematics \\
+ Address \\
+ \vfill
+ \today
+\end{center}
+\vspace{\stretch{2}}
+\end{titlepage}
+</pre></div>
+
+<p>To instead produce a standard title page without a <code>titlepage</code>
+environment, use <code>\maketitle</code> (see <a href="_005cmaketitle.html#g_t_005cmaketitle">\maketitle</a>).
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/trivlist.html b/src/data/help/unofficial-latex2e-reference-manual/trivlist.html
new file mode 100644
index 00000000..5d7520db
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/trivlist.html
@@ -0,0 +1,170 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>trivlist (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="trivlist (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="trivlist (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="list.html#list" rel="up" title="list">
+<link href="math.html#math" rel="next" title="math">
+<link href="_005citem.html#g_t_005citem" rel="prev" title="\item">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="trivlist"></a>
+<div class="header">
+<p>
+Previous: <a href="_005citem.html#g_t_005citem" accesskey="p" rel="prev">\item</a>, Up: <a href="list.html#list" accesskey="u" rel="up">list</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="trivlist_003a-A-restricted-form-of-list"></a>
+<h4 class="subsection">8.16.2 <code>trivlist</code>: A restricted form of <code>list</code></h4>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\begin{trivlist}
+ ...
+\end{trivlist}
+</pre></div>
+
+<p>A restricted version of the list environment, in which margins are not
+indented and an <code>\item</code> without an optional argument produces no
+text. It is most often used in macros, to define an environment where
+the <code>\item</code> command as part of the environment&rsquo;s definition. For
+instance, the <code>center</code> environment is defined essentially like
+this:
+</p>
+<div class="example">
+<pre class="example">\newenvironment{center}
+ {\begin{trivlist}\centering\item\relax}
+ {\end{trivlist}}
+</pre></div>
+
+<p>Using <code>trivlist</code> in this way allows the macro to inherit some
+common code: combining vertical space of two adjacent environments;
+detecting whether the text following the environment should be
+considered a new paragraph or a continuation of the previous one;
+adjusting the left and right margins for possible nested list
+environments.
+</p>
+<p>Specifically, <code>trivlist</code> uses the current values of the list
+parameters (see <a href="list.html#list">list</a>), except that <code>\parsep</code> is set to the
+value of <code>\parskip</code>, and <code>\leftmargin</code>, <code>\labelwidth</code>,
+and <code>\itemindent</code> are set to zero.
+</p>
+<p>This example outputs the items as two paragraphs, except that (by
+default) they have no paragraph indent and are vertically separated.
+</p>
+<div class="example">
+<pre class="example">\begin{trivlist}
+\item The \textit{Surprise} is not old; no one would call her old.
+\item She has a bluff bow, lovely lines.
+\end{trivlist}
+</pre></div>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/tugboat-template.html b/src/data/help/unofficial-latex2e-reference-manual/tugboat-template.html
new file mode 100644
index 00000000..8ea9b066
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/tugboat-template.html
@@ -0,0 +1,214 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>tugboat template (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="tugboat template (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="tugboat template (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Document-templates.html#Document-templates" rel="up" title="Document templates">
+<link href="IndexDocument.html#Index" rel="next" title="Index">
+<link href="Larger-book-template.html#Larger-book-template" rel="prev" title="Larger book template">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="tugboat-template"></a>
+<div class="header">
+<p>
+Previous: <a href="Larger-book-template.html#Larger-book-template" accesskey="p" rel="prev">Larger book template</a>, Up: <a href="Document-templates.html#Document-templates" accesskey="u" rel="up">Document templates</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="tugboat-template-1"></a>
+<h3 class="section">A.5 <code>tugboat</code> template</h3>
+
+<a name="index-template_002c-TUGboat"></a>
+<a name="index-TUGboat-template"></a>
+<a name="index-ltugboat-class"></a>
+
+<p><cite>TUGboat</cite> is the journal of the TeX Users Group,
+<a href="http://tug.org/TUGboat">http://tug.org/TUGboat</a>.
+</p>
+<pre class="verbatim">\documentclass{ltugboat}
+
+\usepackage{graphicx}
+\usepackage{ifpdf}
+\ifpdf
+\usepackage[breaklinks,hidelinks]{hyperref}
+\else
+\usepackage{url}
+\fi
+
+%%% Start of metadata %%%
+
+\title{Example \TUB\ article}
+
+% repeat info for each author.
+\author{First Last}
+\address{Street Address \\ Town, Postal \\ Country}
+\netaddress{user (at) example dot org}
+\personalURL{http://example.org/~user/}
+
+%%% End of metadata %%%
+
+\begin{document}
+
+\maketitle
+
+\begin{abstract}
+This is an example article for \TUB{}.
+Please write an abstract.
+\end{abstract}
+
+\section{Introduction}
+
+This is an example article for \TUB, linked from
+\url{http://tug.org/TUGboat/location.html}.
+
+We recommend the \texttt{graphicx} package for image inclusions, and the
+\texttt{hyperref} package if active urls are desired (in the \acro{PDF}
+output). Nowadays \TUB\ is produced using \acro{PDF} files exclusively.
+
+The \texttt{ltugboat} class provides these abbreviations (and many more):
+% verbatim blocks are often better in \small
+\begin{verbatim}[\small]
+\AllTeX \AMS \AmS \AmSLaTeX \AmSTeX \aw \AW
+\BibTeX \CTAN \DTD \HTML
+\ISBN \ISSN \LaTeXe
+\mf \MFB
+\plain \POBox \PS
+\SGML \TANGLE \TB \TP
+\TUB \TUG \tug
+\UNIX \XeT \WEB \WEAVE
+
+\, \bull \Dash \dash \hyph
+
+\acro{FRED} -&gt; {\small[er] fred} % please use!
+\cs{fred} -&gt; \fred
+\meta{fred} -&gt; &lt;fred&gt;
+\nth{n} -&gt; 1st, 2nd, ...
+\sfrac{3/4} -&gt; 3/4
+\booktitle{Book of Fred}
+\end{verbatim}
+
+For references to other \TUB\ issue, please use the format
+\textsl{volno:issno}, e.g., ``\TUB\ 32:1'' for our \nth{100} issue.
+
+This file is just a template. The \TUB\ style documentation is the
+\texttt{ltubguid} document at \url{http://ctan.org/pkg/tugboat}. (For
+\CTAN\ references, where sensible we recommend that form of url, using
+\texttt{/pkg/}; or, if you need to refer to a specific file location,
+\texttt{http://mirror.ctan.org/\textsl{path}}.)
+
+Email \verb|tugboat@tug.org| if problems or questions.
+
+\bibliographystyle{plain} % we recommend the plain bibliography style
+\nocite{book-minimal} % just making the bibliography non-empty
+\bibliography{xampl} % xampl.bib comes with BibTeX
+
+\makesignature
+\end{document}
+</pre>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/twocolumn-columnsep.html b/src/data/help/unofficial-latex2e-reference-manual/twocolumn-columnsep.html
new file mode 100644
index 00000000..566cbaae
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/twocolumn-columnsep.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>twocolumn columnsep (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="twocolumn columnsep (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="twocolumn columnsep (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005ctwocolumn.html#twocolumn-columnsep">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005ctwocolumn.html#twocolumn-columnsep">twocolumn columnsep</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/twocolumn-columnseprule.html b/src/data/help/unofficial-latex2e-reference-manual/twocolumn-columnseprule.html
new file mode 100644
index 00000000..b87959d8
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/twocolumn-columnseprule.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>twocolumn columnseprule (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="twocolumn columnseprule (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="twocolumn columnseprule (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005ctwocolumn.html#twocolumn-columnseprule">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005ctwocolumn.html#twocolumn-columnseprule">twocolumn columnseprule</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/twocolumn-columnwidth.html b/src/data/help/unofficial-latex2e-reference-manual/twocolumn-columnwidth.html
new file mode 100644
index 00000000..84f52dae
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/twocolumn-columnwidth.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>twocolumn columnwidth (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="twocolumn columnwidth (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="twocolumn columnwidth (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005ctwocolumn.html#twocolumn-columnwidth">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005ctwocolumn.html#twocolumn-columnwidth">twocolumn columnwidth</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/twocolumn-dblfloatpagefraction.html b/src/data/help/unofficial-latex2e-reference-manual/twocolumn-dblfloatpagefraction.html
new file mode 100644
index 00000000..d5c04d36
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/twocolumn-dblfloatpagefraction.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>twocolumn dblfloatpagefraction (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="twocolumn dblfloatpagefraction (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="twocolumn dblfloatpagefraction (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005ctwocolumn.html#twocolumn-dblfloatpagefraction">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005ctwocolumn.html#twocolumn-dblfloatpagefraction">twocolumn dblfloatpagefraction</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/twocolumn-dblfloatsep.html b/src/data/help/unofficial-latex2e-reference-manual/twocolumn-dblfloatsep.html
new file mode 100644
index 00000000..ddd8bccc
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/twocolumn-dblfloatsep.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>twocolumn dblfloatsep (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="twocolumn dblfloatsep (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="twocolumn dblfloatsep (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005ctwocolumn.html#twocolumn-dblfloatsep">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005ctwocolumn.html#twocolumn-dblfloatsep">twocolumn dblfloatsep</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/twocolumn-dbltextfloatsep.html b/src/data/help/unofficial-latex2e-reference-manual/twocolumn-dbltextfloatsep.html
new file mode 100644
index 00000000..b8b87b21
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/twocolumn-dbltextfloatsep.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>twocolumn dbltextfloatsep (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="twocolumn dbltextfloatsep (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="twocolumn dbltextfloatsep (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005ctwocolumn.html#twocolumn-dbltextfloatsep">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005ctwocolumn.html#twocolumn-dbltextfloatsep">twocolumn dbltextfloatsep</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/twocolumn-dbltopfraction.html b/src/data/help/unofficial-latex2e-reference-manual/twocolumn-dbltopfraction.html
new file mode 100644
index 00000000..a7a16799
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/twocolumn-dbltopfraction.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>twocolumn dbltopfraction (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="twocolumn dbltopfraction (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="twocolumn dbltopfraction (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005ctwocolumn.html#twocolumn-dbltopfraction">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005ctwocolumn.html#twocolumn-dbltopfraction">twocolumn dbltopfraction</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/twocolumn-dbltopnumber.html b/src/data/help/unofficial-latex2e-reference-manual/twocolumn-dbltopnumber.html
new file mode 100644
index 00000000..77a2fce5
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/twocolumn-dbltopnumber.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>twocolumn dbltopnumber (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="twocolumn dbltopnumber (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="twocolumn dbltopnumber (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=_005ctwocolumn.html#twocolumn-dbltopnumber">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="_005ctwocolumn.html#twocolumn-dbltopnumber">twocolumn dbltopnumber</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/units-of-length-bp.html b/src/data/help/unofficial-latex2e-reference-manual/units-of-length-bp.html
new file mode 100644
index 00000000..355f9d91
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/units-of-length-bp.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>units of length bp (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="units of length bp (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="units of length bp (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Units-of-length.html#units-of-length-bp">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Units-of-length.html#units-of-length-bp">units of length bp</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/units-of-length-cc.html b/src/data/help/unofficial-latex2e-reference-manual/units-of-length-cc.html
new file mode 100644
index 00000000..5b00a8bf
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/units-of-length-cc.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>units of length cc (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="units of length cc (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="units of length cc (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Units-of-length.html#units-of-length-cc">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Units-of-length.html#units-of-length-cc">units of length cc</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/units-of-length-cm.html b/src/data/help/unofficial-latex2e-reference-manual/units-of-length-cm.html
new file mode 100644
index 00000000..769fbc55
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/units-of-length-cm.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>units of length cm (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="units of length cm (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="units of length cm (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Units-of-length.html#units-of-length-cm">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Units-of-length.html#units-of-length-cm">units of length cm</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/units-of-length-dd.html b/src/data/help/unofficial-latex2e-reference-manual/units-of-length-dd.html
new file mode 100644
index 00000000..3794cca0
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/units-of-length-dd.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>units of length dd (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="units of length dd (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="units of length dd (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Units-of-length.html#units-of-length-dd">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Units-of-length.html#units-of-length-dd">units of length dd</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/units-of-length-em.html b/src/data/help/unofficial-latex2e-reference-manual/units-of-length-em.html
new file mode 100644
index 00000000..f399adba
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/units-of-length-em.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>units of length em (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="units of length em (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="units of length em (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Units-of-length.html#units-of-length-em">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Units-of-length.html#units-of-length-em">units of length em</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/units-of-length-en.html b/src/data/help/unofficial-latex2e-reference-manual/units-of-length-en.html
new file mode 100644
index 00000000..d2233445
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/units-of-length-en.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>units of length en (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="units of length en (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="units of length en (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Units-of-length.html#units-of-length-en">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Units-of-length.html#units-of-length-en">units of length en</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/units-of-length-ex.html b/src/data/help/unofficial-latex2e-reference-manual/units-of-length-ex.html
new file mode 100644
index 00000000..7e17ee01
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/units-of-length-ex.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>units of length ex (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="units of length ex (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="units of length ex (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Units-of-length.html#units-of-length-ex">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Units-of-length.html#units-of-length-ex">units of length ex</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/units-of-length-in.html b/src/data/help/unofficial-latex2e-reference-manual/units-of-length-in.html
new file mode 100644
index 00000000..8d92d461
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/units-of-length-in.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>units of length in (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="units of length in (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="units of length in (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Units-of-length.html#units-of-length-in">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Units-of-length.html#units-of-length-in">units of length in</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/units-of-length-mm.html b/src/data/help/unofficial-latex2e-reference-manual/units-of-length-mm.html
new file mode 100644
index 00000000..19dc4659
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/units-of-length-mm.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>units of length mm (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="units of length mm (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="units of length mm (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Units-of-length.html#units-of-length-mm">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Units-of-length.html#units-of-length-mm">units of length mm</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/units-of-length-pc.html b/src/data/help/unofficial-latex2e-reference-manual/units-of-length-pc.html
new file mode 100644
index 00000000..d31787f7
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/units-of-length-pc.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>units of length pc (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="units of length pc (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="units of length pc (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Units-of-length.html#units-of-length-pc">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Units-of-length.html#units-of-length-pc">units of length pc</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/units-of-length-pt.html b/src/data/help/unofficial-latex2e-reference-manual/units-of-length-pt.html
new file mode 100644
index 00000000..b4614ad4
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/units-of-length-pt.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>units of length pt (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="units of length pt (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="units of length pt (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Units-of-length.html#units-of-length-pt">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Units-of-length.html#units-of-length-pt">units of length pt</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/units-of-length-sp.html b/src/data/help/unofficial-latex2e-reference-manual/units-of-length-sp.html
new file mode 100644
index 00000000..ad0f14f7
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/units-of-length-sp.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>units of length sp (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="units of length sp (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="units of length sp (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=Units-of-length.html#units-of-length-sp">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="Units-of-length.html#units-of-length-sp">units of length sp</a>.</p>
+</body>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/verbatim.html b/src/data/help/unofficial-latex2e-reference-manual/verbatim.html
new file mode 100644
index 00000000..45d5496b
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/verbatim.html
@@ -0,0 +1,196 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>verbatim (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="verbatim (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="verbatim (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Environments.html#Environments" rel="up" title="Environments">
+<link href="_005cverb.html#g_t_005cverb" rel="next" title="\verb">
+<link href="titlepage.html#titlepage" rel="prev" title="titlepage">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="verbatim"></a>
+<div class="header">
+<p>
+Next: <a href="verse.html#verse" accesskey="n" rel="next">verse</a>, Previous: <a href="titlepage.html#titlepage" accesskey="p" rel="prev">titlepage</a>, Up: <a href="Environments.html#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="verbatim-1"></a>
+<h3 class="section">8.27 <code>verbatim</code></h3>
+
+<a name="index-environment_002c-verbatim"></a>
+<a name="index-verbatim-environment"></a>
+
+<a name="index-verbatim-text"></a>
+<a name="index-simulating-typed-text"></a>
+<a name="index-typed-text_002c-simulating"></a>
+<a name="index-code_002c-typesetting"></a>
+<a name="index-computer-programs_002c-typesetting"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\begin{verbatim}
+<var>literal-text</var>
+\end{verbatim}
+</pre></div>
+
+<p>A paragraph-making environment in which LaTeX produces as output
+exactly what you type as input. For instance inside <var>literal-text</var>
+the backslash&nbsp;<code>\</code> character does not start commands, it
+produces a printed &lsquo;<samp>\</samp>&rsquo;, and carriage returns and blanks are taken
+literally. The output appears in a monospaced typewriter-like font
+(<code>\tt</code>).
+</p>
+<div class="example">
+<pre class="example">\begin{verbatim}
+Symbol swearing: %&amp;$#?!.
+\end{verbatim}
+</pre></div>
+
+<p>The only restriction on <code>literal-text</code> is that it cannot include
+the string <code>\end{verbatim}</code>.
+</p>
+<a name="index-package_002c-cprotect"></a>
+<a name="index-cprotect-package"></a>
+
+<p>You cannot use the verbatim environment in the argument to macros, for
+instance in the argument to a <code>\section</code>. This is not the same as
+commands being fragile (see <a href="_005cprotect.html#g_t_005cprotect">\protect</a>), instead it just cannot appear
+there. (But the <code>cprotect</code> package can help with this.)
+</p>
+<a name="index-package_002c-listings-1"></a>
+<a name="index-listings-package-1"></a>
+
+<a name="index-package_002c-minted-1"></a>
+<a name="index-minted-package-1"></a>
+
+<p>One common use of verbatim input is to typeset computer code. There are
+packages that are an improvement the <code>verbatim</code> environment. For
+instance, one improvement is to allow the verbatim inclusion of external
+files, or parts of those files. Such packages include <code>listings</code>,
+and <code>minted</code>.
+</p>
+<a name="index-package_002c-fancyvrb-1"></a>
+<a name="index-fancyvrb-package-1"></a>
+
+<a name="index-package_002c-verbatimbox"></a>
+<a name="index-verbatimbox-package"></a>
+
+<p>A package that provides many more options for verbatim environments is
+<code>fancyvrb</code>. Another is <code>verbatimbox</code>.
+</p>
+<p>For a list of all the relevant packages, see CTAN.
+</p>
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="_005cverb.html#g_t_005cverb" accesskey="1">\verb</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">The macro form of the <code>verbatim</code> environment.
+</td></tr>
+</table>
+
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/data/help/unofficial-latex2e-reference-manual/verse.html b/src/data/help/unofficial-latex2e-reference-manual/verse.html
new file mode 100644
index 00000000..ef58fa17
--- /dev/null
+++ b/src/data/help/unofficial-latex2e-reference-manual/verse.html
@@ -0,0 +1,172 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- This document is an unofficial reference manual for LaTeX, a
+document preparation system, version of November 2018.
+
+This manual was originally translated from LATEX.HLP v1.0a in the
+VMS Help Library. The pre-translation version was written by
+George D. Greenwade of Sam Houston State University. The
+LaTeX 2.09 version was written by Stephen Gilmore. The
+LaTeX2e version was adapted from this by Torsten Martinsen. Karl
+Berry made further updates and additions, and gratefully acknowledges
+using Hypertext Help with LaTeX, by Sheldon Green, and
+LaTeX Command Summary (for LaTeX 2.09) by
+L. Botway and C. Biemesderfer (published by the TeX Users
+Group as TeXniques number 10), as reference material. We also
+gratefully acknowledge additional material appearing in
+latex2e-reference by Martin Herbert Dietze. (From these references no
+text was directly copied.)
+
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014, 2015, 2016, 2017, 2018 Karl Berry.
+
+Copyright 1988, 1994, 2007 Stephen Gilmore.
+
+Copyright 1994, 1995, 1996 Torsten Martinsen.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>verse (LaTeX2e unofficial reference manual (November 2018))</title>
+
+<meta name="description" content="verse (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="keywords" content="verse (LaTeX2e unofficial reference manual (November 2018))">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="makeinfo">
+<link href="index.html#Top" rel="start" title="Top">
+<link href="IndexDocument.html#Index" rel="index" title="Index">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Environments.html#Environments" rel="up" title="Environments">
+<link href="Line-breaking.html#Line-breaking" rel="next" title="Line breaking">
+<link href="_005cverb.html#g_t_005cverb" rel="prev" title="\verb">
+<style type="text/css">
+<!--
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}
+
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="verse"></a>
+<div class="header">
+<p>
+Previous: <a href="verbatim.html#verbatim" accesskey="p" rel="prev">verbatim</a>, Up: <a href="Environments.html#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="IndexDocument.html#Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<hr>
+<a name="verse-1"></a>
+<h3 class="section">8.28 <code>verse</code></h3>
+
+<a name="index-environment_002c-verse"></a>
+<a name="index-verse-environment"></a>
+
+<a name="index-poetry_002c-an-environment-for"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\begin{verse}
+ <var>line1</var> \\
+ <var>line2</var> \\
+ ...
+\end{verse}
+</pre></div>
+
+<p>An environment for poetry.
+</p>
+<p>Here are two lines from Shakespeare&rsquo;s Romeo and Juliet.
+</p>
+<div class="example">
+<pre class="example">Then plainly know my heart's dear love is set \\
+On the fair daughter of rich Capulet.
+</pre></div>
+
+<a name="index-_005c_005c-for-verse"></a>
+<p>Separate the lines of each stanza with <code>\\</code>, and use one or more
+blank lines to separate the stanzas.
+</p>
+<div class="example">
+<pre class="example">\begin{verse}
+\makebox[\linewidth][c]{\textit{Shut Not Your Doors} ---Walt Whitman}
+ \\[1\baselineskip]
+Shut not your doors to me proud libraries, \\
+For that which was lacking on all your well-fill'd shelves, \\
+\qquad yet needed most, I bring, \\
+Forth from the war emerging, a book I have made, \\
+The words of my book nothing, the drift of it every thing, \\
+A book separate, not link'd with the rest nor felt by the intellect, \\
+But you ye untold latencies will thrill to every page.
+\end{verse}
+</pre></div>
+
+<p>The output has margins indented on the left and the right, paragraphs
+are not indented, and the text is not right-justified.
+</p>
+
+
+
+<hr/><div class='referenceinfo'> <a href='https://latexref.xyz/'> <i>Unofficial LaTeX2e reference manual</i></a></div>
+</body>
+</html>
diff --git a/src/kile.cpp b/src/kile.cpp
index 68fb2264..de30d1c3 100644
--- a/src/kile.cpp
+++ b/src/kile.cpp
@@ -1,3043 +1,3035 @@
/****************************************************************************************
Copyright (C) 2003 by Jeroen Wijnhout (Jeroen.Wijnhout@kdemail.net)
- (C) 2007-2018 by Michel Ludwig (michel.ludwig@kdemail.net)
+ (C) 2007-2019 by Michel Ludwig (michel.ludwig@kdemail.net)
(C) 2007 Holger Danielsson (holger.danielsson@versanet.de)
(C) 2009 Thomas Braun (thomas.braun@virtuell-zuhause.de)
****************************************************************************************/
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
// 2007-03-12 dani
// - use KileDocument::Extensions
#include "kile.h"
#include <config.h>
#include <QAction>
#include <QHideEvent>
#include <QMenuBar>
#include <QPointer>
#include <QShowEvent>
#include <QSplashScreen>
#include <QStandardPaths>
#include <QStatusBar>
#include <QXmlStreamWriter>
#include <KAboutApplicationDialog>
#include <KAboutData>
#include <KActionMenu>
#include <KConfigGroup>
#include <KEditToolBar>
#include <KHelpMenu>
#include <KIconLoader>
#include <KIO/DesktopExecParser>
#include <KLocalizedString>
#include <KMessageBox>
#include <KRecentFilesAction>
#include <KShortcutsDialog>
#include <KToggleAction>
#include <KXMLGUIFactory>
#include <KXmlGuiWindow>
#include <KSelectAction>
#include <KWindowSystem>
#include "abbreviationmanager.h"
#include "configurationmanager.h"
#include "documentinfo.h"
#include "errorhandler.h"
#include "kileactions.h"
#include "kiledebug.h"
#include "kilestdactions.h"
#include "widgets/statusbar.h"
#include "dialogs/configurationdialog.h"
#include "kileproject.h"
#include "widgets/projectview.h"
#include "dialogs/projectdialogs.h"
#include "kilelyxserver.h"
#include "dialogs/findfilesdialog.h"
#include "kiletool_enums.h"
#include "kiletool.h"
#include "kiletoolmanager.h"
#include "kilestdtools.h"
#include "widgets/outputview.h"
#include "widgets/konsolewidget.h"
#include "dialogs/quickdocumentdialog.h"
#include "dialogs/tabbingdialog.h"
#include "widgets/structurewidget.h"
#include "convert.h"
#include "dialogs/includegraphicsdialog.h"
#include "kiledocmanager.h"
#include "kileversion.h"
#include "kileviewmanager.h"
#include "kileconfig.h"
#include "dialogs/configcheckerdialog.h"
#include "widgets/sidebar.h"
#include "dialogs/floatdialog.h"
#include "dialogs/mathenvironmentdialog.h"
#include "dialogs/tabular/newtabulardialog.h"
#include "dialogs/postscriptdialog.h"
#include "dialogs/pdf-wizard/pdfdialog.h"
#include "latexcmd.h"
#include "mainadaptor.h"
#include "dialogs/statisticsdialog.h"
#include "widgets/scriptsmanagementwidget.h"
#include "scriptmanager.h"
#include "widgets/previewwidget.h"
#include "symbolviewclasses.h"
#include "livepreview.h"
#include "parser/parsermanager.h"
#include "dialogs/usermenu/usermenudialog.h"
#include "usermenu/usermenudata.h"
#include "usermenu/usermenu.h"
#include "utilities.h"
#define LOG_TAB 0
#define OUTPUT_TAB 1
#define KONSOLE_TAB 2
#define PREVIEW_TAB 3
/*
* Class Kile.
*/
Kile::Kile(bool allowRestore, QWidget *parent)
: KParts::MainWindow(),
KileInfo(this),
m_toolsToolBar(Q_NULLPTR), // we have to set all of these to null as the constructor
m_userHelpActionMenu(Q_NULLPTR), // might return early
m_bibTagSettings(Q_NULLPTR),
m_compilerActions(Q_NULLPTR),
m_viewActions(Q_NULLPTR),
m_convertActions(Q_NULLPTR),
m_quickActions(Q_NULLPTR),
m_bibTagActionMenu(Q_NULLPTR),
ModeAction(Q_NULLPTR),
WatchFileAction(Q_NULLPTR),
m_actionMessageView(Q_NULLPTR),
m_actRecentFiles(Q_NULLPTR),
m_pFullScreen(Q_NULLPTR),
m_sideBar(Q_NULLPTR),
m_kileAbbrevView(Q_NULLPTR),
m_topWidgetStack(Q_NULLPTR),
m_horizontalSplitter(Q_NULLPTR),
m_verticalSplitter(Q_NULLPTR),
m_toolBox(Q_NULLPTR),
m_commandViewToolBox(Q_NULLPTR),
m_symbolViewMFUS(Q_NULLPTR),
m_symbolViewRelation(Q_NULLPTR),
m_symbolViewArrows(Q_NULLPTR),
m_symbolViewMiscMath(Q_NULLPTR),
m_symbolViewMiscText(Q_NULLPTR),
m_symbolViewOperators(Q_NULLPTR),
m_symbolViewUser(Q_NULLPTR),
m_symbolViewDelimiters(Q_NULLPTR),
m_symbolViewGreek(Q_NULLPTR),
m_symbolViewSpecial(Q_NULLPTR),
m_symbolViewCyrillic(Q_NULLPTR),
m_commandView(Q_NULLPTR),
m_latexOutputErrorToolBar(Q_NULLPTR),
m_buildMenuTopLevel(Q_NULLPTR),
m_buildMenuCompile(Q_NULLPTR),
m_buildMenuConvert(Q_NULLPTR),
m_buildMenuViewer(Q_NULLPTR),
m_buildMenuOther(Q_NULLPTR),
m_buildMenuQuickPreview(Q_NULLPTR),
m_actRecentProjects(Q_NULLPTR),
m_lyxserver(Q_NULLPTR)
{
setObjectName("Kile");
m_config = KSharedConfig::openConfig();
setStandardToolBarMenuEnabled(true);
m_singlemode = true;
m_viewManager= new KileView::Manager(this, actionCollection(), parent, "KileView::Manager");
viewManager()->setClient(this);
// fail gracefully if we cannot instantiate Okular part correctly
if(!m_viewManager->viewerPart()) {
return;
}
QSplashScreen splashScreen(QPixmap(KileUtilities::locate(QStandardPaths::AppDataLocation, "pics/kile_splash.png")), Qt::WindowStaysOnTopHint);
if(KileConfig::showSplashScreen()) {
splashScreen.show();
qApp->processEvents();
}
m_codeCompletionManager = new KileCodeCompletion::Manager(this, parent);
// process events for correctly displaying the splash screen
qApp->processEvents();
m_latexCommands = new KileDocument::LatexCommands(m_config.data(), this); // at first (dani)
m_edit = new KileDocument::EditorExtension(this);
m_help = new KileHelp::Help(m_edit, this);
m_errorHandler = new KileErrorHandler(this, this, actionCollection());
m_quickPreview = new KileTool::QuickPreview(this);
m_extensions = new KileDocument::Extensions();
m_jScriptManager = new KileScript::Manager(this, m_config.data(), actionCollection(), parent, "KileScript::Manager");
// do initializations first
m_bWatchFile = false;
setStatusBar(new KileWidget::StatusBar(m_errorHandler, parent));
// process events for correctly displaying the splash screen
qApp->processEvents();
connect(viewManager(), &KileView::Manager::currentViewChanged, this, &Kile::newCaption);
connect(viewManager(), &KileView::Manager::currentViewChanged, this, [this](QWidget* view) { activateView(view); });
connect(viewManager(), &KileView::Manager::currentViewChanged, this, &Kile::updateModeStatus);
connect(viewManager(), &KileView::Manager::updateCaption, this, &Kile::newCaption);
connect(viewManager(), &KileView::Manager::updateModeStatus, this, &Kile::updateModeStatus);
connect(viewManager(), &KileView::Manager::cursorPositionChanged, this, &Kile::updateStatusBarCursorPosition);
connect(viewManager(), &KileView::Manager::viewModeChanged,
this, &Kile::updateStatusBarViewMode);
connect(viewManager(), &KileView::Manager::informationMessage,
this, &Kile::updateStatusBarInformationMessage);
connect(viewManager(), &KileView::Manager::selectionChanged,
this, &Kile::updateStatusBarSelection);
connect(docManager(), &KileDocument::Manager::documentNameChanged, this, &Kile::newCaption);
connect(docManager(), &KileDocument::Manager::documentUrlChanged, this, &Kile::newCaption);
connect(docManager(), &KileDocument::Manager::documentReadWriteStateChanged, this, &Kile::newCaption);
m_topWidgetStack = new QStackedWidget();
m_topWidgetStack->setFocusPolicy(Qt::NoFocus);
m_horizontalSplitter = new QSplitter(Qt::Horizontal);
setupSideBar();
m_horizontalSplitter->addWidget(m_sideBar);
m_verticalSplitter = new QSplitter(Qt::Vertical);
m_horizontalSplitter->addWidget(m_verticalSplitter);
viewManager()->createTabs(m_verticalSplitter);
connect(viewManager(), &KileView::Manager::activateView, this, &Kile::activateView);
connect(viewManager(), &KileView::Manager::startQuickPreview, this, &Kile::slotQuickPreview);
connect(parserManager(), &KileParser::Manager::documentParsingStarted, this, &Kile::handleDocumentParsingStarted);
connect(parserManager(), &KileParser::Manager::documentParsingComplete, this, &Kile::handleDocumentParsingComplete);
// process events for correctly displaying the splash screen
qApp->processEvents();
setupBottomBar();
m_verticalSplitter->addWidget(m_bottomBar);
m_topWidgetStack->addWidget(m_horizontalSplitter);
setCentralWidget(m_topWidgetStack);
// Parser manager and view manager must be created before the tool manager!
m_manager = new KileTool::Manager(this, m_config.data(), m_outputWidget, m_topWidgetStack, 10000, actionCollection()); //FIXME make timeout configurable
connect(m_manager, &KileTool::Manager::jumpToFirstError, m_errorHandler, &KileErrorHandler::jumpToFirstError);
connect(m_manager, &KileTool::Manager::previewDone, this, &Kile::focusPreview);
m_latexOutputErrorToolBar->addAction(actionCollection()->action(QLatin1String("Stop")));
errorHandler()->setErrorHandlerToolBar(m_latexOutputErrorToolBar); // add the remaining actions to m_latexOutputErrorToolBar
m_bottomBar->addExtraWidget(viewManager()->getViewerControlToolBar());
m_livePreviewManager = new KileTool::LivePreviewManager(this, actionCollection());
connect(this, &Kile::masterDocumentChanged, m_livePreviewManager, &KileTool::LivePreviewManager::handleMasterDocumentChanged);
m_toolFactory = new KileTool::Factory(m_manager, m_config.data(), actionCollection());
m_manager->setFactory(m_toolFactory);
setupGraphicTools();
setupPreviewTools();
setupActions();
initSelectActions();
newCaption();
m_help->setUserhelp(m_manager, m_userHelpActionMenu); // kile user help (dani)
// process events for correctly displaying the splash screen
qApp->processEvents();
connect(docManager(), &KileDocument::Manager::updateModeStatus, this, &Kile::updateModeStatus);
connect(docManager(), &KileDocument::Manager::updateStructure, viewManager(), &KileView::Manager::updateStructure);
connect(docManager(), &KileDocument::Manager::closingDocument,
m_kwStructure, &KileWidget::StructureWidget::closeDocumentInfo);
connect(docManager(), &KileDocument::Manager::documentInfoCreated,
m_kwStructure, &KileWidget::StructureWidget::addDocumentInfo);
connect(docManager(), &KileDocument::Manager::updateReferences,
m_kwStructure, &KileWidget::StructureWidget::updateReferences);
connect(docManager(), &KileDocument::Manager::documentModificationStatusChanged,
viewManager(), &KileView::Manager::reflectDocumentModificationStatus);
if(KileConfig::rCVersion() < 8) {
transformOldUserSettings();
transformOldUserTags();
// before Kile 2.1 shortcuts were stored in a "Shortcuts" group inside
// Kile's configuration file, but this led to problems with the way of how shortcuts
// are generally stored in kdelibs; we now delete the "Shortcuts" group if it
// still present in Kile's configuration file.
if(m_config->hasGroup("Shortcuts")) {
KConfigGroup shortcutGroup = m_config->group("Shortcuts");
actionCollection()->readSettings(&shortcutGroup);
m_config->deleteGroup("Shortcuts");
}
if(m_config->hasGroup("Complete")) {
KConfigGroup completionGroup = m_config->group("Complete");
completionGroup.deleteEntry("maxCwlFiles"); // in Kile 3.0 the UI has been changed so that this setting is no longer
// needed
}
}
+ if(KileConfig::rCVersion() < 9) {
+ // in Kile 3.0 beta 4, the user help was updated, some old config settings were no longer needed
+ if(m_config->hasGroup("Help")) {
+ KConfigGroup helpGroup = m_config->group("Help");
+ helpGroup.deleteEntry("location");
+ helpGroup.deleteEntry("texrefs");
+ helpGroup.deleteEntry("external");
+ helpGroup.deleteEntry("embedded");
+ }
+ }
+
readGUISettings();
readRecentFileSettings();
readConfig();
createToolActions(); // this creates the actions for the tools and user tags, which is required before 'activePartGUI' is called
setupGUI(KXmlGuiWindow::StatusBar | KXmlGuiWindow::Save, "kileui.rc");
createShellGUI(true); // do not call guiFactory()->refreshActionProperties() after this! (bug 314580)
m_userMenu = new KileMenu::UserMenu(this, this);
connect(m_userMenu, &KileMenu::UserMenu::sendText, this, static_cast<void (Kile::*)(const QString &)>(&Kile::insertText));
connect(m_userMenu, &KileMenu::UserMenu::updateStatus, this, &Kile::slotUpdateUserMenuStatus);
updateUserDefinedMenus();
// we can only do this here after the main GUI has been set up
{
guiFactory()->addClient(viewManager()->viewerPart());
QMenu *documentViewerMenu = static_cast<QMenu*>(guiFactory()->container("menu_document_viewer", this));
QMenu *popup = static_cast<QMenu*>(guiFactory()->container("menu_okular_part_viewer", viewManager()->viewerPart()));
if(documentViewerMenu && popup) {
// we populate our menu with the actions from the part's menu
documentViewerMenu->addActions(popup->actions());
documentViewerMenu->setEnabled(false);
connect(viewManager()->viewerPart(), SIGNAL(viewerMenuStateChange(bool)), documentViewerMenu, SLOT(setEnabled(bool)));
}
else {
if(documentViewerMenu) {
documentViewerMenu->setVisible(false);
}
delete popup;
}
}
resize(KileConfig::mainwindowWidth(), KileConfig::mainwindowHeight());
applyMainWindowSettings(m_config->group("KileMainWindow"));
restoreLastSelectedAction(); // don't call this inside 'setupTools' as it is not compatible with KParts switching!
QList<int> sizes;
int verSplitTop = KileConfig::verticalSplitterTop();
int verSplitBottom = KileConfig::verticalSplitterBottom();
sizes << verSplitTop << verSplitBottom;
m_verticalSplitter->setSizes(sizes);
sizes.clear();
int horSplitLeft = KileConfig::horizontalSplitterLeft();
int horSplitRight = KileConfig::horizontalSplitterRight();
if(horSplitLeft <= 0 && horSplitRight <= 0) { // compute default values
horSplitLeft = m_sideBar->width();
horSplitRight = width() / 2; // leave some room for the viewer part
}
// the size of the third widget is computed from the sizes of the two other widgets
sizes << horSplitLeft << horSplitRight << width() - (horSplitLeft + horSplitRight);
m_horizontalSplitter->setSizes(sizes);
show();
if(KileConfig::showSplashScreen()) {
splashScreen.finish(this);
}
// Due to 'processEvents' being called earlier we only create the DBUS adaptor and
// the LyX server when all of Kile's structures have been set up.
// publish the D-Bus interfaces
new MainAdaptor(this);
QDBusConnection dbus = QDBusConnection::sessionBus();
dbus.registerObject("/main", this);
dbus.registerService("net.sourceforge.kile"); // register under a constant name
m_lyxserver = new KileLyxServer(KileConfig::runLyxServer());
connect(m_lyxserver, &KileLyxServer::insert, this, [this](const KileAction::TagData &data) { insertTag(data); });
if(m_listUserTools.count() > 0) {
KMessageBox::information(0, i18n("You have defined some tools in the User menu. From now on these tools will be available from the Build->Other menu and can be configured in the configuration dialog (go to the Settings menu and choose Configure Kile). This has some advantages; your own tools can now be used in a QuickBuild command if you wish."), i18n("User Tools Detected"));
m_listUserTools.clear();
}
if(KileConfig::rCVersion() < 8) {
// if KileConfig::rCVersion() <= 0, then 'kilerc' is (most likely) fresh or empty,
// otherwise, we have to ask the user if she wants to reset the tools
if ((KileConfig::rCVersion() <= 0) || (KMessageBox::questionYesNo(mainWindow(),
i18n("<p>The tool settings need to be reset for this version of Kile to function properly.<br/>"
"This will overwrite any changes you have made.</p>"
"<p>Do you want to reset the tools now?</p>"),
i18n("Tools need to be reset")) == KMessageBox::Yes)) {
m_toolFactory->resetToolConfigurations();
}
}
restoreFilesAndProjects(allowRestore);
initMenu();
updateModeStatus();
// finally init all actions for the ScriptManager
m_jScriptManager->initScriptActions();
setUpdatesEnabled(false);
setAutoSaveSettings(QLatin1String("KileMainWindow"),true);
m_userMenu->refreshActionProperties();
setUpdatesEnabled(true);
// finally, we check whether the system check assistant should be run, which is important for
// version 3.0 regarding the newly introduced live preview feature
const QString& lastVersionRunFor = KileConfig::systemCheckLastVersionRunForAtStartUp();
if(lastVersionRunFor.isEmpty() || compareVersionStrings(lastVersionRunFor, "2.9.91") < 0) {
#ifdef Q_OS_WIN
// work around the problem that Sonnet's language auto-detection feature doesn't work
// together with KatePart (as of 08 November 2019)
QSettings settings(QStringLiteral("KDE"), QStringLiteral("Sonnet"));
settings.setValue(QStringLiteral("autodetectLanguage"), false);
#endif
slotPerformCheck();
KileConfig::setSystemCheckLastVersionRunForAtStartUp(kileFullVersion);
}
if(m_livePreviewManager) {
m_livePreviewManager->buildLivePreviewMenu(m_config.data());
m_livePreviewManager->disableBootUpMode();
}
}
Kile::~Kile()
{
KILE_DEBUG_MAIN << "cleaning up..." << endl;
guiFactory()->removeClient(viewManager()->viewerPart());
delete m_userMenu;
delete m_livePreviewManager;
delete m_toolFactory;
delete m_manager;
delete m_quickPreview;
delete m_edit;
delete m_help;
delete m_lyxserver; //QObject without parent, have to delete it ourselves
delete m_latexCommands;
delete m_extensions;
delete m_viewManager;
}
// currently not usable due to https://bugs.kde.org/show_bug.cgi?id=194732
// void Kile::plugActionList(const QString& name, const QList<QAction*>& actionList)
// {
// plugActionList(name, actionList);
// }
//
// void Kile::unplugActionList(const QString& name)
// {
// unplugActionList(name);
// }
void Kile::setupSideBar()
{
m_sideBar = new KileWidget::SideBar(m_horizontalSplitter);
m_fileBrowserWidget = new KileWidget::FileBrowserWidget(m_extensions, m_sideBar);
m_sideBar->addPage(m_fileBrowserWidget, QIcon::fromTheme("document-open"), i18n("Open File"));
connect(m_fileBrowserWidget, &KileWidget::FileBrowserWidget::fileSelected,
docManager(), [this](const KFileItem& item) { docManager()->fileSelected(item); });
setupProjectView();
setupStructureView();
setupSymbolViews();
setupScriptsManagementView();
setupCommandViewToolbox();
setupAbbreviationView();
m_sideBar->switchToTab(KileConfig::selectedLeftView());
m_sideBar->setVisible(KileConfig::sideBar());
m_sideBar->setDirectionalSize(KileConfig::sideBarSize());
}
void Kile::setupProjectView()
{
KileWidget::ProjectView *projectView = new KileWidget::ProjectView(m_sideBar, this);
// viewManager()->setProjectView(projectView);
m_sideBar->addPage(projectView, QIcon::fromTheme("relation"), i18n("Files and Projects"));
connect(projectView, QOverload<const KileProjectItem*>::of(&KileWidget::ProjectView::fileSelected),
docManager(), QOverload<const KileProjectItem*>::of(&KileDocument::Manager::fileSelected));
connect(projectView, QOverload<const QUrl&>::of(&KileWidget::ProjectView::fileSelected),
docManager(), QOverload<const QUrl&>::of(&KileDocument::Manager::fileSelected));
connect(projectView, &KileWidget::ProjectView::closeURL,
docManager(), [this](const QUrl& url) { docManager()->fileClose(url); });
connect(projectView, &KileWidget::ProjectView::closeProject,
docManager(), [this](const QUrl& url) { docManager()->projectClose(url); });
connect(projectView, &KileWidget::ProjectView::projectOptions,
docManager(), [this](const QUrl& url) { docManager()->projectOptions(url); });
connect(projectView, &KileWidget::ProjectView::projectArchive,
this, [this](const QUrl& url) { runArchiveTool(url); });
connect(projectView, &KileWidget::ProjectView::removeFromProject,
docManager(), &KileDocument::Manager::removeFromProject);
connect(projectView, &KileWidget::ProjectView::addFiles,
docManager(), [this](const QUrl &url) { docManager()->projectAddFiles(url); });
connect(projectView, &KileWidget::ProjectView::openAllFiles,
docManager(), [this](const QUrl &url) { docManager()->projectOpenAllFiles(url); });
connect(projectView, &KileWidget::ProjectView::toggleArchive,
docManager(), &KileDocument::Manager::toggleArchive);
connect(projectView, &KileWidget::ProjectView::addToProject,
docManager(), [this](const QUrl &url) { docManager()->addToProject(url); });
connect(projectView, &KileWidget::ProjectView::saveURL,
docManager(), &KileDocument::Manager::saveURL);
connect(projectView, &KileWidget::ProjectView::buildProjectTree,
docManager(), [this](const QUrl &url) { docManager()->buildProjectTree(url); });
connect(docManager(), &KileDocument::Manager::projectTreeChanged,
projectView, &KileWidget::ProjectView::refreshProjectTree);
connect(docManager(), QOverload<const QUrl&>::of(&KileDocument::Manager::removeFromProjectView),
projectView, QOverload<const QUrl&>::of(&KileWidget::ProjectView::remove));
connect(docManager(), QOverload<const KileProject*>::of(&KileDocument::Manager::removeFromProjectView),
projectView, QOverload<const KileProject*>::of(&KileWidget::ProjectView::remove));
connect(docManager(), QOverload<const QUrl&>::of(&KileDocument::Manager::addToProjectView),
projectView, QOverload<const QUrl&>::of(&KileWidget::ProjectView::add));
connect(docManager(), QOverload<const KileProject*>::of(&KileDocument::Manager::addToProjectView),
projectView, QOverload<const KileProject*>::of(&KileWidget::ProjectView::add));
connect(docManager(), &KileDocument::Manager::removeItemFromProjectView,
projectView, &KileWidget::ProjectView::removeItem);
connect(docManager(), QOverload<KileProjectItem*>::of(&KileDocument::Manager::addToProjectView),
projectView, [projectView](KileProjectItem *item) { projectView->add(item); });
}
void Kile::setupStructureView()
{
m_kwStructure = new KileWidget::StructureWidget(this, m_sideBar);
m_sideBar->addPage(m_kwStructure, QIcon::fromTheme("view-list-tree"), i18n("Structure"));
m_kwStructure->setFocusPolicy(Qt::ClickFocus);
connect(configurationManager(), &KileConfiguration::Manager::configChanged,
m_kwStructure, &KileWidget::StructureWidget::configChanged);
connect(m_kwStructure, &KileWidget::StructureWidget::setCursor, this, &Kile::setCursor);
connect(m_kwStructure, &KileWidget::StructureWidget::fileOpen,
docManager(), [this](const QUrl &url, const QString &encoding) { docManager()->fileOpen(url, encoding); });
connect(m_kwStructure, &KileWidget::StructureWidget::fileNew,
docManager(), [this](const QUrl &url) { docManager()->fileNew(url); });
connect(m_kwStructure, &KileWidget::StructureWidget::sendText,
this, [this](const QString &text) { insertText(text); });
connect(m_kwStructure, &KileWidget::StructureWidget::sectioningPopup,
m_edit, &KileDocument::EditorExtension::sectioningCommand);
}
void Kile::setupScriptsManagementView()
{
m_scriptsManagementWidget = new KileWidget::ScriptsManagement(this, m_sideBar);
m_sideBar->addPage(m_scriptsManagementWidget, QIcon::fromTheme("preferences-plugin-script"), i18n("Scripts"));
}
void Kile::enableSymbolViewMFUS()
{
m_toolBox->setItemEnabled(m_toolBox->indexOf(m_symbolViewMFUS),true);
connect(m_symbolViewRelation, &KileWidget::SymbolView::addToList, m_symbolViewMFUS, &KileWidget::SymbolView::slotAddToList);
connect(m_symbolViewOperators, &KileWidget::SymbolView::addToList, m_symbolViewMFUS, &KileWidget::SymbolView::slotAddToList);
connect(m_symbolViewArrows, &KileWidget::SymbolView::addToList, m_symbolViewMFUS, &KileWidget::SymbolView::slotAddToList);
connect(m_symbolViewMiscMath, &KileWidget::SymbolView::addToList, m_symbolViewMFUS, &KileWidget::SymbolView::slotAddToList);
connect(m_symbolViewMiscText, &KileWidget::SymbolView::addToList, m_symbolViewMFUS, &KileWidget::SymbolView::slotAddToList);
connect(m_symbolViewDelimiters, &KileWidget::SymbolView::addToList, m_symbolViewMFUS, &KileWidget::SymbolView::slotAddToList);
connect(m_symbolViewGreek, &KileWidget::SymbolView::addToList, m_symbolViewMFUS, &KileWidget::SymbolView::slotAddToList);
connect(m_symbolViewSpecial, &KileWidget::SymbolView::addToList, m_symbolViewMFUS, &KileWidget::SymbolView::slotAddToList);
connect(m_symbolViewCyrillic, &KileWidget::SymbolView::addToList, m_symbolViewMFUS, &KileWidget::SymbolView::slotAddToList);
connect(m_symbolViewUser, &KileWidget::SymbolView::addToList, m_symbolViewMFUS, &KileWidget::SymbolView::slotAddToList);
}
void Kile::disableSymbolViewMFUS()
{
m_toolBox->setItemEnabled(m_toolBox->indexOf(m_symbolViewMFUS),false);
m_toolBox->setItemToolTip(m_toolBox->indexOf(m_symbolViewMFUS),QString());
disconnect(m_symbolViewRelation, &KileWidget::SymbolView::addToList, m_symbolViewMFUS, &KileWidget::SymbolView::slotAddToList);
disconnect(m_symbolViewOperators, &KileWidget::SymbolView::addToList, m_symbolViewMFUS, &KileWidget::SymbolView::slotAddToList);
disconnect(m_symbolViewArrows, &KileWidget::SymbolView::addToList, m_symbolViewMFUS, &KileWidget::SymbolView::slotAddToList);
disconnect(m_symbolViewMiscMath, &KileWidget::SymbolView::addToList, m_symbolViewMFUS, &KileWidget::SymbolView::slotAddToList);
disconnect(m_symbolViewMiscText, &KileWidget::SymbolView::addToList, m_symbolViewMFUS, &KileWidget::SymbolView::slotAddToList);
disconnect(m_symbolViewDelimiters, &KileWidget::SymbolView::addToList, m_symbolViewMFUS, &KileWidget::SymbolView::slotAddToList);
disconnect(m_symbolViewGreek, &KileWidget::SymbolView::addToList, m_symbolViewMFUS, &KileWidget::SymbolView::slotAddToList);
disconnect(m_symbolViewSpecial, &KileWidget::SymbolView::addToList, m_symbolViewMFUS, &KileWidget::SymbolView::slotAddToList);
disconnect(m_symbolViewCyrillic, &KileWidget::SymbolView::addToList, m_symbolViewMFUS, &KileWidget::SymbolView::slotAddToList);
disconnect(m_symbolViewUser, &KileWidget::SymbolView::addToList, m_symbolViewMFUS, &KileWidget::SymbolView::slotAddToList);
}
void Kile::setupSymbolViews()
{
m_toolBox = new QToolBox(m_sideBar);
m_sideBar->addPage(m_toolBox,QIcon::fromTheme("math0"),i18n("Symbols"));
m_symbolViewMFUS = new KileWidget::SymbolView(this, m_toolBox, KileWidget::SymbolView::MFUS);
m_toolBox->addItem(m_symbolViewMFUS,i18n("Most Frequently Used"));
m_toolBox->setItemEnabled(m_toolBox->indexOf(m_symbolViewMFUS),false);
connect(m_symbolViewMFUS, &KileWidget::SymbolView::insertText,
this, static_cast<void (Kile::*)(const QString&, const QList<Package>&)>(&Kile::insertText));
m_symbolViewRelation = new KileWidget::SymbolView(this, m_toolBox, KileWidget::SymbolView::Relation);
m_toolBox->addItem(m_symbolViewRelation,QIcon::fromTheme("math1"),i18n("Relation"));
connect(m_symbolViewRelation, &KileWidget::SymbolView::insertText,
this, static_cast<void (Kile::*)(const QString&, const QList<Package>&)>(&Kile::insertText));
m_symbolViewOperators = new KileWidget::SymbolView(this, m_toolBox, KileWidget::SymbolView::Operator);
m_toolBox->addItem(m_symbolViewOperators,QIcon::fromTheme("math2"),i18n("Operators"));
connect(m_symbolViewOperators, &KileWidget::SymbolView::insertText,
this, static_cast<void (Kile::*)(const QString&, const QList<Package>&)>(&Kile::insertText));
m_symbolViewArrows = new KileWidget::SymbolView(this, m_toolBox, KileWidget::SymbolView::Arrow);
m_toolBox->addItem(m_symbolViewArrows,QIcon::fromTheme("math3"),i18n("Arrows"));
connect(m_symbolViewArrows, &KileWidget::SymbolView::insertText,
this, static_cast<void (Kile::*)(const QString&, const QList<Package>&)>(&Kile::insertText));
m_symbolViewMiscMath = new KileWidget::SymbolView(this, m_toolBox, KileWidget::SymbolView::MiscMath);
m_toolBox->addItem(m_symbolViewMiscMath,QIcon::fromTheme("math4"),i18n("Miscellaneous Math"));
connect(m_symbolViewMiscMath, &KileWidget::SymbolView::insertText,
this, static_cast<void (Kile::*)(const QString&, const QList<Package>&)>(&Kile::insertText));
m_symbolViewMiscText = new KileWidget::SymbolView(this, m_toolBox, KileWidget::SymbolView::MiscText);
m_toolBox->addItem(m_symbolViewMiscText,QIcon::fromTheme("math5"),i18n("Miscellaneous Text"));
connect(m_symbolViewMiscText, &KileWidget::SymbolView::insertText,
this, static_cast<void (Kile::*)(const QString&, const QList<Package>&)>(&Kile::insertText));
m_symbolViewDelimiters= new KileWidget::SymbolView(this, m_toolBox, KileWidget::SymbolView::Delimiters);
m_toolBox->addItem(m_symbolViewDelimiters,QIcon::fromTheme("math6"),i18n("Delimiters"));
connect(m_symbolViewDelimiters, &KileWidget::SymbolView::insertText,
this, static_cast<void (Kile::*)(const QString&, const QList<Package>&)>(&Kile::insertText));
m_symbolViewGreek = new KileWidget::SymbolView(this, m_toolBox, KileWidget::SymbolView::Greek);
m_toolBox->addItem(m_symbolViewGreek,QIcon::fromTheme("math7"),i18n("Greek"));
connect(m_symbolViewGreek, &KileWidget::SymbolView::insertText,
this, static_cast<void (Kile::*)(const QString&, const QList<Package>&)>(&Kile::insertText));
m_symbolViewSpecial = new KileWidget::SymbolView(this, m_toolBox, KileWidget::SymbolView::Special);
m_toolBox->addItem(m_symbolViewSpecial,QIcon::fromTheme("math8"),i18n("Special Characters"));
connect(m_symbolViewSpecial, &KileWidget::SymbolView::insertText,
this, static_cast<void (Kile::*)(const QString&, const QList<Package>&)>(&Kile::insertText));
m_symbolViewCyrillic = new KileWidget::SymbolView(this, m_toolBox, KileWidget::SymbolView::Cyrillic);
m_toolBox->addItem(m_symbolViewCyrillic,QIcon::fromTheme("math10"),i18n("Cyrillic Characters"));
connect(m_symbolViewCyrillic, &KileWidget::SymbolView::insertText,
this, static_cast<void (Kile::*)(const QString&, const QList<Package>&)>(&Kile::insertText));
m_symbolViewUser = new KileWidget::SymbolView(this, m_toolBox, KileWidget::SymbolView::User);
m_toolBox->addItem(m_symbolViewUser,QIcon::fromTheme("math9"),i18n("User Defined"));
connect(m_symbolViewUser, &KileWidget::SymbolView::insertText,
this, static_cast<void (Kile::*)(const QString&, const QList<Package>&)>(&Kile::insertText));
for(int i = 0; i < m_toolBox->count(); ++i) {
m_toolBox->setItemToolTip(i, i18n("<p>Move the mouse over the icons to see the corresponding LaTeX commands.<br/>"
"Click on an image to insert the corresponding command, additionally pressing \"Shift\" inserts "
"it in math mode, pressing \"Ctrl\" in curly brackets.</p>"));
}
}
void Kile::setupCommandViewToolbox()
{
m_commandViewToolBox = new KileWidget::CommandViewToolBox(this, m_sideBar);
m_sideBar->addPage(m_commandViewToolBox, QIcon::fromTheme("texlion"), i18n("LaTeX"));
connect(m_commandViewToolBox, &KileWidget::CommandViewToolBox::sendText,
this, QOverload<const QString&>::of(&Kile::insertText));
}
void Kile::setupAbbreviationView()
{
m_kileAbbrevView = new KileWidget::AbbreviationView(abbreviationManager(), m_sideBar);
connect(abbreviationManager(), &KileAbbreviation::Manager::abbreviationsChanged,
m_kileAbbrevView, &KileWidget::AbbreviationView::updateAbbreviations);
m_sideBar->addPage(m_kileAbbrevView, QIcon::fromTheme("complete3"), i18n("Abbreviation"));
connect(m_kileAbbrevView, &KileWidget::AbbreviationView::sendText,
this, QOverload<const QString&>::of(&Kile::insertText));
}
void Kile::setupBottomBar()
{
m_bottomBar = new KileWidget::BottomBar(this);
m_bottomBar->setFocusPolicy(Qt::ClickFocus);
connect(errorHandler(), &KileErrorHandler::showingErrorMessage, this, &Kile::focusLog);
QWidget *widget = new QWidget(this);
QHBoxLayout *layout = new QHBoxLayout(widget);
layout->setContentsMargins(0, 0, 0, 0);
widget->setLayout(layout);
m_latexOutputErrorToolBar = new KToolBar(widget);
m_latexOutputErrorToolBar->setToolButtonStyle(Qt::ToolButtonIconOnly);
m_latexOutputErrorToolBar->setIconDimensions(KIconLoader::SizeSmall);
m_latexOutputErrorToolBar->setOrientation(Qt::Vertical);
layout->addWidget(errorHandler()->outputWidget());
layout->addWidget(m_latexOutputErrorToolBar);
m_bottomBar->addPage(widget, QIcon::fromTheme("utilities-log-viewer"), i18n("Log and Messages"));
m_outputWidget = new KileWidget::OutputView(this);
m_outputWidget->setFocusPolicy(Qt::ClickFocus);
m_outputWidget->setMinimumHeight(40);
m_outputWidget->setReadOnly(true);
m_bottomBar->addPage(m_outputWidget, QIcon::fromTheme("output_win"), i18n("Output"));
m_texKonsole = new KileWidget::Konsole(this, this);
m_bottomBar->addPage(m_texKonsole, QIcon::fromTheme("utilities-terminal"),i18n("Konsole"));
connect(viewManager(), static_cast<void (KileView::Manager::*)(QWidget*)>(&KileView::Manager::currentViewChanged),
m_texKonsole, static_cast<void (KileWidget::Konsole::*)(void)>(&KileWidget::Konsole::sync));
m_previewWidget = new KileWidget::PreviewWidget(this, m_bottomBar);
m_bottomBar->addPage(m_previewWidget, QIcon::fromTheme ("document-preview"), i18n ("Preview"));
m_bottomBar->setVisible(true);
m_bottomBar->switchToTab(KileConfig::bottomBarIndex());
m_bottomBar->setDirectionalSize(KileConfig::bottomBarSize());
}
void Kile::setupGraphicTools()
{
KileConfig::setImagemagick(!(QStandardPaths::findExecutable("identify").isNull()));
}
void Kile::setupPreviewTools()
{
// search for tools
bool dvipng = !(QStandardPaths::findExecutable("dvipng").isNull());
bool convert = !(QStandardPaths::findExecutable("convert").isNull());
KileConfig::setDvipng(dvipng);
KileConfig::setConvert(convert);
// disable some previews, if tools are missing
if ( ! dvipng )
{
KileConfig::setMathgroupPreviewInWidget(false); // no mathgroup preview in bottom bar
if ( ! convert )
{
KileConfig::setEnvPreviewInWidget(false); // no preview in bottom bar at all
KileConfig::setSelPreviewInWidget(false);
}
}
}
template<class ContextType, class Func>
QAction* Kile::createAction(const QString &text, const QString &actionName, const QString& iconName, const QKeySequence& shortcut,
const ContextType* context, Func function)
{
QAction *action = new QAction(this);
action->setText(text);
connect(action, &QAction::triggered, context, function);
actionCollection()->addAction(actionName, action);
if(!shortcut.isEmpty()) {
actionCollection()->setDefaultShortcut(action, shortcut);
}
if(!iconName.isEmpty()) {
action->setIcon(QIcon::fromTheme(iconName));
}
return action;
}
template<class ContextType, class Func>
QAction* Kile::createAction(KStandardAction::StandardAction actionType, const QString &actionName, const ContextType* context, Func function)
{
QAction *action = KStandardAction::create(actionType, context, function, this);
if(!actionName.isEmpty()) {
action->setObjectName(actionName);
}
actionCollection()->addAction(actionName, action);
return action;
}
void Kile::setupActions()
{
QAction *act;
createAction(KStandardAction::New, "file_new", docManager(), [this]() { docManager()->fileNew(); });
createAction(KStandardAction::Open, "file_open", docManager(), [this]() { docManager()->fileOpen(); });
m_actRecentFiles = KStandardAction::openRecent(docManager(), [this](const QUrl& url) { docManager()->fileOpen(url); }, this);
m_actRecentFiles->setObjectName("file_open_recent");
actionCollection()->addAction("file_open_recent", m_actRecentFiles);
connect(docManager(), &KileDocument::Manager::addToRecentFiles, this, &Kile::addRecentFile);
m_actRecentFiles->loadEntries(m_config->group("Recent Files"));
createAction(i18n("Save All"), "file_save_all", "document-save-all", docManager(), &KileDocument::Manager::fileSaveAll);
createAction(i18n("Create Template From Document..."), "template_create", docManager(), &KileDocument::Manager::createTemplate);
createAction(i18n("&Remove Template..."), "template_remove", docManager(), &KileDocument::Manager::removeTemplate);
createAction(KStandardAction::Close, "file_close", docManager(), [this]() { docManager()->fileClose();} );
createAction(i18n("Close All"), "file_close_all", docManager(), &KileDocument::Manager::fileCloseAll);
createAction(i18n("Close All Ot&hers"), "file_close_all_others", docManager(), [this]() { docManager()->fileCloseAllOthers(); });
createAction(i18n("S&tatistics"), "Statistics", this, [this]() { showDocInfo(); });
createAction(i18n("&ASCII"), "file_export_ascii", this, [this]() { convertToASCII(); });
createAction(i18n("Latin-&1 (iso 8859-1)"), "file_export_latin1", this, [this]() { convertToEnc(); });
createAction(i18n("Latin-&2 (iso 8859-2)"), "file_export_latin2", this, [this]() { convertToEnc(); });
createAction(i18n("Latin-&3 (iso 8859-3)"), "file_export_latin3", this, [this]() { convertToEnc(); });
createAction(i18n("Latin-&4 (iso 8859-4)"), "file_export_latin4", this, [this]() { convertToEnc(); });
createAction(i18n("Latin-&5 (iso 8859-5)"), "file_export_latin5", this, [this]() { convertToEnc(); });
createAction(i18n("Latin-&9 (iso 8859-9)"), "file_export_latin9", this, [this]() { convertToEnc(); });
createAction(i18n("&Central European (cp-1250)"), "file_export_cp1250", this, [this]() { convertToEnc(); });
createAction(i18n("&Western European (cp-1252)"), "file_export_cp1252", this, [this]() { convertToEnc(); });
createAction(KStandardAction::Quit, "file_quit", this, &Kile::close);
createAction(i18n("Move Tab Left"), "move_view_tab_left", "arrow-left", viewManager(), [this]() { viewManager()->moveTabLeft(); });
createAction(i18n("Move Tab Right"), "move_view_tab_right", "arrow-right", viewManager(), [this]() { viewManager()->moveTabRight(); });
createAction(i18n("Next section"), "edit_next_section", "nextsection", QKeySequence(Qt::ALT + Qt::Key_Down),
m_edit, &KileDocument::EditorExtension::gotoNextSectioning);
createAction(i18n("Prev section"), "edit_prev_section", "prevsection", QKeySequence(Qt::ALT + Qt::Key_Up),
m_edit, &KileDocument::EditorExtension::gotoPrevSectioning);
createAction(i18n("Next paragraph"), "edit_next_paragraph", "nextparagraph", QKeySequence(Qt::ALT + Qt::SHIFT + Qt::Key_Down),
m_edit, [this]() { m_edit->gotoNextParagraph(); });
createAction(i18n("Prev paragraph"), "edit_prev_paragraph", "prevparagraph", QKeySequence(Qt::ALT + Qt::SHIFT + Qt::Key_Up),
m_edit, [this]() { m_edit->gotoPrevParagraph(); });
createAction(i18n("Find &in Files..."), "FindInFiles", "filegrep", this, &Kile::findInFiles);
createAction(i18n("Refresh Str&ucture"), "RefreshStructure", "refreshstructure", QKeySequence(Qt::Key_F12), this, &Kile::refreshStructure);
//project actions
createAction(i18n("&New Project..."), "project_new", "window-new", docManager(), &KileDocument::Manager::projectNew);
createAction(i18n("&Open Project..."), "project_open", "project-open", docManager(), [this]() { docManager()->projectOpen(); });
m_actRecentProjects = new KRecentFilesAction(i18n("Open &Recent Project"), actionCollection());
actionCollection()->addAction("project_openrecent", m_actRecentProjects);
connect(m_actRecentProjects, &KRecentFilesAction::urlSelected, docManager(), [this](const QUrl& url) { docManager()->projectOpen(url); });
connect(docManager(), &KileDocument::Manager::removeFromRecentProjects, this, &Kile::removeRecentProject);
connect(docManager(), &KileDocument::Manager::addToRecentProjects, this, &Kile::addRecentProject);
m_actRecentProjects->loadEntries(m_config->group("Projects"));
createAction(i18n("A&dd Files to Project..."), "project_add", "project_add", docManager(), [this]() { m_docManager->projectAddFiles(); });
createAction(i18n("Refresh Project &Tree"), "project_buildtree", "project_rebuild", docManager(), [this]() { m_docManager->buildProjectTree(); });
createAction(i18n("&Archive"), "project_archive", "project_archive", this, [this]() { runArchiveTool(); });
createAction(i18n("Project &Options"), "project_options", "configure_project", docManager(), [this]() { m_docManager->projectOptions(); });
createAction(i18n("&Close Project"), "project_close", "project-development-close", docManager(), [this]() { m_docManager->projectClose(); });
// new project actions (dani)
createAction(i18n("&Show Projects..."), "project_show", docManager(), &KileDocument::Manager::projectShow);
createAction(i18n("Re&move Files From Project..."), "project_remove", "project_remove", docManager(), &KileDocument::Manager::projectRemoveFiles);
createAction(i18n("Show Project &Files..."), "project_showfiles", "project_show", docManager(), &KileDocument::Manager::projectShowFiles);
// tbraun
createAction(i18n("Open All &Project Files"), "project_openallfiles", docManager(), [this]() { docManager()->projectOpenAllFiles(); });
createAction(i18n("Find in &Project..."), "project_findfiles", "projectgrep", this, &Kile::findInProjects);
//build actions
act = createAction(i18n("Clean"), "CleanAll", "user-trash", this, [this]() { cleanAll(); });
createAction(i18n("Next Document"), "gotoNextDocument", "go-next-view-page", QKeySequence(Qt::ALT + Qt::Key_Right),
viewManager(), &KileView::Manager::gotoNextView);
createAction(i18n("Previous Document"), "gotoPrevDocument", "go-previous-view-page", QKeySequence(Qt::ALT + Qt::Key_Left),
viewManager(), &KileView::Manager::gotoPrevView);
createAction(i18n("Focus Log/Messages View"), "focus_log", QKeySequence("CTRL+Alt+M"), this, &Kile::focusLog);
createAction(i18n("Focus Output View"), "focus_output", QKeySequence("CTRL+Alt+O"), this, &Kile::focusOutput);
createAction(i18n("Focus Konsole View"), "focus_konsole", QKeySequence("CTRL+Alt+K"), this, &Kile::focusKonsole);
createAction(i18n("Focus Editor View"), "focus_editor", QKeySequence("CTRL+Alt+F"), this, &Kile::focusEditor);
createAction(i18nc("@action: Starts the completion of the current LaTeX command", "Complete (La)TeX Command"), "edit_complete_word", "complete1",
QKeySequence(Qt::SHIFT + Qt::CTRL + Qt::Key_Space), codeCompletionManager(), [this]() { codeCompletionManager()->startLaTeXCompletion(); });
createAction(i18nc("@action: Starts the input (and completion) of a LaTeX environment", "Complete LaTeX Environment"), "edit_complete_env", "complete2",
QKeySequence(Qt::SHIFT + Qt::ALT + Qt::Key_Space), codeCompletionManager(), [this]() { codeCompletionManager()->startLaTeXEnvironment(); });
createAction(i18nc("@action: Starts the completion of the current abbreviation", "Complete Abbreviation"), "edit_complete_abbrev", "complete3",
QKeySequence(Qt::CTRL + Qt::ALT + Qt::Key_Space), codeCompletionManager(), [this]() { codeCompletionManager()->startAbbreviationCompletion(); });
createAction(i18n("Next Bullet"), "edit_next_bullet", "nextbullet", QKeySequence(Qt::CTRL + Qt::ALT + Qt::Key_Right),
m_edit, [this]() { m_edit->nextBullet(); });
createAction(i18n("Prev Bullet"), "edit_prev_bullet", "prevbullet", QKeySequence(Qt::CTRL + Qt::ALT + Qt::Key_Left),
m_edit, [this]() { m_edit->prevBullet(); });
// advanced editor (dani)
createAction(i18n("Environment (inside)"), "edit_select_inside_env", "selenv_i", QKeySequence("CTRL+Alt+S, E"),
m_edit, &KileDocument::EditorExtension::selectEnvInside);
createAction(i18n("Environment (outside)"), "edit_select_outside_env", "selenv_o", QKeySequence("CTRL+Alt+S, F"),
m_edit, &KileDocument::EditorExtension::selectEnvOutside);
createAction(i18n("TeX Group (inside)"), "edit_select_inside_group", "selgroup_i", QKeySequence("CTRL+Alt+S, T"),
m_edit, &KileDocument::EditorExtension::selectTexgroupInside);
createAction(i18n("TeX Group (outside)"), "edit_select_outside_group", "selgroup_o", QKeySequence("CTRL+Alt+S, U"),
m_edit, &KileDocument::EditorExtension::selectTexgroupOutside);
createAction(i18n("Math Group"), "edit_select_mathgroup", "selmath", QKeySequence("CTRL+Alt+S, M"),
m_edit, [this]() { m_edit->selectMathgroup(); });
createAction(i18n("Paragraph"), "edit_select_paragraph", "selpar", QKeySequence("CTRL+Alt+S, P"),
m_edit, [this]() { m_edit->selectParagraph(); });
createAction(i18n("Line"), "edit_select_line", "selline", QKeySequence("CTRL+Alt+S, L"),
m_edit, [this]() { m_edit->selectLine(); });
createAction(i18n("TeX Word"), "edit_select_word", "selword", QKeySequence("CTRL+Alt+S, W"),
m_edit, [this]() { m_edit->selectWord(); });
createAction(i18n("Environment (inside)"), "edit_delete_inside_env", "delenv_i", QKeySequence("CTRL+Alt+T, E"),
m_edit, &KileDocument::EditorExtension::deleteEnvInside);
createAction(i18n("Environment (outside)"), "edit_delete_outside_env", "delenv_o", QKeySequence("CTRL+Alt+T, F"),
m_edit, &KileDocument::EditorExtension::deleteEnvOutside);
createAction(i18n("TeX Group (inside)"), "edit_delete_inside_group", "delgroup_i", QKeySequence("CTRL+Alt+T, T"),
m_edit, &KileDocument::EditorExtension::deleteTexgroupInside);
createAction(i18n("TeX Group (outside)"), "edit_delete_outside_group", "delgroup_o",QKeySequence("CTRL+Alt+T, U"),
m_edit, &KileDocument::EditorExtension::deleteTexgroupInside);
createAction(i18n("Math Group"), "edit_delete_mathgroup", "delmath", QKeySequence("CTRL+Alt+T, M"),
m_edit, [this]() { m_edit->deleteMathgroup(); });
createAction(i18n("Paragraph"), "edit_delete_paragraph", "delpar", QKeySequence("CTRL+Alt+T, P"),
m_edit, [this]() { m_edit->deleteParagraph(); });
createAction(i18n("To End of Line"), "edit_delete_eol", "deleol", QKeySequence("CTRL+Alt+T, L"),
m_edit, [this]() { m_edit->deleteEndOfLine(); });
createAction(i18n("TeX Word"), "edit_delete_word", "delword", QKeySequence("CTRL+Alt+T, W"),
m_edit, [this]() { m_edit->deleteWord(); });
createAction(i18n("Go to Begin"), "edit_begin_env", "gotobeginenv", QKeySequence("CTRL+Alt+E, B"),
m_edit, &KileDocument::EditorExtension::gotoBeginEnv);
createAction(i18n("Go to End"), "edit_end_env", "gotoendenv", QKeySequence("CTRL+Alt+E, E"),
m_edit, &KileDocument::EditorExtension::gotoEndEnv);
createAction(i18n("Match"), "edit_match_env", "matchenv", QKeySequence("CTRL+Alt+E, M"),
m_edit, &KileDocument::EditorExtension::matchEnv);
createAction(i18n("Close"), "edit_close_env", "closeenv", QKeySequence("CTRL+Alt+E, C"),
m_edit, &KileDocument::EditorExtension::closeEnv);
createAction(i18n("Close All"), "edit_closeall_env", "closeallenv", QKeySequence("CTRL+Alt+E, A"),
m_edit, &KileDocument::EditorExtension::closeAllEnv);
createAction(i18n("Go to Begin"), "edit_begin_group", "gotobegingroup", QKeySequence("CTRL+Alt+G, B"),
m_edit, &KileDocument::EditorExtension::gotoBeginTexgroup);
createAction(i18n("Go to End"), "edit_end_group", "gotoendgroup", QKeySequence("CTRL+Alt+G, E"),
m_edit, &KileDocument::EditorExtension::gotoEndTexgroup);
createAction(i18n("Match"), "edit_match_group", "matchgroup", QKeySequence("CTRL+Alt+G, M"),
m_edit, [this]() { m_edit->matchTexgroup(); });
createAction(i18n("Close"), "edit_close_group", "closegroup", QKeySequence("CTRL+Alt+G, C"),
m_edit, [this]() { m_edit->closeTexgroup(); });
createAction(i18n("Selection"), "quickpreview_selection", "preview_sel", QKeySequence("CTRL+Alt+P, S"), this, &Kile::quickPreviewSelection);
createAction(i18n("Environment"), "quickpreview_environment", "preview_env",QKeySequence("CTRL+Alt+P, E"), this, &Kile::quickPreviewEnvironment);
createAction(i18n("Subdocument"), "quickpreview_subdocument", "preview_subdoc",QKeySequence("CTRL+Alt+P, D"), this, &Kile::quickPreviewSubdocument);
createAction(i18n("Mathgroup"), "quickpreview_math", "preview_math", QKeySequence("CTRL+Alt+P, M"), this, &Kile::quickPreviewMathgroup);
KileStdActions::setupStdTags(this, this, actionCollection(), this);
KileStdActions::setupMathTags(this, actionCollection());
m_bibTagActionMenu = new KActionMenu(i18n("&Bibliography"), actionCollection());
m_bibTagActionMenu->setDelayed(false);
actionCollection()->addAction("menu_bibliography", m_bibTagActionMenu);
createAction(i18n("Clean"), "CleanBib", this, &Kile::cleanBib);
m_bibTagSettings = new KSelectAction(i18n("&Settings"),actionCollection());
actionCollection()->addAction("settings_menu_bibliography", m_bibTagSettings);
act = createAction(i18n("Settings for BibTeX"), "setting_bibtex", this, &Kile::rebuildBibliographyMenu);
act->setCheckable(true);
m_bibTagSettings->addAction(act);
act = createAction(i18n("Settings for Biblatex"), "setting_biblatex", this, &Kile::rebuildBibliographyMenu);
act->setCheckable(true);
m_bibTagSettings->addAction(act);
m_bibTagSettings->setCurrentAction(action((QString("setting_") + KileConfig::bibliographyType()).toLatin1()));
rebuildBibliographyMenu();
createAction(i18n("Quick Start"), "wizard_document", "quickwizard", this, &Kile::quickDocument);
connect(docManager(), &KileDocument::Manager::startWizard, this, &Kile::quickDocument);
createAction(i18n("Tabular"), "wizard_tabular", "wizard_tabular", this, &Kile::quickTabular);
createAction(i18n("Array"), "wizard_array", "wizard_array", this, &Kile::quickArray);
createAction(i18n("Tabbing"), "wizard_tabbing", "wizard_tabbing", this, &Kile::quickTabbing);
createAction(i18n("Floats"), "wizard_float", "wizard_float", this, &Kile::quickFloat);
createAction(i18n("Math"), "wizard_mathenv", "wizard_math", this, &Kile::quickMathenv);
createAction(i18n("Postscript Tools"), "wizard_postscript", "wizard_pstools", this, &Kile::quickPostscript);
createAction(i18n("PDF Tools"), "wizard_pdf", "wizard_pdftools", this, &Kile::quickPdf);
ModeAction = new KToggleAction(i18n("Define Current Document as '&Master Document'"), actionCollection());
actionCollection()->addAction("Mode", ModeAction);
ModeAction->setIcon(QIcon::fromTheme("master"));
connect(ModeAction, &KToggleAction::triggered, this, &Kile::toggleMasterDocumentMode);
KToggleAction *showDocumentViewer = new KToggleAction(i18n("Show Document Viewer"), actionCollection());
actionCollection()->addAction("ShowDocumentViewer", showDocumentViewer);
showDocumentViewer->setChecked(KileConfig::showDocumentViewer());
connect(showDocumentViewer, &KToggleAction::toggled, viewManager(), &KileView::Manager::setDocumentViewerVisible);
connect(viewManager(), &KileView::Manager::documentViewerWindowVisibilityChanged,
showDocumentViewer, &KToggleAction::setChecked);
KToggleAction *tact = new KToggleAction(i18n("Show S&ide Bar"), actionCollection());
actionCollection()->addAction("StructureView", tact);
tact->setChecked(KileConfig::sideBar());
connect(tact, &KToggleAction::toggled, m_sideBar, &Kile::setVisible);
connect(m_sideBar, &KileWidget::SideBar::visibilityChanged, this, &Kile::sideOrBottomBarChanged);
m_actionMessageView = new KToggleAction(i18n("Show Mess&ages Bar"), actionCollection());
actionCollection()->addAction("MessageView", m_actionMessageView);
m_actionMessageView->setChecked(true);
connect(m_actionMessageView, &KToggleAction::toggled, m_bottomBar, &Kile::setVisible);
connect(m_bottomBar, &KileWidget::SideBar::visibilityChanged, this, &Kile::sideOrBottomBarChanged);
if(m_singlemode) {
ModeAction->setChecked(false);
}
else {
ModeAction->setChecked(true);
}
WatchFileAction = new KToggleAction(i18n("Watch File Mode"), actionCollection());
actionCollection()->addAction("WatchFile", WatchFileAction);
WatchFileAction->setIcon(QIcon::fromTheme("watchfile"));
connect(WatchFileAction, &KToggleAction::toggled, this, &Kile::toggleWatchFile);
if(m_bWatchFile) {
WatchFileAction->setChecked(true);
}
else {
WatchFileAction->setChecked(false);
}
- createAction(i18n("TeX Guide"), "help_tex_guide", QKeySequence("CTRL+Alt+H, G"), m_help, &KileHelp::Help::helpTexGuide);
createAction(i18n("LaTeX"), "help_latex_index", QKeySequence("CTRL+Alt+H, L"), m_help, &KileHelp::Help::helpLatexIndex);
- createAction(i18n("LaTeX Command"), "help_latex_command", QKeySequence("CTRL+Alt+H, C"), m_help, &KileHelp::Help::helpLatexCommand);
- createAction(i18n("LaTeX Subject"), "help_latex_subject", QKeySequence("CTRL+Alt+H, S"), m_help, &KileHelp::Help::helpLatexSubject);
- createAction(i18n("LaTeX Env"), "help_latex_env", QKeySequence("CTRL+Alt+H, E"), m_help, &KileHelp::Help::helpLatexEnvironment);
+ createAction(i18n("LaTeX Commands"), "help_latex_command", QKeySequence("CTRL+Alt+H, C"), m_help, &KileHelp::Help::helpLatexCommand);
+ createAction(i18n("LaTeX Environments"), "help_latex_env", QKeySequence("CTRL+Alt+H, E"), m_help, &KileHelp::Help::helpLatexEnvironment);
createAction(i18n("Context Help"), "help_context", QKeySequence("CTRL+Alt+H, K"), m_help, [this]() { m_help->helpKeyword(); });
createAction(i18n("Documentation Browser"), "help_docbrowser", QKeySequence("CTRL+Alt+H, B"), m_help, &KileHelp::Help::helpDocBrowser);
- createAction(i18n("LaTeX Reference"), "help_latex_reference", "help-latex", this, &Kile::helpLaTex);
-
createAction(i18n("&About Editor Component"), "help_about_editor", this, &Kile::aboutEditorComponent);
QAction *kileconfig = KStandardAction::preferences(this, &Kile::generalOptions, actionCollection());
kileconfig->setIcon(QIcon::fromTheme("configure-kile"));
createAction(KStandardAction::KeyBindings, this, &Kile::configureKeys);
createAction(KStandardAction::ConfigureToolbars, this, &Kile::configureToolbars);
createAction(i18n("&System Check..."), "settings_perform_check", this, &Kile::slotPerformCheck);
m_userHelpActionMenu = new KActionMenu(i18n("User Help"), actionCollection());
actionCollection()->addAction("help_userhelp", m_userHelpActionMenu);
m_pFullScreen = KStandardAction::fullScreen(this, &Kile::slotToggleFullScreen, this, actionCollection());
}
void Kile::rebuildBibliographyMenu() {
KILE_DEBUG_MAIN << " current is " << m_bibTagSettings->currentText();
QString currentItem = m_bibTagSettings->currentText();
QString name;
if( currentItem == i18n("BibTeX") ) { // avoid writing i18n'ed strings to config file
name = QString("bibtex");
}
else if ( currentItem == i18n("Biblatex") ) {
name = QString("biblatex");
}
else {
KILE_DEBUG_MAIN << "wrong currentItem in bibliography settings menu";
name = QString("bibtex");
}
KileConfig::setBibliographyType(name);
m_bibTagActionMenu->menu()->clear();
KileStdActions::setupBibTags(this, actionCollection(),m_bibTagActionMenu);
m_bibTagActionMenu->addSeparator();
m_bibTagActionMenu->addAction(action("CleanBib"));
m_bibTagActionMenu->addSeparator();
m_bibTagActionMenu->addAction(action("settings_menu_bibliography"));
}
QAction* Kile::createToolAction(const QString& toolName)
{
return createAction(toolName, "tool_" + toolName,
KileTool::iconFor(toolName, m_config.data()), this, [this, toolName]() { runTool(toolName); });
}
void Kile::createToolActions()
{
QStringList tools = KileTool::toolList(m_config.data());
for (QStringList::iterator i = tools.begin(); i != tools.end(); ++i) {
QString toolName = *i;
if(!actionCollection()->action("tool_" + toolName)) {
KILE_DEBUG_MAIN << "Creating action for tool" << toolName;
createToolAction(toolName);
}
}
}
void Kile::setupTools()
{
KILE_DEBUG_MAIN << "==Kile::setupTools()===================" << endl;
if(!m_buildMenuCompile || !m_buildMenuConvert || !m_buildMenuTopLevel || !m_buildMenuQuickPreview || !m_buildMenuViewer || !m_buildMenuOther) {
KILE_DEBUG_MAIN << "BUG, menu pointers are Q_NULLPTR"
<< (m_buildMenuCompile == Q_NULLPTR)
<< (m_buildMenuConvert == Q_NULLPTR)
<< (m_buildMenuTopLevel == Q_NULLPTR)
<< (m_buildMenuQuickPreview == Q_NULLPTR)
<< (m_buildMenuViewer == Q_NULLPTR)
<< (m_buildMenuOther == Q_NULLPTR);
return;
}
QStringList tools = KileTool::toolList(m_config.data());
QString toolMenu, grp;
QList<QAction*> *pl;
QAction *act;
ToolbarSelectAction *pSelectAction = Q_NULLPTR;
m_compilerActions->saveCurrentAction();
m_viewActions->saveCurrentAction();
m_convertActions->saveCurrentAction();
m_quickActions->saveCurrentAction();
// do plugActionList by hand ...
foreach(act, m_listQuickActions) {
m_buildMenuTopLevel->removeAction(act);
}
m_buildMenuCompile->clear();
m_buildMenuConvert->clear();
m_buildMenuViewer->clear();
m_buildMenuOther->clear();
m_compilerActions->removeAllActions();
m_viewActions->removeAllActions();
m_convertActions->removeAllActions();
m_quickActions->removeAllActions();
for (int i = 0; i < tools.count(); ++i) {
grp = KileTool::groupFor(tools[i], m_config.data());
toolMenu = KileTool::menuFor(tools[i], m_config.data());
KILE_DEBUG_MAIN << tools[i] << " is using group: " << grp << " and menu: "<< toolMenu;
if(toolMenu == "none") {
continue;
}
if ( toolMenu == "Compile" ) {
pl = &m_listCompilerActions;
pSelectAction = m_compilerActions;
}
else if ( toolMenu == "View" ) {
pl = &m_listViewerActions;
pSelectAction = m_viewActions;
}
else if ( toolMenu == "Convert" ) {
pl = &m_listConverterActions;
pSelectAction = m_convertActions;
}
else if ( toolMenu == "Quick" ) {
pl = &m_listQuickActions;
pSelectAction = m_quickActions;
}
else {
pl = &m_listOtherActions;
pSelectAction = Q_NULLPTR;
}
KILE_DEBUG_MAIN << "\tadding " << tools[i] << " " << toolMenu << " #" << pl->count() << endl;
act = actionCollection()->action("tool_" + tools[i]);
if(!act) {
KILE_DEBUG_MAIN << "no tool for " << tools[i];
createToolAction(tools[i]);
}
pl->append(act);
if(pSelectAction) {
pSelectAction->addAction(actionCollection()->action("tool_" + tools[i]));
}
}
m_quickActions->addSeparator();
m_quickActions->addAction(action("quickpreview_selection"));
m_quickActions->addAction(action("quickpreview_environment"));
m_quickActions->addAction(action("quickpreview_subdocument"));
m_quickActions->addSeparator();
m_quickActions->addAction(action("quickpreview_math"));
cleanUpActionList(m_listCompilerActions, tools);
cleanUpActionList(m_listViewerActions, tools);
cleanUpActionList(m_listConverterActions, tools);
cleanUpActionList(m_listQuickActions, tools);
cleanUpActionList(m_listOtherActions, tools);
m_buildMenuTopLevel->insertActions(m_buildMenuQuickPreview->menuAction(),m_listQuickActions);
m_buildMenuCompile->addActions(m_listCompilerActions);
m_buildMenuConvert->addActions(m_listConverterActions);
m_buildMenuViewer->addActions(m_listViewerActions);
m_buildMenuOther->addActions(m_listOtherActions);
m_compilerActions->restoreCurrentAction();
m_viewActions->restoreCurrentAction();
m_convertActions->restoreCurrentAction();
m_quickActions->restoreCurrentAction();
}
void Kile::initSelectActions() {
m_compilerActions = new ToolbarSelectAction(i18n("Compile"), this);
m_viewActions = new ToolbarSelectAction(i18n("View"), this);
m_convertActions = new ToolbarSelectAction(i18n("Convert"), this);
m_quickActions = new ToolbarSelectAction(i18n("Quick"), this);
actionCollection()->setShortcutsConfigurable(m_compilerActions, false);
actionCollection()->setShortcutsConfigurable(m_viewActions, false);
actionCollection()->setShortcutsConfigurable(m_convertActions, false);
actionCollection()->setShortcutsConfigurable(m_quickActions, false);
actionCollection()->addAction("list_compiler_select", m_compilerActions);
actionCollection()->addAction("list_convert_select", m_convertActions);
actionCollection()->addAction("list_view_select", m_viewActions);
actionCollection()->addAction("list_quick_select", m_quickActions);
}
void Kile::saveLastSelectedAction() {
KILE_DEBUG_MAIN << "Kile::saveLastSelectedAction()" << endl;
QStringList list;
list << "Compile" << "Convert" << "View" << "Quick";
ToolbarSelectAction *pSelectAction = Q_NULLPTR ;
KConfigGroup grp = m_config->group("ToolSelectAction");
for(QStringList::Iterator it = list.begin(); it != list.end() ; ++it) {
if ( *it == "Compile" ) {
pSelectAction = m_compilerActions;
}
else if ( *it == "View" ) {
pSelectAction = m_viewActions;
}
else if ( *it == "Convert" ) {
pSelectAction = m_convertActions;
}
else if ( *it == "Quick" ) {
pSelectAction = m_quickActions;
}
KILE_DEBUG_MAIN << "current item is " << pSelectAction->currentItem();
grp.writeEntry(*it, pSelectAction->currentItem());
}
}
void Kile::restoreLastSelectedAction() {
QStringList list;
list << "Compile" << "Convert" << "View" << "Quick";
ToolbarSelectAction *pSelectAction = Q_NULLPTR;
int defaultAction = 0;
KConfigGroup grp = m_config->group("ToolSelectAction");
for(QStringList::Iterator it = list.begin(); it != list.end(); ++it) {
if ( *it == "Compile" ) {
pSelectAction = m_compilerActions;
defaultAction = 9; // PDFLatex
}
else if ( *it == "View" ) {
pSelectAction = m_viewActions;
defaultAction = 4; // ViewPDF
}
else if ( *it == "Convert" ) {
pSelectAction = m_convertActions;
defaultAction = 0;
}
else if ( *it == "Quick" ) {
pSelectAction = m_quickActions;
defaultAction = 0;
}
int actIndex = grp.readEntry(*it, defaultAction);
KILE_DEBUG_MAIN << "selecting" << actIndex << "for" << *it;
pSelectAction->setCurrentItem(actIndex);
}
}
void Kile::cleanUpActionList(QList<QAction*> &list, const QStringList &tools)
{
// KILE_DEBUG_MAIN << "cleanUpActionList tools are" << tools.join("; ");
QList<QAction*>::iterator it, testIt;
for ( it= list.begin(); it != list.end(); ++it) {
QAction *act = *it;
if ( act != Q_NULLPTR && !act->objectName().isEmpty() && !tools.contains(act->objectName().mid(5)) ) {
if (act->associatedWidgets().contains(toolBar("toolsToolBar"))) {
toolBar("toolsToolBar")->removeAction(act);
}
// KILE_DEBUG_MAIN << "about to delete action: " << act->objectName();
testIt = list.erase(it);
if( testIt == list.end()) {
break;
}
}
}
}
void Kile::restoreFilesAndProjects(bool allowRestore)
{
if (!(allowRestore && KileConfig::restore())) {
return;
}
QUrl url;
for (int i=0; i < m_listProjectsOpenOnStart.count(); ++i) {
// don't open project files as they will be opened later in this method
docManager()->projectOpen(QUrl::fromUserInput(m_listProjectsOpenOnStart[i]), i, m_listProjectsOpenOnStart.count(), false);
}
for (int i = 0; i < m_listDocsOpenOnStart.count(); ++i) {
docManager()->fileOpen(QUrl::fromUserInput(m_listDocsOpenOnStart[i]), m_listEncodingsOfDocsOpenOnStart[i]);
}
if (ModeAction) {
ModeAction->setChecked(!m_singlemode);
}
updateModeStatus();
m_listProjectsOpenOnStart.clear();
m_listDocsOpenOnStart.clear();
m_listEncodingsOfDocsOpenOnStart.clear();
KILE_DEBUG_MAIN << "lastDocument=" << KileConfig::lastDocument() << endl;
KTextEditor::Document *doc = docManager()->docFor(QUrl::fromUserInput(KileConfig::lastDocument()));
if (doc) {
viewManager()->switchToTextView(doc->url(), true); // request the focus on the view
}
setMasterDocumentFileName(KileConfig::singleFileMasterDocument());
}
void Kile::setActive()
{
KILE_DEBUG_MAIN << "Activating" << endl;
raise();
activateWindow();
show();
}
void Kile::setLine(const QString &line)
{
bool ok;
uint l = line.toUInt(&ok, 10);
KTextEditor::View *view = viewManager()->currentTextView();
if (view && ok) {
show();
raise();
activateWindow();
// be very aggressive when it comes to raising the main window to the top
KWindowSystem::forceActiveWindow(winId());
focusTextView(view);
editorExtension()->goToLine(l - 1, view);
}
}
void Kile::setCursor(const QUrl &url, int parag, int index)
{
KTextEditor::Document *doc = docManager()->docFor(url);
if(doc) {
KTextEditor::View *view = (KTextEditor::View*)doc->views().first();
if(view) {
view->setCursorPosition(KTextEditor::Cursor(parag, index));
focusTextView(view);
}
}
}
void Kile::runArchiveTool()
{
runArchiveTool(QUrl());
}
void Kile::runArchiveTool(const QUrl &url)
{
KileTool::Archive *tool = dynamic_cast<KileTool::Archive*>(m_manager->createTool("Archive", QString(), false));
if(!tool) {
KMessageBox::error(mainWindow(), i18n("It was impossible to create the \"Archive\" tool.\n\n"
"Please check and repair your installation of Kile."),
i18n("Unable to Create Archive Tool"));
return;
}
if(url.isValid()) {
tool->setSource(url.toLocalFile());
}
tool->prepareToRun();
m_manager->run(tool);
}
//TODO: move to KileView::Manager
void Kile::activateView(QWidget* w, bool updateStruct /* = true */ ) //Needs to be QWidget because of QTabWidget::currentChanged
{
//KILE_DEBUG_MAIN << "==Kile::activateView==========================" << endl;
if (!w || !w->inherits("KTextEditor::View")) {
return;
}
//disable gui updates to avoid flickering of toolbars
setUpdatesEnabled(false);
QList<KToolBar*> toolBarsList = toolBars();
QHash<KToolBar*, bool> toolBarVisibilityHash;
for(QList<KToolBar*>::iterator i = toolBarsList.begin();
i != toolBarsList.end(); ++i) {
KToolBar *toolBar = *i;
toolBarVisibilityHash[toolBar] = toolBar->isVisible();
}
KTextEditor::View* view = dynamic_cast<KTextEditor::View*>(w);
Q_ASSERT(view);
for(int i = 0; i < viewManager()->textViewCount(); ++i) {
KTextEditor::View *view2 = viewManager()->textView(i);
if(view == view2) {
continue;
}
guiFactory()->removeClient(view2);
view2->clearFocus();
}
guiFactory()->addClient(view);
for(QList<KToolBar*>::iterator i = toolBarsList.begin();
i != toolBarsList.end(); ++i) {
KToolBar *toolBar = *i;
toolBar->setVisible(toolBarVisibilityHash[*i]);
}
setUpdatesEnabled(true);
if(updateStruct) {
viewManager()->updateStructure();
}
focusTextView(view);
}
void Kile::updateModeStatus()
{
KILE_DEBUG_MAIN << "==Kile::updateModeStatus()==========";
KileProject *project = docManager()->activeProject();
QString shortName = m_masterDocumentFileName;
int pos = shortName.lastIndexOf('/');
shortName.remove(0, pos + 1);
if(project) {
if (m_singlemode) {
statusBar()->setHintText(i18n("Project: %1", project->name()));
}
else {
statusBar()->setHintText(i18n("Project: %1 (Master document: %2)", project->name(), shortName));
}
}
else {
if (m_singlemode) {
statusBar()->setHintText(i18n("Normal mode"));
}
else {
statusBar()->setHintText(i18n("Master document: %1", shortName));
}
}
if(m_singlemode) {
ModeAction->setText(i18n("Define Current Document as 'Master Document'"));
ModeAction->setChecked(false);
}
else {
ModeAction->setText(i18n("Normal mode (current master document: %1)", shortName));
ModeAction->setChecked(true);
}
// enable or disable entries in Kile'S menu
updateMenu();
KTextEditor::View *view = viewManager()->currentTextView();
// Passing Q_NULLPTR is ok
updateStatusBarCursorPosition(view, (view ? view->cursorPosition() : KTextEditor::Cursor()));
updateStatusBarViewMode(view);
updateStatusBarSelection(view);
}
void Kile::openDocument(const QUrl &url)
{
docManager()->fileSelected(url);
}
void Kile::openDocument(const QString& s)
{
openDocument(QUrl::fromUserInput(s));
}
void Kile::closeDocument()
{
docManager()->fileClose();
}
void Kile::openProject(const QUrl &url)
{
docManager()->projectOpen(url);
}
void Kile::openProject(const QString& proj)
{
openProject(QUrl::fromUserInput(proj));
}
void Kile::focusPreview()
{
m_bottomBar->switchToTab(PREVIEW_TAB);
}
void Kile::focusLog()
{
m_bottomBar->switchToTab(LOG_TAB);
}
void Kile::focusOutput()
{
m_bottomBar->switchToTab(OUTPUT_TAB);
}
void Kile::focusKonsole()
{
m_bottomBar->switchToTab(KONSOLE_TAB);
}
void Kile::focusEditor()
{
KTextEditor::View *view = viewManager()->currentTextView();
if(view) {
focusTextView(view);
}
}
void Kile::sideOrBottomBarChanged(bool visible)
{
if ( ! visible )
{
focusEditor();
}
}
//FIXME: documents probably shouldn't be closed in this method yet (also see API doc of 'queryClose')
bool Kile::queryClose()
{
KTextEditor::View *view = viewManager()->currentTextView();
if(view) {
KileConfig::setLastDocument(view->document()->url().toLocalFile());
}
else {
KileConfig::setLastDocument("");
}
//don't close Kile if embedded viewers are present
KILE_DEBUG_MAIN << "==bool Kile::queryClose==========" << endl;
m_listProjectsOpenOnStart.clear();
m_listDocsOpenOnStart.clear();
m_listEncodingsOfDocsOpenOnStart.clear();
for(int i = 0; i < viewManager()->textViewCount(); ++i) {
KTextEditor::Document *doc = viewManager()->textView(i)->document();
const QUrl url = doc->url();
if(url.isEmpty()) {
continue;
}
m_listDocsOpenOnStart.append(url.toLocalFile());
m_listEncodingsOfDocsOpenOnStart.append(doc->encoding());
}
KILE_DEBUG_MAIN << "#projects = " << docManager()->projects().count() << endl;
QList<KileProject*> projectList = docManager()->projects();
for(QList<KileProject*>::iterator i = projectList.begin(); i != projectList.end(); ++i) {
const QUrl url = (*i)->url();
if(url.isEmpty()) { // shouldn't happen, but just in case...
continue;
}
m_listProjectsOpenOnStart.append(url.toLocalFile());
}
bool stage1 = docManager()->projectCloseAll();
bool stage2 = true;
if(stage1) {
stage2 = docManager()->fileCloseAll();
}
bool close = stage1 && stage2;
if(close) {
saveSettings();
}
return close;
}
void Kile::showDocInfo(KTextEditor::View *view)
{
if(!view) {
view = viewManager()->currentTextView();
}
if(!view) {
return;
}
KileDocument::TextInfo *docinfo = docManager()->textInfoFor(view->document());
KileProject *project = KileInfo::docManager()->activeProject();
if(docinfo) { // we have to ensure that we always get a _valid_ docinfo object
KileDialog::StatisticsDialog *dlg = new KileDialog::StatisticsDialog(project,
docinfo,
this,
view);
dlg->exec();
delete dlg;
}
else {
qWarning() << "There is no KileDocument::Info object belonging to this document!";
}
}
void Kile::convertToASCII(KTextEditor::Document *doc)
{
if(!doc) {
KTextEditor::View *view = viewManager()->currentTextView();
if(view) {
doc = view->document();
}
else {
return;
}
}
ConvertIO io(doc);
ConvertEncToASCII conv = ConvertEncToASCII(doc->encoding(), &io);
doc->setEncoding("ISO 8859-1");
conv.convert();
}
void Kile::convertToEnc(KTextEditor::Document *doc)
{
if(!doc) {
KTextEditor::View *view = viewManager()->currentTextView();
if (view) doc = view->document();
else return;
}
if(sender()) {
ConvertIO io(doc);
QString name = QString(sender()->objectName()).section('_', -1);
ConvertASCIIToEnc conv = ConvertASCIIToEnc(name, &io);
conv.convert();
doc->setEncoding(ConvertMap::encodingNameFor(name));
}
}
KileWidget::StatusBar * Kile::statusBar()
{
return static_cast<KileWidget::StatusBar *>(KXmlGuiWindow::statusBar());
}
////////////////// GENERAL SLOTS //////////////
int Kile::lineNumber()
{
KTextEditor::View *view = viewManager()->currentTextView();
int para = 0;
if (view) {
para = view->cursorPosition().line();
}
return para;
}
void Kile::newCaption()
{
KTextEditor::View *view = viewManager()->currentTextView();
if(view) {
const bool showFullPath = KileConfig::showFullPathInWindowTitle();
KTextEditor::Document *doc = view->document();
const QString caption = (doc->isReadWrite() ? getName(doc, !showFullPath)
: i18nc("Window caption in read-only mode: <file name> [Read-Only]",
"%1 [Read-Only]", getName(doc, !showFullPath)));
setWindowTitle(caption);
if (m_bottomBar->currentPage() && m_bottomBar->currentPage()->inherits("KileWidget::Konsole")) {
m_texKonsole->sync();
}
}
else {
setWindowTitle("");
}
}
void Kile::grepItemSelected(const QString &abs_filename, int line)
{
KILE_DEBUG_MAIN << "Open file: "
<< abs_filename << " (" << line << ")" << endl;
docManager()->fileOpen(QUrl::fromUserInput(abs_filename));
setLine(QString::number(line));
}
void Kile::findInFiles()
{
static QPointer<KileDialog::FindFilesDialog> dlg = 0;
if (!dlg) {
KILE_DEBUG_MAIN << "grep guard: create findInFiles dlg" << endl;
dlg = new KileDialog::FindFilesDialog(mainWindow(), this, KileGrep::Directory);
dlg->show();
connect(dlg, &KileDialog::FindFilesDialog::itemSelected, this, &Kile::grepItemSelected);
}
else {
KILE_DEBUG_MAIN << "grep guard: show findInFiles dlg" << endl;
dlg->activateWindow();
dlg->raise();
}
}
void Kile::findInProjects()
{
static QPointer<KileDialog::FindFilesDialog> project_dlg = Q_NULLPTR;
if(!project_dlg) {
KILE_DEBUG_MAIN << "grep guard: create findInProjects dlg" << endl;
project_dlg = new KileDialog::FindFilesDialog(mainWindow(), this, KileGrep::Project);
project_dlg->show();
connect(project_dlg, &KileDialog::FindFilesDialog::itemSelected, this, &Kile::grepItemSelected);
}
else {
KILE_DEBUG_MAIN << "grep guard: show findInProjects dlg" << endl;
project_dlg->activateWindow();
project_dlg->raise();
}
}
/////////////////// PART & EDITOR WIDGET //////////
bool Kile::resetPart()
{
KILE_DEBUG_MAIN << "==Kile::resetPart()=============================" << endl;
statusBar()->reset();
updateModeStatus();
newCaption();
KTextEditor::View *view = viewManager()->currentTextView();
if (view) {
activateView(view);
}
return true;
}
void Kile::updateUserDefinedMenus()
{
m_buildMenuTopLevel = dynamic_cast<QMenu*>(m_mainWindow->guiFactory()->container("menu_build", m_mainWindow));
m_buildMenuCompile = dynamic_cast<QMenu*>(m_mainWindow->guiFactory()->container("menu_compile", m_mainWindow));
m_buildMenuConvert = dynamic_cast<QMenu*>(m_mainWindow->guiFactory()->container("menu_convert", m_mainWindow));
m_buildMenuViewer = dynamic_cast<QMenu*>(m_mainWindow->guiFactory()->container("menu_viewer", m_mainWindow));
m_buildMenuOther = dynamic_cast<QMenu*>(m_mainWindow->guiFactory()->container("menu_other", m_mainWindow));
m_buildMenuQuickPreview = dynamic_cast<QMenu*>(m_mainWindow->guiFactory()->container("quickpreview", m_mainWindow));
m_userMenu->updateGUI();
setupTools();
}
void Kile::enableGUI(bool enable)
{
// update action lists
QList<QAction *> actions = actionCollection()->actions();
for(QList<QAction *>::iterator itact = actions.begin(); itact != actions.end(); ++itact) {
if (m_dictMenuAction.contains((*itact)->objectName())
|| m_dictMenuFile.contains((*itact)->objectName())) {
(*itact)->setEnabled(enable);
}
}
// update latex usermenu actions
if ( m_userMenu ) {
QList<QAction *> useractions = m_userMenu->menuActions();
foreach ( QAction *action, useractions ) {
action->setEnabled(enable);
}
}
// enable or disable userhelp entries
m_help->enableUserhelpEntries(enable);
QList<QAction*> actionList;
actionList << m_listQuickActions
<< m_listCompilerActions
<< m_listConverterActions
<< m_listViewerActions
<< m_listOtherActions;
// enable or disable list actions
for(QList<QAction*>::iterator i = actionList.begin(); i != actionList.end(); ++i) {
(*i)->setEnabled(enable);
}
// enable or disable bibliography menu entries
actionList = m_bibTagActionMenu->menu()->actions();
for(QList<QAction*>::iterator it = actionList.begin(); it != actionList.end(); ++it) {
(*it)->setEnabled(enable);
}
QStringList menuList;
menuList << "file" << "edit" << "view" << "menu_build" << "menu_project" << "menu_latex" << "wizard" << "tools";
for(QStringList::iterator it = menuList.begin(); it != menuList.end(); ++it) {
QMenu *menu = dynamic_cast<QMenu*>(guiFactory()->container(*it, this));
if(menu) {
updateMenuActivationStatus(menu);
}
}
updateUserMenuStatus(enable);
}
// adds action names to their lists
void Kile::initMenu()
{
QStringList projectlist,filelist,actionlist;
projectlist
<< "project_add" << "project_remove"
<< "project_showfiles"
<< "project_buildtree" << "project_options" << "project_findfiles"
<< "project_archive" << "project_close" << "project_openallfiles"
;
filelist
// file
<< "convert"
// edit
<< "goto_menu" << "complete" << "bullet" << "select"
<< "delete" << "environment" << "texgroup"
// build
<< "quickpreview" << "menu_compile" << "menu_convert"
<< "menu_viewers" << "menu_other"
// latex
<< "menu_preamble" << "menu_lists" << "menu_sectioning" << "references"
<< "menu_environment" << "menu_listenv" << "menu_tabularenv" << "menu_floatenv"
<< "menu_code" << "menu_math" << "menu_mathenv" << "menu_mathamsenv"
<< "menu_bibliography" << "menu_fontstyles" << "menu_spacing"
;
actionlist
// file
<< "file_save_copy_as" << "file_save_all" << "template_create" << "Statistics"
<< "file_close" << "file_close_all" << "file_close_all_others"
// edit
<< "RefreshStructure"
// view
<< "gotoPrevDocument" << "gotoNextDocument"
// build
<< "quickpreview_selection" << "quickpreview_environment"
<< "quickpreview_subdocument" << "quickpreview_math"
<< "WatchFile" << "CleanAll"
// latex
<< "tag_documentclass" << "tag_usepackage" << "tag_amspackages" << "tag_env_document"
<< "tag_author" << "tag_title" << "tag_maketitle" << "tag_titlepage" << "tag_env_abstract"
<< "tag_tableofcontents" << "tag_listoffigures" << "tag_listoftables"
<< "tag_makeindex" << "tag_printindex" << "tag_makeglossary" << "tag_env_thebibliography"
<< "tag_part" << "tag_chapter" << "tag_section" << "tag_subsection" << "tag_subsubsection"
<< "tag_paragraph" << "tag_subparagraph" << "tag_label"
<< "tag_ref" << "tag_pageref" << "tag_index" << "tag_footnote" << "tag_cite" // << "citeViewBib"
<< "tag_center" << "tag_flushleft" << "tag_flushright"
<< "tag_env_minipage" << "tag_quote" << "tag_quotation" << "tag_verse"
<< "tag_env_itemize" << "tag_env_enumerate" << "tag_env_description" << "tag_item"
<< "tag_env_tabular" << "tag_env_tabular*" << "tag_env_tabbing"
<< "tag_multicolumn" << "tag_hline" << "tag_vline" << "tag_cline"
<< "tag_figure" << "tag_table"
<< "tag_verbatim" << "tag_env_verbatim*" << "tag_verb" << "tag_verb*"
<< "tag_mathmode" << "tag_equation" << "tag_subscript" << "tag_superscript"
<< "tag_sqrt" << "tag_nroot" << "tag_left" << "tag_right" << "tag_leftright"
<< "tag_bigl" << "tag_bigr" << "tag_Bigl" << "tag_Bigr"
<< "tag_biggl" << "tag_biggr" << "tag_Biggl" << "tag_Biggr"
<< "tag_text" << "tag_intertext" << "tag_boxed"
<< "tag_frac" << "tag_dfrac" << "tag_tfrac"
<< "tag_binom" << "tag_dbinom" << "tag_tbinom"
<< "tag_xleftarrow" << "tag_xrightarrow"
<< "tag_mathrm" << "tag_mathit" << "tag_mathbf" << "tag_mathsf"
<< "tag_mathtt" << "tag_mathcal" << "tag_mathbb" << "tag_mathfrak"
<< "tag_acute" << "tag_grave" << "tag_tilde" << "tag_bar" << "tag_vec"
<< "tag_hat" << "tag_check" << "tag_breve" << "tag_dot" << "tag_ddot"
<< "tag_space_small" << "tag_space_medium" << "tag_space_large"
<< "tag_quad" << "tag_qquad" << "tag_enskip"
<< "tag_env_displaymath" << "tag_env_equation" << "tag_env_equation*"
<< "tag_env_array"
<< "tag_env_multline" << "tag_env_multline*" << "tag_env_split"
<< "tag_env_gather" << "tag_env_gather*" << "tag_env_align" << "tag_env_align*"
<< "tag_env_flalign" << "tag_env_flalign*" << "tag_env_alignat" << "tag_env_alignat*"
<< "tag_env_aligned" << "tag_env_gathered" << "tag_env_alignedat" << "tag_env_cases"
<< "tag_env_matrix" << "tag_env_pmatrix" << "tag_env_vmatrix"
<< "tag_env_VVmatrix" << "tag_env_bmatrix" << "tag_env_BBmatrix"
// bibliography stuff
<< "menu_bibliography"
<< "setting_bibtex" << "setting_biblatex"
<< "tag_textit" << "tag_textsl" << "tag_textbf" << "tag_underline"
<< "tag_texttt" << "tag_textsc" << "tag_emph" << "tag_strong"
<< "tag_rmfamily" << "tag_sffamily" << "tag_ttfamily"
<< "tag_mdseries" << "tag_bfseries" << "tag_upshape"
<< "tag_itshape" << "tag_slshape" << "tag_scshape"
<< "tag_newline" << "tag_newpage" << "tag_linebreak" << "tag_pagebreak"
<< "tag_bigskip" << "tag_medskip" << "tag_smallskip"
<< "tag_hspace" << "tag_hspace*" << "tag_vspace" << "tag_vspace*"
<< "tag_hfill" << "tag_hrulefill" << "tag_dotfill" << "tag_vfill"
<< "tag_includegraphics" << "tag_include" << "tag_input"
// wizard
<< "wizard_tabular" << "wizard_array" << "wizard_tabbing"
<< "wizard_float" << "wizard_mathenv"
<< "wizard_usermenu" << "wizard_usermenu2"
// settings
<< "Mode"
// help
<< "help_context"
// action lists
<< "structure_list" << "size_list" << "other_list"
<< "left_list" << "right_list"
// tool lists
<< "list_compiler_select" << "list_convert_select" << "list_view_select" << "list_quick_select"
// user help
<< "help_userhelp"
<< "edit_next_bullet" << "edit_prev_bullet"
<< "edit_next_section" << "edit_prev_section" << "edit_next_paragraph" << "edit_prev_paragraph"
<< "edit_select_inside_env" << "edit_select_outside_env" << "edit_select_inside_group"
<< "edit_select_outside_group" << "edit_select_mathgroup" << "edit_select_paragraph"
<< "edit_select_line" << "edit_select_word"
<< "edit_delete_inside_env" << "edit_delete_outside_env" << "edit_delete_inside_group"
<< "edit_delete_outside_group" << "edit_delete_mathgroup" << "edit_delete_paragraph"
<< "edit_delete_eol" << "edit_delete_word"
<< "edit_complete_word" << "edit_complete_env" << "edit_complete_abbrev"
<< "edit_begin_env" << "edit_end_env" << "edit_match_env" << "edit_close_env" << "edit_closeall_env"
<< "edit_begin_group" << "edit_end_group" << "edit_match_group" << "edit_close_group"
<< "file_export_ascii" << "file_export_latin1" << "file_export_latin2" << "file_export_latin3"
<< "file_export_latin4" << "file_export_latin5" << "file_export_latin9" << "file_export_cp1250"
<< "file_export_cp1252"
;
setMenuItems(projectlist,m_dictMenuProject);
setMenuItems(filelist,m_dictMenuFile);
setMenuItems(actionlist,m_dictMenuAction);
}
void Kile::setMenuItems(QStringList &list, QMap<QString,bool> &dict)
{
for ( QStringList::Iterator it=list.begin(); it!=list.end(); ++it ) {
dict[(*it)] = true;
}
}
void Kile::updateMenu()
{
KILE_DEBUG_MAIN << "==Kile::updateMenu()====================" << endl;
QAction *a;
QMap<QString,bool>::Iterator it;
// update project menus
m_actRecentProjects->setEnabled( m_actRecentProjects->items().count() > 0 );
bool project_open = ( docManager()->isProjectOpen() ) ;
for ( it=m_dictMenuProject.begin(); it!=m_dictMenuProject.end(); ++it ) {
a = actionCollection()->action(it.key());
if(a) {
a->setEnabled(project_open);
}
}
// project_show is only enabled, when more than 1 project is opened
a = actionCollection()->action("project_show");
if(a) {
a->setEnabled(project_open && docManager()->projects().count() > 1);
}
// update file menus
m_actRecentFiles->setEnabled( m_actRecentFiles->items().count() > 0 );
bool file_open = ( viewManager()->currentTextView() );
KILE_DEBUG_MAIN << "\tprojectopen=" << project_open << " fileopen=" << file_open << endl;
enableGUI(file_open);
}
bool Kile::updateMenuActivationStatus(QMenu *menu)
{
return updateMenuActivationStatus(menu, QSet<QMenu*>());
}
bool Kile::updateMenuActivationStatus(QMenu *menu, const QSet<QMenu*>& visited)
{
if(visited.contains(menu)) {
qWarning() << "Recursive menu structure detected - aborting!";
return true;
}
if(menu->objectName() == "usermenu-submenu") {
menu->setEnabled(true);
return true;
}
bool enabled = false;
QList<QAction*> actionList = menu->actions();
for(QList<QAction*>::iterator it = actionList.begin(); it != actionList.end(); ++it) {
QAction *action = *it;
QMenu *subMenu = action->menu();
if(subMenu) {
QSet<QMenu*> newVisited(visited);
newVisited.insert(menu);
if(updateMenuActivationStatus(subMenu, newVisited)) {
enabled = true;
}
}
else if(!action->isSeparator() && action->isEnabled()) {
enabled = true;
}
}
menu->setEnabled(enabled);
return enabled;
}
void Kile::updateLatexenuActivationStatus(QMenu *menu, bool state)
{
if ( menu->isEmpty() || !viewManager()->currentTextView() ) {
state = false;
}
menu->menuAction()->setVisible(state);
}
void Kile::runTool(const QString& tool)
{
runToolWithConfig(tool, QString());
}
void Kile::runToolWithConfig(const QString &toolName, const QString &config)
{
KILE_DEBUG_MAIN << toolName << config;
focusLog();
KileTool::Base *tool = m_manager->createTool(toolName, config);
if(!tool || (tool->requestSaveAll() && !m_docManager->fileSaveAll())) {
delete tool;
return;
}
return m_manager->run(tool);
}
void Kile::cleanAll(KileDocument::TextInfo *docinfo)
{
const QString noactivedoc = i18n("There is no active document or it is not saved.");
if(!docinfo) {
KTextEditor::Document *doc = activeTextDocument();
if (doc) {
docinfo = docManager()->textInfoFor(doc);
}
else {
errorHandler()->printMessage(KileTool::Error, noactivedoc, i18n("Clean"));
return;
}
}
if (docinfo) {
docManager()->cleanUpTempFiles(docinfo->url(), false);
}
}
void Kile::refreshStructure()
{
viewManager()->updateStructure(true);
}
void Kile::insertTag(const KileAction::TagData& data)
{
errorHandler()->clearMessages();
if(data.description.length() > 0) {
focusLog();
errorHandler()->printMessage(data.description);
}
KTextEditor::View *view = viewManager()->currentTextView();
if(!view) {
return;
}
focusTextView(view);
editorExtension()->insertTag(data, view);
}
void Kile::insertTag(const QString& tagB, const QString& tagE, int dx, int dy)
{
insertTag(KileAction::TagData(QString(), tagB, tagE, dx, dy));
}
void Kile::insertAmsTag(const KileAction::TagData& data)
{
insertTag(data, QStringList("amsmath"));
}
void Kile::insertTag(const KileAction::TagData& data,const QList<Package> &pkgs) {
QStringList packages;
QString pkgName;
QList<Package>::const_iterator it;
for(it = pkgs.begin(); it != pkgs.end() ; it++) {
pkgName = (*it).name;
if(!pkgName.isEmpty()) {
packages.append(pkgName);
}
}
insertTag(data,packages);
}
void Kile::insertTag(const KileAction::TagData& data,const QStringList &pkgs)
{
KILE_DEBUG_MAIN << "void Kile::insertTag(const KileAction::TagData& data,const QStringList " << pkgs.join(",") << ")" << endl;
insertTag(data);
KileDocument::TextInfo *docinfo = docManager()->textInfoFor(getCompileName());
if(docinfo) {
QStringList packagelist = allPackages(docinfo);
QStringList::const_iterator it;
QStringList warnPkgs;
for ( it = pkgs.begin(); it != pkgs.end(); ++it) {
if(!packagelist.contains(*it)) {
warnPkgs.append(*it);
}
}
if(warnPkgs.count() > 0) {
if(warnPkgs.count() == 1) {
errorHandler()->printMessage(KileTool::Error, i18n("You have to include the package %1.", warnPkgs.join(",")), i18n("Insert text"));
}
else {
errorHandler()->printMessage(KileTool::Error, i18n("You have to include the packages %1.", warnPkgs.join(",")), i18n("Insert text"));
}
}
}
}
void Kile::insertText(const QString &text)
{
if(text.indexOf("%C")>=0)
insertTag(KileAction::TagData(QString(), text, QString(), 0, 0));
else
insertTag(KileAction::TagData(QString(), text, "%C", 0, 0));
}
void Kile::insertText(const QString &text, const QStringList &pkgs)
{
insertTag(KileAction::TagData(QString(), text, "%C", 0, 0), pkgs);
}
void Kile::insertText(const QString &text, const QList<Package> &pkgs)
{
insertTag(KileAction::TagData(QString(), text, "%C", 0, 0), pkgs);
}
void Kile::quickDocument()
{
KileDialog::QuickDocument *dlg = new KileDialog::QuickDocument(m_config.data(), this, "Quick Start", i18n("Quick Start"));
if(dlg->exec()) {
if(!viewManager()->currentTextView()) {
docManager()->createNewLaTeXDocument();
}
insertTag( dlg->tagData() );
viewManager()->updateStructure(true);
}
delete dlg;
}
void Kile::quickArray()
{
quickTabulardialog(false);
}
void Kile::quickTabular()
{
quickTabulardialog(true);
}
void Kile::quickTabulardialog(bool tabularenv)
{
if(!viewManager()->currentTextView()) {
return;
}
QString env;
if(tabularenv) {
KConfigGroup group = m_config->group("Wizard");
env = group.readEntry("TabularEnvironment", "tabular");
} else {
env = "array";
}
KileDialog::NewTabularDialog dlg(env, m_latexCommands, m_config.data(), this);
if(dlg.exec()) {
insertTag(dlg.tagData(), dlg.requiredPackages());
if(tabularenv) {
KConfigGroup group = m_config->group("Wizard");
group.writeEntry("TabularEnvironment", dlg.environment());
m_config->sync();
}
}
}
void Kile::quickTabbing()
{
if(!viewManager()->currentTextView()) {
return;
}
KileDialog::QuickTabbing *dlg = new KileDialog::QuickTabbing(m_config.data(), this, this, "Tabbing", i18n("Tabbing"));
if(dlg->exec()) {
insertTag(dlg->tagData());
}
delete dlg;
}
void Kile::quickFloat()
{
if(!viewManager()->currentTextView()) {
return;
}
KileDialog::FloatEnvironmentDialog *dlg = new KileDialog::FloatEnvironmentDialog(m_config.data(), this, this);
if(dlg->exec()) {
insertTag(dlg->tagData());
}
delete dlg;
}
void Kile::quickMathenv()
{
if(!viewManager()->currentTextView()) {
return;
}
KileDialog::MathEnvironmentDialog *dlg = new KileDialog::MathEnvironmentDialog(this, m_config.data(), this, m_latexCommands);
if(dlg->exec()) {
insertTag(dlg->tagData());
}
delete dlg;
}
void Kile::quickPostscript()
{
QString startdir = QDir::homePath();
QString texfilename;
KTextEditor::View *view = viewManager()->currentTextView();
if(view) {
startdir = QFileInfo(view->document()->url().toLocalFile()).path();
texfilename = getCompileName();
}
KileDialog::PostscriptDialog *dlg = new KileDialog::PostscriptDialog(this, texfilename, startdir, m_extensions->latexDocuments(), errorHandler(), m_outputWidget);
dlg->exec();
delete dlg;
}
void Kile::quickPdf()
{
QString startDir = QDir::homePath();
QString texFileName;
KTextEditor::View *view = viewManager()->currentTextView();
if(view) {
startDir = QFileInfo(view->document()->url().toLocalFile()).path();
texFileName = getCompileName();
}
KileDialog::PdfDialog *dlg = new KileDialog::PdfDialog(m_mainWindow, texFileName, startDir, m_extensions->latexDocuments(), m_manager, errorHandler(), m_outputWidget);
connect(dlg, &QDialog::finished, dlg, &QObject::deleteLater);
dlg->open();
}
void Kile::quickUserMenuDialog()
{
m_userMenu->removeShortcuts();
QPointer<KileMenu::UserMenuDialog> dlg = new KileMenu::UserMenuDialog(m_config.data(), this, m_userMenu, m_userMenu->xmlFile(), m_mainWindow);
dlg->exec();
connect(dlg, &QDialog::finished, this, [this] (int result) {
Q_UNUSED(result);
// tell all the documents and views to update their action shortcuts (bug 247646)
docManager()->reloadXMLOnAllDocumentsAndViews();
// a new usermenu could have been installed, even if the return value is QDialog::Rejected
m_userMenu->refreshActionProperties();
});
delete dlg;
}
void Kile::slotUpdateUserMenuStatus()
{
KILE_DEBUG_MAIN << "slot update usermenu status";
updateUserMenuStatus(true);
}
void Kile::updateUserMenuStatus(bool state)
{
KILE_DEBUG_MAIN << "update usermenu status";
if(m_userMenu) {
QMenu *menu = m_userMenu->getMenuItem();
if(menu) {
updateLatexenuActivationStatus(menu,state);
}
}
}
-void Kile::helpLaTex()
-{
- QString loc = KileUtilities::locate(QStandardPaths::AppDataLocation, "help/latexhelp.html");
- KileTool::Base *tool = toolManager()->createTool("ViewHTML", QString(), false);
- if(!tool) {
- errorHandler()->printMessage(KileTool::Error, i18n("Could not create the \"ViewHTML\" tool. Please reset the tools."));
- return;
- }
- tool->setFlags(KileTool::NeedSourceExists | KileTool::NeedSourceRead);
- tool->setSource(loc);
- tool->setTargetPath(loc);
- tool->prepareToRun();
- m_manager->run(tool);
-}
-
void Kile::readGUISettings()
{
}
// transform old user tags to xml file
void Kile::transformOldUserTags()
{
KILE_DEBUG_MAIN << "Convert old user tags";
QString xmldir = KileUtilities::writableLocation(QStandardPaths::AppDataLocation) + "/usermenu/";
// create dir if not existing
QDir testDir(xmldir);
if (!testDir.exists()) {
testDir.mkpath(xmldir);
}
KConfigGroup userGroup = m_config->group("User");
int len = userGroup.readEntry("nUserTags", 0);
if ( len > 0) {
QString usertagfile = "usertags.xml";
QString filename = xmldir + usertagfile;
KILE_DEBUG_MAIN << "-convert user tags " << filename;
QFile file(filename);
if ( !file.open(QFile::WriteOnly | QFile::Text) ) {
KILE_DEBUG_MAIN << "-Error - could not open file to write: " << filename;
return;
}
KILE_DEBUG_MAIN << "Write xml: " << filename;
QXmlStreamWriter xml(&file);
xml.setAutoFormatting(true);
xml.setAutoFormattingIndent(2) ;
xml.writeStartDocument();
xml.writeStartElement("UserMenu");
for (int i = 0; i < len; ++i) {
const QString tagNameConfigKey = "userTagName" + QString::number(i);
const QString tagname = userGroup.readEntry(tagNameConfigKey, i18n("No Name"));
const QString tagConfigKey = "userTag" + QString::number(i);
QString tag = userGroup.readEntry(tagConfigKey, "");
tag = tag.replace('\n',"\\n");
xml.writeStartElement("menu");
xml.writeAttribute("type", "text");
xml.writeTextElement(KileMenu::UserMenuData::xmlMenuTagName(KileMenu::UserMenuData::XML_TITLE), tagname);
xml.writeTextElement(KileMenu::UserMenuData::xmlMenuTagName(KileMenu::UserMenuData::XML_PLAINTEXT), tag);
xml.writeTextElement(KileMenu::UserMenuData::xmlMenuTagName(KileMenu::UserMenuData::XML_SHORTCUT), QString("Ctrl+Shift+%1").arg(i+1));
xml.writeEndElement();
userGroup.deleteEntry(tagNameConfigKey);
userGroup.deleteEntry(tagConfigKey);
}
xml.writeEndDocument();
file.close();
// save current xml file
KileConfig::setUserMenuFile(usertagfile);
}
userGroup.deleteEntry("nUserTags");
}
void Kile::transformOldUserSettings()
{
//delete old editor key
if(m_config->hasGroup("Editor")) {
m_config->deleteGroup("Editor");
}
//convert user tools to new KileTool classes
KConfigGroup userGroup = m_config->group("User");
userItem tempItem;
int len = userGroup.readEntry("nUserTools", 0);
for (int i=0; i< len; ++i) {
tempItem.name = userGroup.readEntry("userToolName" + QString::number(i), i18n("no name"));
tempItem.tag = userGroup.readEntry("userTool" + QString::number(i), "");
m_listUserTools.append(tempItem);
}
if(len > 0) {
//move the tools
userGroup.writeEntry("nUserTools", 0);
for(int i = 0; i < len; ++i) {
tempItem = m_listUserTools[i];
KConfigGroup toolsGroup = m_config->group("Tools");
toolsGroup.writeEntry(tempItem.name, "Default");
KileTool::setGUIOptions(tempItem.name, "Other", "preferences-other", m_config.data());
KConfigGroup group = m_config->group(KileTool::groupFor(tempItem.name, "Default"));
QString bin = KIO::DesktopExecParser::executablePath(tempItem.tag);
group.writeEntry("command", bin);
group.writeEntry("options", tempItem.tag.mid(bin.length()));
group.writeEntry("class", "Base");
group.writeEntry("type", "Process");
group.writeEntry("from", "");
group.writeEntry("to", "");
if(i < 10) {
QAction *toolAction = static_cast<QAction*>(actionCollection()->action("tool_" + tempItem.name));
actionCollection()->setDefaultShortcut(toolAction, "Alt+Shift+" + QString::number(i + 1)); //should be alt+shift+
}
}
}
}
void Kile::readRecentFileSettings()
{
KConfigGroup group = m_config->group("FilesOpenOnStart");
int n = group.readEntry("NoDOOS", 0);
for (int i = 0; i < n; ++i) {
const QString urlString = group.readPathEntry("DocsOpenOnStart" + QString::number(i), "");
if(urlString.isEmpty()) {
continue;
}
m_listDocsOpenOnStart.append(urlString);
m_listEncodingsOfDocsOpenOnStart.append(group.readPathEntry("EncodingsOfDocsOpenOnStart" + QString::number(i), ""));
}
n = group.readEntry("NoPOOS", 0);
for(int i = 0; i < n; ++i) {
const QString urlString = group.readPathEntry("ProjectsOpenOnStart" + QString::number(i), "");
if(urlString.isEmpty()) {
continue;
}
m_listProjectsOpenOnStart.append(urlString);
}
}
void Kile::readConfig()
{
m_codeCompletionManager->readConfig(m_config.data());
if(m_livePreviewManager) {
m_livePreviewManager->readConfig(m_config.data());
}
//m_edit->initDoubleQuotes();
m_edit->readConfig();
docManager()->updateInfos();
m_jScriptManager->readConfig();
docManager()->readConfig();
viewManager()->readConfig(m_horizontalSplitter);
// set visible views in sidebar
m_sideBar->setPageVisible(m_scriptsManagementWidget, KileConfig::scriptingEnabled());
m_sideBar->setPageVisible(m_commandViewToolBox, KileConfig::showCwlCommands());
m_sideBar->setPageVisible(m_kileAbbrevView, KileConfig::completeShowAbbrev());
m_scriptsManagementWidget->setScriptNameColumnWidth(KileConfig::scriptNameColumnWidth());
if(KileConfig::displayMFUS()) {
enableSymbolViewMFUS();
}
else {
disableSymbolViewMFUS();
}
m_commandViewToolBox->readCommandViewFiles();
abbreviationManager()->readAbbreviationFiles();
}
void Kile::saveSettings()
{
m_fileBrowserWidget->writeConfig();
if(m_livePreviewManager) {
m_livePreviewManager->writeConfig();
}
m_symbolViewMFUS->writeConfig();
saveLastSelectedAction();
// Store recent files
m_actRecentFiles->saveEntries(m_config->group("Recent Files"));
m_actRecentProjects->saveEntries(m_config->group("Projects"));
m_config->deleteGroup("FilesOpenOnStart");
if (KileConfig::restore())
{
KConfigGroup configGroup = m_config->group("FilesOpenOnStart");
KileConfig::setSingleFileMasterDocument(getMasterDocumentFileName());
configGroup.writeEntry("NoDOOS", m_listDocsOpenOnStart.count());
for (int i = 0; i < m_listDocsOpenOnStart.count(); ++i) {
configGroup.writePathEntry("DocsOpenOnStart" + QString::number(i), m_listDocsOpenOnStart[i]);
configGroup.writePathEntry("EncodingsOfDocsOpenOnStart" + QString::number(i), m_listEncodingsOfDocsOpenOnStart[i]);
}
configGroup.writeEntry("NoPOOS", m_listProjectsOpenOnStart.count());
for (int i = 0; i < m_listProjectsOpenOnStart.count(); ++i) {
configGroup.writePathEntry("ProjectsOpenOnStart"+QString::number(i), m_listProjectsOpenOnStart[i]);
}
}
KConfigGroup configGroup = KSharedConfig::openConfig()->group("KileMainWindow");
saveMainWindowSettings(configGroup);
docManager()->writeConfig();
viewManager()->writeConfig();
scriptManager()->writeConfig();
KileConfig::setScriptNameColumnWidth(m_scriptsManagementWidget->scriptNameColumnWidth());
KileConfig::setRCVersion(KILERC_VERSION);
KileConfig::setMainwindowWidth(width());
KileConfig::setMainwindowHeight(height());
QList<int> sizes;
QList<int>::Iterator it;
sizes = m_horizontalSplitter->sizes();
it = sizes.begin();
KileConfig::setHorizontalSplitterLeft(*it);
++it;
KileConfig::setHorizontalSplitterRight(*it);
sizes.clear();
sizes = m_verticalSplitter->sizes();
it = sizes.begin();
KileConfig::setVerticalSplitterTop(*it);
++it;
KileConfig::setVerticalSplitterBottom(*it);
KileConfig::setSideBar(!m_sideBar->isHidden()); // do not use 'isVisible()'!
KileConfig::setSideBarSize(m_sideBar->directionalSize());
KileConfig::setBottomBar(!m_bottomBar->isHidden()); // do not use 'isVisible()'!
KileConfig::setBottomBarSize(m_bottomBar->directionalSize());
KileConfig::setBottomBarIndex(m_bottomBar->currentTab());
KileConfig::setSelectedLeftView(m_sideBar->currentTab());
abbreviationManager()->saveLocalAbbreviations();
KileConfig::self()->save();
m_config->sync();
}
///////////////// OPTIONS ////////////////////
void Kile::setMasterDocumentFileName(const QString& fileName)
{
if(fileName.isEmpty() || !viewManager()->viewForLocalFilePresent(fileName)) {
return;
}
m_masterDocumentFileName = fileName;
QString shortName = QFileInfo(m_masterDocumentFileName).fileName();
ModeAction->setText(i18n("Normal mode (current master document: %1)", shortName));
ModeAction->setChecked(true);
m_singlemode = false;
updateModeStatus();
emit masterDocumentChanged();
KILE_DEBUG_MAIN << "SETTING master to " << m_masterDocumentFileName << " singlemode = " << m_singlemode << endl;
}
void Kile::clearMasterDocument()
{
ModeAction->setText(i18n("Define Current Document as 'Master Document'"));
ModeAction->setChecked(false);
m_singlemode = true;
m_masterDocumentFileName.clear();
updateModeStatus();
emit masterDocumentChanged();
KILE_DEBUG_MAIN << "CLEARING master document";
}
void Kile::toggleMasterDocumentMode()
{
if (!m_singlemode) {
clearMasterDocument();
}
else if (m_singlemode && viewManager()->currentTextView()) {
QString name = getName();
if(name.isEmpty()) {
ModeAction->setChecked(false);
KMessageBox::error(this, i18n("In order to define the current document as a master document, it has to be saved first."));
return;
}
setMasterDocumentFileName(name);
}
else {
ModeAction->setChecked(false);
updateModeStatus();
}
}
void Kile::toggleWatchFile()
{
m_bWatchFile=!m_bWatchFile;
if (m_bWatchFile) {
WatchFileAction->setChecked(true);
}
else {
WatchFileAction->setChecked(false);
}
}
// execute configuration dialog
void Kile::generalOptions()
{
KileDialog::Config *dlg = new KileDialog::Config(m_config.data(), this, this);
KileUtilities::scheduleCenteringOfWidget(dlg);
if (dlg->exec()) {
// update new settings
readConfig();
saveLastSelectedAction(); // save the old current tools before calling setupTools() which calls restoreLastSelectedActions()
setupTools();
m_help->update();
newCaption(); // for the 'showFullPathInWindowTitle' setting
configurationManager()->emitConfigChanged();
//stop/restart LyX server if necessary
if(KileConfig::runLyxServer() && !m_lyxserver->isRunning()) {
m_lyxserver->start();
}
if(!KileConfig::runLyxServer() && m_lyxserver->isRunning()) {
m_lyxserver->stop();
}
}
delete dlg;
}
void Kile::slotPerformCheck()
{
// first we have to disable the live preview that may be running, and clear the master document
const bool livePreviewEnabledForFreshlyOpenedDocuments = KileConfig::previewEnabledForFreshlyOpenedDocuments();
const bool livePreviewEnabledForCurrentDocument = livePreviewManager() && livePreviewManager()->isLivePreviewEnabledForCurrentDocument();
if (livePreviewManager()) {
KileConfig::setPreviewEnabledForFreshlyOpenedDocuments(false);
livePreviewManager()->setLivePreviewEnabledForCurrentDocument(false);
}
// we show the message output widget in the bottom bar and shrink the side bar
int sideBarTab = m_sideBar->currentTab();
int bottomBarTab = m_bottomBar->currentTab();
m_sideBar->shrink();
m_bottomBar->switchToTab(0); // show the log widget
int outputTab = m_errorHandler->currentOutputTabIndex();
m_errorHandler->showMessagesOutput();
QString currentMasterDocument = m_masterDocumentFileName;
if(!m_singlemode) {
clearMasterDocument();
}
// we hide the editor pane and tabs
m_viewManager->setTabsAndEditorVisible(false);
// now, we can run the tests
KileDialog::ConfigChecker *dlg = new KileDialog::ConfigChecker(this);
dlg->exec();
delete dlg;
m_errorHandler->clearMessages();
m_errorHandler->clearErrorOutput();
// finally, we restore the rest to what it was before launching the tests
m_viewManager->setTabsAndEditorVisible(true);
if(!currentMasterDocument.isEmpty()) {
setMasterDocumentFileName(currentMasterDocument);
}
m_errorHandler->setCurrentOutputTab(outputTab);
if(sideBarTab >= 0) {
m_sideBar->switchToTab(sideBarTab);
}
if(bottomBarTab < 0) {
m_bottomBar->shrink();
}
else {
m_bottomBar->switchToTab(bottomBarTab);
}
if (livePreviewManager()) {
KileConfig::setPreviewEnabledForFreshlyOpenedDocuments(livePreviewEnabledForFreshlyOpenedDocuments);
if(livePreviewEnabledForCurrentDocument) {
livePreviewManager()->setLivePreviewEnabledForCurrentDocument(true);
}
}
}
void Kile::aboutEditorComponent()
{
KTextEditor::Editor *editor = m_docManager->getEditor();
if(!editor) {
return;
}
KAboutApplicationDialog dialog(editor->aboutData(), this);
dialog.exec();
}
/////////////// KEYS - TOOLBARS CONFIGURATION ////////////////
void Kile::configureKeys()
{
KShortcutsDialog dlg(KShortcutsEditor::AllActions, KShortcutsEditor::LetterShortcutsAllowed, this);
// due to bug 280988, we can't add all the clients...
// QList<KXMLGUIClient*> clients = guiFactory()->clients();
// for(QList<KXMLGUIClient*>::iterator it = clients.begin(); it != clients.end(); ++it) {
// dlg.addCollection((*it)->actionCollection());
// }
dlg.addCollection(mainWindow()->actionCollection());
KTextEditor::View *view = m_viewManager->currentTextView();
if(view) {
dlg.addCollection(view->actionCollection());
}
KParts::ReadOnlyPart *part = viewManager()->viewerPart();
if(part) {
dlg.addCollection(part->actionCollection());
}
dlg.configure();
// tell all the documents and views to update their action shortcuts (bug 247646)
docManager()->reloadXMLOnAllDocumentsAndViews();
// tell m_userMenu that key bindings may have been changed
m_userMenu->updateKeyBindings();
}
void Kile::configureToolbars()
{
{
KConfigGroup configGroup = KSharedConfig::openConfig()->group("KileMainWindow");
saveMainWindowSettings(configGroup);
}
KEditToolBar dlg(factory());
connect(&dlg, &KEditToolBar::newToolBarConfig, this, [this] () {
setUpdatesEnabled(false);
applyMainWindowSettings(m_config->group("KileMainWindow"));
updateUserDefinedMenus();
setUpdatesEnabled(true);
});
dlg.exec();
}
//////////////////// CLEAN BIB /////////////////////
void Kile::cleanBib()
{
KTextEditor::View *view = viewManager()->currentTextView();
if ( ! view )
return;
QRegExp reOptional( "(ALT|OPT)(\\w+)\\s*=\\s*(\\S.*)" );
QRegExp reNonEmptyEntry( ".*\\w.*" );
QString s;
int i = 0;
while(i < view->document()->lines()) {
s = view->document()->line(i);
// do we have a line that starts with ALT or OPT?
if(reOptional.indexIn(s) >= 0) {
// yes! capture type and entry
QString type = reOptional.cap( 2 );
QString entry = reOptional.cap( 3 );
view->document()->removeLine( i );
view->document()->setModified(true);
if(reNonEmptyEntry.indexIn(entry) >= 0) {
type.append(" = ");
type.append(entry);
view->document()->insertLine(i, type);
++i;
}
}
else {
++i;
}
}
int j = 0;
for (i = 0; i < view->document()->lines(); ++i) {
j = i+1;
if(j < view->document()->lines() && view->document()->line(j).contains(QRegExp("^\\s*\\}\\s*$"))) {
s = view->document()->line(i);
view->document()->removeLine(i);
s.remove(QRegExp(",\\s*$"));
view->document()->setModified(true);
view->document()->insertLine(i, s);
}
}
}
void Kile::includeGraphics()
{
KTextEditor::View *view = viewManager()->currentTextView();
if ( !view ) return;
QFileInfo fi( view->document()->url().toLocalFile() );
KileDialog::IncludeGraphics *dialog = new KileDialog::IncludeGraphics(this, fi.path(), this);
if ( dialog->exec() == QDialog::Accepted )
{
insertTag(dialog->getTemplate(), "%C", 0,0);
docManager()->projectAddFile( dialog->getFilename(),true );
}
delete dialog;
}
void Kile::slotToggleFullScreen()
{
if (!m_pFullScreen->isChecked()) {
setWindowState( windowState() & ~Qt::WindowFullScreen );
}
else {
setWindowState( windowState() | Qt::WindowFullScreen );
}
}
/////////////// QuickPreview (dani) ////////////////
// all calls of QuickPreview will get here, so we can decide what to do
// rewritten Sep 05 2006 to work together with preview in the bottom bar
void Kile::slotQuickPreview(int type)
{
KILE_DEBUG_MAIN << "==Kile::slotQuickPreview()==========================" << endl;
KTextEditor::View *view = viewManager()->currentTextView();
if ( ! view) return;
KTextEditor::Document *doc = view->document();
if ( ! doc )
return;
switch ( type )
{
case KileTool::qpSelection:
m_quickPreview->previewSelection(view);
break;
case KileTool::qpEnvironment:
m_quickPreview->previewEnvironment(doc);
break;
case KileTool::qpSubdocument:
m_quickPreview->previewSubdocument(doc);
break;
case KileTool::qpMathgroup:
m_quickPreview->previewMathgroup(doc);
break;
}
}
/* FIXME
Port the citeViewBib function as soon as we got a kbib version for KDE4.
void Kile::citeViewBib()
{
KILE_DEBUG_MAIN << "===void Kile::citeViewBib()===" << endl;
DCOPClient *client = kapp->dcopClient();
QByteArray params, replyData;
Q3CString replyType;
QDataStream stream(params, QIODevice::WriteOnly);
QCStringList functions,remoteApps,remoteObjs;
const Q3CString viewBibApp = "kbib"; // currently these things are hardcoded because only kbib supports it
const Q3CString viewBibObj = "kbibapp";
const Q3CString viewBibFncDef = "QString cite()";
const Q3CString viewBibFnc = "cite()";
remoteApps = client->registeredApplications();
if( !remoteApps.contains(viewBibApp) )
{
errorHandler()->printMessage(KileTool::Warning,
i18n("No ViewBib tool running, trying to start it now"),
i18n("ViewBib Citation"));
uint ret = runWith("ViewBib","KBib");
if( ret == 0 )
errorHandler()->printMessage(KileTool::Info,
i18n("Please select the desired bibliographies and re-execute this command"),
i18n("ViewBib Citation"));
return;
}
remoteObjs = client->remoteObjects(viewBibApp);
if( !remoteObjs.contains(viewBibObj) )
{
errorHandler()->printMessage(KileTool::Warning,
i18n("The ViewBib tool does not have the correct interface"),
i18n("ViewBib Citation"));
return;
}
functions = client->remoteFunctions(viewBibApp,viewBibObj);
if( !functions.contains(viewBibFncDef) )
{
errorHandler()->printMessage(KileTool::Warning,
i18n("The ViewBib tool does not have the correct definition of the cite function"),
i18n("ViewBib Citation"));
return;
}
if ( !client->call(viewBibApp, viewBibObj, viewBibFnc, params, replyType, replyData) )
{
// we should never get here
qWarning() << "internal error in viewbib citation" << endl;
return;
}
else{
QDataStream reply(replyData, QIODevice::ReadOnly);
if (replyType == "QString")
{
QString result;
reply >> result;
if (result.isEmpty())
{
errorHandler()->printMessage(KileTool::Warning,
i18n("No reference selected.\nPlease select a reference first!"),
i18n("ViewBib Citation"));
}
else
{
insertTag(KileAction::TagData(i18n("ViewBib Citation"), result, QString(), result.length()));
}
}
}
}
*/
void Kile::addRecentFile(const QUrl &url)
{
m_actRecentFiles->addUrl(url);
}
void Kile::removeRecentFile(const QUrl &url)
{
m_actRecentFiles->removeUrl(url);
}
void Kile::addRecentProject(const QUrl &url)
{
m_actRecentProjects->addUrl(url);
}
void Kile::removeRecentProject(const QUrl &url)
{
m_actRecentProjects->removeUrl(url);
}
void Kile::updateStatusBarCursorPosition(KTextEditor::View *view,
const KTextEditor::Cursor &newPosition)
{
if(!view) {
statusBar()->clearLineColumn();
}
else {
statusBar()->setLineColumn(newPosition.line() + 1, newPosition.column() + 1);
}
}
void Kile::updateStatusBarViewMode(KTextEditor::View *view)
{
if(!view) {
statusBar()->clearViewMode();
}
else {
statusBar()->setViewMode(view->viewModeHuman());
}
}
void Kile::updateStatusBarInformationMessage(KTextEditor::View * /* view */, const QString &message)
{
statusBar()->showMessage(message, 5000);
}
void Kile::updateStatusBarSelection(KTextEditor::View *view)
{
if(!view) {
statusBar()->clearSelectionMode();
}
else {
const QString text = view->blockSelection() ?
i18nc("@info:status status bar label for block selection mode", "BLOCK") + ' ' :
i18nc("@info:status status bar label for line selection mode", "LINE") + ' ';
statusBar()->setSelectionMode(text);
}
}
void Kile::handleDocumentParsingStarted()
{
statusBar()->setParserStatus(i18n("Refreshing structure..."));
}
void Kile::handleDocumentParsingComplete()
{
statusBar()->clearParserStatus();
}
diff --git a/src/kile.h b/src/kile.h
index 107ded3e..734f56f2 100644
--- a/src/kile.h
+++ b/src/kile.h
@@ -1,409 +1,407 @@
/***************************************************************************************
begin : sam jui 13 09:50:06 CEST 2002
copyright : (C) 2003 by Jeroen Wijnhout (wijnhout@science.uva.nl)
- 2007-2018 by Michel Ludwig (michel.ludwig@kdemail.net)
+ 2007-2019 by Michel Ludwig (michel.ludwig@kdemail.net)
(C) 2009 Thomas Braun (thomas.braun@virtuell-zuhause.de)
***************************************************************************************/
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
#ifndef KILE_H
#define KILE_H
#include <QList>
#include <QSplitter>
#include <QStackedWidget>
#include <QString>
#include <QStringList>
#include <QToolBox>
#include <QWidget>
#include <KTextEditor/View>
#include <KTextEditor/Document>
#include <ktogglefullscreenaction.h>
#include <KXmlGuiWindow>
#include "widgets/filebrowserwidget.h"
#include "kileinfo.h"
#include "kileactions.h"
#include "kileversion.h"
#include "widgets/symbolview.h"
#include "widgets/commandview.h"
#include "outputinfo.h"
#include "codecompletion.h" // code completion (dani)
#include "editorextension.h" // advanced editor (dani)
#include "kilehelp.h" // kile help (dani)
#include "quickpreview.h"
#include "widgets/abbreviationview.h"
class QFileInfo;
class QTimer;
class KToolBar;
class QAction;
class KActionMenu;
class KRecentFilesAction;
class KToggleFullScreenAction;
class KToggleToolBarAction;
class KMultiTabBar;
namespace KParts {
class MainWindow;
}
class KileLyxServer;
class KileProject;
class KileProjectItem;
class TemplateItem;
class KileAutoSaveJob;
namespace KileAction {
class TagData;
}
namespace KileDocument {
class Info;
class TextInfo;
class Extensions;
}
namespace KileTool {
class Manager;
class Factory;
}
namespace KileWidget {
class LogWidget;
class Output;
class Konsole;
class StructureWidget;
class SideBar;
class BottomBar;
class StatusBar;
}
//TODO remove once we stop supporting pre 1.7 user tools
struct userItem
{
QString name, tag;
};
/**
* The Kile main class. It acts as information manager and DBUS interface.
**/
class Kile : public KParts::MainWindow, public KileInfo
{
Q_OBJECT
public:
explicit Kile(bool allowRestore = true, QWidget *parent = Q_NULLPTR);
~Kile();
int lineNumber() override;
KileWidget::StatusBar * statusBar();
public Q_SLOTS:
void setCursor(const QUrl &, int, int);
void runArchiveTool();
void runArchiveTool(const QUrl&);
void updateModeStatus();
void newCaption();
// void citeViewBib();
void rebuildBibliographyMenu();
void openDocument(const QUrl &url);
void openProject(const QUrl &url);
// D-Bus Interface
void openDocument(const QString & url);
void closeDocument();
void setActive();
/**
* @param line : Jump to give line in current editor (can be called via DBUS interface).
**/
void setLine(const QString &line) override;
void openProject(const QString& proj);
void runTool(const QString& tool);
void runToolWithConfig(const QString &tool, const QString &config);
void insertText(const QString &text);
void insertTag(const KileAction::TagData& td);
Q_SIGNALS:
void masterDocumentChanged();
protected:
virtual bool queryClose() override;
private:
QMap<QString,bool> m_dictMenuAction,
m_dictMenuFile,
m_dictMenuProject;
KToolBar *m_toolsToolBar;
KActionMenu *m_userHelpActionMenu;
KSelectAction *m_bibTagSettings;
ToolbarSelectAction *m_compilerActions,
*m_viewActions,
*m_convertActions,
*m_quickActions;
QList<KileAction::TagData> m_listUserTags;
QList<userItem> m_listUserTools;
QList<QAction*> m_listQuickActions,
m_listCompilerActions,
m_listConverterActions,
m_listViewerActions,
m_listOtherActions;
KActionMenu *m_bibTagActionMenu;
KToggleAction *ModeAction,
*WatchFileAction;
KToggleAction *m_actionMessageView;
KRecentFilesAction *m_actRecentFiles;
KToggleFullScreenAction *m_pFullScreen;
/* GUI */
//widgets
KileWidget::SideBar *m_sideBar;
KileWidget::AbbreviationView *m_kileAbbrevView;
QStackedWidget *m_topWidgetStack;
QSplitter *m_horizontalSplitter,
*m_verticalSplitter;
QToolBox *m_toolBox;
KileWidget::CommandViewToolBox *m_commandViewToolBox;
KileWidget::SymbolView *m_symbolViewMFUS,
*m_symbolViewRelation,
*m_symbolViewArrows,
*m_symbolViewMiscMath,
*m_symbolViewMiscText,
*m_symbolViewOperators,
*m_symbolViewUser,
*m_symbolViewDelimiters,
*m_symbolViewGreek,
*m_symbolViewSpecial,
*m_symbolViewCyrillic;
KileWidget::CommandView *m_commandView;
KToolBar *m_latexOutputErrorToolBar;
QMenu *m_buildMenuTopLevel,
*m_buildMenuCompile,
*m_buildMenuConvert,
*m_buildMenuViewer,
*m_buildMenuOther,
*m_buildMenuQuickPreview;
/* config */
KSharedConfigPtr m_config;
QStringList m_recentFilesList,
m_listDocsOpenOnStart,
m_listEncodingsOfDocsOpenOnStart,
m_listProjectsOpenOnStart;
KRecentFilesAction *m_actRecentProjects;
KileLyxServer *m_lyxserver;
/* actions */
void initSelectActions();
void setupSideBar();
void setupProjectView();
void setupStructureView();
void setupScriptsManagementView();
void setupCommandViewToolbox();
void setupSymbolViews();
void enableSymbolViewMFUS();
void disableSymbolViewMFUS();
void setupAbbreviationView();
void setupBottomBar();
void setupGraphicTools();
void setupPreviewTools();
void setupActions();
QAction* createToolAction(const QString& toolName);
void createToolActions();
void setupTools();
void updateUserDefinedMenus();
void cleanUpActionList(QList<QAction*> &list, const QStringList &tools);
void restoreLastSelectedAction();
void saveLastSelectedAction();
void transformOldUserTags();
void initMenu();
void setMenuItems(QStringList &list, QMap<QString,bool> &dict);
void updateMenu();
bool updateMenuActivationStatus(QMenu *menu);
bool updateMenuActivationStatus(QMenu *menu, const QSet<QMenu*>& visited);
void updateLatexenuActivationStatus(QMenu *menu, bool state);
void updateUserMenuStatus(bool state);
template<class ContextType, class Func>
inline QAction* createAction(const QString &text, const char* actionName, const ContextType* context, Func function)
{
return createAction<ContextType, Func>(text, actionName, QString(), QKeySequence(), context, function);
}
template<class ContextType, class Func>
inline QAction* createAction(const QString &text, const char* actionName, const QString& iconName, const ContextType* context, Func function)
{
return createAction<ContextType, Func>(text, QLatin1String(actionName), iconName, QKeySequence(), context, function);
}
template<class ContextType, class Func>
QAction* createAction(const QString &text, const QString& actionName, const QString& iconName, const ContextType* context, Func function)
{
return createAction<ContextType, Func>(text, actionName, iconName, QKeySequence(), context, function);
}
template<class ContextType, class Func>
inline QAction* createAction(const QString &text, const char* actionName, const QKeySequence& shortcut, const ContextType* context, Func function)
{
return createAction<ContextType, Func>(text, actionName, QString(), shortcut, context, function);
}
template<class ContextType, class Func>
inline QAction* createAction(const QString &text, const char* actionName, const QString& iconName, const QKeySequence& shortcut,
const ContextType* context, Func function)
{
return createAction<ContextType, Func>(text, QLatin1String(actionName), iconName, shortcut, context, function);
}
template<class ContextType, class Func>
QAction* createAction(const QString &text, const QString& actionName, const QString& iconName, const QKeySequence& shortcut,
const ContextType* context, Func function);
template<class ContextType, class Func>
inline QAction* createAction(KStandardAction::StandardAction actionType, const ContextType* context, Func function)
{
return createAction<ContextType, Func>(actionType, QString(), context, function);
}
template<class ContextType, class Func>
QAction* createAction(KStandardAction::StandardAction actionType, const QString &name, const ContextType* context, Func function);
void setMasterDocumentFileName(const QString& fileName);
void clearMasterDocument();
private Q_SLOTS:
void toggleMasterDocumentMode();
void toggleWatchFile();
void refreshStructure();
- void helpLaTex();
-
bool resetPart();
void enableGUI(bool);
void slotToggleFullScreen();
void restoreFilesAndProjects(bool allowRestore);
void readGUISettings();
void transformOldUserSettings();
void readRecentFileSettings();
void saveSettings();
void readConfig();
void generalOptions();
void configureKeys();
void configureToolbars() override;
void slotPerformCheck();
void aboutEditorComponent();
/**
* Activates (sets up the GUI for the editor part) the view.
* @param updateStruct If true, force an update of the structure view.
**/
void activateView(QWidget* view, bool updateStruct = true);
void focusLog() override;
void focusOutput() override;
void focusKonsole() override;
void focusEditor() override;
void focusPreview() override;
void sideOrBottomBarChanged(bool visible);
void showDocInfo(KTextEditor::View *view = Q_NULLPTR);
void convertToASCII(KTextEditor::Document *doc = Q_NULLPTR);
void convertToEnc(KTextEditor::Document *doc = Q_NULLPTR);
void cleanAll(KileDocument::TextInfo *docinfo = Q_NULLPTR);
void cleanBib();
void findInFiles();
void findInProjects();
void grepItemSelected(const QString &abs_filename, int line);
/**
* @param td Inserts the TagData td into the current editor
* @param pkgs list of packages needed for this command
*
* warns if latex packages in pkgs are not included in the document
**/
void insertTag(const KileAction::TagData& td, const QStringList& pkgs);
/**
* An overloaded member function, behaves essentially as above.
**/
void insertTag(const KileAction::TagData& td, const QList<Package>& pkgs);
void insertTag(const QString& tagB, const QString& tagE, int dx, int dy);
void insertAmsTag(const KileAction::TagData& td);
void insertText(const QString &text, const QStringList &pkgs);
void insertText(const QString &text, const QList<Package> &pkgs);
void quickTabular();
void quickArray();
void quickTabbing();
void quickDocument();
void quickFloat();
void quickMathenv();
void quickPostscript();
void quickPdf();
void quickTabulardialog(bool tabularenv);
void quickUserMenuDialog();
void slotUpdateUserMenuStatus();
void includeGraphics();
// QuickPreview
void slotQuickPreview(int type);
void quickPreviewEnvironment() {
slotQuickPreview(KileTool::qpEnvironment);
}
void quickPreviewSelection() {
slotQuickPreview(KileTool::qpSelection);
}
void quickPreviewSubdocument() {
slotQuickPreview(KileTool::qpSubdocument);
}
void quickPreviewMathgroup() {
slotQuickPreview(KileTool::qpMathgroup);
}
void addRecentFile(const QUrl &url);
void removeRecentFile(const QUrl &url);
void addRecentProject(const QUrl &url);
void removeRecentProject(const QUrl &url);
void updateStatusBarCursorPosition(KTextEditor::View *view, const KTextEditor::Cursor &newPosition);
void updateStatusBarViewMode(KTextEditor::View *view);
void updateStatusBarInformationMessage(KTextEditor::View *view, const QString &message);
void updateStatusBarSelection(KTextEditor::View *view);
void handleDocumentParsingStarted();
void handleDocumentParsingComplete();
};
#endif
diff --git a/src/kile.kcfg b/src/kile.kcfg
index 83ff72c7..51e1d1e6 100644
--- a/src/kile.kcfg
+++ b/src/kile.kcfg
@@ -1,641 +1,629 @@
<?xml version="1.0" encoding="UTF-8"?>
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
<include>QApplication</include>
<include>QGuiApplication</include>
<include>QScreen</include>
<include>QString</include>
<include>QTextCodec</include>
<include>QDir</include>
<include>QDesktopWidget</include>
<kcfgfile name="kilerc"/>
<group name="VersionInfo">
<entry name="RCVersion" type="Int">
<label>The resource file version.</label>
<default>0</default>
</entry>
</group>
<group name="Geometries">
<entry name="horizontalSplitterLeft" type="Int">
<label></label>
<default>-1</default>
</entry>
<entry name="horizontalSplitterRight" type="Int">
<label></label>
<default>-1</default>
</entry>
<entry name="verticalSplitterTop" type="Int">
<label></label>
<default>350</default>
</entry>
<entry name="verticalSplitterBottom" type="Int">
<label></label>
<default>100</default>
</entry>
<entry name="MainwindowWidth" type="Int">
<label>The main window's width.</label>
<default code="true">
QGuiApplication::primaryScreen()->geometry().width() - 100
</default>
</entry>
<entry name="MainwindowHeight" type="Int">
<label>The main window's height.</label>
<default code="true">
QGuiApplication::primaryScreen()->geometry().height() - 100
</default>
</entry>
</group>
<group name="Structure">
<entry name="DefaultLevel" type="Int">
<label>The expansion level for the structure view.</label>
<default>5</default>
</entry>
<entry name="SvShowLabels" type="Bool">
<label>Show label commands in the structure view</label>
<default>true</default>
</entry>
<entry name="SvShowReferences" type="Bool">
<label>Show undefined references in the structure view</label>
<default>false</default>
</entry>
<entry name="SvShowBibitems" type="Bool">
<label>Show bibitems commands in the structure view</label>
<default>true</default>
</entry>
<entry name="SvShowGraphics" type="Bool">
<label>Show includegraphics commands in the structure view</label>
<default>true</default>
</entry>
<entry name="SvShowFloats" type="Bool">
<label>Show float environments in the structure view</label>
<default>true</default>
</entry>
<entry name="SvShowInputFiles" type="Bool">
<label>Show file input commands in the structure view</label>
<default>true</default>
</entry>
<entry name="SvShowSectioningLabels" type="Bool">
<label>Show labels as child of sectioning items in the structure view</label>
<default>false</default>
</entry>
<entry name="SvShowTodo" type="Bool">
<label>Show TODO and FIXME comments</label>
<default>true</default>
</entry>
<entry name="SvOpenLabels" type="Bool">
<label>Open the parent item for all labels in the structure view as default</label>
<default>false</default>
</entry>
<entry name="SvOpenReferences" type="Bool">
<label>Open the parent item for all undefined references in the structure view</label>
<default>false</default>
</entry>
<entry name="SvOpenBibitems" type="Bool">
<label>Open the parent item for all bibitems in the structure view as default</label>
<default>false</default>
</entry>
<entry name="SvOpenTodo" type="Bool">
<label>Open the parent item for all TODO and FIXME comments as default</label>
<default>false</default>
</entry>
<entry name="SvDefaultGraphicExt" type="String">
<label>Default extension to use when opening graphic files with no extension</label>
<default>eps</default>
</entry>
</group>
<group name="BibliographyMenu">
<entry name="BibliographyType" type="String">
<label>What type of bibliography (bibtex or biblatex) kile should show.</label>
<default>bibtex</default>
</entry>
</group>
<group name="Tools">
<entry name="RunLyxServer" type="Bool">
<label>Whether to run the Lyx server.</label>
<default>true</default>
</entry>
<entry name="TeXPaths" type="String">
<label>Holds the TEXINPUTS environment variable.</label>
<whatsthis>Set the TEXINPUTS environment variable here. TEXINPUTS should be a colon-separated list of all paths TeX should look for additional packages and/or files. You do not have to add :$TEXINPUTS at the end.</whatsthis>
<default></default>
</entry>
<entry name="PreviewTeXPaths" type="String">
<label>Holds the TEXINPUTS environment variable for QuickPreview tools.</label>
<whatsthis>Set the TEXINPUTS environment variable for QuickPreview tools here. TEXINPUTS should be a colon-separated list of all paths TeX should look for additional packages and/or files. You do not have to add :$TEXINPUTS at the end.</whatsthis>
<default></default>
</entry>
<entry name="BibInputPaths" type="String">
<label>Holds the BIBINPUTS environment variable.</label>
<whatsthis>Set the BIBINPUTS environment variable here. BIBINPUTS should be a colon-separated list of all paths bibtex should look for additional .bib files. You do not have to add :$BIBINPUTS at the end.</whatsthis>
<default></default>
</entry>
<entry name="PreviewBibInputPaths" type="String">
<label>Holds the BIBINPUTS environment variable for QuickPreview tools.</label>
<whatsthis>Set the BIBINPUTS environment variable for QuickPreview tools here. BIBINPUTS should be a colon-separated list of all the paths where the bibliography tool (e.g. BibTeX or Biber) should look for additional packages and/or files. You do not have to add :$BIBINPUTS at the end.</whatsthis>
<default></default>
</entry>
<entry name="BstInputPaths" type="String">
<label>Holds the BSTINPUTS environment variable.</label>
<whatsthis>Set the BSTINPUTS environment variable here. BSTINPUTS should be a colon-separated list of all paths bibtex should look for additional .bst files. You do not have to add :$BSTINPUTS at the end.</whatsthis>
<default></default>
</entry>
</group>
<group name="Show">
<entry name="BottomBar" type="Bool">
<label>Whether to show the bottom bar.</label>
<default>true</default>
</entry>
<entry name="BottomBarSize" type="Int">
<label>Height of the bottom bar.</label>
<default>200</default>
</entry>
<entry name="BottomBarIndex" type="Int">
<label>Which tab of the bottom bar to show.</label>
<default>0</default>
</entry>
<entry name="SideBarSize" type="Int">
<label>Width of the sidebar.</label>
<default>300</default>
</entry>
<entry name="SideBar" type="Bool">
<label>Whether to show the side bar.</label>
<default>true</default>
</entry>
<entry name="ShowDocumentViewer" type="Bool">
<label>Whether to show the document viewer.</label>
<default>true</default>
</entry>
<entry name="ShowDocumentViewerInExternalWindow" type="Bool">
<label>Whether to show the document viewer in a separate external window.</label>
<default>false</default>
</entry>
<entry name="HideProblemBadBox" type="Bool">
<label>Whether to show Bad Box warnings in the LogMsg view.</label>
<default>false</default>
</entry>
<entry name="HideProblemWarning" type="Bool">
<label>Whether to show (La)TeX warnings in the LogMsg view.</label>
<default>false</default>
</entry>
<entry name="SelectedLeftView" type="Int">
<label>The identifier of the selected view in the left pane.</label>
<default>-1</default>
</entry>
<entry name="ShowSplashScreen" type="Bool">
<label>Whether to show the splash screen on startup.</label>
<default>true</default>
</entry>
<entry name="SystemCheckLastVersionRunForAtStartUp" type="String">
<label>Last version of Kile for which the system check was run at start up</label>
<default></default>
</entry>
</group>
<group name="Editor Ext">
<entry name="CompleteEnvironment" type="Bool">
<label>Automatic completion \begin{env} with \end{env}.</label>
<default>true</default>
</entry>
<entry name="envIndentation" type="Bool">
<label>Enable auto indentation of environments</label>
<default>true</default>
</entry>
<entry name="envIndentSpaces" type="Bool">
<label>Use spaces instead of a tabulator to autoindent environments</label>
<default>true</default>
</entry>
<entry name="envIndentNumSpaces" type="Int">
<label>Use this number of spaces to autoindent environments</label>
<default>1</default>
</entry>
<entry name="ShowUserCommands" type="Bool">
<label></label>
<default>false</default>
</entry>
<entry name="InsertDoubleQuotes" type="Bool">
<label>Automatic insertion of double quotes.</label>
<default>true</default>
</entry>
<entry name="DoubleQuotes" type="Int">
<label>Language dependent type of double quotes.</label>
<default>0</default>
</entry>
<entry name="InsertSpecialCharacters" type="Bool">
<label>Automatic insertion of special characters.</label>
<default>false</default>
</entry>
</group>
<group name="IncludeGraphics">
<entry name="igCenter" type="Bool">
<label>Center the graphics.</label>
<default>true</default>
</entry>
<entry name="igBoundingBox" type="Bool">
<label>Insert the bounding box as an option for the includegraphics command.</label>
<default>false</default>
</entry>
<entry name="igGraphicspath" type="Bool">
<label>Filename is relative to a path given in graphicspath command.</label>
<default>false</default>
</entry>
<entry name="igFigure" type="Bool">
<label>Embed the graphics in a figure environment.</label>
<default>false</default>
</entry>
<entry name="igTop" type="Bool">
<label>Set preferred figure position to top of page.</label>
<default>false</default>
</entry>
<entry name="igBottom" type="Bool">
<label>Set preferred figure position to bottom of page.</label>
<default>false</default>
</entry>
<entry name="igHere" type="Bool">
<label>Set preferred figure position to "exactly here" on page.</label>
<default>false</default>
</entry>
<entry name="igPage" type="Bool">
<label>Set preferred figure position to be on separate page.</label>
<default>false</default>
</entry>
<entry name="igForce" type="Bool">
<label>Force figure position.</label>
<default>false</default>
</entry>
<entry name="igWrapFigure" type="Bool">
<label>Enable the wrapfigure environment.</label>
<default>false</default>
</entry>
<entry name="igWrapRight" type="Bool">
<label>Set preferred wrapfigure position to the right of text.</label>
<default>false</default>
</entry>
<entry name="igWrapLeft" type="Bool">
<label>Set preferred wrapfigure position to the left of text.</label>
<default>false</default>
</entry>
<entry name="igWrapInside" type="Bool">
<label>Set preferred wrapfigure position to the inside of the page.</label>
<default>false</default>
</entry>
<entry name="igWrapOutside" type="Bool">
<label>Set preferred wrapfigure position to the outside of the page.</label>
<default>false</default>
</entry>
<entry name="igWrapFloat" type="Bool">
<label>Allow wrapped figures to float.</label>
<default>false</default>
</entry>
<entry name="imagemagick" type="Bool">
<label>Whether ImageMagick is installed.</label>
<default>false</default>
</entry>
<entry name="boundingbox" type="Bool">
<label>Try to determine the bounding box from the picture.</label>
<default>true</default>
</entry>
<entry name="resolution" type="Int">
<label>The default image resolution.</label>
<default>300</default>
</entry>
</group>
<group name="Help">
- <entry name="location" type="String">
- <label>Location of the TeX documentation.</label>
- <default>/usr/share/texmf/doc</default>
- </entry>
<entry name="kilerefs" type="Bool">
<label>Use the Kile LaTeX reference for the contextual help.</label>
<default>false</default>
</entry>
<entry name="latex2erefs" type="Bool">
<label>Use the system's TexLive LaTeX2e reference for the contextual help.</label>
<default>true</default>
</entry>
- <entry name="texrefs" type="Bool">
- <label>Use the system's TeX reference for the contextual help (older version).</label>
- <default>false</default>
- </entry>
- <entry name="external" type="Bool">
- <label>Use an external viewer for user help.</label>
- <default>true</default>
- </entry>
</group>
<group name="Files">
<entry name="Restore" type="Bool">
<label>Reopen files and projects on startup.</label>
<default>true</default>
</entry>
<entry name="CleanUpAfterClose" type="Bool">
<label>Automatically clean-up files after close.</label>
<default>false</default>
</entry>
<entry name="CleanUpFileExtensions" type="String">
<label>The file extensions to clean on exit.</label>
<default>.aux .bit .blg .bbl .lof .log .lot .glo .glx .gxg .gxs .idx .ilg .ind .out .url .svn .toc</default>
</entry>
<entry name="LastDocument" type="Path">
<label></label>
<default></default>
</entry>
<entry name="lastDir" type="Path">
<label></label>
<default></default>
</entry>
<entry name="showLaTeXFilesOnly" type="Bool">
<label>Only show LaTeX files in the file browser widget</label>
<default>true</default>
</entry>
<entry name="SingleFileMasterDocument" type="Path">
<label></label>
<default></default>
</entry>
</group>
<group name="User">
<entry name="Author" type="String">
<label>The Author template variable.</label>
<default></default>
</entry>
<entry name="DocumentClassOptions" type="String">
<label>The Documentclass template variable.</label>
<default>a4paper,10pt</default>
</entry>
<entry name="TemplateEncoding" type="String">
<label>The Input encoding template variable.</label>
<default>utf8</default>
</entry>
<entry name="DefaultProjectLocation" type="String">
<label>The default location where the projects must be created.</label>
<default code="true">
QDir::home().absolutePath()
</default>
</entry>
<entry name="SyncConsoleDirWithTabs" type="Bool">
<label>Whether the current directory shown in the console is kept synchronized with the open tabs</label>
<default>true</default>
</entry>
<entry name="WatchFileForDocumentViewer" type="Bool">
<label>Whether the watch-file mode is enabled for the document viewer</label>
<default>true</default>
</entry>
<entry name="ShowFullPathInWindowTitle" type="Bool">
<label>Whether to show the full path of file names in the window title.</label>
<default>false</default>
</entry>
</group>
<group name="Complete">
<entry name="CompleteCursor" type="Bool">
<label></label>
<default>true</default>
</entry>
<entry name="CompleteBullets" type="Bool">
<label></label>
<default>true</default>
</entry>
<entry name="CompleteCloseEnv" type="Bool">
<label></label>
<default>true</default>
</entry>
<entry name="CompleteAuto" type="Bool">
<label></label>
<default>true</default>
</entry>
<entry name="completeAutoAbbrev" type="Bool">
<label></label>
<default>false</default>
</entry>
<entry name="completeShowAbbrev" type="Bool">
<label></label>
<default>false</default>
</entry>
<entry name="showCwlCommands" type="Bool">
<label></label>
<default>true</default>
</entry>
<entry name="CompleteAutoThreshold" type="Int">
<label></label>
<default>3</default>
</entry>
<entry name="CompleteChangedLists" type="Bool">
<label></label>
<default>false</default>
</entry>
<entry name="CompleteChangedCommands" type="Bool">
<label></label>
<default>false</default>
</entry>
<entry name="CompleteTex" type="StringList">
<label></label>
<default>1-latex-document,1-tex</default>
</entry>
<entry name="CompleteDict" type="StringList">
<label></label>
<default></default>
</entry>
<entry name="CompleteAbbrev" type="StringList">
<label></label>
<default></default>
</entry>
<entry name="autoInsertDollar" type="Bool">
<label></label>
<default>false</default>
</entry>
</group>
<group name="QuickPreview">
<entry name="previewTask" type="String">
<label></label>
<default>LaTeX ---> DVI</default>
</entry>
<entry name="dvipng" type="Bool">
<label>Whether Dvipng is installed.</label>
<default>false</default>
</entry>
<entry name="convert" type="Bool">
<label>Whether Convert is installed.</label>
<default>false</default>
</entry>
<entry name="dvipngResolution" type="String">
<label></label>
<default>120</default>
</entry>
<entry name="envPreviewInWidget" type="Bool">
<label>Show preview of environments in bottom bar.</label>
<default>false</default>
</entry>
<entry name="selPreviewInWidget" type="Bool">
<label>Show preview of selected text in bottom bar.</label>
<default>false</default>
</entry>
<entry name="mathgroupPreviewInWidget" type="Bool">
<label>Show preview of mathgroups in bottom bar.</label>
<default>false</default>
</entry>
<entry name="envPreviewTool" type="Int">
<label>Conversion tool for preview of environments in bottom bar.</label>
<default>0</default>
</entry>
<entry name="selPreviewTool" type="Int">
<label>Conversion tool for preview of selected text in bottom bar.</label>
<default>0</default>
</entry>
<entry name="mathgroupPreviewTool" type="Int">
<label>Conversion tool for preview of mathgroups in bottom bar.</label>
<default>0</default>
</entry>
<entry name="previewPaneBackgroundColor" type="Color">
<label>The background color of the quick preview pane.</label>
<default>white</default>
</entry>
</group>
<group name="QuickDocument">
<entry name="userClasses" type="StringList">
<label></label>
<default></default>
</entry>
<entry name="documentClass" type="String">
<label></label>
<default>article</default>
</entry>
<entry name="encoding" type="String">
<label></label>
<default>utf8</default>
</entry>
<entry name="optionsArticle" type="String">
<label></label>
<default></default>
</entry>
<entry name="optionsBook" type="String">
<label></label>
<default></default>
</entry>
<entry name="optionsReport" type="String">
<label></label>
<default></default>
</entry>
<entry name="optionsLetter" type="String">
<label></label>
<default></default>
</entry>
<entry name="optionsScrartcl" type="String">
<label></label>
<default></default>
</entry>
<entry name="optionsScrbook" type="String">
<label></label>
<default></default>
</entry>
<entry name="optionsScrreprt" type="String">
<label></label>
<default></default>
</entry>
<entry name="optionsProsper" type="String">
<label></label>
<default></default>
</entry>
<entry name="optionsBeamer" type="String">
<label></label>
<default></default>
</entry>
</group>
<group name="QuickDocument/Packages">
<entry name="packagesList" type="StringList">
<label></label>
<default></default>
</entry>
</group>
<group name="KileGrepDialog">
<entry name="LastSearchItems" type="StringList">
<label></label>
<default></default>
</entry>
<entry name="LastSearchPaths" type="StringList">
<label></label>
<default></default>
</entry>
<entry name="LastSearchTemplates" type="StringList">
<label></label>
<default></default>
</entry>
<entry name="GrepRecursive" type="Bool">
<label></label>
<default>true</default>
</entry>
</group>
<group name="Scripting">
<entry name="ScriptingEnabled" type="Bool">
<label>Enable the scripting support.</label>
<default>false</default>
</entry>
<entry name="TimeLimitEnabled" type="Bool">
<label>Set a time limit for the execution of scripts.</label>
<default>true</default>
</entry>
<entry name="TimeLimit" type="Int">
<label>Time limit for the execution of scripts.</label>
<default>5</default>
</entry>
<entry name="ScriptNameColumnWidth" type="Int">
<label>Width of the column containing the script name in the scripts management widget.</label>
<default>0</default>
</entry>
</group>
<group name="PdfWizard">
<entry name="pdfWizardLastTask" type="Int">
<label>Last task used by the PdfWizard.</label>
<default>12</default>
</entry>
</group>
<group name="MostUsedSymbols">
<entry name="numSymbolsMFUS" type="UInt">
<label>Number of symbols to store in the Most Frequently Used Symbols view.</label>
<default>30</default>
</entry>
<entry name="displayMFUS" type="Bool">
<label>Display the Most Frequently Used Symbols view.</label>
<default>true</default>
</entry>
<entry name="clearMFUS" type="Bool">
<label>Clear the list of the most frequently used symbols whilst closing Kile.</label>
<default>false</default>
</entry>
<entry name="symbolViewUTF8" type="Bool">
<label>Should UTF-8 characters instead of commands be inserted</label>
<default>false</default>
</entry>
</group>
<group name="UserMenu">
<entry name="userMenuFile" type="String">
<label>XML file for the user menu</label>
<default></default>
</entry>
<entry name="userMenuLocation" type="Int">
<label>Use the main menubar (value 0) or the LaTeX menu (value 1) for the location of the user menu</label>
<default>1</default>
</entry>
</group>
<group name="LivePreview">
<entry name="livePreviewEnabled" type="Bool">
<label>Activate live preview functionality.</label>
<default>true</default>
</entry>
<entry name="synchronizeCursorWithView" type="Bool">
<label>Synchronize the cursor position with the view.</label>
<default>true</default>
</entry>
<entry name="previewEnabledForFreshlyOpenedDocuments" type="Bool">
<label>Enable preview for freshly opened documents.</label>
<default>true</default>
</entry>
<entry name="livePreviewCompilationDelay" type="UInt">
<label>Number of milliseconds after which the compilation is started when a change has occurred.</label>
<default>500</default>
</entry>
<entry name="livePreviewCompileOnlyAfterSaving" type="Bool">
<label>Only compile documents after saving.</label>
<default>true</default>
</entry>
</group>
</kcfg>
diff --git a/src/kilehelp.cpp b/src/kilehelp.cpp
index 3585675d..e18a4c84 100644
--- a/src/kilehelp.cpp
+++ b/src/kilehelp.cpp
@@ -1,402 +1,241 @@
/**********************************************************************************************
Copyright (C) 2004-2012 by Holger Danielsson (holger.danielsson@versanet.de)
+ (C) 2019 by Michel Ludwig (michel.ludwig@kdemail.net)
**********************************************************************************************/
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
#include "kilehelp.h"
#include <QDir>
#include <QFileInfo>
#include <QTextStream>
#include "editorextension.h"
#include "errorhandler.h"
#include "kiledebug.h"
#include "kiletool_enums.h"
#include "kiletoolmanager.h"
#include "kileviewmanager.h"
#include "kileinfo.h"
#include "dialogs/texdocumentationdialog.h"
#include "kileconfig.h"
#include "utilities.h"
-// tbraun 27.06.2007
-// it _looks_ like texlive 2007 has the same layout than texlive 2005 so don't get confused about the variable names :)
-
namespace KileHelp
{
Help::Help(KileDocument::EditorExtension *edit, QWidget *mainWindow) : m_mainWindow(mainWindow), m_edit(edit), m_userhelp(Q_NULLPTR)
{
- m_helpDir = KileUtilities::locate(QStandardPaths::AppDataLocation, "help/", QStandardPaths::LocateDirectory); // this must end in '/'
+ m_helpDir = KileUtilities::locate(QStandardPaths::AppDataLocation, QLatin1String("help/"), QStandardPaths::LocateDirectory); // this must end in '/'
KILE_DEBUG_MAIN << "help dir: " << m_helpDir;
m_kileReference = m_helpDir + "latexhelp.html";
- m_latex2eReference = m_helpDir + "latex2e-texlive.html";
+ m_latex2eReference = m_helpDir + QLatin1String("unofficial-latex2e-reference-manual/");
m_contextHelpType = contextHelpType();
- initTexDocumentation();
initContextHelp();
}
Help::~Help()
{
delete m_userhelp;
}
-void Help::initTexDocumentation()
-{
- // use documentation for teTeX v3.x, TexLive 2005-2007, TexLive 2009, TexLive2 010-2011 (TUG)
- m_texdocPath = KileConfig::location();
-
- // first check for TexLive 2010-2011 (TUG)
- m_texlivePath = locateTexLive201x();
- if ( !m_texlivePath.isEmpty() ) {
- KILE_DEBUG_MAIN << "found TexLive 2010-2011 (TUG): " << m_texlivePath;
- m_texVersion = TEXLIVE_201x_TUG;
- m_texVersionText = "TexLive " + m_texlivePath.right(4) + " (TUG)";
- m_texrefsReference = "/generic/tex-refs/";
- return;
- }
-
- // then check for TexLive 2009 (as found with Debian, Ubuntu, ...)
- QDir dir(m_texdocPath + "/generic/tex-refs/");
- if ( dir.exists() ) {
- KILE_DEBUG_MAIN << "found TexLive 2009: " << m_texdocPath;
- m_texVersion = TEXLIVE2009;
- m_texVersionText = "TexLive 2009";
- m_texrefsReference = "/generic/tex-refs/";
- return;
- }
-
- // then check for older versions of TexLive 2005-2007
- dir.setPath(m_texdocPath + "/english/tex-refs");
- if ( dir.exists() ) {
- KILE_DEBUG_MAIN << "found TexLive 2005-2007: " << m_texdocPath;
- m_texVersion = TEXLIVE2005;
- m_texVersionText = "TexLive 2005-2007";
- m_texrefsReference = "/english/tex-refs/";
- return;
- }
-
- // finally we check for tetex3
- dir.setPath(m_texdocPath + "/latex/tex-refs");
- if ( dir.exists() ) {
- m_texVersion = TETEX3;
- m_texVersionText = "teTeX v3.x";
- // check if this is buggy tetex3.0 or an updated version with subdirectory 'html'
- dir.setPath(m_texdocPath + "/latex/tex-refs/html");
- m_texrefsReference = ( dir.exists() ) ? "/latex/tex-refs/html/" : "/latex/tex-refs/";
- return;
- }
-
- // found no tex documents for LaTeX help
- m_texVersion = TEX_UNKNOWN;
-}
-
void Help::initContextHelp()
{
// read a list with keywords for context help
- if ( m_contextHelpType == HelpKileRefs ) {
+ if(m_contextHelpType == HelpKileRefs) {
readHelpList("latex-kile.lst");
}
- else if ( m_contextHelpType == HelpLatex2eRefs ) {
- readHelpList("latex2e-texlive.lst");
- }
- else if ( m_contextHelpType == HelpTexRefs ) {
- QString keyfile = ( m_texVersion != TETEX3 ) ? "latex-texlive-3.9.lst" : "latex-tetex3.lst";
- readHelpList(keyfile);
+ else if(m_contextHelpType == HelpLatex2eRefs) {
+ readHelpList("unofficial-latex2e-reference-manual.index");
}
}
-QString Help::locateTexLivePath(const QStringList &paths)
-{
- QString sep = QDir::separator();
- QRegExp re( sep + "texlive" + sep + "(201\\d)" + sep );
-
- for (QStringList::ConstIterator it = paths.begin(); it != paths.end(); ++it) {
- // Remove any leading or trailing ", this is commonly used in the environment variables
- QString path = (*it);
- if (path.startsWith('\"'))
- path = path.right(path.length() - 1);
- if (path.endsWith('\"'))
- path = path.left(path.length() - 1);
-
- if ( re.indexIn(path) > 0 ) {
- return path.left(re.pos(1)+4);
- }
- }
- return QString();
-}
-
-QString Help::locateTexLive201x()
-{
-#if defined(Q_OS_WIN32)
- QRegExp splitReg("[;,]");
-#else
- QRegExp splitReg("[:]");
-#endif
- QStringList paths = QString::fromLocal8Bit(getenv("PATH")).split(splitReg, QString::SkipEmptyParts);
- return locateTexLivePath(paths);
-}
-
////////////////////// update paths and context help of TeX documentation //////////////////////
void Help::update()
{
- if ( m_texdocPath != KileConfig::location() ) {
- initTexDocumentation();
- }
-
HelpType contextHelp = contextHelpType();
- if ( m_contextHelpType != contextHelp ) {
+ if(m_contextHelpType != contextHelp) {
m_contextHelpType = contextHelp;
initContextHelp();
}
}
////////////////////// set parameter/initialize user help //////////////////////
void Help::setUserhelp(KileTool::Manager *manager, KActionMenu *userHelpActionMenu)
{
m_manager = manager;
m_userhelp = new UserHelp(manager, userHelpActionMenu, m_mainWindow);
}
void Help::enableUserhelpEntries(bool state)
{
if(m_userhelp) {
m_userhelp->enableUserHelpEntries(state);
}
}
////////////////////// show help //////////////////////
void Help::showHelpFile(const QString &parameter)
{
KILE_DEBUG_MAIN << "--------------------------------------------> help file: " << parameter;
KileTool::Base *tool = m_manager->createTool("ViewHTML", QString(), false);
if(!tool) {
return;
}
tool->setFlags(KileTool::NeedSourceExists | KileTool::NeedSourceRead);
//FIXME strip the #label part of the source (not the target),
//somehow this is already done somewhere (by accident),
//bad to rely on it
tool->setMsg(KileTool::NeedSourceExists, ki18n("Could not find the LaTeX documentation at %1; please set the correct path in Settings->Configure Kile->Help."));
tool->setSource(parameter);
tool->setTargetPath(parameter);
tool->prepareToRun();
m_manager->run(tool);
}
void Help::helpKeyword()
{
//FIXME: we should have a better way to access the current view
helpKeyword(m_manager->info()->viewManager()->currentTextView());
}
////////////////////// Help: TexDoc //////////////////////
void Help::helpDocBrowser()
{
KileDialog::TexDocDialog *dlg = new KileDialog::TexDocDialog();
dlg->exec();
delete dlg;
}
-////////////////////// Help: TeTeX //////////////////////
-
-void Help::helpTexGuide()
-{
- QString filename = m_texdocPath;
-
- switch(m_texVersion) {
- case TEXLIVE_201x_TUG:
- filename = filename.replace("texmf-dist","texmf");
- filename += "/texlive/texlive-en/texlive-en.html";
- break;
- case TEXLIVE2009:
- filename += "/texlive/texlive-en/texlive-en.html";
- break;
- case TEXLIVE2005:
- filename += "/english/texlive-en/live.html";
- break;
- case TETEX3:
- filename += "/index.html";
- break;
- default:
- return;
- }
-
- KILE_DEBUG_MAIN << "show TeX Guide: " << m_texVersionText << " file=" << filename;
- showHelpFile( filename );
-}
-
////////////////////// Help: LaTeX //////////////////////
void Help::helpLatex(HelpType type)
{
- QString filename;
- // use older 'tex-refs' documentation, if this document is present and explicitly wanted
- // in all other cases use current TexLive documentation (latex2e-texlive.html)
- if ( m_contextHelpType==HelpTexRefs && m_texVersion!=TETEX3 ) {
- QString link;
- switch(type) {
+ switch(type) {
case HelpLatexIndex:
- link = "tex-refs.html#latex";
+ showHelpFile(m_latex2eReference + QLatin1String("index.html"));
break;
case HelpLatexCommand:
- link = "tex-refs.html#tex-refs-idx";
- break;
- case HelpLatexSubject:
- link = "tex-refs.html#commands";
+ showHelpFile(m_latex2eReference + QLatin1String("IndexDocument.html#Index_cp_symbol-8"));
break;
case HelpLatexEnvironment:
- link = "tex-refs.html#env-latex";
+ showHelpFile(m_latex2eReference + QLatin1String("Environments.html#Environments"));
break;
default:
return;
- }
- filename = m_texdocPath + m_texrefsReference + link;
}
- else {
- QString link;
- switch(type) {
- case HelpLatexIndex:
- link = "LaTeX2e";
- break;
- case HelpLatexCommand:
- link = "Command-Index";
- break;
- case HelpLatexSubject:
- link = "SEC_Overview";
- break;
- case HelpLatexEnvironment:
- link = "Environments";
- break;
- default:
- return;
- }
- filename = m_latex2eReference + '#' + link;
- }
-
- // show help file
- KILE_DEBUG_MAIN << "show LaTeX help: " << m_texVersionText << " file=" << filename;
- showHelpFile( filename );
}
////////////////////// Help: Keyword //////////////////////
// Context help: user either current TexLive's Latex2e help, TexLive's older tex-refs help or Kile LaTeX help
void Help::helpKeyword(KTextEditor::View *view)
{
QString word = getKeyword(view);
KILE_DEBUG_MAIN << "keyword: " << word;
- if ( !m_helpDir.isEmpty() && !word.isEmpty() && m_dictHelpTex.contains(word) ) {
+ if(!m_helpDir.isEmpty() && !word.isEmpty() && m_dictHelpTex.contains(word)) {
KILE_DEBUG_MAIN << "about to show help for '" << word << "' (section " << m_dictHelpTex[word] << " )";
- if ( m_contextHelpType == HelpLatex2eRefs ) {
- showHelpFile( m_latex2eReference + '#' + m_dictHelpTex[word] );
- }
- else if ( m_contextHelpType == HelpTexRefs ) {
- showHelpFile( m_texdocPath + m_texrefsReference + m_dictHelpTex[word] );
+ if(m_contextHelpType == HelpLatex2eRefs) {
+ showHelpFile(m_latex2eReference + m_dictHelpTex[word]);
}
else if ( m_contextHelpType == HelpKileRefs ) {
showHelpFile(m_kileReference + '#' + m_dictHelpTex[word]);
}
}
else {
noHelpAvailableFor(word);
}
}
void Help::noHelpAvailableFor(const QString &word)
{
m_manager->info()->errorHandler()->printMessage(KileTool::Error, i18n("No help available for %1.", word), i18n("Help"));
}
QString Help::getKeyword(KTextEditor::View *view)
{
if(!view) {
return QString();
}
// get current position
int row, col, col1, col2;
QString word;
KTextEditor::Document *doc = view->document();
KTextEditor::Cursor cursor = view->cursorPosition();
row = cursor.line();
col = cursor.column();
if (m_edit->getCurrentWord(doc, row, col, KileDocument::EditorExtension::smTex, word, col1, col2)) {
// There is no starred keyword in the references. So if // dani 04.08.2004
// we find one, we better try the unstarred keyword.
if(word.right(1) == "*") {
return word.left(word.length() - 1);
}
else {
return word;
}
}
else {
return QString();
}
}
HelpType Help::contextHelpType()
{
if ( KileConfig::latex2erefs() ) {
return HelpLatex2eRefs;
}
- else if ( KileConfig::texrefs() ) {
- return HelpTexRefs;
- }
else {
return HelpKileRefs;
}
}
//////////////////// read help lists ////////////////////
void Help::readHelpList(const QString &filename)
{
// clear old map
m_dictHelpTex.clear();
QString file = m_helpDir + filename;
if(file.isEmpty()) {
KILE_DEBUG_MAIN << " file not found: " << filename << endl;
return;
}
-// KILE_DEBUG_MAIN << " read file: " << filename << endl;
KILE_DEBUG_MAIN << "read keyword file: " << file;
- QRegExp reg("\\s*(\\S+)\\s*=>\\s*(\\S+)");
+ QRegExp reg("\\s*(\\S+)\\s*\\t\\s*(\\S+)");
QFile f(file);
if(f.open(QIODevice::ReadOnly)) { // file opened successfully
QTextStream t(&f); // use a text stream
while(!t.atEnd()) { // until end of file...
QString s = t.readLine().trimmed(); // line of text excluding '\n'
if(!(s.isEmpty() || s.at(0)=='#')) {
int pos = reg.indexIn(s);
- if ( pos != -1 ) {
+ if(pos != -1) {
m_dictHelpTex[reg.cap(1)] = reg.cap(2);
}
}
}
f.close();
}
}
}
diff --git a/src/kilehelp.h b/src/kilehelp.h
index 5374a4fe..bae874e9 100644
--- a/src/kilehelp.h
+++ b/src/kilehelp.h
@@ -1,123 +1,100 @@
/***************************************************************************
begin : 2004
copyright : (C) 2004-2012 by Holger Danielsson (holger.danielsson@versanet.de)
+ (C) 2019 by Michel Ludwig (michel.ludwig@kdemail.net)
***************************************************************************/
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
#ifndef KILEHELP_H
#define KILEHELP_H
#include <QMap>
#include <KActionMenu>
#include <KTextEditor/View>
#include "editorextension.h"
#include "userhelp.h"
namespace KileDocument {
-class EditorExtension;
+ class EditorExtension;
}
namespace KileHelp
{
enum HelpType
{
HelpKileRefs,
- HelpTexRefs,
HelpLatex2eRefs,
HelpLatexIndex,
HelpLatexCommand,
- HelpLatexSubject,
HelpLatexEnvironment
};
-enum TexVersion
-{
- TEXLIVE_201x_TUG,
- TEXLIVE2009,
- TEXLIVE2005,
- TETEX3,
- TEX_UNKNOWN
-};
-
class Help : public QObject
{
Q_OBJECT
public:
Help(KileDocument::EditorExtension *edit, QWidget *mainWindow);
~Help();
void setUserhelp(KileTool::Manager *manager, KActionMenu *userHelpActionMenu);
void update();
// calls for help
void helpKeyword(KTextEditor::View *view);
void noHelpAvailableFor(const QString &word);
void userHelpDialog() {
m_userhelp->userHelpDialog();
}
void enableUserhelpEntries(bool state);
public Q_SLOTS:
- void helpTexGuide();
- void helpLatexIndex() {
+ inline void helpLatexIndex() {
helpLatex(KileHelp::HelpLatexIndex);
}
- void helpLatexCommand() {
+ inline void helpLatexCommand() {
helpLatex(KileHelp::HelpLatexCommand);
}
- void helpLatexSubject() {
- helpLatex(KileHelp::HelpLatexSubject);
- }
- void helpLatexEnvironment() {
+ inline void helpLatexEnvironment() {
helpLatex(KileHelp::HelpLatexEnvironment);
}
void helpKeyword();
void helpDocBrowser();
private:
QWidget *m_mainWindow;
KileTool::Manager *m_manager;
KileDocument::EditorExtension *m_edit;
UserHelp *m_userhelp;
QString m_helpDir;
- TexVersion m_texVersion;
- QString m_texVersionText;
- QString m_texlivePath;
- QString m_texdocPath;
-
QString m_latex2eReference;
- QString m_texrefsReference;
QString m_kileReference;
HelpType m_contextHelpType;
QMap<QString, QString> m_dictHelpTex;
- void initTexDocumentation();
void initContextHelp();
- QString locateTexLivePath(const QStringList &paths);
- QString locateTexLive201x();
void readHelpList(const QString &filename);
void showHelpFile(const QString &parameter);
void helpLatex(HelpType type);
QString getKeyword(KTextEditor::View *view);
HelpType contextHelpType();
};
}
#endif
diff --git a/src/kileui.rc b/src/kileui.rc
index b213ce1b..81d8319b 100644
--- a/src/kileui.rc
+++ b/src/kileui.rc
@@ -1,590 +1,587 @@
<?xml version="1.0"?>
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
-<kpartgui name="kile" version="47">
+<kpartgui name="kile" version="48">
<Menu name="ktexteditor_popup" noMerge="1">
<DefineGroup name="popup_operations" />
<Action name="popup_pasteaslatex"/>
<Action name="popup_converttolatex"/>
<Separator/>
<Action name="popup_quickpreview"/>
</Menu>
<MenuBar>
<Menu name="file" noMerge="1"><text>&amp;File</text>
<Action name="file_new"/>
<Separator/>
<Action name="file_open"/>
<Action name="file_open_recent"/>
<DefineGroup name="revert_merge"/>
<Separator/>
<DefineGroup name="save_merge"/>
<Action name="file_save_all"/>
<Action name="file_save_compiled_document"/>
<Separator/>
<Action name="template_create"/>
<Action name="template_remove"/>
<Separator/>
<DefineGroup name="okular_print_merge" append="okular_print_merge"/>
<Action name="print_compiled_document"/>
<Separator/>
<DefineGroup name="print_merge"/>
<Separator/>
<Merge/>
<Menu name="convert"><text>Con&amp;vert To</text>
<Action name="file_export_ascii"/>
<Separator/>
<Action name="file_export_latin1"/>
<Action name="file_export_latin2"/>
<Action name="file_export_latin3"/>
<Action name="file_export_latin4"/>
<Action name="file_export_latin5"/>
<Action name="file_export_latin9"/>
<Action name="file_export_cp1250"/>
<Action name="file_export_cp1252"/>
</Menu>
<Action name="Statistics"/>
<Separator/>
<Action name="file_close"/>
<Action name="file_close_all"/>
<Action name="file_close_all_others"/>
<Separator/>
<Action name="file_quit"/>
</Menu>
<Menu name="edit"><text>&amp;Edit</text>
<DefineGroup name="edit_undo_merge" append="edit_undo_merge"/>
<DefineGroup name="edit_paste_merge" append="edit_paste_merge"/>
<DefineGroup name="edit_select_merge" append="edit_select_merge"/>
<DefineGroup name="edit_find_merge" append="edit_find_merge"/>
<Separator/>
<Menu name="goto_menu" >
<text>&amp;Go to</text>
<Action name="edit_next_section" />
<Action name="edit_prev_section" />
<Separator/>
<Action name="edit_next_paragraph" />
<Action name="edit_prev_paragraph" />
</Menu>
<Action name="FindInFiles"/>
<Separator/>
<Menu name="complete"><text>Co&amp;mplete</text>
<Action name="edit_complete_word"/>
<Action name="edit_complete_env"/>
<Action name="edit_complete_abbrev"/>
</Menu>
<Menu name="bullet"><text>&amp;Bullets</text>
<Action name="edit_next_bullet"/>
<Action name="edit_prev_bullet"/>
</Menu>
<Menu name="select"><text>&amp;Select</text>
<Action name="edit_select_inside_env"/>
<Action name="edit_select_outside_env"/>
<Separator/>
<Action name="edit_select_inside_group"/>
<Action name="edit_select_outside_group"/>
<Separator/>
<Action name="edit_select_mathgroup"/>
<Separator/>
<Action name="edit_select_paragraph"/>
<Action name="edit_select_line"/>
<Action name="edit_select_word"/>
</Menu>
<Menu name="delete"><text>D&amp;elete</text>
<Action name="edit_delete_inside_env"/>
<Action name="edit_delete_outside_env"/>
<Separator/>
<Action name="edit_delete_inside_group"/>
<Action name="edit_delete_outside_group"/>
<Separator/>
<Action name="edit_delete_mathgroup"/>
<Separator/>
<Action name="edit_delete_paragraph"/>
<Action name="edit_delete_eol"/>
<Action name="edit_delete_word"/>
</Menu>
<Menu name="environment"><text>Environmen&amp;t</text>
<Action name="edit_begin_env"/>
<Action name="edit_end_env"/>
<Action name="edit_match_env"/>
<Separator/>
<Action name="edit_close_env"/>
<Action name="edit_closeall_env"/>
</Menu>
<Menu name="texgroup"><text>Te&amp;X Group</text>
<Action name="edit_begin_group"/>
<Action name="edit_end_group"/>
<Action name="edit_match_group"/>
<Separator/>
<Action name="edit_close_group"/>
</Menu>
<Separator/>
<Action name="RefreshStructure"/>
</Menu>
<Menu name="view" noMerge="1"><text>&amp;View</text>
<DefineGroup name="view_operations" append="view_operations"/>
<Separator/>
<Action name="show_cursor_position_in_document_viewer"/>
<Action name="synchronize_cursor_with_document_viewer"/>
<Separator/>
<Action name="gotoPrevDocument"/>
<Action name="gotoNextDocument"/>
<Separator/>
<Menu name="menu_document_viewer"><text>Document Viewer</text>
</Menu>
</Menu>
<Menu name="menu_build"><text>B&amp;uild</text>
<Menu name="menu_livepreview">
<text>Live Preview</text>
</Menu>
<Separator/>
<Menu name="quickpreview"><text>Quick Preview</text>
<Action name="quickpreview_selection"/>
<Action name="quickpreview_environment"/>
<Action name="quickpreview_subdocument"/>
<Separator/>
<Action name="quickpreview_math" />
</Menu>
<Separator/>
<Menu name="menu_compile"><text>&amp;Compile</text>
</Menu>
<Menu name="menu_convert"><text>C&amp;onvert</text>
</Menu>
<Menu name="menu_viewer"><text>&amp;View</text>
</Menu>
<Menu name="menu_other"><text>O&amp;ther</text>
</Menu>
<Separator/>
<Action name="bibbackend_select"/>
<Separator/>
<Action name="WatchFile"/>
<Separator/>
<Action name="ViewLog"/>
<Action name="PreviousError"/>
<Action name="NextError"/>
<Action name="PreviousWarning"/>
<Action name="NextWarning"/>
<Action name="PreviousBadBox"/>
<Action name="NextBadBox"/>
<Action name="Stop"/>
<Separator/>
<Action name="CleanAll"/>
</Menu>
<Menu name="menu_project"><text>Pro&amp;ject</text>
<Action name="project_new"/>
<Action name="project_open"/>
<Action name="project_openrecent"/>
<Separator/>
<Action name="project_show" />
<Separator/>
<Action name="project_add"/>
<Action name="project_remove" />
<Action name="project_openallfiles" />
<Action name="project_showfiles" />
<Separator/>
<Action name="project_findfiles"/>
<Separator/>
<Action name="project_buildtree"/>
<Action name="project_options"/>
<Separator/>
<Action name="project_archive"/>
<Separator/>
<Action name="project_close"/>
</Menu>
<Menu name="menu_latex"><text>LaTe&amp;X</text>
<Menu name="menu_preamble"><text>&amp;Preamble</text>
<Action name="tag_documentclass"/>
<Action name="tag_usepackage"/>
<Action name="tag_amspackages"/>
<Action name="tag_env_document"/>
<Separator/>
<Action name="tag_author"/>
<Action name="tag_title"/>
<Action name="tag_maketitle"/>
<Separator/>
<Action name="tag_titlepage"/>
<Action name="tag_env_abstract"/>
</Menu>
<Separator/>
<Menu name="menu_lists"><text>Tables and Lists</text>
<Action name="tag_tableofcontents"/>
<Action name="tag_listoffigures"/>
<Action name="tag_listoftables"/>
<Separator/>
<Action name="tag_makeindex"/>
<Action name="tag_printindex"/>
<Separator/>
<Action name="tag_makeglossary"/>
<Action name="tag_env_thebibliography"/>
</Menu>
<Menu name="menu_sectioning"><text>&amp;Sectioning</text>
<Action name="tag_part"/>
<Separator/>
<Action name="tag_chapter"/>
<Action name="tag_section"/>
<Action name="tag_subsection"/>
<Action name="tag_subsubsection"/>
<Separator/>
<Action name="tag_paragraph"/>
<Action name="tag_subparagraph"/>
</Menu>
<Menu name="references"><text>&amp;References</text>
<Action name="tag_label"/>
<Action name="tag_ref"/>
<Action name="tag_pageref"/>
<Separator/>
<Action name="tag_index"/>
<Action name="tag_footnote"/>
<Separator/>
<Action name="tag_cite"/>
<Action name="citeViewBib"/>
</Menu>
<Separator/>
<Menu name="menu_environment"><text>&amp;Environment</text>
<Action name="tag_center"/>
<Action name="tag_flushleft"/>
<Action name="tag_flushright"/>
<Separator/>
<Action name="tag_env_minipage"/>
<Separator/>
<Action name="tag_quote"/>
<Action name="tag_quotation"/>
<Action name="tag_verse"/>
</Menu>
<Menu name="menu_listenv"><text>&amp;List Environment</text>
<Action name="tag_env_itemize"/>
<Action name="tag_env_enumerate"/>
<Action name="tag_env_description"/>
<Separator/>
<Action name="tag_item"/>
</Menu>
<Menu name="menu_tabularenv"><text>&amp;Tabular Environment</text>
<Action name="tag_env_tabular"/>
<Action name="tag_env_tabular*"/>
<Separator/>
<Action name="tag_env_tabbing"/>
<Separator/>
<Action name="tag_multicolumn"/>
<Action name="tag_hline"/>
<Action name="tag_vline"/>
<Action name="tag_cline"/>
</Menu>
<Menu name="menu_floatenv"><text>&amp;Floating Environment</text>
<Action name="tag_figure"/>
<Action name="tag_table"/>
</Menu>
<Menu name="menu_code"><text>&amp;Code Environment</text>
<Action name="tag_verbatim"/>
<Action name="tag_env_verbatim*"/>
<Separator/>
<Action name="tag_verb"/>
<Action name="tag_verb*"/>
</Menu>
<Separator/>
<Menu name="menu_math"><text>&amp;Math Commands</text>
<Action name="tag_mathmode"/>
<Action name="tag_equation"/>
<Separator/>
<Action name="tag_subscript"/>
<Action name="tag_superscript"/>
<Separator/>
<Action name="tag_sqrt"/>
<Action name="tag_nroot"/>
<Separator/>
<Menu name="menu_mathbraces"><text>Braces</text>
<Action name="tag_left"/>
<Action name="tag_right"/>
<Action name="tag_leftright"/>
<Separator/>
<Action name="tag_bigl"/>
<Action name="tag_bigr"/>
<Separator/>
<Action name="tag_Bigl"/>
<Action name="tag_Bigr"/>
<Separator/>
<Action name="tag_biggl"/>
<Action name="tag_biggr"/>
<Separator/>
<Action name="tag_Biggl"/>
<Action name="tag_Biggr"/>
</Menu>
<Separator/>
<Menu name="menu_mathtext"><text>AMS Text and Boxes</text>
<Action name="tag_text"/>
<Action name="tag_intertext"/>
<Separator/>
<Action name="tag_boxed"/>
</Menu>
<Menu name="menu_mathfrac"><text>AMS Fraction</text>
<Action name="tag_frac"/>
<Action name="tag_dfrac"/>
<Action name="tag_tfrac"/>
</Menu>
<Menu name="menu_mathbinom"><text>AMS Binomial Expression</text>
<Action name="tag_binom"/>
<Action name="tag_dbinom"/>
<Action name="tag_tbinom"/>
</Menu>
<Menu name="menu_mathcommands"><text>AMS Arrows</text>
<Action name="tag_xleftarrow"/>
<Action name="tag_xrightarrow"/>
</Menu>
<Separator/>
<Menu name="menu_mathfontstyles"><text>Math &amp;Font Styles</text>
<Action name="tag_mathrm"/>
<Action name="tag_mathit"/>
<Action name="tag_mathbf"/>
<Action name="tag_mathsf"/>
<Action name="tag_mathtt"/>
<Action name="tag_mathcal"/>
<Action name="tag_mathbb"/>
<Action name="tag_mathfrak"/>
</Menu>
<Menu name="menu_mathaccents"><text>Math &amp;Accents</text>
<Action name="tag_acute"/>
<Action name="tag_grave"/>
<Action name="tag_tilde"/>
<Action name="tag_bar"/>
<Action name="tag_vec"/>
<Action name="tag_hat"/>
<Action name="tag_check"/>
<Action name="tag_breve"/>
<Action name="tag_dot"/>
<Action name="tag_ddot"/>
</Menu>
<Menu name="menu_mathspaces"><text>Math &amp;Spaces</text>
<Action name="tag_space_small"/>
<Action name="tag_space_medium"/>
<Action name="tag_space_large"/>
<Separator/>
<Action name="tag_quad"/>
<Action name="tag_qquad"/>
<Separator/>
<Action name="tag_enskip"/>
</Menu>
</Menu>
<Menu name="menu_mathenv"><text>Standard Math &amp;Environments</text>
<Action name="tag_env_displaymath"/>
<Separator/>
<Action name="tag_env_equation"/>
<Action name="tag_env_equation*"/>
<Separator/>
<Action name="tag_env_array"/>
</Menu>
<Menu name="menu_mathamsenv"><text>&amp;AMS Math Environments</text>
<Menu name="menu_amsenv_align"><text>&amp;Align Environments</text>
<Action name="tag_env_align"/>
<Action name="tag_env_align*"/>
<Separator/>
<Action name="tag_env_alignat"/>
<Action name="tag_env_alignat*"/>
<Separator/>
<Action name="tag_env_aligned"/>
<Action name="tag_env_alignedat"/>
<Separator/>
<Action name="tag_env_flalign"/>
<Action name="tag_env_flalign*"/>
</Menu>
<Menu name="menu_amsenv_center"><text>&amp;Center Environments</text>
<Action name="tag_env_gather"/>
<Action name="tag_env_gather*"/>
<Separator/>
<Action name="tag_env_gathered"/>
</Menu>
<Menu name="menu_amsenv_multiline"><text>Multi &amp;Line Environments</text>
<Action name="tag_env_multline"/>
<Action name="tag_env_multline*"/>
<Separator/>
<Action name="tag_env_split"/>
</Menu>
<Menu name="menu_amsenv_matrix"><text>&amp;Matrix Environments</text>
<Action name="tag_env_matrix"/>
<Action name="tag_env_pmatrix"/>
<Separator/>
<Action name="tag_env_vmatrix"/>
<Action name="tag_env_VVmatrix"/>
<Separator/>
<Action name="tag_env_bmatrix"/>
<Action name="tag_env_BBmatrix"/>
</Menu>
<Separator/>
<Action name="tag_env_cases"/>
</Menu>
<Separator/>
<Action name="menu_bibliography"/>
<Separator/>
<Menu name="menu_fontstyles"><text>&amp;Font Styles</text>
<Action name="tag_textit"/>
<Action name="tag_textsl"/>
<Action name="tag_textbf"/>
<Action name="tag_texttt"/>
<Action name="tag_textsc"/>
<Separator/>
<Action name="tag_emph"/>
<Action name="tag_strong"/>
<Separator/>
<Menu name="menu_fontfamily"><text>Font Family</text>
<Action name="tag_rmfamily"/>
<Action name="tag_sffamily"/>
<Action name="tag_ttfamily"/>
</Menu>
<Menu name="menu_fontseries"><text>Font Series</text>
<Action name="tag_mdseries"/>
<Action name="tag_bfseries"/>
</Menu>
<Menu name="menu_fontshape"><text>Font Shape</text>
<Action name="tag_upshape"/>
<Action name="tag_itshape"/>
<Action name="tag_slshape"/>
<Action name="tag_scshape"/>
</Menu>
</Menu>
<Menu name="menu_spacing"><text>Spa&amp;cing</text>
<Menu name="menu_breaks"><text>Page- and Linebreaks</text>
<Action name="tag_newline"/>
<Action name="tag_newpage"/>
<Separator/>
<Action name="tag_linebreak"/>
<Action name="tag_pagebreak"/>
</Menu>
<Menu name="menu_skips"><text>Space</text>
<Action name="tag_bigskip"/>
<Action name="tag_medskip"/>
<Action name="tag_smallskip"/>
<Separator/>
<Action name="tag_hspace"/>
<Action name="tag_hspace*"/>
<Separator/>
<Action name="tag_vspace"/>
<Action name="tag_vspace*"/>
</Menu>
<Menu name="menu_rubberlength"><text>Rubber Lengths</text>
<Action name="tag_hfill"/>
<Action name="tag_hrulefill"/>
<Action name="tag_dotfill"/>
<Separator/>
<Action name="tag_vfill"/>
</Menu>
</Menu>
<Separator/>
<Action name="tag_includegraphics"/>
<Action name="tag_include"/>
<Action name="tag_input"/>
</Menu>
<Menu name="menu_usermenu">
<text>User Menu</text>
</Menu>
<Menu name="wizard"><text>&amp;Wizard</text>
<Action name="wizard_document"/>
<Separator/>
<Action name="wizard_tabular"/>
<Action name="wizard_array"/>
<Action name="wizard_tabbing"/>
<Separator/>
<Action name="wizard_float"/>
<Action name="wizard_mathenv"/>
<Separator/>
<Action name="wizard_postscript"/>
<Action name="wizard_pdf"/>
</Menu>
<Merge/>
<Menu name="settings" ><text>&amp;Settings</text>
<Action name="Mode"/>
<Separator/>
<Action name="settings_perform_check" />
<Separator/>
<Action name="ShowDocumentViewer" append="show_merge"/>
<Action name="MessageView" append="show_merge"/>
<Action name="StructureView" append="show_merge"/>
<DefineGroup name="configure_merge" append="configure_merge"/>
</Menu>
<Menu name="help"><text>&amp;Help</text>
<Separator append="help_whats_this_merge" />
- <Action name="help_latex_reference" append="help_whats_this_merge"/>
<Action name="help_context" append="help_whats_this_merge"/>
- <Menu name="help_tex" append="help_whats_this_merge"><text>TeX Documentation</text>
+ <Menu name="help_tex" append="help_whats_this_merge"><text>LaTeX Documentation</text>
<Action name="help_docbrowser" />
- <Action name="help_tex_guide" />
<Separator/>
<Action name="help_latex_index" />
<Separator/>
<Action name="help_latex_command" />
- <Action name="help_latex_subject" />
<Action name="help_latex_env" />
</Menu>
<Separator append="help_whats_this_merge" />
<Action name="help_userhelp" append="help_whats_this_merge"/>
<Separator/>
<Action name="help_about_editor" append="about_merge"/>
<DefineGroup name="about_merge" append="about_merge"/>
</Menu>
</MenuBar>
<ToolBar name="mainToolBar" fullWidth="false" index="1" noMerge="1" hidden="false"><text>Main</text>
<Action name="file_new"/>
<Action name="file_open"/>
<Action name="file_close"/>
<Merge/>
</ToolBar>
<ToolBar name="toolsToolBar" fullWidth="false" index="2" hidden="false"><text>Tools</text>
<Action name="list_compiler_select"/>
<Separator lineSeparator="true"/>
<Action name="list_view_select"/>
<Separator lineSeparator="true"/>
<Action name="list_convert_select"/>
<Separator lineSeparator="true"/>
<Action name="list_quick_select"/>
<Separator lineSeparator="true"/>
</ToolBar>
<ToolBar name="editToolBar" fullWidth="false" index="3" hidden="true"><text>Edit</text>
<Action name="structure_list"/>
<Separator lineSeparator="true"/>
<Action name="other_list"/>
<Separator lineSeparator="true"/>
<Action name="size_list"/>
<Separator lineSeparator="true"/>
<Action name="tag_textbf"/>
<Action name="tag_textit"/>
<Action name="tag_texttt"/>
<Action name="tag_underline"/>
<Separator/>
<Action name="tag_center"/>
<Separator/>
<Action name="tag_env_itemize"/>
<Action name="tag_env_enumerate"/>
<Action name="tag_env_description"/>
<Action name="tag_item"/>
</ToolBar>
<ToolBar name="mathToolBar" fullWidth="false" index="4" hidden="true"><text>Math</text>
<Action name="tag_mathmode"/>
<Action name="tag_subscript"/>
<Action name="tag_superscript"/>
<Action name="tag_frac"/>
<Action name="tag_dfrac"/>
<Action name="tag_sqrt"/>
<Separator lineSeparator="true"/>
<Action name="left_list"/>
<Separator lineSeparator="true"/>
<Action name="right_list"/>
<Separator lineSeparator="true"/>
<Action name="tag_newline"/>
</ToolBar>
<ActionProperties scheme="Default" version="1">
<Action shortcut="Alt+1" name="tool_QuickBuild" />
<Action shortcut="Alt+2" name="tool_LaTeX" />
<Action shortcut="Alt+3" name="tool_ViewDVI" />
<Action shortcut="Alt+4" name="tool_DVItoPS" />
<Action shortcut="Alt+5" name="tool_ViewPS" />
<Action shortcut="Alt+6" name="tool_PDFLaTeX" />
<Action shortcut="Alt+7" name="tool_ViewPDF" />
<Action shortcut="Alt+8" name="tool_PStoPDF" />
<Action shortcut="Alt+9" name="tool_DVItoPDF" />
<Action shortcut="Alt+-" name="tool_BibTeX" />
<Action shortcut="Alt+=" name="tool_MakeIndex" />
</ActionProperties>
</kpartgui>
diff --git a/src/kileversion.h b/src/kileversion.h
index fdac5f78..7f7db7e5 100644
--- a/src/kileversion.h
+++ b/src/kileversion.h
@@ -1,38 +1,38 @@
/****************************************************************************************
begin : Wednesday Jan 25 2006
copyright : (C) 2006 by Thomas Braun (thomas.braun@virtuell-zuhause.de)
2011-2019 by Michel Ludwig (michel.ludwig@kdemail.net)
****************************************************************************************/
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
****************************************************************************/
#ifndef KILEVERSION_H
#define KILEVERSION_H
#include <QString>
const QString kileVersion="3.0 beta 3";
const QString kileFullVersion="2.9.93"; // only use numbers and '.'
#define KILE_PROJECTFILE_VERSION 3
-#define KILERC_VERSION 8
+#define KILERC_VERSION 9
// the last-copyright-year is used in 'main.cpp' and 'CMakeLists.txt'
// KILE_LAST_COPYRIGHT_YEAR must be a string (it may appear as, e.g., 2,019 on Windows otherwise)
#define KILE_LAST_COPYRIGHT_YEAR "2019"
/**
* Compares two strings of the form "a.b(.c)" and "d.e(.f)" lexicographically,
* where a, b, c, d, e and f are natural numbers.
* @return 1 if s1 is bigger than s2, 0 if s1 == s2, -1 if s1 is smaller than s2
**/
int compareVersionStrings(const QString& s1, const QString& s2);
#endif
diff --git a/src/widgets/helpconfigwidget.cpp b/src/widgets/helpconfigwidget.cpp
index 8fcf4c4f..54e47a5c 100644
--- a/src/widgets/helpconfigwidget.cpp
+++ b/src/widgets/helpconfigwidget.cpp
@@ -1,80 +1,36 @@
/**************************************************************************
-* Copyright (C) 2007-2012 by Michel Ludwig (michel.ludwig@kdemail.net) *
+* Copyright (C) 2007-2019 by Michel Ludwig (michel.ludwig@kdemail.net) *
* 2011 by Felix Mauch (felix_mauch@web.de) *
***************************************************************************/
/**************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
#include "widgets/helpconfigwidget.h"
-#include <KUrlCompletion>
-#include <KMessageBox>
-#include <QFileDialog>
-
KileWidgetHelpConfig::KileWidgetHelpConfig(QWidget *parent) : QWidget(parent)
{
setupUi(this);
- m_helpLocationButton->setIcon(QIcon::fromTheme("folder-open"));
- m_pbInformation->setIcon(QIcon::fromTheme("help-about"));
-
connect(m_pbConfigure, SIGNAL(clicked()), this, SLOT(slotConfigure()));
- connect(m_helpLocationButton, SIGNAL(clicked()), this, SLOT(selectHelpLocation()));
- connect(m_pbInformation, SIGNAL(clicked()), this, SLOT(slotHelpInformation()));
-
- KUrlCompletion *dirCompletion = new KUrlCompletion();
- dirCompletion->setMode(KUrlCompletion::DirCompletion);
- kcfg_location->setCompletionObject(dirCompletion);
- kcfg_location->setAutoDeleteCompletionObject(true);
}
KileWidgetHelpConfig::~KileWidgetHelpConfig()
{
}
void KileWidgetHelpConfig::slotConfigure()
{
m_help->userHelpDialog();
}
void KileWidgetHelpConfig::setHelp(KileHelp::Help *help)
{
m_help = help;
}
-
-void KileWidgetHelpConfig::selectHelpLocation()
-{
- QString newLocation = QFileDialog::getExistingDirectory(this, QString(), kcfg_location->text());
- if (!newLocation.isEmpty()) {
- kcfg_location->setText(newLocation);
- }
-}
-
-void KileWidgetHelpConfig::slotHelpInformation()
-{
- QString message = i18n("<p>(La)TeX distributions use various locations for the base directory of the documentation files that they provide.<br/>"
- "Here are some suggestions:</p>"
- "<ul>"
- "<li><i>Debian: </i> /usr/share/doc/texlive-doc</li>"
- "<li><i>Ubuntu: </i> /usr/share/doc/texlive-doc</li>"
- "<li><i>OpenSuse: </i> /usr/share/texmf/doc</li>"
- "<li><i>TexLive 2009: </i> /usr/share/doc/texlive-doc</li>"
- "<li><i>TexLive 2010 (TUG): </i> /usr/local/texlive/2010/texmf-dist/doc</li>"
- "<li><i>TexLive 2011 (TUG): </i> /usr/local/texlive/2011/texmf-dist/doc</li>"
- "</ul>"
- "<p>Additionally, if you use TeXLive 2010 or above, the comprehensive collection of links to documentation topics<br/>"
- "that can be found in the top-level file <code>doc.html</code> may be helpful "
- "(<code>/usr/local/texlive/2011/doc.html</code> or similar).<br/>"
- "You may want to consider placing it in the <i>User Help</i> section of the help menu.</p>"
- );
-
- KMessageBox::information(this, message, i18n("Location of Documentation Files"));
-}
-
diff --git a/src/widgets/helpconfigwidget.h b/src/widgets/helpconfigwidget.h
index 8a2d18a1..52f1137e 100644
--- a/src/widgets/helpconfigwidget.h
+++ b/src/widgets/helpconfigwidget.h
@@ -1,43 +1,41 @@
/**************************************************************************
-* Copyright (C) 2007 by Michel Ludwig (michel.ludwig@kdemail.net) *
+* Copyright (C) 2007-2019 by Michel Ludwig (michel.ludwig@kdemail.net) *
* 2011 by Felix Mauch (felix_mauch@web.de) *
***************************************************************************/
/**************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
#ifndef HELPCONFIGWIDGET_H
#define HELPCONFIGWIDGET_H
#include <QWidget>
#include "kilehelp.h"
#include "ui_helpconfigwidget.h"
class KileWidgetHelpConfig : public QWidget, public Ui::KileWidgetHelpConfig
{
Q_OBJECT
public:
explicit KileWidgetHelpConfig(QWidget *parent = 0);
~KileWidgetHelpConfig();
void setHelp(KileHelp::Help *help);
protected Q_SLOTS:
void slotConfigure();
- void selectHelpLocation();
- void slotHelpInformation();
protected:
KileHelp::Help *m_help;
};
#endif
diff --git a/src/widgets/helpconfigwidget.ui b/src/widgets/helpconfigwidget.ui
index 6e337c84..b3dbc2e1 100644
--- a/src/widgets/helpconfigwidget.ui
+++ b/src/widgets/helpconfigwidget.ui
@@ -1,249 +1,140 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>KileWidgetHelpConfig</class>
<widget class="QWidget" name="KileWidgetHelpConfig">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>649</width>
- <height>429</height>
+ <height>444</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="windowTitle">
<string>Help</string>
</property>
<layout class="QVBoxLayout">
- <item>
- <layout class="QHBoxLayout">
- <item>
- <widget class="QLabel" name="m_lbLocation">
- <property name="whatsThis">
- <string>Insert the path to the TeX documentation directory here. For example /usr/share/texmf/doc.</string>
- </property>
- <property name="text">
- <string>&amp;Location of TeX documentation:</string>
- </property>
- <property name="wordWrap">
- <bool>false</bool>
- </property>
- <property name="buddy">
- <cstring>kcfg_location</cstring>
- </property>
- </widget>
- </item>
- <item>
- <widget class="KLineEdit" name="kcfg_location"/>
- </item>
- <item>
- <widget class="QPushButton" name="m_helpLocationButton"/>
- </item>
- </layout>
- </item>
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout">
- <property name="bottomMargin">
- <number>0</number>
- </property>
- <item>
- <widget class="QPushButton" name="m_pbInformation">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string>Information</string>
- </property>
- <attribute name="buttonGroup">
- <string notr="true">buttonGroup</string>
- </attribute>
- </widget>
- </item>
- <item>
- <spacer name="horizontalSpacer">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>40</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
- </item>
- <item>
- <spacer name="verticalSpacer">
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- <property name="sizeType">
- <enum>QSizePolicy::Fixed</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>20</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
<item>
<widget class="QGroupBox" name="m_gbContextHelp">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>Context Sensitive Help</string>
</property>
<property name="flat">
<bool>false</bool>
</property>
<layout class="QVBoxLayout">
<item>
- <widget class="QRadioButton" name="kcfg_kilerefs">
+ <widget class="QRadioButton" name="kcfg_latex2erefs">
<property name="text">
- <string>Use the &amp;Kile LaTeX reference</string>
+ <string>&amp;Use the LaTeX2e unofficial reference manual</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
- <widget class="QRadioButton" name="kcfg_latex2erefs">
+ <widget class="QRadioButton" name="kcfg_kilerefs">
<property name="text">
- <string>&amp;Use your system's TeXLive documentation</string>
+ <string>Use &amp;Kile's LaTeX reference</string>
</property>
- </widget>
- </item>
- <item>
- <widget class="QRadioButton" name="kcfg_texrefs">
- <property name="text">
- <string>Use your system's &amp;TeX documentation (older version)</string>
+ <property name="checked">
+ <bool>false</bool>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="m_gbUserHelp">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>User Help</string>
</property>
<property name="flat">
<bool>false</bool>
</property>
<layout class="QVBoxLayout">
<item>
<layout class="QHBoxLayout">
<item>
<widget class="QPushButton" name="m_pbConfigure">
<property name="text">
<string>Con&amp;figure...</string>
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
- <item>
- <widget class="QRadioButton" name="kcfg_embedded">
- <property name="text">
- <string>Use &amp;embedded viewer</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QRadioButton" name="kcfg_external">
- <property name="text">
- <string>Show help file in a &amp;separate window</string>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- </widget>
- </item>
</layout>
</widget>
</item>
<item>
<spacer>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<layoutdefault spacing="6" margin="11"/>
- <customwidgets>
- <customwidget>
- <class>KLineEdit</class>
- <extends>QLineEdit</extends>
- <header>klineedit.h</header>
- </customwidget>
- </customwidgets>
<includes>
<include location="local">klineedit.h</include>
</includes>
<resources/>
<connections/>
- <buttongroups>
- <buttongroup name="buttonGroup"/>
- </buttongroups>
</ui>