lrq3000 / fau-timer

Mirror for fau-timer: Tools for analyzing timing side channels. See http://www1.cs.fau.de/side-channels for more information.
1 stars 0 forks source link

pdflatex ERROR #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. svn checkout $aktuelle revision
2. ant
3. java -jar ReportingTool.jar -i demo/example1/input_local.csv

What is the expected output? What do you see instead?
no errors -> well done

08.01.2013 18:08:43 output.WritePDF writeFile
INFO: Calling pdflatex (0/2): /usr/bin/pdflatex -interaction=nonstopmode 
Report.tex
08.01.2013 18:08:44 output.WritePDF writeFile
WARNUNG: ERROR while calling pdflatex: 1
08.01.2013 18:08:44 reportingTool.ReportingTool main
WARNUNG: ERROR while calling pdflatex: 1
java.lang.Exception: ERROR while calling pdflatex: 1
    at output.WritePDF.writeFile(WritePDF.java:142)
    at reportingTool.ReportingTool.main(ReportingTool.java:134)

Report.tex manuell ausführen funktioniert weitgehend. 
scheinbar stimmen pfade zu cdf.pdf nicht.
was mache ich da falsch?

What version of the product are you using? On what operating system?
ubuntu., 

Please provide any additional information below.

Original issue reported on code.google.com by clebin...@gmail.com on 8 Jan 2013 at 5:15

GoogleCodeExporter commented 9 years ago
--- templates/latex/Report.tex  (Revision 30)
+++ templates/latex/Report.tex  (Arbeitskopie)
@@ -136,7 +136,7 @@

    \section{Filtered CDF}\label{section24}
        \begin{figure}[ht]
-   \includegraphics[width=1.0\textwidth]{../::out:::/graphs/filtered/cdf.pdf}
+   \includegraphics[width=1.0\textwidth]{../::out:::/graphs/filtered/CDF.pdf}
    \caption[Results filtered: CDF.]{Filtered CDF}
   \label{fig:filteredCDF}
    \end{figure}
@@ -216,7 +216,7 @@

 \chapter{CDF}
    \begin{figure}[h]
-   \rotatebox[origin]{90}{\includegraphics[width=1.0\textwidth]{../::out:::/graph
s/filtered/cdf.pdf}}    
+   \rotatebox[origin]{90}{\includegraphics[width=1.0\textwidth]{../::out:::/graph
s/filtered/CDF.pdf}}    
     \caption[Results filtered: CDF.]{CDF}
     \label{appendix:filtered:cdf}
        \end{figure}

Original comment by clebin...@gmail.com on 8 Jan 2013 at 5:28

Attachments:

GoogleCodeExporter commented 9 years ago
Should be fixed with revision 1.1.2.

Original comment by m...@isabell-schmitt.de on 19 Jan 2013 at 7:13