Skip to content

Commit

Permalink
Merge branch 'oetiker:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
CatShootingStar authored Feb 17, 2024
2 parents 0084c9c + ac87e25 commit a748521
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/basics.tex
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ \section{Packages}\index{package} While writing your document, you will
\pai*{makeidx} & Provides commands for producing indexes. Described
in \autoref{sec:indexing}. \\

\pai*{fancyhdr} & Let's you easily customise page headers and footers.
\pai*{fancyhdr} & Lets you easily customise page headers and footers.
Described in \autoref{sec:fancy}. \\

\pai*{beamer} & Provides a document class that changes output to
Expand Down
6 changes: 3 additions & 3 deletions src/graphic.tex
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ \section{Basic Usage}
\ltx|--|, which draws a straight line.
\begin{example}
\begin{tikzpicture}
\draw (0, 0)
-- (15:4)
-- (1, 2);
\draw (0, 0) % bottom left
-- (15:4) % angle:length
-- (1, 2); % x,y
\end{tikzpicture}
\tikz{\draw (0, 0) -- (1,1);}
\end{example}
Expand Down
2 changes: 1 addition & 1 deletion src/math.tex
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ \subsection{Math Mode}
now be used to typeset \wi{superscript}s and \wi{subscript}s, respectively.
\begin{example}
\( a^2 + b^2 = c^2 \) \\
\( A_x = G_{\text{foo}} \)
\( A_x = G_{a\times c} \)
\end{example}

\section{Building Blocks of Mathematical Formulae}
Expand Down

0 comments on commit a748521

Please sign in to comment.