diff options
author | Karl Berry <karl@freefriends.org> | 2013-04-05 23:11:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-04-05 23:11:03 +0000 |
commit | 9e1e59c4e1bc1ee121b460dde476a071bc978b2c (patch) | |
tree | 76d48b9c6e685bf828a9cc7593876f3a11db64c1 /Master/texmf-dist/doc | |
parent | c26903056a67bff6777edf6ab6062ab268d67980 (diff) |
chronology (5apr13)
git-svn-id: svn://tug.org/texlive/trunk@29682 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/chronology/README | 17 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/chronology/README.txt | 1 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/chronology/chronology.hd | 0 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/chronology/chronology.pdf | bin | 113948 -> 0 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/chronology/example.pdf | bin | 0 -> 14227 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/chronology/example.tex | 24 |
6 files changed, 40 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/chronology/README b/Master/texmf-dist/doc/latex/chronology/README index a2444e878e0..724e04e2031 100644 --- a/Master/texmf-dist/doc/latex/chronology/README +++ b/Master/texmf-dist/doc/latex/chronology/README @@ -1 +1,16 @@ -A new timeline package. Allows labeling of events with per day granularity. Other features include relative positioning with unit specification, adjustable tick mark step size, and scaling to specified width. +chronology.sty +Copyright 2011 Levi Wiseman + +This work may be distributed and/or modified under the +conditions of the LaTeX Project Public License, either version 1.3 +of this license 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.3 or later is part of all distributions of LaTeX +version 2005/12/01 or later. + +This work has the LPPL maintenance status `maintained'. + +The Current Maintainer of this work is Levi Wiseman. + +This work consists of the file chronology.sty. diff --git a/Master/texmf-dist/doc/latex/chronology/README.txt b/Master/texmf-dist/doc/latex/chronology/README.txt deleted file mode 100644 index a2444e878e0..00000000000 --- a/Master/texmf-dist/doc/latex/chronology/README.txt +++ /dev/null @@ -1 +0,0 @@ -A new timeline package. Allows labeling of events with per day granularity. Other features include relative positioning with unit specification, adjustable tick mark step size, and scaling to specified width. diff --git a/Master/texmf-dist/doc/latex/chronology/chronology.hd b/Master/texmf-dist/doc/latex/chronology/chronology.hd deleted file mode 100644 index e69de29bb2d..00000000000 --- a/Master/texmf-dist/doc/latex/chronology/chronology.hd +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/chronology/chronology.pdf b/Master/texmf-dist/doc/latex/chronology/chronology.pdf Binary files differdeleted file mode 100644 index 3e29be988e1..00000000000 --- a/Master/texmf-dist/doc/latex/chronology/chronology.pdf +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/chronology/example.pdf b/Master/texmf-dist/doc/latex/chronology/example.pdf Binary files differnew file mode 100644 index 00000000000..90c14a66b2b --- /dev/null +++ b/Master/texmf-dist/doc/latex/chronology/example.pdf diff --git a/Master/texmf-dist/doc/latex/chronology/example.tex b/Master/texmf-dist/doc/latex/chronology/example.tex new file mode 100644 index 00000000000..94bc8734912 --- /dev/null +++ b/Master/texmf-dist/doc/latex/chronology/example.tex @@ -0,0 +1,24 @@ +\documentclass{article} +\usepackage{chronology} +\begin{document} +\begin{chronology}[5]{1983}{2010}{10cm}[7cm] +\event{1984}{\color{blue}{one}} +\event[1985]{1986}{\small{two}} +\event{\decimaldate{25}{12}{2001}}{\huge{three}} +\end{chronology} +\vspace{5cm} + +\begin{chronology}*[5]{1983}{2010}{10cm} +\event{1984}{\color{blue}{one}} +\event[1985]{1986}{\small{two}} +\event{\decimaldate{25}{12}{2001}}{\huge{three}} +\end{chronology} +\vspace{5cm} + +\begin{chronology}[5]{1983}{2010}{10cm}[13cm] +\event{1984}{\color{blue}{one}} +\event[1985]{1986}{\small{two}} +\event{\decimaldate{25}{12}{2001}}{\huge{three}} +\end{chronology} +\end{document} + |