Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SAMMY
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RNSD
SAMMY
Commits
a112ac2d
Commit
a112ac2d
authored
3 years ago
by
Brown
Browse files
Options
Downloads
Patches
Plain Diff
LaTeXify sam manual, add unit description to S_c
parent
0a753d28
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
docs/tex/build-sam.sh
+16
-0
16 additions, 0 deletions
docs/tex/build-sam.sh
docs/tex/sammy_main.tex
+3
-0
3 additions, 0 deletions
docs/tex/sammy_main.tex
docs/tex/sammyrefs.bib
+25
-26
25 additions, 26 deletions
docs/tex/sammyrefs.bib
docs/tex/urr.tex
+409
-1
409 additions, 1 deletion
docs/tex/urr.tex
with
453 additions
and
27 deletions
docs/tex/build-sam.sh
0 → 100755
+
16
−
0
View file @
a112ac2d
# 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
This diff is collapsed.
Click to expand it.
docs/tex/sammy_main.tex
+
3
−
0
View file @
a112ac2d
...
@@ -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.
Click to expand it.
docs/tex/sammyrefs.bib
+
25
−
26
View file @
a112ac2d
This diff is collapsed.
Click to expand it.
docs/tex/urr.tex
+
409
−
1
View file @
a112ac2d
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment