diff options
author | Karl Berry <karl@freefriends.org> | 2011-09-29 22:56:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-09-29 22:56:17 +0000 |
commit | fe07842d85f32fb9dfd7f2504ad5c6f23519115c (patch) | |
tree | 737e57ccad992fe5dcbb295a9c6ba332b9461691 /Master/texmf-dist/doc/latex/cursolatex/cursolatex.vrb | |
parent | 9862d695d4ddf483e63f97fa63f312716db84853 (diff) |
cursolatex (29sep11)
git-svn-id: svn://tug.org/texlive/trunk@24139 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/cursolatex/cursolatex.vrb')
-rw-r--r-- | Master/texmf-dist/doc/latex/cursolatex/cursolatex.vrb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/cursolatex/cursolatex.vrb b/Master/texmf-dist/doc/latex/cursolatex/cursolatex.vrb new file mode 100644 index 00000000000..807aa323106 --- /dev/null +++ b/Master/texmf-dist/doc/latex/cursolatex/cursolatex.vrb @@ -0,0 +1,18 @@ +\frametitle {Fórmulas químicas} +\begin{itemize} +\item \LaTeX\ possui pacotes para tipografia de textos científicos que, entre outras coisas, permitem a composição de fórmulas químicas; +\item Evita o excesso de subscritos típicos desse tipo de aplicação; +\item Leia a documentação com o comando \texttt{texdoc mhchem}; +\item \LCmdOptArg{usepackage}{version=3}{mhchem} +\end{itemize} + +\begin{LaTeXcode}[Exemplo] +\LCmdArg{ce}{C6H12O6} +\end{LaTeXcode} + +\medskip + +Produz: +\begin{LaTeXoutput} +\[ \mathrm{C}_6\mathrm{H}_{12}\mathrm{O}_6 \] +\end{LaTeXoutput} |