[xiph-commits] r8392 - trunk/theora/doc/spec

giles at motherfish-iii.xiph.org giles at motherfish-iii.xiph.org
Tue Dec 14 13:07:42 PST 2004


Author: giles
Date: 2004-12-14 13:07:41 -0800 (Tue, 14 Dec 2004)
New Revision: 8392

Modified:
   trunk/theora/doc/spec/Makefile
   trunk/theora/doc/spec/spec.tex
Log:
Switch to using PDF figures by default. Derf figured out we needed
the '-p 0' switch passed to fig2dev to get properly oriented PDFs.
Also correct a spelling error, and resize some of the figures to fit.

There is a remaining problem where the dash frequency is much too high;
looks like another issue with fig2dev's PDF output.


Modified: trunk/theora/doc/spec/Makefile
===================================================================
--- trunk/theora/doc/spec/Makefile	2004-12-14 17:54:37 UTC (rev 8391)
+++ trunk/theora/doc/spec/Makefile	2004-12-14 21:07:41 UTC (rev 8392)
@@ -15,11 +15,13 @@
 
 FIG_TEXS = $(FIG_SRCS:.fig=.tex)
 FIG_AUXS = $(FIG_SRCS:.fig=.aux)
+FIG_OBJS = $(FIG_SRCS:.fig=.pdf)
 
-FIG_OBJS = pic-frame.tex hilbert-mb.tex hilbert-block.tex xifish.pdf \
-           superblock.tex macroblock.tex raster-block.tex reference-frames.tex \
-           pixel444.tex pixel422.tex pixel420.tex idct.pdf fdct.pdf \
-           pic_even.tex pic_even_odd.tex pic_odd.tex pic_odd_even.tex
+#FIG_OBJS = pic-frame.pdf hilbert-mb.pdf hilbert-block.pdf xifish.pdf \
+#	    superblock.pdf macroblock.odf raster-block.pdf 
+#	    reference-frames.pdf \
+#	    pixel444.pdf pixel422.pdf pixel420.pdf idct.pdf fdct.pdf \
+#	    pic_even.tex pic_even_odd.tex pic_odd.tex pic_odd_even.tex
 
 Theora_I_spec.pdf : spec.pdf
 	$(MV) $< $@
@@ -48,7 +50,7 @@
 	fig2dev -L latex $< $@
 
 %.pdf : %.fig
-	fig2dev -L pdf $< $@
+	fig2dev -L pdf -p 0 $< $@
 
 .PHONY: clean distclean maintainer-clean
 

Modified: trunk/theora/doc/spec/spec.tex
===================================================================
--- trunk/theora/doc/spec/spec.tex	2004-12-14 17:54:37 UTC (rev 8391)
+++ trunk/theora/doc/spec/spec.tex	2004-12-14 21:07:41 UTC (rev 8392)
@@ -491,7 +491,7 @@
 
 \begin{figure}[htbp]
 \begin{center}
-\include{pic-frame}
+\includegraphics{pic-frame}
 \end{center}
 \caption{Location of frame and picture regions}
 \label{fig:pic-frame}
@@ -512,7 +512,7 @@
 
 \begin{figure}[htbp]
 \begin{center}
-\include{superblock}
+\includegraphics{superblock}
 \end{center}
 \caption{Subdivision of a frame into blocks and super blocks}
 \label{fig:superblock}
@@ -526,7 +526,7 @@
 
 \begin{figure}[htbp]
 \begin{center}
-\include{raster-block}
+\includegraphics{raster-block}
 \end{center}
 \caption{Raster ordering of $n\times m$ blocks}
 \label{fig:raster-block}
@@ -544,7 +544,7 @@
 
 \begin{figure}[htbp]
 \begin{center}
-\include{hilbert-block}
+\includegraphics{hilbert-block}
 \end{center}
 \caption{Hilbert curve ordering of blocks within a super block}
 \label{fig:hilbert-block}
@@ -624,7 +624,7 @@
 
 \begin{figure}[htbp]
  \begin{center}
- \include{macroblock}
+ \includegraphics{macroblock}
  \end{center}
  \caption{Subdivision of a frame into macro blocks}
  \label{fig:macroblock}
@@ -644,7 +644,7 @@
 
 \begin{figure}[htbp]
 \begin{center}
-\include{hilbert-mb}
+\includegraphics{hilbert-mb}
 \end{center}
 \caption{Hilbert curve ordering of macro blocks within a super block}
 \label{fig:hilbert-mb}
@@ -683,7 +683,7 @@
 
 \begin{figure}[htbp]
 \begin{center}
-\include{reference-frames}
+\includegraphics{reference-frames}
 \end{center}
 \caption{Example of reference frames for an inter frame}
 \label{fig:reference-frames}
@@ -1463,7 +1463,7 @@
 
 \begin{figure}[htbp]
 \begin{center}
-\include{pixel444}
+\includegraphics{pixel444}
 \end{center}
 \caption{Pixels encoded 4:4:4}
 \label{fig:pixel444}
@@ -1499,7 +1499,7 @@
 
 \begin{figure}[htbp]
 \begin{center}
-\include{pixel422}
+\includegraphics{pixel422}
 \end{center}
 \caption{Pixels encoded 4:2:2}
 \label{fig:pixel422}
@@ -1540,7 +1540,7 @@
 
 \begin{figure}[htbp]
 \begin{center}
-\include{pixel420}
+\includegraphics{pixel420}
 \end{center}
 \caption{Pixels encoded 4:2:0}
 \label{fig:pixel420}
@@ -1613,34 +1613,37 @@
 
 \begin{figure}[htbp]
 \begin{center}
-\include{pic_even}
+\includegraphics[width=\textwidth]{pic_even}
 \end{center}
-\caption{Pixel correspondance between color planes with even picture offset and
- even picture size}
+\caption{Pixel correspondence between color planes with even picture 
+ offset and even picture size}
 \label{fig:pic_even}
 \end{figure}
 
 \begin{figure}[htbp]
 \begin{center}
-\include{pic_even_odd}
+\includegraphics[width=\textwidth]{pic_even_odd}
 \end{center}
-\caption{Pixel correspondance with even picture offset and odd picture size}
+\caption{Pixel correspondence with even picture offset and 
+ odd picture size}
 \label{fig:pic_even_odd}
 \end{figure}
 
 \begin{figure}[htbp]
 \begin{center}
-\include{pic_odd}
+\includegraphics[width=\textwidth]{pic_odd}
 \end{center}
-\caption{Pixel correspondance with odd picture offset and odd picture size}
+\caption{Pixel correspondence with odd picture offset and 
+ odd picture size}
 \label{fig:pic_odd}
 \end{figure}
 
 \begin{figure}[htbp]
 \begin{center}
-\include{pic_odd_even}
+\includegraphics[width=\textwidth]{pic_odd_even}
 \end{center}
-\caption{Pixel correspondance with odd picture offset and even picture size}
+\caption{Pixel correspondence with odd picture offset and 
+ even picture size}
 \label{fig:pic_odd_even}
 \end{figure}
 
@@ -6107,7 +6110,7 @@
 
 \begin{figure}[htbp]
 \begin{center}
-\includegraphics[height=\textwidth,angle=270]{idct}
+\includegraphics[width=\textwidth]{idct}
 \end{center}
 \caption{Signal Flow Graph for the 1D Inverse DCT}
 \label{fig:idct}
@@ -6433,7 +6436,7 @@
 
 \begin{figure}[htbp]
 \begin{center}
-\includegraphics[height=\textwidth,angle=270]{fdct}
+\includegraphics[width=\textwidth]{fdct}
 \end{center}
 \caption{Signal Flow Graph for the 1D Forward DCT}
 \label{fig:fdct}



More information about the commits mailing list