diff options
author | Karl Berry <karl@freefriends.org> | 2012-01-17 23:29:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-01-17 23:29:19 +0000 |
commit | 8b3c53e16773febdc56edb45b10587e255e0491b (patch) | |
tree | 7e3dfb6fee7c7fc3e8be92e4a128aa817ec23cc4 /Master/texmf-dist/source/latex/moderntimeline | |
parent | bd671452b609d6d595ec0be1c068a6930ffd3df5 (diff) |
moderntimeline 0.6 (17jan12)
git-svn-id: svn://tug.org/texlive/trunk@25132 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/moderntimeline')
-rw-r--r-- | Master/texmf-dist/source/latex/moderntimeline/moderntimeline.dtx | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/moderntimeline/moderntimeline.dtx b/Master/texmf-dist/source/latex/moderntimeline/moderntimeline.dtx index 29e4f5575b1..0b3bcf708ae 100644 --- a/Master/texmf-dist/source/latex/moderntimeline/moderntimeline.dtx +++ b/Master/texmf-dist/source/latex/moderntimeline/moderntimeline.dtx @@ -26,7 +26,7 @@ %<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01] %<package>\ProvidesPackage{moderntimeline} %<*package> - [2011/11/15 0.5 Add timelines to moderncv entries] + [2012/01/17 0.6 Add timelines to moderncv entries] %</package> % %<*driver> @@ -62,6 +62,7 @@ % Right brace \} Tilde \~} % % +% \changes{0.6}{2012/01/17}{Fix compatibility with moderncv 0.15.1} % \changes{0.5}{2011/11/15}{Fix positions in tlcventry and tldatecventry, add tltextsingle, thanks to Stéphane Dupille} % \changes{0.4}{2011/10/02}{Add firstyear and lastyear options} % \changes{0.3}{2011/09/29}{Bugfix: initialize tlsince} @@ -410,7 +411,7 @@ % % \begin{macro}{\tldatelabelcventry} % \begin{macrocode} -\newcommand{\tldatelabelcventry}[8][sectionrectanglecolor]{% +\newcommand{\tldatelabelcventry}[8][color1]{% % \end{macrocode} % \begin{macrocode} \pgfmathsetmacro\tl@endyear{\tl@lastyear} @@ -434,7 +435,7 @@ % % \begin{macro}{\tldatecventry} % \begin{macrocode} -\newcommand{\tldatecventry}[7][sectionrectanglecolor]{% +\newcommand{\tldatecventry}[7][color1]{% % \end{macrocode} % \begin{macrocode} \pgfmathsetmacro\tl@endyear{\tl@lastyear}% @@ -457,7 +458,7 @@ % % \begin{macro}{\tlcventry} % \begin{macrocode} -\newcommand{\tlcventry}[8][sectionrectanglecolor]{% +\newcommand{\tlcventry}[8][color1]{% % \end{macrocode} % \begin{macrocode} \pgfmathsetmacro\tl@endyear{ifthenelse(#3==0,\tl@lastyear,#3)}% @@ -490,13 +491,13 @@ % % \begin{macro}{\tllabelcventry} % \begin{macrocode} -\newcommand{\tllabelcventry}[9][sectionrectanglecolor]{% +\newcommand{\tllabelcventry}[9][color1]{% % \end{macrocode} % \begin{macrocode} \pgfmathsetmacro\tl@endyear{ifthenelse(#3==0,\tl@lastyear,#3)} \pgfmathsetmacro\tl@startfraction{(#2-\tl@firstyear)/(\tl@lastyear-\tl@firstyear)}% \pgfmathsetmacro\tl@endfraction{(\tl@endyear-\tl@firstyear)/(\tl@lastyear-\tl@firstyear)}% - \cventry{\tikz[baseline=(tl@endyear.north)]{ + \cventry{\tikz[baseline=0pt]{ \fill [\tl@runningcolor] (0,0) rectangle (\hintscolumnwidth,\tl@runningwidth); \fill [#1] (0,0) |