Skip to content
Snippets Groups Projects
Commit a112ac2d authored by Brown's avatar Brown
Browse files

LaTeXify sam manual, add unit description to S_c

parent 0a753d28
No related branches found
No related tags found
No related merge requests found
# consecutively build pdf, references, pdf
pdflatex sammy_main.tex && bibtex sammy_main.aux && pdflatex sammy_main.tex && pdflatex sammy_main.tex
# To automate the build in sublime, got to Tools->Build System->New Build System
# and create a file called LaTeX.sublime-build, with:
#
# {
# "shell":true,
# "cmd": ["/Library/TeX/texbin/pdflatex $file && /Library/TeX/texbin/bibtex $file_base_name.aux && /Library/TeX/texbin/pdflatex $file && /Library/TeX/texbin/pdflatex $file" ],
# "selector": "text.tex.latex"
# }
#
# as the build environment. **Make sure that the path to TeX executables are correct!**
# You can then build from sammy_main.tex with COMMAND+B.
\ No newline at end of file
...@@ -51,6 +51,9 @@ ...@@ -51,6 +51,9 @@
\usepackage[hidelinks]{hyperref} % ,backref \usepackage[hidelinks]{hyperref} % ,backref
\usepackage[all]{nowidow} \usepackage[all]{nowidow}
\usepackage{threeparttable} \usepackage{threeparttable}
\usepackage{longtable}
\usepackage{enumitem}
\usepackage{tablefootnote}
%\DeclareMathAlphabet{\pazocal}{OMS}{zplm}{m}{n} %\DeclareMathAlphabet{\pazocal}{OMS}{zplm}{m}{n}
\newcommand{\Ma}{\mathcal{M}} \newcommand{\Ma}{\mathcal{M}}
\newcommand{\Mb}{\pazocal{M}} \newcommand{\Mb}{\pazocal{M}}
......
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment