summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-01-28 21:08:00 +0000
committerKarl Berry <karl@freefriends.org>2023-01-28 21:08:00 +0000
commitbd765a18d3abd57b40a33827435c0b003edaf6b0 (patch)
treef9bb09e75fd1a660b25cab45d7afdee296aefd49 /Master/texmf-dist/tex
parent9ed1b6441fc720dec4a170adfb85a3e057f99dcf (diff)
tramlines (28jan23)
git-svn-id: svn://tug.org/texlive/trunk@65660 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/latex/tramlines/tramlines.sty48
1 files changed, 48 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/tramlines/tramlines.sty b/Master/texmf-dist/tex/latex/tramlines/tramlines.sty
new file mode 100644
index 00000000000..4bfa700fb19
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/tramlines/tramlines.sty
@@ -0,0 +1,48 @@
+\def\tramlinesversionnumber{1.0.0}
+\ProvidesPackage{textcsc}
+[2023/01/27\tramlinesversionnumber\
+ Command for caps-to-small-caps-text]
+% This work may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either version 1.3c
+% of this license or (at your option) any later version.
+% The latest version of this license is in
+% http://www.latex-project.org/lppl.txt
+% and version 1.3c or later is part of all distributions of LaTeX
+% version 2005/12/01 or later.
+%s
+% This work has the LPPL maintenance status `maintained'.
+%
+% The Current Maintainer of this work is Elijah Z Granet
+%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% DEPENDENCIES
+%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\RequirePackage{booktabs}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% tramlines
+%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\setlength\doublerulesep{1pt}% <-- set distance between double rule
+
+\newcommand{\tramlines}[1]{\normalsize
+\begin{table*}[ht]
+\centering
+\begin{tabular}[t]{l c c }
+\toprule\toprule
+ & #1 & \\
+\bottomrule\bottomrule
+\end{tabular}
+\end{table*}
+}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% all done
+%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%% \ No newline at end of file