aboutsummaryrefslogtreecommitdiff
path: root/crypto/krb5/doc/pdf/sphinxlatexcontainers.sty
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/krb5/doc/pdf/sphinxlatexcontainers.sty')
-rw-r--r--crypto/krb5/doc/pdf/sphinxlatexcontainers.sty22
1 files changed, 0 insertions, 22 deletions
diff --git a/crypto/krb5/doc/pdf/sphinxlatexcontainers.sty b/crypto/krb5/doc/pdf/sphinxlatexcontainers.sty
deleted file mode 100644
index 93b2c8c086a5..000000000000
--- a/crypto/krb5/doc/pdf/sphinxlatexcontainers.sty
+++ /dev/null
@@ -1,22 +0,0 @@
-%% CONTAINER DIRECTIVES
-%
-% change this info string if making any custom modification
-\ProvidesFile{sphinxlatexcontainers.sty}[2021/05/03 containers]
-
-% The purpose of this file is to provide a dummy environment sphinxclass which
-% will be inserted for each class in each container directive. The class name
-% will be passed as the argument to the environment.
-%
-% For a class foo, the user can define customised handling of that class by
-% defining the sphinxclassfoo LaTeX environment.
-
-\newenvironment{sphinxuseclass}[1]{%
- \def\sphinxClassFunctionName{sphinxclass#1}%
- \ltx@ifundefined{\sphinxClassFunctionName}%
- {}% undefined so do nothing
- {\expandafter\begin\expandafter{\sphinxClassFunctionName}}%
-}{%
- \ltx@ifundefined{\sphinxClassFunctionName}%
- {}% we did nothing so we keep doing nothing
- {\expandafter\end\expandafter{\sphinxClassFunctionName}}%
-}%