Eikonal Blog

2010.07.13

TeX and LaTeX links

Filed under: TeX — Tags: , , , , , , , , , , — sandokan65 @ 16:03

Tools


(to be a) Cheatsheet

Lists

    \begin{list}{label code}{body code}
    \item Item one
    \item Item two
    \item Item three
    \end{list}
    

Example:

    \begin{list}{*}{}
    \item Item one
    \item Item two
    \item Item three
    \end{list}
    

Error: “extra alignment tab has been changed to \cr” in pmatrix environment

Trying to compile the matrix with 16 columns:

    $$
    \begin{pmatrix}
    1&0&0&0& 0&0&0&0& 0&1&0&0& 0&0&0&0 \\
    0&0&0&0& 1&0&0&0& 0&0&0&0& 0&1&0&0 \\
    0&0&1&0& 0&0&0&0& 0&0&0&1& 0&0&0&0 \\
    0&0&0&0& 0&0&1&0& 0&0&0&0& 0&0&0&1
    \end{pmatrix}
    $$
    

produced following error:

    ./document.tex:750: Extra alignment tab has been changed to \cr.
     \endtemplate
    
    l.750 1&0&0&0& 0&0&0&0& 0&1&
                                0&0& 0&0&0&0 \\
    

It appears that LaTeX has some internal limitation on default maximal number of columns. This can be changed (accoring to http://newsgroups.derkeiler.com/Archive/Comp/comp.text.tex/2006-06/msg01298.html) by setting

    \setcounter{MaxMatrixCols}{16}
    

in the preamble of the document.

2010.02.13

TeX sites

Filed under: chemistry — Tags: , — sandokan65 @ 00:33

2010.01.04

LaTeX in WordPress

Filed under: knowledgeManagement, mathematics, typesetting — Tags: , , — sandokan65 @ 20:46

There are several links talking about embedding and use of LaTeX in WordPress:

A math blog with implementation of LaTeX in JavaScript

Filed under: knowledgeManagement, mathematics — Tags: , , — sandokan65 @ 03:54

http://psychedelic-geometry.blogspot.com/

Create a free website or blog at WordPress.com.