Showing posts with label LaTeX. Show all posts
Showing posts with label LaTeX. Show all posts

Saturday, February 1, 2014

TeXMaker: Tips on LaTeX

How to
Change, add new words and vocabulary to Texmaker spelling dictionary
  • Options > Configure Texmaker > Editor > Spelling dictionary : to find the directory
  • In Window: C:/Program Files (x86)/Texmaker/en_US.dic
  • In Unix: $ sudo vi en_US.dic
Reference in bibtex and texmaker doesn't work, error, question mark ?
  • Go to File.tex > run Quickbuild/ pdfLaTeX 
  • Go to Ref.bib > run BibTeX
  • Go to File.tex > run Quickbuild/ pdfLaTeX apt
Install TexLive, TexMaker in linux Ubuntup
  • sudo apt-get install texlive-full
  • sudo apt-get install texmaker

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