first commit
This commit is contained in:
commit
205faf4224
5471 changed files with 973850 additions and 0 deletions
40
config/libreoffice/4/user/TexMaths/tmp/tmpfile.tex
Normal file
40
config/libreoffice/4/user/TexMaths/tmp/tmpfile.tex
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
\documentclass[10pt,dvips]{article}
|
||||
\usepackage{amsmath}
|
||||
\usepackage{amssymb}
|
||||
\usepackage[usenames]{color}
|
||||
\usepackage{ifxetex}
|
||||
\usepackage{ifluatex}
|
||||
|
||||
% XeLaTeX compiler
|
||||
\ifxetex
|
||||
|
||||
\usepackage{fontspec}
|
||||
\usepackage{unicode-math}
|
||||
|
||||
% Uncomment these lines for alternative fonts
|
||||
%\setmainfont{FreeSerif}
|
||||
%\setmathfont{FreeSerif}
|
||||
|
||||
% LuaLaTeX compiler
|
||||
\else\ifluatex
|
||||
|
||||
\usepackage{fontspec}
|
||||
\usepackage{lualatex-math}
|
||||
|
||||
% LaTeX compiler
|
||||
\else
|
||||
|
||||
% Uncomment this line for sans-serif maths font
|
||||
%\everymath{\mathsf{\xdef\mysf{\mathgroup\the\mathgroup\relax}}\mysf}
|
||||
|
||||
\fi\fi
|
||||
|
||||
% Uncomment this line for custom color
|
||||
%\definecolor{mycolor}{RGB}{0, 130, 180}
|
||||
|
||||
|
||||
|
||||
\pagestyle{empty}
|
||||
\begin{document}
|
||||
\varepsilon = \frac{RMS-RMS_{mean}}{RMS_{mean}}\times 100
|
||||
\end{document}
|
||||
Loading…
Add table
Add a link
Reference in a new issue