summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-05-25 00:37:51 +0000
committerKarl Berry <karl@freefriends.org>2010-05-25 00:37:51 +0000
commit795a9d93c04209a7f7c46140a7c6ff918cb55b99 (patch)
tree8d9706719d73b6f9f2ff3949a06fcad6d4c8c219 /Master
parent5d1eda4176b6db97592247706560b00a5af4ae80 (diff)
combelow update (24may10)
git-svn-id: svn://tug.org/texlive/trunk@18462 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/combelow/README2
-rw-r--r--Master/texmf-dist/doc/latex/combelow/combelow.pdfbin105061 -> 106218 bytes
-rw-r--r--Master/texmf-dist/doc/latex/combelow/combelow.tex17
-rw-r--r--Master/texmf-dist/tex/latex/combelow/combelow.sty4
4 files changed, 17 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/combelow/README b/Master/texmf-dist/doc/latex/combelow/README
index 5ed643ad9c4..c67b65e262c 100644
--- a/Master/texmf-dist/doc/latex/combelow/README
+++ b/Master/texmf-dist/doc/latex/combelow/README
@@ -8,7 +8,7 @@ Author:
-------
Gianluca Pignalberi (g.pignalberi@freesoftwaremagazine.com)
-Copyright: 2009 by Gianluca Pignalberi
+Copyright: 2009--2010 by Gianluca Pignalberi
----------
This program can be redistributed and/or modified under the terms
of the LaTeX Project Public License Distributed from CTAN
diff --git a/Master/texmf-dist/doc/latex/combelow/combelow.pdf b/Master/texmf-dist/doc/latex/combelow/combelow.pdf
index 0944a73884f..a8eb3f1ae18 100644
--- a/Master/texmf-dist/doc/latex/combelow/combelow.pdf
+++ b/Master/texmf-dist/doc/latex/combelow/combelow.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/combelow/combelow.tex b/Master/texmf-dist/doc/latex/combelow/combelow.tex
index c4601283fcc..e0716f39ef0 100644
--- a/Master/texmf-dist/doc/latex/combelow/combelow.tex
+++ b/Master/texmf-dist/doc/latex/combelow/combelow.tex
@@ -8,7 +8,7 @@
\begin{document}
\title{The \textsf{combelow} package}
\author{Gianluca Pignalberi\\\texttt{g.pignalberi@freesoftwaremagazine.com}}
-\date{10/11/2009~(0.99e)}
+\date{02/05/2010~(0.99f)}
\maketitle
\begin{abstract}
@@ -78,12 +78,12 @@ kerning information too.
\section{The code}
\begin{lstlisting}
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{combelow}[2009/11/10 v0.99e comma below command]
+\ProvidesPackage{combelow}[2010/05/02 v0.99f 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}%
+\ifdim\dp\z@<.1\ht\z@\ooalign{\unhbox\z@\crcr\hidewidth\lower.3ex\hbox{\@commafont,}\hidewidth}%
\else\ooalign{\unhbox\z@\crcr\hidewidth\raise.5ex\hbox{\@commafont`}\hidewidth}%
\fi}}%
\endinput
@@ -147,4 +147,15 @@ of these versions are contemporary, I've just released 0.99d.
\item Now the comma is finally smaller than the current font. Thanks to Enrico
Gregorio for providing me with the necessary code.
\end{itemize}
+
+\vspace{.5em}
+\noindent
+\textbf{2010/05/02} \textbf{v0.99f}
+
+\begin{itemize}
+\item Constantin Gubceac (Gub\v{c}ek) sent me a lot of scanned samples of
+Romanian books, so that I could realize how close the comma has to be to the
+corresponding letters. Thanks to his help this newer version puts the comma
+closer.
+\end{itemize}
\end{document}
diff --git a/Master/texmf-dist/tex/latex/combelow/combelow.sty b/Master/texmf-dist/tex/latex/combelow/combelow.sty
index 3f0b036f1f0..2a52e35c320 100644
--- a/Master/texmf-dist/tex/latex/combelow/combelow.sty
+++ b/Master/texmf-dist/tex/latex/combelow/combelow.sty
@@ -10,12 +10,12 @@
%% version 2004/10/01 or later.
%%
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{combelow}[2009/11/10 v0.99e comma below command]
+\ProvidesPackage{combelow}[2010/05/02 v0.99f 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}%
+\ifdim\dp\z@<.1\ht\z@\ooalign{\unhbox\z@\crcr\hidewidth\lower.3ex\hbox{\@commafont,}\hidewidth}%
\else\ooalign{\unhbox\z@\crcr\hidewidth\raise.5ex\hbox{\@commafont`}\hidewidth}%
\fi}}%
\endinput