LEdtikz problems with LEd built in viewer

Information and discussion about LEd, an integrated LaTeX environment for Windows
Post Reply
rmpicado_dsc
Posts: 1
Joined: Sat Apr 10, 2010 11:38 pm

tikz problems with LEd built in viewer

Post by rmpicado_dsc »

Hi,
I am trying to create a flowchart using the Tikz package. I have tried to compile different sources but the problem remains the same. It compiles correctly for DVI and PS, but the PDF file does not work. The DVI and PS files may be seen with external viewers, but for the PDF and for the internal viewer the text does not show what it should. Does anyone know what is the problem ?

Thanks,

Ricardo

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

AP
Posts: 6
Joined: Thu Mar 11, 2010 3:19 pm

Re: tikz problems with LEd built in viewer

Post by AP »

Try setting
\def\pgfsysdriver{pgfsys-dvipdfm.def}
before
\include{tikz}
Post Reply