General ⇒ LaTeX => PS => PDF
-
- Posts: 6
- Joined: Fri Nov 07, 2008 5:56 pm
Re: LaTeX => PS => PDF
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
-
- Posts: 7
- Joined: Sun Jan 28, 2007 1:18 pm
Re: LaTeX => PS => PDF
Please help me on this.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
LaTeX => PS => PDF
In this topic it has already been described that you have to go to the menu "Build -> Define Output Profiles" (or press Alt+F7) and then click the "Import" button. Browse this topic for further Information. You can also start the wizard to let TeXnicCenter (TXC) rebuild the profiles. This only works if all the necessary software (MiKTeX, Ghostscript, Adobe Reader) is installed. You will again have to give TXC the path to the MiKTeX executables.GeorgeLeCompte wrote:I can download the sample code; but I don't know how to install it as a profile? […]
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 7
- Joined: Sun Jan 28, 2007 1:18 pm
Re: LaTeX => PS => PDF
Microsoft search for *.tco says it is there;
however TeXnicCenter profiles import reports:
The system cannot locate the object specified
ProgramID: msml4.dll
HRESULT: 0x00000001
<OK>
Please give me further help.
george
LaTeX => PS => PDF
- Download and install the latest version of MiKTeX
- Install any updates by clicking Start...Programs...MiKTeX...Update
- Download and install the latest version of TeXnicCenter
- Download and install Ghostscript. The various files to download confused me. I went here: http://pages.cs.wisc.edu/~ghost/doc/cvs/Install.htm to find out that I could simply download a file called gs###w32.exe, where ### is the latest version, in order to get a self-extracting file to install Ghostscript on a Windows 32-bit system (the usual type) running XP, Vista and other operating systems.
- Upon opening TeXnicCenter, you are prompted to use the Confuguration Wizard window. To get back to this another time to set up the LaTeX=>PS=>PDF profile, in TeXnicCenter click Build...Define Output Profiles...Wizard
- When it asks for the full path for the directory where the executables of your Tex-distribution are located, browse to C...Program Files...MiKTeX 2.7...miktex...bin (ok)
- Click next...next...finish
- Et voila! (It worked for me anyway.) I get the four profiles: LaTeX=>DVI; LaTeX=>PDF; LaTeX=>PS; and the elusive LaTeX=>PS=>PDF.
Re: LaTeX => PS => PDF
I previously used Latex=> PDF, saving any figure as a PDF with photoshop.
Now, for maximum compatibility, I use the fist route. I saved every image as an EPS (using photoshop) in a different folder.
I noticed the size of the PS is significantly bigger than the pdf (1.6 GB versus 12 mb), build time has increased enormously.
Also, I noticed some EPS graphics getting quite large (80 mb). Especially exported graphs from Origin8. Anything I should do about it? reducing to 200dpi gives like 15 mb each.
LaTeX => PS => PDF
Code: Select all
-s personal.ist -g "%bm"
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
LaTeX => PS => PDF
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: LaTeX => PS => PDF
Thanks for this thread...it's still very useful. Just to make it clear for others that when importing the latex-ps-pdf.tco file there has to be a ghostscript viewer that supports the ps2pdf command. (As of this writing the current version for windows is gs8.71). This finally allowed me to generate a pdf file when before only .ps and .dvi files were generating.
BTW...am using Windows Vista.
Hope this Helps,
--Beth
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
LaTeX => PS => PDF
Once you have Ghostscript installed, it is enough to start TeXnicCenter (TXC), press »Alt+F7« and start the wizard to build all profiles anew. The subsequent import will not be necessary.bmassey wrote:Hi,
Thanks for this thread...it's still very useful. Just to make it clear for others that when importing the latex-ps-pdf.tco file there has to be a ghostscript viewer that supports the ps2pdf command. (As of this writing the current version for windows is gs8.71). This finally allowed me to generate a pdf file when before only .ps and .dvi files were generating.
BTW...am using Windows Vista.
Hope this Helps,
--Beth
Best regards
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10