matlab plot export to .eps + .tex with matlabfrag
include them:
Code: Select all
Code, edit and compile here:
\documentclass[a4paper]{scrartcl}\usepackage{ngerman}\usepackage[latin9]{inputenc}\usepackage[T1]{fontenc}\usepackage{pstool}\usepackage{makeidx}\usepackage[ps2pdf,bookmarksnumbered]{hyperref}\hypersetup{pdfauthor={Vorname Nachname},pdftitle={Titel Ihrer Arbeit},pdfsubject={Dissertation},pdfkeywords={Schlagwort1 | Schlagwort2 | Schlagwort3 | Schlagwort4 | Schlagwort5}}\title{Erstes Beispiel}\author{Dein Name}\begin{document}\maketitle\tableofcontents\printindex\section{Unser erstes Beispiel} Dies ist das erste Beispieldokument.TEXT\begin{figure}[htbp]\centering\psfragfig[width=0.75\textwidth]{img/f}\caption{f.eps}\label{fig:f}\end{figure}\begin{figure}\centering\psfragfig{img/nons}\caption{nons.eps}\label{fig:nons}\end{figure}nons.eps\psfragfig{img/win}%\end{document}
the way latex => pdf ist'n working for me so far