Hello all,
I'm having trouble making the LaTeX => PS => PDF output profile. When I start TeXnicCenter for the first time, the wizard comes up. I browse to the latex executables and all that. I also add the path to my ghostview 8.56 executables and press OK. Still, I only get the 3 profiles; LaTeX => PDF, PS and DVI. I would like to have LaTeX => PS => PDF as well. How can I do this?
Thank you!
General ⇒ LaTeX => PS => PDF
- localghost
- Site Moderator
- Posts: 9201
- Joined: Fri Feb 02, 2007 12:06 pm
Re: LaTeX => PS => PDF
Try the profile in the attachment. You can import it via "Alt+F7". Note that it is generated for MikTeX 2.6, Ghostscript 8.60 and Adobe Reader 8 on a german system. So you have to adapt the paths to the required binaries.
- Attachments
-
- latex-ps-pdf.zip
- TeXnicCenter output profile "LaTeX => PS => PDF". Path adaptation required.
- (864 Bytes) Downloaded 20947 times
Last edited by localghost on Tue Feb 19, 2008 10:08 pm, edited 3 times in total.
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes[/size]
¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
Board Rules
Avoidable Mistakes[/size]
¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
LaTeX => PS => PDF
localghost wrote: Try the profile in the attachment. You can import it via "Alt+F7". Note that it is generated for MikTeX 2.6, Ghostscript 8.56 and Adobe Reader 8.0 on a german system. So you have to adapt the paths to the required binaries.
Thanks localghost, but I think there is something wrong. PSTricks images wont appear after i run this profile. Is there anyway to make TeXnicCenter generate this profile?
EDIT: It did work.. Probably forgot to change some of the paths to the necessary executables..

Last edited by sveioen on Tue Jul 10, 2007 5:15 pm, edited 2 times in total.
Re: LaTeX => PS => PDF
Thanks localhost. I have been looking for something like this for a while. It really helped me alot and it works perfectly for me. now I can use pstricks and have the output in a pdf without problems. 
That's simply wonderful!
EDIT: it doesn't show my pst-tree sadly.

That's simply wonderful!

EDIT: it doesn't show my pst-tree sadly.

-
- Posts: 3
- Joined: Sun Feb 17, 2008 3:22 pm
Re: LaTeX => PS => PDF
Sorry i need help.
I import this profile and change dir but pdf is almost empty but fil dvi is perfect
my prob is that, i have restarted my pc and i install all that i need for texnicCenter.
if i do Latex => Pdf i cant see images.
if i do LaTeX => PS => PDF i can see only images
(but i'm sure before the restart work well).
tnx
I import this profile and change dir but pdf is almost empty but fil dvi is perfect

my prob is that, i have restarted my pc and i install all that i need for texnicCenter.
if i do Latex => Pdf i cant see images.
if i do LaTeX => PS => PDF i can see only images

tnx
- localghost
- Site Moderator
- Posts: 9201
- Joined: Fri Feb 02, 2007 12:06 pm
LaTeX => PS => PDF
First of all, I can assure that the profile works correctly. So the source of error must be on your side. Are there any error messages or warnings? Check the log file. Even harmless looking warnings can be important. If all that doesn't help, post the code in the sense of a minimal working example (MWE) that exactly shows the effect. And if necessary, post the complete log file as attachment.RedFox2010 wrote:[...] if i do Latex => Pdf i cant see images.
if i do LaTeX => PS => PDF i can see only images(but i'm sure before the restart work well). [...]
Best regards
Thorsten¹
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes[/size]
¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
Board Rules
Avoidable Mistakes[/size]
¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
-
- Posts: 7
- Joined: Tue Feb 26, 2008 7:52 pm
LaTeX => PS => PDF
I had this problem also, and figured out how to edit the profile in the attachment to make everything work for me.
I would still like to know, just for the sake of the knowledge, how to create the LaTeX => PS => PDF profile for myself. It would also save me having to edit the .tco profile on new systems.
Can someone offer us this information please?
EDIT: Actually I didnt get it to work! Now I have a new error when compiling the .tex document, a popup that says:
[DocOpen("%bm.pdf")][FileOpen("%bm.pdf")]
any ideas? (Im off to see what I can find...)
I would still like to know, just for the sake of the knowledge, how to create the LaTeX => PS => PDF profile for myself. It would also save me having to edit the .tco profile on new systems.
Can someone offer us this information please?
EDIT: Actually I didnt get it to work! Now I have a new error when compiling the .tex document, a popup that says:
[DocOpen("%bm.pdf")][FileOpen("%bm.pdf")]
any ideas? (Im off to see what I can find...)
Re: LaTeX => PS => PDF
hello
thanks for the file. In fact I follow all steps but still I cannot see the pictures(.eps) in PDF file.
I can see the picture in dvi and ps files but not in PDF. And after I use Latex=>PS=>PDF I still have the same problem???
Any solution??
Many Thanks
thanks for the file. In fact I follow all steps but still I cannot see the pictures(.eps) in PDF file.
I can see the picture in dvi and ps files but not in PDF. And after I use Latex=>PS=>PDF I still have the same problem???
Any solution??
Many Thanks
- localghost
- Site Moderator
- Posts: 9201
- Joined: Fri Feb 02, 2007 12:06 pm
LaTeX => PS => PDF
Post the log file of the compiling process with this profile.tona wrote:[...] Any solution?? [...]
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes[/size]
¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
Board Rules
Avoidable Mistakes[/size]
¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
Re: LaTeX => PS => PDF
Thanks
Plz find the attachment.
I use this command
\begin{figure}[ht]
\center
\caption{Example}
\epsfig{file=file.eps,width=10cm,height=8cm}
\label{fig1}
\end{figure}
-------------------------------
and in the begining I use
\usepackage{epsfig}
\usepackage{amsmath,amssymb, amstext}
\usepackage{graphicx}
Many Thanks
Plz find the attachment.
I use this command
\begin{figure}[ht]
\center
\caption{Example}
\epsfig{file=file.eps,width=10cm,height=8cm}
\label{fig1}
\end{figure}
-------------------------------
and in the begining I use
\usepackage{epsfig}
\usepackage{amsmath,amssymb, amstext}
\usepackage{graphicx}
Many Thanks
- Attachments
-
- Latex_PS_PDF.zip
- (804 Bytes) Downloaded 7595 times