I am using TXCSetup_1Beta7_50 for latex + gs862w32 +LATEX-- miktex 2.4 +GSview.4.9. Facing trouble to get pdf and fig. But I can get ps file. Please help me by providing soltwares so that I can never face the problem. I want to use Texxniccenter.
1st I have install miktex 2.4, then gs862w32, then GSview.4.9 and lastly TXCSetup_1Beta7_50.
General ⇒ Facing trouble
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Facing trouble
MiKTeX 2.4 is obsolete and no longer supported. I recommend to upgrade to MiKTeX 2.7 or perhaps even the newest release 2.8.
Stefan
Stefan
LaTeX.org admin
Re: Facing trouble
I have miketex 2.7 . WILL i CHECK BY THE SAME PROCESS? ................
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Facing trouble
I would install MiKTeX 2.7 at first, then ghostscript/gsview if needed, finally TeXnicCenter, because the editor depends on the TeX distribution/ MiKTeX.
Stefan
Stefan
LaTeX.org admin
Re: Facing trouble
DONE!!!. TWO more problem I am facing
1. If we do latex=>ps=>pdf then getting fig. and everything is ok. but latex=>pdf gives no fig. What to do?
2. How to make bookmark in the output pdf file?
Answer of 2nd question is urgently required. Plz. help me again.
1. If we do latex=>ps=>pdf then getting fig. and everything is ok. but latex=>pdf gives no fig. What to do?
2. How to make bookmark in the output pdf file?
Answer of 2nd question is urgently required. Plz. help me again.
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Facing trouble
1. depends on the figures you are including. Which graphic format do they have?
2. User hyperref:
It provides a lot of features you could adjust by setting options, see its manual.
Stefan
2. User hyperref:
Code: Select all
\usepackage{hyperref}
Stefan
LaTeX.org admin