summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-09-28 22:45:51 +0000
committerKarl Berry <karl@freefriends.org>2012-09-28 22:45:51 +0000
commit8b8f792771a6829700bd3044baf3fc3a4cb90477 (patch)
tree384b276f35ca638ae6edbe8ee8b3d39b5e31f865
parent07888e042f25fd4196570073ba3d4d86194adb0a (diff)
bohr (28sep12)
git-svn-id: svn://tug.org/texlive/trunk@27839 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/bohr/README4
-rw-r--r--Master/texmf-dist/doc/latex/bohr/bohr_en.pdfbin102743 -> 101806 bytes
-rw-r--r--Master/texmf-dist/doc/latex/bohr/bohr_en.tex48
-rw-r--r--Master/texmf-dist/tex/latex/bohr/bohr.sty4
4 files changed, 47 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/bohr/README b/Master/texmf-dist/doc/latex/bohr/README
index 8a60ebdac1d..5a2356c018b 100644
--- a/Master/texmf-dist/doc/latex/bohr/README
+++ b/Master/texmf-dist/doc/latex/bohr/README
@@ -1,9 +1,9 @@
--------------------------------------------------------------------------
-the BOHR package v0.2
+the BOHR package v0.2b
simple atom representation according to the Bohr model
-2012/09/22
+2012/09/26
--------------------------------------------------------------------------
Clemens Niederberger
Web: https://bitbucket.org/cgnieder/bohr/
diff --git a/Master/texmf-dist/doc/latex/bohr/bohr_en.pdf b/Master/texmf-dist/doc/latex/bohr/bohr_en.pdf
index 5138626c932..8768de29e2c 100644
--- a/Master/texmf-dist/doc/latex/bohr/bohr_en.pdf
+++ b/Master/texmf-dist/doc/latex/bohr/bohr_en.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/bohr/bohr_en.tex b/Master/texmf-dist/doc/latex/bohr/bohr_en.tex
index 1584010163c..e9d9e4d9b92 100644
--- a/Master/texmf-dist/doc/latex/bohr/bohr_en.tex
+++ b/Master/texmf-dist/doc/latex/bohr/bohr_en.tex
@@ -1,5 +1,46 @@
-% arara: xelatex: { shell: on }
% arara: xelatex
+% arara: xelatex
+% --------------------------------------------------------------------------
+% the BOHR package
+%
+% simple atom representation according to the Bohr model
+%
+% --------------------------------------------------------------------------
+% Clemens Niederberger
+% Web: https://bitbucket.org/cgnieder/bohr/
+% E-Mail: contact@mychemistry.eu
+% --------------------------------------------------------------------------
+% Copyright 2012 Clemens Niederberger
+%
+% 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 Clemens Niederberger.
+% --------------------------------------------------------------------------
+% The bohr package consists of the files
+% - bohr.sty
+% - bohr_en.tex, bohr_en.pdf
+% - bohr_elements_english.def, bohr_elements_german.def
+% - README
+% --------------------------------------------------------------------------
+% If you have any ideas, questions, suggestions or bugs to report, please
+% feel free to contact me.
+% --------------------------------------------------------------------------
+%
+% if you want to compile this documentation you'll need the document class
+% `cnpkgdoc' which you can get here:
+% https://bitbucket.org/cgnieder/cnpkgdoc/
+% the class is licensed LPPL 1.3 or later
+%
+% use `xelatex --shell-scape' for compilation
+%
\documentclass[toc=index]{cnpkgdoc}
\docsetup{
pkg = bohr ,
@@ -17,8 +58,7 @@
\usepackage{chemmacros}
\usepackage{fontspec}
-\defaultfontfeatures{Numbers={OldStyle,Proportional}}
-\usepackage[supstfm=libertinesups]{superiors}
+\usepackage{superiors}
\usepackage{fnpct}
\usepackage{embrac}[2012/06/29]
@@ -64,8 +104,6 @@
}%
\newline
}
-\newcommand*\required{\hfill\llap{required}\newline}
-\newcommand*\optional{\hfill\llap{optional}\newline}
\begin{document}
diff --git a/Master/texmf-dist/tex/latex/bohr/bohr.sty b/Master/texmf-dist/tex/latex/bohr/bohr.sty
index bb92c960924..77ce7618370 100644
--- a/Master/texmf-dist/tex/latex/bohr/bohr.sty
+++ b/Master/texmf-dist/tex/latex/bohr/bohr.sty
@@ -31,8 +31,8 @@
% If you have any ideas, questions, suggestions or bugs to report, please
% feel free to contact me.
% --------------------------------------------------------------------------
-\def\@bohr@date{2012/09/23}
-\def\@bohr@version{v0.2a}
+\def\@bohr@date{2012/09/26}
+\def\@bohr@version{v0.2b}
\def\@bohr@description{simple atom representation according to the Bohr model}
\ProvidesPackage{bohr}[\@bohr@date\space \@bohr@version\space \@bohr@description]