Category: LaTeX

LaTeX Binary Operators Symbols

June 20th, 2009 | No Comments
LaTeX Binary Operators Symbols

LaTeX Binary Operators Symbols


LaTeX: How to change the word Figure or Table

June 9th, 2009 | No Comments

To change the word Figure or Table

What you need is \renewcommand{}{}.

continue reading


Table of contents in LaTeX

May 29th, 2009 | No Comments

LaTeX has an ability to produce table of contents automatically for the whole document. Table of contents contain the section numbers and corresponding headings, together with the page numbers on which they begin. This article gives some introduction on generating and printing the table of content, as well as list of figures and tables in LaTeX.

continue reading


Insert source code with syntax highlighting in LaTeX

May 27th, 2009 | No Comments

To insert source code with syntax highlighting, one possibility is to use the Listings package.

The Listings package supports a huge number of languages: ABAP, IDL, Plasm, ACSL, inform, POV, Ada, Java, Prolog, Algol, JVMIS, Promela, Ant, ksh, Python, Assembler, Lisp, R, Awk, Logo, Reduce, bash, make, Rexx, Basic, Mathematica1, RSL, C, Matlab, Ruby, C++, Mercury, S, Caml, MetaPost, SAS, Clean, Miranda, Scilab, Cobol, Mizar, sh, Comal, ML, SHELXL, csh, Modula-2, Simula, Delphi, MuPAD, SQL, Eiffel, NASTRAN, tcl, Elan, Oberon-2, TeX, erlang, OCL, VBScript, Euphoria, Octave, Verilog, Fortran, Oz, VHDL, GCL, Pascal, VRML, Gnuplot, Perl, XML, Haskell, PHP, XSLT, HTML, and PL/I.

continue reading


How to set the margins of a page in LaTeX

May 26th, 2009 | No Comments

To set the page margins in LaTeX, use the geometry package.

\usepackage[a4paper]{geometry}
\geometry{top=1.0in, bottom=1.0in, left=1.5in, right=1.0in}