summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/combelow
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-11-28 01:09:55 +0000
committerKarl Berry <karl@freefriends.org>2009-11-28 01:09:55 +0000
commit2949c84a3674bc71441f9e188ae3096f6f49a04e (patch)
tree0c62599c4b2082b944fd4f879f7319ba74829c1a /Master/texmf-dist/tex/latex/combelow
parent6b73d01df72c987e63321e8a8a8dd1be840827cd (diff)
new latex package combelow (19oct09)
git-svn-id: svn://tug.org/texlive/trunk@16213 c570f23f-e606-0410-a88d-b1316a301751
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'.