Search found 3 matches

by kramboa
Sat Jan 29, 2011 11:59 pm
Forum: Graphics, Figures & Tables
Topic: LaPrint (Undefined Control sequence)
Replies: 5
Views: 4455

Re: LaPrint (Undefined Control sequence)

I'm a windows user and not very familiar with the command prompt.. ;)

You are totally correct! TeXnicCenter did the job using clean LaTeX.

I am very grateful, now I will be able to finish the report in time!
by kramboa
Sat Jan 29, 2011 9:43 pm
Forum: Graphics, Figures & Tables
Topic: LaPrint (Undefined Control sequence)
Replies: 5
Views: 4455

LaPrint (Undefined Control sequence)

Oh, no LaTeX would be enough. But just LaTeX is nowhere to be found, I can only choose between XeLaTeX, pdfLaTeX and some more.
I tested with pdfLaTeX in TeX Live now, and it works! (almost) Doesn't work in MikTeX and I thought eps-figures couldn't be used with pdfLaTeX(?)

What left is correct ...
by kramboa
Sat Jan 29, 2011 8:02 pm
Forum: Graphics, Figures & Tables
Topic: LaPrint (Undefined Control sequence)
Replies: 5
Views: 4455

LaPrint (Undefined Control sequence)

Hi!
I am trying to add a Matlab figure which have been generated by LaPrint. My code:
\documentclass{article}
\usepackage{graphicx,color,psfrag}
\begin{document}
\input{convergence}
\end{document}

convergence.tex:
% This file is generated by the MATLAB m-file laprint.m. It can be included
% into ...