rmennes / tikzedt

Automatically exported from code.google.com/p/tikzedt
0 stars 0 forks source link

Locale bug in path coordinates? #44

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm using Linux.

What steps will reproduce the problem?
1. Draw a path with the mouse containing decimal points (for instance (3.5,0.5))
2.
3.

What is the expected output? What do you see instead?
The generated tikz code should contain the correct decimal points, instead it 
translates "." characters into "," . For instance: (3.5,0.5) is written as 
(3,5,0,5)

For compilation problems: What is the error pdflatex reports? You find the
latex output in the textbox at the bottom of the TikzEdt main window. (You
can switch between Status/Latex output/Error list.)

! Dimension too large.
<recently read> \pgf@yy 

l.5 \draw (-2,5) -- (3,5,0,5) -- (-4,9086,2,9343)
                                                  -- (-1,7101,-1,4945);

What operating system and Latex distribution (Miktex/Texlive) are you
using?

Ubuntu 12.10 (amd64) and Texlive

Please provide any additional information below.

Original issue reported on code.google.com by florent....@gmail.com on 29 Nov 2012 at 1:45

GoogleCodeExporter commented 8 years ago

Original comment by t.willwa...@gmail.com on 4 Dec 2012 at 11:11