diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-11-08 08:37:57 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-11-08 08:37:57 +0100 |
commit | 49bfc07e26895ccca07a35734458be4c7de55e02 (patch) | |
tree | 846a5adcbff72bd4e401ea7027d52e1c69ff9348 /example.tex | |
parent | 2f06c772447def6d6a27ea9c3b44d4a147463104 (diff) | |
parent | c0faea2a3d391b5d9ff630f91b3329d7e3265c26 (diff) |
Merge branch 'master' of https://github.com/lonkaars/crepe-docs into wouter/time
Diffstat (limited to 'example.tex')
-rw-r--r-- | example.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/example.tex b/example.tex index 9f36f59..3c487bd 100644 --- a/example.tex +++ b/example.tex @@ -164,8 +164,8 @@ The bibliography is automatically printed after \codeinline{\end{document}}. \subsubsection{Glossary} Glossary entries can be inserted using the \codeinline{\gls} commands. Example: -``\Gls{sdl2} handles \glspl{hid} as well!''. In following occurrences of acronyms, -only their short form is printed: `\gls{sdl2}' and `\gls{hid}'. All of these link to +``\Gls{sdl} handles \glspl{hid} as well!''. In following occurrences of acronyms, +only their short form is printed: `\gls{sdl}' and `\gls{hid}'. All of these link to the glossary that is automatically printed after \codeinline{\end{document}}. \subsubsection{Requirements} |