diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 00:44:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 00:44:40 +0000 |
commit | b4fc5f639874db951177ec539299d20908adb654 (patch) | |
tree | 52f08823ca58fffe3db6a9b075635038c567626c /Master/texmf-dist/doc/latex/miller | |
parent | dec3d98ebe442d7ea93efbaa8dd2e2be8149a467 (diff) |
doc 4
git-svn-id: svn://tug.org/texlive/trunk@80 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/miller')
-rw-r--r-- | Master/texmf-dist/doc/latex/miller/ChangeLog | 16 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/miller/README | 30 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/miller/miller-v.tex | 25 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/miller/miller.pdf | bin | 0 -> 276830 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/miller/miller.xml | 29 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/miller/millertest.tex | 35 |
6 files changed, 135 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/miller/ChangeLog b/Master/texmf-dist/doc/latex/miller/ChangeLog new file mode 100644 index 00000000000..d6730741041 --- /dev/null +++ b/Master/texmf-dist/doc/latex/miller/ChangeLog @@ -0,0 +1,16 @@ +v1.2 2004/09/20 Harald Harders <h.harders@tu-bs.de> + - Make \hkl robust. + - Adapt Makefile to TeXLive 2004. + +v1.1 2004/04/07 Harald Harders <h.harders@tu-bs.de> + - Add a documentation. + - Bugfix: In some cases, arguments without space have been parsed + incorrectly. + - Bugfix: Detect isolated minus sign in argument with spaces. + +v1.0 2003/04/11 Harald Harders <h.harders@tu-bs.de>, + Björn Pedersen <bjoern.pedersen@frm2.tum.de> + - Changed \millerminus from \bar to \overline due to numbers with + more than one digit. + - Added support to arguments with space and numbers with more than + one digit. diff --git a/Master/texmf-dist/doc/latex/miller/README b/Master/texmf-dist/doc/latex/miller/README new file mode 100644 index 00000000000..bdb7859c714 --- /dev/null +++ b/Master/texmf-dist/doc/latex/miller/README @@ -0,0 +1,30 @@ +miller.sty +========== + +Typeset miller indices, e.g., <1-20>, used in +material sicence with an easy syntax. +Minus signs are printed as bar above the corresponding number. + + +Copyright 2003, 2004 Harald Harders, Bj"orn Pedersen + +This program can be redistributed and/or modified under the terms +of the LaTeX Project Public License Distributed from CTAN +archives in directory macros/latex/base/lppl.txt; either +version 1.3 of the License, or any later version. + + +Installation: + +automatic: - run make install + - run texhash or the corresponding command of your distribution + +by hand: - execute latex on miller.ins + - execute latex on miller.dtx (2x) + - copy miller.sty to a place LaTeX can find it + - run texhash or the corresponding command of your distribution + + +2004/09/20 +Harald Harders +h.harders@tu-bs.de diff --git a/Master/texmf-dist/doc/latex/miller/miller-v.tex b/Master/texmf-dist/doc/latex/miller/miller-v.tex new file mode 100644 index 00000000000..6de26433891 --- /dev/null +++ b/Master/texmf-dist/doc/latex/miller/miller-v.tex @@ -0,0 +1,25 @@ +%% +%% This is file `miller-v.tex', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% miller.dtx (with options: `version') +%% +%% miller package +%% +%% Copyright 2003, 2004 Harald Harders, Bj"orn Pedersen +%% +%% This program can be redistributed and/or modified under the terms +%% of the LaTeX Project Public License Distributed from CTAN +%% archives in directory macros/latex/base/lppl.txt; either +%% version 1.3 of the License, or any later version. +%% +%% h.harders@tu-bs.de +%% bjoern.pedersen@frm2.tum.de +%% +\ProvidesFile{miller-v.tex} + [2004/09/20 v1.2 print miller indices] +\endinput +%% +%% End of file `miller-v.tex'. diff --git a/Master/texmf-dist/doc/latex/miller/miller.pdf b/Master/texmf-dist/doc/latex/miller/miller.pdf Binary files differnew file mode 100644 index 00000000000..f14f38eef5c --- /dev/null +++ b/Master/texmf-dist/doc/latex/miller/miller.pdf diff --git a/Master/texmf-dist/doc/latex/miller/miller.xml b/Master/texmf-dist/doc/latex/miller/miller.xml new file mode 100644 index 00000000000..587db84c03f --- /dev/null +++ b/Master/texmf-dist/doc/latex/miller/miller.xml @@ -0,0 +1,29 @@ +<?xml version="1.0"?> +<!DOCTYPE entry SYSTEM "../catalogue.dtd"> +<entry id="fnbreak" + datestamp="2004/09/20" + modifier="h.harders@tu-bs.de"> + <about> + <name>miller</name> + <caption>Typeset miller indices.</caption> + <author> + <name>Harald Harders</name> + <email>h.harders@tu-bs.de</email> + </author> + <license type="lppl"/> + <version> + <number>1.2</number> + </version> + </about> + <description> + <abstract> +Typeset miller indices, e.g., <1-20>, used in +material sicence with an easy syntax. +Minus signs are printed as bar above the corresponding number. + </abstract> + </description> + <distribution> + <texlive>latex3</texlive> + <ctan>macros/latex/contrib/miller</ctan> + </distribution> +</entry> diff --git a/Master/texmf-dist/doc/latex/miller/millertest.tex b/Master/texmf-dist/doc/latex/miller/millertest.tex new file mode 100644 index 00000000000..d0628e594f2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/miller/millertest.tex @@ -0,0 +1,35 @@ +\documentclass{article} +\usepackage{miller} + +%\renewcommand\millerskip{\;} + +\listfiles + +\begin{document} + +\hkl[1 1 0] +\hkl[110] + +\hkl[1 -1 0] +\hkl[1-10] + +\hkl[1 -1 0 2] +\hkl[1-102] + +\hkl(1 -1 0) + +\hkl<1 2 -3> +\hkl<12-3> + +%\hkl<1 2 3 -> +%\hkl<123-> + +\hkl{-12 -1 0} + +\hkl{-a -b c} + +\hkl{-1 -1 21 0} +\hkl{-1 -1 21 -0.5} + + +\end{document} |