Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
ots-doctools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
ots
ots-doctools
Commits
50442d39
Commit
50442d39
authored
2 years ago
by
Karl Fogel
Browse files
Options
Downloads
Patches
Plain Diff
Use 'scrextend' as a standard OTS LaTeX package
parent
ca1492fd
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
latex/ots.sty
+39
-0
39 additions, 0 deletions
latex/ots.sty
with
39 additions
and
0 deletions
latex/ots.sty
+
39
−
0
View file @
50442d39
...
...
@@ -73,6 +73,45 @@ trim=0cm 11cm 19.3cm 11cm, scale=0.09]{otslogo.pdf}}}
% for more.
\usepackage
{
changepage
}
% We use package 'scrextend' for our invoices. Without the package,
% LaTeX like this in our invoices...
%
% \begin{small}
% \setlength\columnsep{2.5em}
% \begin{addmargin}[3em]{0em}
% \begin{multicols}{2}
% \textit{\underline{ACH:}} \\
% \\
% Bank: \textbf{Neptune Credit Union} \\
% Routing number: \textbf{0123456789} \\
% Account number: \textbf{9876543210} \\
% Account type: \textbf{Business Checking} \\
% Name: \textbf{Our Company Name, LLC}
%
% \textit{\underline{Check:}}\\
% \\
% Our Company Name, LLC \\
% Attn: Accounts Receivable \\
% 123 Main Street. \\
% Suite 1729 \\
% Chicago, IL 60601
% \end{multicols}
% \end{addmargin}
% \end{small}
%
% ...would produce an error like this:
%
% ! LaTeX Error: Environment addmargin undefined.
%
% See the LaTeX manual or LaTeX Companion for explanation.
% Type H <return> for immediate help.
% ...
%
% l.42 \begin{addmargin}
% [3em]{0em}
% ! ==> Fatal error occurred, no output PDF file produced!
\usepackage
{
scrextend
}
% See "An Acronym Environment for LaTeX 2e", by Tobias Oetiker:
% http://ctan.mirrors.hoobly.com/macros/latex/contrib/acronym/acronym.pdf
%
...
...
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