Skip to content
Snippets Groups Projects
Commit 6575aa02 authored by Karl Fogel's avatar Karl Fogel
Browse files

Use packages 'url' and 'censor'

This is part of a general effort to shift usepackage statements out of
individual .ltx documents and into our common .sty infrastructure.
There are probably other packages that could be shifted too; rather
than do a sweep to find them, I'm just doing it opportunistically.
parent 62e95f1f
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,15 @@
\ProvidesPackage{ots}
[2016/09/01 v0.01 LaTeX package for consistent OTS docs]
% We generally use \otsurl (which see) instead of \url. However, we
% make the 'url' package available just in case anyone wants it.
% http://ctan.math.washington.edu/tex-archive/macros/latex/contrib/url/url.pdf
\usepackage{url}
% Use this to explicitly redact text (i.e., classic black bars).
% http://tug.ctan.org/tex-archive/macros/latex/contrib/censor/censor.pdf
\usepackage{censor}
% Text replace command \replace. JV cargo culted it from
% http://tex.stackexchange.com/questions/213947/how-to-replace-text
\usepackage{xparse}
......
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