diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-03 00:22:58 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-03 00:22:58 +0100 |
commit | 07f40f3dc1ef4655844e312ba69be3fbebec51b7 (patch) | |
tree | 4ebc5e65290cace95cac5dabe5cfe8f5a5d4a95a /example.tex | |
parent | 3007b3677ae6a0752a9d1fb136d6ea84c1b6d555 (diff) | |
parent | 0bed01a4e2e820b8974207145cd2eb3430864ad7 (diff) |
merge #49
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} |