Friday, November 22, 2013

LaTeX: Utilities

LaTeX
Draw desired symbols, then it gives the LaTeX commands
http://detexify.kirelabs.org/classify.html
All Symbol list
http://www.ctan.org/tex-archive/info/symbols/comprehensive/
All TeX archive
http://www.ctan.org/tex-archive
LaTeX commands summary
http://www.bu.edu/math/files/2013/08/LongTeX1.pdf
TeX: page layout
http://en.wikibooks.org/wiki/LaTeX/Page_Layout


IMAGES, FIGURES

PLOT IMAGES for scientific papers and reports
  • Adobe Illustrator (Paid)
  • Adobe FreeHand (Paid)
  • eazydraw (Paid)
  • VectoDesigner 
  • ConceptDraw OFFICE (more on nice presentation)
  • Xfig
  • LineForm (included LaTeX Equation)
  • Intaglio 
  • GIMP, Image Manipulation Program, http://www.gimp.org/ 
  • Imagemagick, edit, covert bitmap images (Linux, Window, Mac, iOS) http://www.imagemagick.org/script/index.php
  • Inkscape, a professional vector graphics editor for Windows, Mac OS X and Linux. It's free and open source. http://inkscape.org/en/
  • Tikz, Create nice diagram, http://www.texample.net/tikz
  • OmniGraffle (iPad)
LaTeX only work well with .png, .pdf, .eps image format, so it is better to convert from other format to those format.



Tools:

List of the best TeX editor for LaTeX

FREE
Need TeX System
  • MiKTeX
  • TeX Live

PAID
Bibtex
Convert text file reference to bibtex, http://text2bib.economics.utoronto.ca/index.php/index

New style or library: manually
Copy .bst, .sty to local folder, e.g.,
Restart the TeX processor
In MiKTeX:   MiKTeX version > Maintenance (Admin) > Settings (Admin) > General > Refresh FNDB
MiKTeX


Packages:
  • Add lines to the documents: \usepackage{lineno}   \linenumbers

No comments:

Post a Comment