Skip to content

Commit ce9c87f

Browse files
committed
fix indenting
1 parent ac87e25 commit ce9c87f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/basics.tex

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -689,33 +689,33 @@ \section{Packages}\index{package} While writing your document, you will
689689
\caption{Examples of \LaTeX{} packages.}\label{packages}
690690
\begin{tabular}{@{}lp{9cm}@{}}
691691
\toprule
692-
Package & Description \\
692+
Package & Description \\
693693
\midrule
694694
\pai*{amsmath} & Provides additional commands for typesetting
695695
mathematical symbols, and environments for aligning equations. Described
696-
in \autoref{chap:math}. \\
696+
in \autoref{chap:math}. \\
697697

698698
\pai*{polyglossia} & Makes it easy to write \LaTeX{} documents in
699699
languages other than English, or even in multiple languages.
700-
Described in \autoref{sec:polyglossia}. \\
700+
Described in \autoref{sec:polyglossia}. \\
701701

702702
\pai*{booktabs} & Provides commands for producing beautifully
703703
formatted tables for your document. Described in
704-
\autoref{sec:tables}. \\
704+
\autoref{sec:tables}. \\
705705

706706
\pai*{biblatex} & Provides commands for automatically specifying and
707707
producing a bibliography for your document. Described in
708-
\autoref{chap:bibliography}. \\
708+
\autoref{chap:bibliography}. \\
709709

710710
\pai*{makeidx} & Provides commands for producing indexes. Described
711-
in \autoref{sec:indexing}. \\
711+
in \autoref{sec:indexing}. \\
712712

713713
\pai*{fancyhdr} & Lets you easily customise page headers and footers.
714-
Described in \autoref{sec:fancy}. \\
714+
Described in \autoref{sec:fancy}. \\
715715

716716
\pai*{beamer} & Provides a document class that changes output to
717717
produce presentations and provides command to typeset slides.
718-
Described in \autoref{sec:beamer}. \\
718+
Described in \autoref{sec:beamer}. \\
719719
\bottomrule
720720
\end{tabular}
721721
\end{table}

0 commit comments

Comments
 (0)