Fix signed overflow in _book_maptype1_quantvals().
[platform/upstream/libvorbis.git] / doc / Vorbis_I_spec.tex
index 6e9ceef..fb7a559 100644 (file)
@@ -41,6 +41,8 @@
 % we use the underscore package to change this default behavior.
 \usepackage[nohyphen]{underscore}
 
+\usepackage{enumitem}
+
 % In LaTeX, pictures are normally put into floating environments, and it is
 % left to the typesetting engine to place them in the "optimal" spot. These
 % docs however expect pictures to be placed in a *specific* position. So we
 % To still be able to use captions, we use the capt-of package.
 \usepackage{capt-of}
 
+% strikeout support
+\usepackage[normalem]{ulem}
+
+% blockquote support
+\usepackage{csquotes}
+
+% allow 'special' characters in filenames, like undescore :-P
+\usepackage{grffile}
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 % Custom commands
 
 
 \title{Vorbis I specification}
-\author{Xiph.org Foundation}
+\author{Xiph.Org Foundation}
 \maketitle
 
 \tableofcontents