Search found 5 matches

by warpino
Tue Dec 13, 2011 12:25 am
Forum: Math & Science
Topic: siunitx | Errors with ISO-8859-1 (latin1) Encoding
Replies: 11
Views: 10108

siunitx | Errors with ISO-8859-1 (latin1) Encoding

Hi there,

I have exactly the same problem using siunitx package with texlive 2011 distribution. Following this thread I updated to the latest version today using tlmgr
(siunitx 2011/12/04 v2.4a) though the problem did not disappear!
I also tried to make sure all files are saved using utf-8 encoding ...
by warpino
Wed Jun 29, 2011 10:50 am
Forum: Conversion Tools
Topic: ps2pdf: $\Delta$ not displaying correctly in pdf
Replies: 5
Views: 11488

ps2pdf: $\Delta$ not displaying correctly in pdf

Hi

I tried with

Code: Select all

\usepackage[T1]{fontenc}
but it doesn't work either.
It's a pity because I prefer the latex-->dvips-->ps2pdf method.
by warpino
Sun Jun 26, 2011 1:48 pm
Forum: Conversion Tools
Topic: ps2pdf: $\Delta$ not displaying correctly in pdf
Replies: 5
Views: 11488

ps2pdf: $\Delta$ not displaying correctly in pdf

Ok, I've found that. The problem is due to package mathptmx which is required for the paper I'm writing.

\documentclass[a4paper]{book}
\usepackage{mathptmx}

\begin{document}
$\Delta$
\end{document}

about its version, this lines appears in mathptmx.sty file:
\ProvidesPackage{mathptmx}%
[2005 ...
by warpino
Fri Jun 24, 2011 6:50 pm
Forum: Conversion Tools
Topic: ps2pdf: $\Delta$ not displaying correctly in pdf
Replies: 5
Views: 11488

ps2pdf: $\Delta$ not displaying correctly in pdf

Hi all,

I've tried all the tricks I could find in the web to solve this but nothing worked.
I've produced a postscript document and everything is fine. Now, if I convert it in pdf with ps2pdf, capital delta (code: $\Delta$) displays as a different (wrong) symbol in the pdf file. Only this symbol is ...
by warpino
Sat Dec 11, 2010 10:24 pm
Forum: Kile
Topic: Kile always jumps to error line on the master file
Replies: 0
Views: 2256

Kile always jumps to error line on the master file

Hi everyone,

I'm using a project with a master and many other files which are \include in the master. Whenever I get an error message on build, the line shown in the message box always refers to the master file when the error actually is on the same line number of another file. If I double click on ...