summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/combelow
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/combelow')
-rw-r--r--Master/texmf-dist/tex/latex/combelow/combelow.sty23
1 files changed, 23 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/combelow/combelow.sty b/Master/texmf-dist/tex/latex/combelow/combelow.sty
new file mode 100644
index 00000000000..3f0b036f1f0
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/combelow/combelow.sty
@@ -0,0 +1,23 @@
+%% This is file combelow.sty
+%% Copyright (C) 2009 by Gianluca Pignalberi
+%% (g.pignalberi@freesoftwaremagazine.com)
+%%
+%% this file may be distributed and/or modified under the conditions of the
+%% LaTeX Project Public License, either version 1.3a 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.3a or later is part of all distributions of LaTeX
+%% version 2004/10/01 or later.
+%%
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{combelow}[2009/11/10 v0.99e comma below command]
+\def\@commafont{\check@mathfonts
+ \fontsize\sf@size\z@\selectfont}
+\DeclareRobustCommand{\cb}[1]{{%
+\setbox\z@\hbox{#1}%
+\ifdim\dp\z@<.1\ht\z@\ooalign{\unhbox\z@\crcr\hidewidth\lower.4ex\hbox{\@commafont,}\hidewidth}%
+\else\ooalign{\unhbox\z@\crcr\hidewidth\raise.5ex\hbox{\@commafont`}\hidewidth}%
+\fi}}%
+\endinput
+%%
+%% End of file `combelow.sty'.