Use "times" package instead of bitmap fonts


git-svn-id: http://svn.xiph.org/trunk/speex@4466 0101bb08-14d6-0310-b084-bc0e0c8e3800
diff --git a/doc/manual.lyx b/doc/manual.lyx
index e62b607..3e0906b 100644
--- a/doc/manual.lyx
+++ b/doc/manual.lyx
@@ -29,7 +29,7 @@
 
 The Speex Codec Manual
 \newline 
-(version 1.0.0)
+(version 1.0)
 \layout Author
 
 Jean-Marc Valin
@@ -612,6 +612,15 @@
 \end_inset 
 
 )
+\layout Standard
+
+This section explains how to use the Speex API.
+ Examples of code can also be found in appendix 
+\begin_inset LatexCommand \ref{sec:Sample-code}
+
+\end_inset 
+
+.
 \layout Subsection
 
 Encoding
@@ -1356,7 +1365,7 @@
 
 \layout Standard
 
-Asks encoder to set VBR off (0), on(1), VAD(2), DTX(3)
+Asks encoder to set CBR (0), VAD(1), DTX(3), VBR(5), VBR+DTX(7)
 \end_inset 
 </cell>
 </row>
@@ -5518,7 +5527,7 @@
  and how does Speex fit into that?
 \layout Standard
 
-I am currently (2003/01/13) doing a Ph.D.
+I am currently (2003/03/09) doing a Ph.D.
  at the University of Sherbrooke in mobile robotics.
  Although I did my master with the Sherbrooke speech coding group (in speech
  enhancement, not coding), I am not associated with them anymore.
@@ -5570,6 +5579,11 @@
 \layout Section
 \pagebreak_top 
 Sample code
+\begin_inset LatexCommand \label{sec:Sample-code}
+
+\end_inset 
+
+
 \layout Standard
 
 This section shows sample code for encoding and decoding speech using the
diff --git a/doc/manual.pdf b/doc/manual.pdf
index e8a7c80..6c248a1 100644
--- a/doc/manual.pdf
+++ b/doc/manual.pdf
Binary files differ