Skip to content

Commit

Permalink
-fixed makefile for simulation runtime draft
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@10306 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Willi Braun committed Nov 6, 2011
1 parent 27f548e commit d16e1eb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions cruntime/Makefile
@@ -1,10 +1,10 @@
FILENAME = src/draft.tex

all: html pdf

html:
htlatex $(FILENAME) "config_html,2"
all: pdf

pdf:
pdflatex $(FILENAME) draft.pdf

clean:
rm draft.aux draft.log draft.pdf

2 changes: 1 addition & 1 deletion cruntime/src/content.tex
Expand Up @@ -521,7 +521,7 @@ \subsection{Run-time Algorithm}

\begin{figure}[htb]
\begin{center}
\includegraphics[width=0.47\textwidth]{../img/activitydiagramm.png}
\includegraphics[width=0.47\textwidth]{./img/activitydiagramm.png}
\caption{Schematic Flowchart for simulation hybrid models.}
\label{fig:ablaufdiagramm}
\end{center}
Expand Down
4 changes: 2 additions & 2 deletions cruntime/src/draft.tex
Expand Up @@ -109,7 +109,7 @@

\emph{Keywords: Simulation, c-run-time, solver, OpenModelica}

\input{content}
\input{./src/content}

\begin{thebibliography}{00}
\addcontentsline{toc}{chapter}{References}
Expand All @@ -130,4 +130,4 @@
\end{thebibliography}


\end{document}
\end{document}

0 comments on commit d16e1eb

Please sign in to comment.