Ipe 7.2.7 with Miktex 2.9 questions
C Kruger <[email protected]> Sun, 5 Mar 2017 17:37:50 -0500
| Newsgroups | gmane.comp.graphics.ipe.general |
|---|---|
| Message-ID | <[email protected]> |
Hi I have used Ipe 6 pre28 with Miktex Basic 2.6 for many years on an old laptop, but decided to install Ipe 7.2.7 with Miktex basic 2.9.6236-x64 on my new Win10 laptop. Hoping someone can help me with the follow questions: 1) Seems I am unable to disable "Automatic run latex" ? Also nothing happens when I hit Ctrl-L. If I change the page/text, it does rerun pdflatex though. 2) The pdf that is produced is not correct. For example, all the text is on top of each other lower on the page. Lines are ignored. The saved pdf input file looks closer to the truth, except the page is the wrong size. Attached is the screenshot, tex file and the generated pdf. I am fairly sure it is just a setting I have wrong somewhere, but I can't find it. Thanks Christiaan _______________________________________________ Ipe-discuss mailing list Ipe-discuss-rGrgPyRx506NN8uzcEdRPYRWq/[email protected] http://lists.science.uu.nl/mailman/listinfo/ipe-discuss
ipe screenshot.PNG
(image/png, 91.2 KB) - not displayed
ipetemp.pdf
(application/pdf, 33.1 KB) - not displayed
ipetemp.tex
(text/plain, 2.5 KB)
\nonstopmode
\expandafter\ifx\csname pdfobjcompresslevel\endcsname\relax\else\pdfobjcompresslevel0\fi
\ifnum\the\pdftexversion<140\errmessage{Pdftex is too old. Set IPEANCIENTPDFTEX environment variable!}\fi
\documentclass{article}
\usepackage{xcolor}
\newdimen\ipefs
\newcounter{ipePage}\newcounter{ipeView}
\newcounter{ipePages}\newcounter{ipeViews}
\newcommand{\PageTitle}[1]{#1}
\newcommand{\ipesymbol}[4]{$\bullet$}
\definecolor{red}{rgb}{1,0,0}
\definecolor{green}{rgb}{0,1,0}
\definecolor{blue}{rgb}{0,0,1}
\definecolor{yellow}{rgb}{1,1,0}
\definecolor{orange}{rgb}{1,0.647,0}
\definecolor{gold}{rgb}{1,0.843,0}
\definecolor{purple}{rgb}{0.627,0.125,0.941}
\definecolor{gray}{gray}{0.745}
\definecolor{brown}{rgb}{0.647,0.165,0.165}
\definecolor{navy}{rgb}{0,0,0.502}
\definecolor{pink}{rgb}{1,0.753,0.796}
\definecolor{seagreen}{rgb}{0.18,0.545,0.341}
\definecolor{turquoise}{rgb}{0.251,0.878,0.816}
\definecolor{violet}{rgb}{0.933,0.51,0.933}
\definecolor{darkblue}{rgb}{0,0,0.545}
\definecolor{darkcyan}{rgb}{0,0.545,0.545}
\definecolor{darkgray}{gray}{0.663}
\definecolor{darkgreen}{rgb}{0,0.392,0}
\definecolor{darkmagenta}{rgb}{0.545,0,0.545}
\definecolor{darkorange}{rgb}{1,0.549,0}
\definecolor{darkred}{rgb}{0.545,0,0}
\definecolor{lightblue}{rgb}{0.678,0.847,0.902}
\definecolor{lightcyan}{rgb}{0.878,1,1}
\definecolor{lightgray}{gray}{0.827}
\definecolor{lightgreen}{rgb}{0.565,0.933,0.565}
\definecolor{lightyellow}{rgb}{1,1,0.878}
\definecolor{black}{gray}{0}
\definecolor{white}{gray}{1}
\def\ipesetcolor#1#2#3{\pdfcolorstack0 push{#1 #2 #3 rg #1 #2 #3 RG}}
\def\iperesetcolor{\pdfcolorstack0 pop}
\pagestyle{empty}
\newcount\bigpoint\dimen0=0.01bp\bigpoint=\dimen0
\begin{document}
\begin{picture}(500,500)
\setbox0=\hbox{\large
\ipesetcolor{0}{0}{0}%
\PageTitle{Title}%
\iperesetcolor}
\count0=\dp0\divide\count0 by \bigpoint
\pdfxform attr{/IpeId 1 /IpeStretch 1 /IpeDepth \the\count0}0\put(0,0){\pdfrefxform\pdflastxform}
\setbox0=\hbox{\begin{minipage}{304bp}\normalsize
\ipesetcolor{0}{0}{0}%
This is at the top. And again \textbf{bold !!!!}
\end{minipage}\iperesetcolor}
\count0=\dp0\divide\count0 by \bigpoint
\pdfxform attr{/IpeId 2 /IpeStretch 1 /IpeDepth \the\count0}0\put(0,0){\pdfrefxform\pdflastxform}
\setbox0=\hbox{\begin{minipage}{432bp}\normalsize
\ipesetcolor{0}{0}{0}%
This is at the bottom !.
\end{minipage}\iperesetcolor}
\count0=\dp0\divide\count0 by \bigpoint
\pdfxform attr{/IpeId 3 /IpeStretch 1 /IpeDepth \the\count0}0\put(0,0){\pdfrefxform\pdflastxform}
\end{picture}
\end{document}