Search found 6 matches

by SoulReaper
Sat Nov 08, 2008 3:56 pm
Forum: General
Topic: Wrong font with PDF
Replies: 8
Views: 5476

Re: Wrong font with PDF

it seem that the problem does not concern latex anymore but the problem is my arcrobat reader. anyway i found a solution. i produce postscript file first and i convert to pdf by using bullzip pdf printer. it looks fine. i will use another pdf viewer. Thx for every reply
by SoulReaper
Sat Nov 08, 2008 2:58 pm
Forum: General
Topic: Wrong font with PDF
Replies: 8
Views: 5476

Wrong font with PDF

Here it is. pdf that use :

Code: Select all

\documentclass{article}

\usepackage{type1ec}

\usepackage{lmodern}

\usepackage{makeidx}

\usepackage{graphics}

\begin{document}
   HelloWorld
\end{document}

thx for answer i'm very new to latex.
by SoulReaper
Sat Nov 08, 2008 2:14 pm
Forum: General
Topic: Wrong font with PDF
Replies: 8
Views: 5476

Wrong font with PDF

i've tried this code.


\documentclass{article}
\usepackage[T1]{fontenc}

\usepackage{makeidx}

\usepackage{graphics}
\begin{document}
HelloWorld
\end{document}

but nothing change. i use full miktex. DVI and PS look fine but only when i use latex => pdf or latex => ps > pdf it produce wrong font ...
by SoulReaper
Sat Nov 08, 2008 1:48 pm
Forum: General
Topic: Wrong font with PDF
Replies: 8
Views: 5476

Wrong font with PDF

i installed the cm-super. And here's my modified code

Code: Select all

\documentclass{article}
\usepackage{type1ec}
 \fontencoding{T1}
 \fontfamily{cm-super}
 \fontshape{rm}
\usepackage{makeidx}

\usepackage{graphics}
\begin{document}
   HelloWorld
\end{document}
but the problem still persists. T-T
by SoulReaper
Sat Nov 08, 2008 10:24 am
Forum: General
Topic: LaTeX => PS => PDF
Replies: 52
Views: 633779

Re: LaTeX => PS => PDF

i found the same problem. Here's my solution. i first removed my texnic center. after that i download a latest version of ghostscript and i reinstall my texnic center ad the program found LaTeX => PS => PDF.
by SoulReaper
Fri Nov 07, 2008 6:15 pm
Forum: General
Topic: Wrong font with PDF
Replies: 8
Views: 5476

Wrong font with PDF

I have bought a new laptop and it already has vista installed. My problem is i want the pdf to be like in pic 2 (from my old laptop with XP) but it always produces like pic 1. I don't know what to do. I try many things but the result is still the same.

I want the pdf like this.
2.jpg
But it ...