From 2949c84a3674bc71441f9e188ae3096f6f49a04e Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 28 Nov 2009 01:09:55 +0000 Subject: new latex package combelow (19oct09) git-svn-id: svn://tug.org/texlive/trunk@16213 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/combelow/combelow.sty | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/combelow/combelow.sty (limited to 'Master/texmf-dist/tex/latex/combelow') 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'. -- cgit v1.2.3