gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] manuscripts/Paper buoyoing.mp paper.tex IV03.cls


From: Janne V. Kujala
Subject: [Gzz-commits] manuscripts/Paper buoyoing.mp paper.tex IV03.cls
Date: Tue, 18 Mar 2003 04:23:35 -0500

CVSROOT:        /cvsroot/gzz
Module name:    manuscripts
Changes by:     Janne V. Kujala <address@hidden>        03/03/18 04:23:34

Modified files:
        Paper          : buoyoing.mp paper.tex 
Added files:
        Paper          : IV03.cls 

Log message:
        formatting

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/manuscripts/Paper/IV03.cls?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/manuscripts/Paper/buoyoing.mp.diff?tr1=1.7&tr2=1.8&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/manuscripts/Paper/paper.tex.diff?tr1=1.29&tr2=1.30&r1=text&r2=text

Patches:
Index: manuscripts/Paper/buoyoing.mp
diff -u manuscripts/Paper/buoyoing.mp:1.7 manuscripts/Paper/buoyoing.mp:1.8
--- manuscripts/Paper/buoyoing.mp:1.7   Tue Mar 18 03:00:10 2003
+++ manuscripts/Paper/buoyoing.mp       Tue Mar 18 04:23:34 2003
@@ -1,7 +1,7 @@
 defaultfont := "phvr8r";
 
 boolean colors;
-colors = false;
+colors = true;
 
 verbatimtex
 \documentclass{article}
Index: manuscripts/Paper/paper.tex
diff -u manuscripts/Paper/paper.tex:1.29 manuscripts/Paper/paper.tex:1.30
--- manuscripts/Paper/paper.tex:1.29    Tue Mar 18 03:00:10 2003
+++ manuscripts/Paper/paper.tex Tue Mar 18 04:23:34 2003
@@ -1,7 +1,7 @@
-\documentclass[twocolumn]{article}
+\documentclass[twocolumn]{IV03}
 \usepackage[latin1]{inputenc}
 % \usepackage{times}
-\usepackage{concmath}
+%\usepackage{concmath}
 \usepackage[english]{babel}
 
 \usepackage{graphicx}
@@ -9,6 +9,8 @@
 
\newcommand{\url}[1]{{\fontsize{9pt}{8pt}\fontfamily{phv}\fontseries{c}\selectfont{#1}}}
 \newcommand{\hyp}{\discretionary{}{}{}}
 
+\newif\ifpics
+\picstrue
 
 \title{Rendering recognizably unique textures}
 % Representing Identity 
@@ -266,7 +268,7 @@
 distribution on a random field as already seen in \cite{julesz62visualpattern}
 in a simple form.
 The most popualar computational approach is Markov random fields
-\cite{cross83markov, geman84stochastic}, where the value of each pixel
+\cite{cross83markov,geman84stochastic}, where the value of each pixel
 depends only on the values of its neighborhood (local characteristics).
 XXX: resolution-dependency?
 
@@ -518,7 +520,9 @@
 \begin{figure}
 \centering
 %\fbox{\vbox{\vskip 3in}}
-% \includegraphics{perceptual-model}
+\ifpics
+\includegraphics{perceptual-model}
+\fi
 \caption{
 \label{fig-perceptual}
 The qualitative model of visual perception used to create
@@ -700,7 +704,9 @@
 
 
 \begin{figure}[htbp]
-% \includegraphics[width=\linewidth]{pipe.1}
+\ifpics
+\includegraphics[width=\linewidth]{pipe.1}
+\fi
 \caption{\label{figpipeline}
 The parameter hierarchy in our implementation.
 See text for explanations.
@@ -989,7 +995,9 @@
 
 \begin{figure*}
 \centering
-% \includegraphics[height=10cm]{multipaper.ps}
+\ifpics
+\includegraphics[height=10cm]{multipaper.ps}
+\fi
 \caption{
 \label{fig-examples}
 A number of unique backgrounds generated by our system.
@@ -1000,7 +1008,9 @@
 
 \begin{figure}
 \centering
-% \includegraphics[height=5cm]{paperbasistex.ps}
+\ifpics
+\includegraphics[height=5cm]{paperbasistex.ps}
+\fi
 \caption{
 \label{fig-basis}
 The complete set of 2D basis textures used by our implementation.
@@ -1012,10 +1022,12 @@
 \begin{figure}
 \centering
 \def\w{4cm}
-% \includegraphics[width=\w]{texcomb_a.ps}%
-% \includegraphics[width=\w]{texcomb_b.ps}\\
-% \includegraphics[width=\w]{texcomb_c.ps}%
-% \includegraphics[width=\w]{texcomb_d.ps}
+\ifpics
+\includegraphics[width=\w]{texcomb_a.ps}%
+\includegraphics[width=\w]{texcomb_b.ps}\\
+\includegraphics[width=\w]{texcomb_c.ps}%
+\includegraphics[width=\w]{texcomb_d.ps}
+\fi
 \caption{
 \label{fig-regcomb}
 How the limited register combiners of the NV10 architecture 
@@ -1044,8 +1056,10 @@
 \begin{figure*}
 \centering
 \def\xuw{14cm}
-% \includegraphics[width=\xuw]{xupdf1.ps}
-% \includegraphics[width=\xuw]{xupdf2.ps}
+\ifpics
+\includegraphics[width=\xuw]{xupdf1.ps}
+\includegraphics[width=\xuw]{xupdf2.ps}
+\fi
 \caption{
 \label{figxanalogicalexample}
 Two different views of a structure of PDF documents viewed in a focus+context 
view.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]