adonthell-commits
[Top][All Lists]
Advanced

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

[Adonthell-commits] CVS: doc/plot_guideline Makefile.am,NONE,1.1 .cvsig


From: Kai Sterker <address@hidden>
Subject: [Adonthell-commits] CVS: doc/plot_guideline Makefile.am,NONE,1.1 .cvsignore,1.2,1.3 documentation.tex,1.2,1.3 dot.tex,1.2,1.3 main_plot.tex,1.2,1.3 plot_guideline.tex,1.2,1.3 Makefile,1.2,NONE
Date: Sat, 29 Mar 2003 19:22:11 -0500

Update of /cvsroot/adonthell/doc/plot_guideline
In directory subversions:/tmp/cvs-serv6888/plot_guideline

Modified Files:
        .cvsignore documentation.tex dot.tex main_plot.tex 
        plot_guideline.tex 
Added Files:
        Makefile.am 
Removed Files:
        Makefile 
Log Message:
ADDED configure stuff to detect required tools and ease building of docs


--- NEW FILE ---
# -- require automake 1.6
AUTOMAKE_OPTIONS = 1.6

# -- document sources
TEXFILES = \
        documentation.tex \
        dot.tex \
        intro.tex \
        main_plot.tex \
        npc.tex \
        plot_guideline.tex \
        side_quest.tex
        
# -- image files
IMAGES = \
        activity.pdf \
        example1.pdf \
        example2.pdf \
        example3.pdf \
        keypoint.pdf \
        mini.pdf \
        nodes.pdf \
        path.pdf \
        structure1.pdf

# -- what should be distributed
EXTRA_DIST = ${TEXFILES} \
        activity.dot \
        example1.dot \
        example2.dot \
        example3.dot \
        keypoint.dot \
        mini.dot \
        nodes.dot \
        path.dot \
        structure1.dot
        
# -- installation target
docdir = ${prefix}/doc/adonthell
doc_DATA = plot_guideline.pdf

# -- build the PDF file
plot_guideline.pdf: ${IMAGES} ${TEXFILES}
        @if test ! -e plot_guideline.toc ; then \
                ${PDFLATEX} plot_guideline.tex; \
        fi
        ${PDFLATEX} plot_guideline.tex
        @if test `grep -c "Label(s) may have changed." plot_guideline.log` -gt 
0 ; then \
                ${PDFLATEX} plot_guideline.tex; \
        fi

# -- misc rules 
%.pdf: %.eps
        ${EPS2PDF} $<

%.eps: %.ps
        ${PS2EPS} -f $<

%.eps: %.fig
        ${FIG2DEV} -Leps $< $@
        
%.ps: %.dot
        ${DOT} -Tps2 -o $@ $<

# -- actual target
CLEANFILES = plot_guideline.pdf

# -- temporary stuff
MOSTLYCLEANFILES = $(IMAGES) *.ps *.eps *.aux *.log *.out *.toc

Index: .cvsignore
===================================================================
RCS file: /cvsroot/adonthell/doc/plot_guideline/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** .cvsignore  8 Oct 2002 16:03:46 -0000       1.2
--- .cvsignore  30 Mar 2003 00:22:09 -0000      1.3
***************
*** 1,2 ****
--- 1,4 ----
+ Makefile
+ Makefile.in
  *.aux
  *.log

Index: documentation.tex
===================================================================
RCS file: /cvsroot/adonthell/doc/plot_guideline/documentation.tex,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** documentation.tex   22 Feb 2003 11:27:05 -0000      1.2
--- documentation.tex   30 Mar 2003 00:22:09 -0000      1.3
***************
*** 25,29 ****
  \begin{figure}[ht]
  \center
! \includegraphics[width=3cm]{path.eps}
  \caption{Path between two Activities}
  \end{figure}
--- 25,29 ----
  \begin{figure}[ht]
  \center
! \includegraphics[width=3cm]{path.pdf}
  \caption{Path between two Activities}
  \end{figure}
***************
*** 35,39 ****
  \begin{figure}[h]
  \center
! \includegraphics[width=3.5cm]{activity.eps}
  \caption{Second level Activity}
  \end{figure}
--- 35,39 ----
  \begin{figure}[h]
  \center
! \includegraphics[width=3.5cm]{activity.pdf}
  \caption{Second level Activity}
  \end{figure}
***************
*** 45,49 ****
  \begin{figure}[h]
  \center
! \includegraphics[width=2cm]{keypoint.eps}
  \caption{Key Point}
  \end{figure}
--- 45,49 ----
  \begin{figure}[h]
  \center
! \includegraphics[width=2cm]{keypoint.pdf}
  \caption{Key Point}
  \end{figure}
***************
*** 87,91 ****
  \center
  \vspace{5mm}
! \includegraphics[width=12cm]{example1.eps}
  \vspace{5mm}
  \end{Example}
--- 87,91 ----
  \center
  \vspace{5mm}
! \includegraphics[width=12cm]{example1.pdf}
  \vspace{5mm}
  \end{Example}
***************
*** 97,101 ****
  \center
  \vspace{5mm}
! \includegraphics[width=12cm]{example2.eps}
  \vspace{5mm}
  \end{Example}
--- 97,101 ----
  \center
  \vspace{5mm}
! \includegraphics[width=12cm]{example2.pdf}
  \vspace{5mm}
  \end{Example}

Index: dot.tex
===================================================================
RCS file: /cvsroot/adonthell/doc/plot_guideline/dot.tex,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** dot.tex     22 Feb 2003 11:27:05 -0000      1.2
--- dot.tex     30 Mar 2003 00:22:09 -0000      1.3
***************
*** 12,16 ****
  \caption{A minimalistic Graph}
  \begin{tabular}{m{0.43\linewidth}m{0.49\linewidth}}
! \centering\includegraphics[height=2.6cm]{mini.eps} &%
  {\footnotesize
  \begin{verbatim}
--- 12,16 ----
  \caption{A minimalistic Graph}
  \begin{tabular}{m{0.43\linewidth}m{0.49\linewidth}}
! \centering\includegraphics[height=2.6cm]{mini.pdf} &%
  {\footnotesize
  \begin{verbatim}
***************
*** 32,36 ****
  \caption{Node shapes and edge labels}\label{Example7}
  \begin{tabular}{m{0.43\linewidth}m{0.49\linewidth}}
! \centering\includegraphics[height=3.4cm]{nodes.eps} &%
  {\footnotesize
  \begin{verbatim}
--- 32,36 ----
  \caption{Node shapes and edge labels}\label{Example7}
  \begin{tabular}{m{0.43\linewidth}m{0.49\linewidth}}
! \centering\includegraphics[height=3.4cm]{nodes.pdf} &%
  {\footnotesize
  \begin{verbatim}
***************
*** 55,59 ****
  \caption{Key Points and node alignment}
  \begin{tabular}{m{0.43\linewidth}m{0.49\linewidth}}
! \centering\includegraphics[width=\linewidth]{example3.eps} &%
  {\footnotesize
  \begin{verbatim}
--- 55,59 ----
  \caption{Key Points and node alignment}
  \begin{tabular}{m{0.43\linewidth}m{0.49\linewidth}}
! \centering\includegraphics[width=\linewidth]{example3.pdf} &%
  {\footnotesize
  \begin{verbatim}

Index: main_plot.tex
===================================================================
RCS file: /cvsroot/adonthell/doc/plot_guideline/main_plot.tex,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** main_plot.tex       22 Feb 2003 11:27:05 -0000      1.2
--- main_plot.tex       30 Mar 2003 00:22:09 -0000      1.3
***************
*** 29,33 ****
  \begin{figure}[h]
  \center
! \includegraphics[width=11cm]{structure1.eps}
  \caption{Overall plot structure}
  \end{figure}
--- 29,33 ----
  \begin{figure}[h]
  \center
! \includegraphics[width=11cm]{structure1.pdf}
  \caption{Overall plot structure}
  \end{figure}

Index: plot_guideline.tex
===================================================================
RCS file: /cvsroot/adonthell/doc/plot_guideline/plot_guideline.tex,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** plot_guideline.tex  22 Feb 2003 11:27:05 -0000      1.2
--- plot_guideline.tex  30 Mar 2003 00:22:09 -0000      1.3
***************
*** 7,11 ****
  \usepackage{calc}
  \usepackage[pdftex]{graphicx}
- \usepackage{epstopdf}
  \usepackage[pdftex,
              pagebackref=true,
--- 7,10 ----

--- Makefile DELETED ---





reply via email to

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