Skip to content

Commit

Permalink
Add Acronym and Glossary to TOC; fix Glossary reference in Introducti…
Browse files Browse the repository at this point in the history
…on. (#130)

* Add Acronym and Glossary to TOC; fix Glossary reference in introduction.

* Fix wording.
  • Loading branch information
bharadwajy authored Dec 1, 2023
1 parent 1942cae commit 9fb6b0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions specs/language/hlsl.tex
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
\documentclass[oneside]{book}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage[acronym]{glossaries}
\usepackage{nameref}
\usepackage[acronym,numberedsection=nameref,toc]{glossaries}
\usepackage{multicol}
\usepackage[marginparwidth=75pt, margin=2cm]{geometry}
\usepackage{listings}
Expand Down Expand Up @@ -78,7 +79,6 @@

\clearpage

\label{glossaries}
\printglossary[type=\acronymtype]
\printglossary

Expand Down
4 changes: 2 additions & 2 deletions specs/language/introduction.tex
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@

\p This document aims to use terms consistent with their definitions in
\gls{isoC} and \gls{isoCPP}. In cases where the definitions are unclear, or
where this document diverges this section, the remaining sections in this
chapter, and the attached \ref{glossaries}.
where this document diverges, refer to the remaining sections in this
chapter and the attached \nameref{main}.

\Sec{Runtime Targeting}{Intro.Runtime}

Expand Down

0 comments on commit 9fb6b0a

Please sign in to comment.