Estas son algunas notas personales sobre Latex.

Escritura Latex online

Empleo el render de MathJax.

  • Matemática en línea con el texto: para escribir x2+y2=z2 uso \ ( x^2+y^2=z^2 \ ) con los dos primeros caracteres y los dos últimos sin espacio entre ellos.
  • Matemática en párrafo aparte y centrada: para escribir lo siguiente uso $ $ x^2+y^2=z^2 $ $ con los dos primeros caracteres y los dos últimos sin espacio entre ellos.

x2+y2=z2

Símbolos en Latex

He aquí algunos de los símbolos que utilizo en este sitio web para la escritura de los ejercicios.

  • Arco: para escribir AN uso \overset{\LARGE\frown}{AN}
  • Segmento: para escribir ¯AB uso \overline{AB}
  • Ángulo: para escribir A uso \angle A

Para dibujar un rectándulo alrededor de una ecuación

Agregar:

\boxed{ "la ecuación" }

Redimensionar una ecuación para ajustarla al ancho de página

Usar \resizebox{factor\hsize}{!}{$ theequation $}. Ejemplo:

\begin{equation}

\resizebox{.9\hsize}{!}

{$

\Pi = \frac{EI}{2} \left[ \int_0^L \left(\frac{d\theta}{ds}\right)^2 ds + \alpha_m \int_0^L \left( \frac{du_s}{ds} \right)^2 ds + \alpha_s \int_0^L \left( \frac{du_n}{ds} - \theta \right)^2 \right] - W

$}

\end{equation}

\multirow and \multicolumn commands

To use \multirow we have to:

\usepackage{multirow}

\multirow{number of rows}{width}{text}

The text argument's natural width is used when placing * in the width argument.

To use \multicolumn we have to:

\multicolumn{number of columns}{alignment: l, c, r}{text}

Comentarios (0)

    Attach images by dragging & dropping or by selecting them.
    The maximum file size for uploads is 5MB. Only gif,jpg,png files are allowed.
     
    The maximum number of 3 allowed files to upload has been reached. If you want to upload more files you have to delete one of the existing uploaded files first.
    The maximum number of 3 allowed files to upload has been reached. If you want to upload more files you have to delete one of the existing uploaded files first.
    Comentando como

    Comentarios potenciados por CComment