/usr/share/freefoam/asciidoc/foam-macros.sty is in libfreefoam-dev 0.1.0+dfsg-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | \NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{foam-macros}[2010/01/04 FreeFOAM Macros]
%% Nicely formatted physical units
\RequirePackage{units}
% Custom commands
\renewcommand{\vec}[1]{\boldsymbol{#1}}
% -- differential operators --
\newcommand{\de}{\textrm{d}}
\newcommand{\ddt}{\frac{\de}{\de t}}
\newcommand{\ddtp}{\frac{\partial}{\partial t}}
% -- Roman letters used in subscripts
\newcommand{\arm}{\textrm{a}}
\newcommand{\brm}{\textrm{b}}
\newcommand{\drm}{\textrm{d}}
\newcommand{\frm}{\textrm{f}}
\newcommand{\lrm}{\textrm{l}}
\newcommand{\rrm}{\textrm{r}}
\newcommand{\eff}{\textrm{eff}}
\newcommand{\Drm}{\textrm{D}}
\newcommand{\Crm}{\textrm{C}}
\newcommand{\Trm}{\textrm{T}}
% -- Some symbol for physical quantities
\newcommand{\diam}{\textrm{d}}
\newcommand{\eye}{\mathbf{I}}
\newcommand{\grav}{\mathbf{g}}
\newcommand{\Hbf}{\mathbf{H}}
\newcommand{\tke}{\kappa}
\newcommand{\tdr}{\varepsilon}
\newcommand{\stress}{\boldsymbol{\tau}}
\newcommand{\Rstress}{\mathbf{R}}
\newcommand{\Sbf}{\mathbf{S}}
\newcommand{\U}{\mathbf{U}}
|