TeXworks / texworks

Main codebase for TeXworks, a simple interface for working with TeX documents
https://tug.org/texworks/
GNU General Public License v2.0
685 stars 129 forks source link

Can you please add *.EPS pictures support and "customizable palettes of symbols, commands, etc." #234

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Product is very nice, works perfect. But *.EPS is the requirement in many 
journals.., so it is needed badly. And some palettes would be very useful!

Original issue reported on code.google.com by Evgeny.I...@gmail.com on 8 Nov 2009 at 10:20

GoogleCodeExporter commented 9 years ago
Can you please elaborate? In what way should .eps be supported?
Note that Tw doesn't do anything with graphics itself, this is all handled by 
LaTeX
(and the graphicx package). So the principal support of eps is a matter of 
LaTeX. Or
are you talking about a dvips -> ps2pdf workflow? Or about a .ps previewer?

With palettes, I take it you mean toolbars that present a clickable list of 
common
(mathematical) symbols as is available in some other LaTeX editors? This hasn't 
been
included on purpose so far to keep the user interface simple. It may, however, 
be
added as a possibility for the emerging scripting support. In the meantime, the
autocompletion feature is very powerful, customizable, and IMO much faster than
clicking toolbar icons (see the CodeCompletion page on this wiki or Alain 
Delmotte's
excellent manual at http://www.leliseron.org/texworks/)

Original comment by st.loeffler on 9 Nov 2009 at 6:10

GoogleCodeExporter commented 9 years ago
Use epstopdf package \usepackage{epstopdf} with pdflatex. 

Original comment by roglow...@gmail.com on 13 May 2011 at 9:39

GoogleCodeExporter commented 9 years ago
yes, i already use it
it works fine
anyway thank you

Original comment by Evgeny.I...@gmail.com on 16 May 2011 at 8:03