Sha256: 5b0c3240edcd856a217faff007bc8dbc2002ca8203bf4645b4179e21c71b60ca
Contents?: true
Size: 896 Bytes
Versions: 4
Compression:
Stored size: 896 Bytes
Contents
\documentclass[12pt]{article} \begin{document} This is a very simple file, though it does include some mathematical symbols, $\beta, x$ and $y$, and some equations, \begin{equation} \frac{1}{2} + \frac{1}{5} = \frac{7}{10}. \end{equation} The equations are automatically numbered: \begin{equation} 1 + 1 = 2 \Rightarrow E = m c^2. \end{equation} \LaTeX\ can handle complicated mathematical expressions. \begin{equation} \int_0^\infty \cos (k t) e^{-s t} d t = \frac{s}{s^2 + k^2} \end{equation} if $s > 0$. \begin{equation} e^z = \sum_{n=0}^\infty \frac{ z^n}{n!} . \end{equation} Leave a blank line in your file when you want a new paragraph. \LaTeX\ will automatically arrange your text into tidy lines of even length, even if the original text in the .tex file is a mess. \sffamily\textregistered\textcopyright <%= @person %> \end{document}
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
erb_latex-1.0.0 | test/fixtures/valid.tex.erb |
erb_latex-0.3.0 | test/fixtures/valid.tex.erb |
erb_latex-0.2.0 | test/fixtures/valid.tex.erb |
erb_latex-0.0.1 | test/fixtures/valid.tex.erb |