Graphics: Difference between revisions

From LPTMS Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 24: Line 24:
* [http://sketchup.google.com GoogleSketchUp] 3D software (GUI)
* [http://sketchup.google.com GoogleSketchUp] 3D software (GUI)
* [http://live.gnome.org/Dia Dia]
* [http://live.gnome.org/Dia Dia]
==== With Latex ====
* [http://sourceforge.net/projects/pgf/ PGF and TikZ] and [http://www.texample.net/tikz/examples/ Examples]


===Non free===
===Non free===

Latest revision as of 09:11, 8 July 2013

Formats : creation, conversion and viewing softwares

Drawing and plotting softwares

Free

With Latex

Non free

Tips

EPS Files

<source lang="bash">

  1. !/bin/bash

for FILE in $* ; do gs -r2400 -dBATCH -dNOPAUSE -dSAFER -q -dNOCACHE -sDEVICE=epswrite -sOutputFile=small_$FILE $FILE done </source>