Search found 6 matches

by Aski
Tue Mar 15, 2011 5:41 am
Forum: Graphics, Figures & Tables
Topic: Lines not drawn when formatting to PDF, works to PS
Replies: 5
Views: 3461

Re: Lines not drawn when formatting to PDF, works to PS

Shadgrind, thank you for the tip, and the explanation of eepic not being completely compatile with pdflatex. I now format the document to pdf via ps and I think it made the trick.

Moderator, I also want to thank you for your kind help. I will definitely use PSTricks or PGF/TikZ, or both, in the ...
by Aski
Sun Feb 27, 2011 4:33 pm
Forum: Graphics, Figures & Tables
Topic: Lines not drawn when formatting to PDF, works to PS
Replies: 5
Views: 3461

Lines not drawn when formatting to PDF, works to PS

Ok, sorry, hope this is the minimum information you need to help me. Sorry for not being able to make the indentation of lines as I do in my original file.

\documentclass[11pt]{report}
\usepackage[a4paper]{geometry}
\usepackage{graphicx}
\usepackage{eepic}
\usepackage{epic}
\begin{document ...
by Aski
Sun Feb 27, 2011 3:48 pm
Forum: Graphics, Figures & Tables
Topic: Lines not drawn when formatting to PDF, works to PS
Replies: 5
Views: 3461

Lines not drawn when formatting to PDF, works to PS

I have trouble when formatting my LaTeX document to PDF. Non-horizontal and non-vertical lines are not drawn. But, strangely it works when formatting to PS.

I have a full installation of MiKTeX 2.9 and I use TeXnicCenter 1.0

In the preamble the following is defined:
\usepackage{graphicx ...
by Aski
Thu Dec 04, 2008 2:56 pm
Forum: General
Topic: Figures corrupted when formatting directly to PDF
Replies: 3
Views: 2135

Re: Figures corrupted when formatting directly to PDF

No, they are drawn direclty in LaTeX. Here is an example:
\begin{figure}[htb]
\centering
\setlength{\unitlength}{1cm}
\begin{picture}(7,6.5)
%triangel ABC
\put(2,3){\line(1,0){3}}
\put(2,3){\line(15,30){1.5}}
\put(5,3){\line(-15,30){1.5}}
\end{picture}
\caption{Likbent triangel, förlängning ...
by Aski
Wed Dec 03, 2008 4:14 pm
Forum: New Members
Topic: Aski in Sweden joining the community
Replies: 2
Views: 2660

Aski in Sweden joining the community

Hi, I just joined this community and hope to both give and get help in the fantastic world of LaTeX.

I have used LaTeX a little over the past few years, facing troubles now and then. Right now I am using TeXnicCenter as my editor, but I also use notepad sometimes (when editing on an old lap-top on ...
by Aski
Wed Dec 03, 2008 3:55 pm
Forum: General
Topic: Figures corrupted when formatting directly to PDF
Replies: 3
Views: 2135

Figures corrupted when formatting directly to PDF

I am having trouble with my figures when formatting my document directly to PDF. When using the way via PS it works. How come?

Neither non-horizontal nor non-vertical lines drawn by command put or command path are drawn when formatting LaTeX => PDF.

Anyone having an explanation? (I am happy that I ...