Beste TeXers,
Ik experimenteerde wat met curve2e (en de nieuwe pict2e).
Maar ik ontmoette volgend probleem:
\documentclass{article}
% ----------------------------------------------------------------
\usepackage{curve2e}
% Note: curve2e version used: [2012/03/05 v.1.40 Extension package for pict2e]
% I use the Tex Live 2011 installation that contains pict2e [2011/04/05 v0.2y Improved picture commands (HjG,RN,JT)]
% ----------------------------------------------------------------
\begin{document}
\begin{picture}(100,100)(0,0)
%\Dline(0,0)(100,0){1}
\Dline(0,10)(100,10){1.5}
%\Dline(0,20)(100,20){2}
\Dline(0,30)(100,30){3}
%\Dline(0,40)(100,40){4}
\Dline(0,50)(100,50){7}
\end{picture}
\begin{picture}(100,100)(0,0)
\Dline(0,0)(100,10){1}
\Dline(0,10)(100,20){1.5}
\Dline(0,20)(100,30){2}
\Dline(0,30)(100,40){3}
\Dline(0,40)(100,50){4}
\Dline(0,50)(100,60){7}
\end{picture}
\end{document}
% ----------------------------------------------------------------
Every out-commented (horizontal) \Dline gives an error message
Runaway argument?
.....
The trouble seems to be when the length is exactly divisible by the dash length.
The second picture shows the trouble disappears with slanted lines.
Heeft er iemand misschien een eenvoudige oplossing hiervoor ?
Met dank
Frank Plastria
*********************************************************
* Prof. Frank PLASTRIA
* MOSI
* (Vakgroep Wiskunde, Operationeel onderzoek, Statistiek en Informatica voor de humane wetenschappen )
* (Dept. for Maths, OR, Stats and IS for the human sciences)
* Vrije Universiteit Brussel
* Pleinlaan, 2 , B-1050 Brussel , Belgium
* Phone : +32 2 6293609 (Office), +32 2 6293607 (Secretary)
* Fax : +32 2 6293690
* Office B204
* E-mail :Frank.Plastria@vub.ac.be
* URL: http://homepages.vub.ac.be/~faplastr
*********************************************************