GeneralFacing trouble

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
ramrani
Posts: 3
Joined: Wed Sep 23, 2009 3:26 pm

Facing trouble

Post by ramrani »

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.

Recommended reading 2024:

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

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

Post by Stefan Kottwitz »

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
LaTeX.org admin
ramrani
Posts: 3
Joined: Wed Sep 23, 2009 3:26 pm

Re: Facing trouble

Post by ramrani »

I have miketex 2.7 . WILL i CHECK BY THE SAME PROCESS? ................
User avatar
Stefan Kottwitz
Site Admin
Posts: 10348
Joined: Mon Mar 10, 2008 9:44 pm

Re: Facing trouble

Post by Stefan Kottwitz »

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
LaTeX.org admin
ramrani
Posts: 3
Joined: Wed Sep 23, 2009 3:26 pm

Re: Facing trouble

Post by ramrani »

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.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10348
Joined: Mon Mar 10, 2008 9:44 pm

Facing trouble

Post by Stefan Kottwitz »

1. depends on the figures you are including. Which graphic format do they have?

2. User hyperref:

Code: Select all

\usepackage{hyperref}
It provides a lot of features you could adjust by setting options, see its manual.

Stefan
LaTeX.org admin
Post Reply