summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/hausarbeit-jura/README.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/hausarbeit-jura/README.md
Initial commit
Diffstat (limited to 'macros/latex/contrib/hausarbeit-jura/README.md')
-rw-r--r--macros/latex/contrib/hausarbeit-jura/README.md78
1 files changed, 78 insertions, 0 deletions
diff --git a/macros/latex/contrib/hausarbeit-jura/README.md b/macros/latex/contrib/hausarbeit-jura/README.md
new file mode 100644
index 0000000000..43cd86218f
--- /dev/null
+++ b/macros/latex/contrib/hausarbeit-jura/README.md
@@ -0,0 +1,78 @@
+# hausarbeit-jura
+```
+----------------------------------------------------------------------------
+hausarbeit-jura -- A LaTeX class for writing “juristische Hausarbeiten” at German
+ universities.
+
+(c) 2012-2019 Martin Sievers
+Version: 2.0
+Maintainer: Martin Sievers
+Email: martin.sievers@schoenerpublizieren.de
+License: Released under the LaTeX Project Public License v1.3c or later
+See: http://www.latex-project.org/lppl.txt
+----------------------------------------------------------------------------
+
+This is the current version of the class “hausarbeit-jura” for
+writing “juristische Hausarbeiten” at German universities. It
+was originally developed for a workshop at Trier University.
+
+The idea is to make the usage of LaTeX easier as only a few macros and
+environments are needed.
+
+The documentation is in German only.
+
+Stable versions are always uploaded to CTAN. You'll find the most recent developer version on GitHub.
+```
+
+https://github.com/sieversMartin/hausarbeit-jura
+
+
+## Changelog
+
+### 1.5 to 2.0
+
+* Made class compatible to latest LaTeX versions
+* Added new options `10bp`, `11bp` and `12bp` for Word-compatible font sizes
+* Added new options `10pt`, `11pt` and `12pt` for LaTeX-compatible font sizes
+* Made `12bp` the new standard font size
+
+### 1.4 to 1.5
+
+* Added ``\sectionbefore`` and ``\sectionafter`` to ``\section`` as well
+* Added macros ``\setspacebeforechapter``, ``\setspaceafterchapter``, ``\setspacebeforesection`` and ``\setspaceaftersection``
+* Added option ``noautomatter`` to deactivate automatic usage of ``\frontmatter`` and ``\mainmatter``
+
+### 1.3 to 1.4
+
+* Added macros to change paper size used in frontmatter and mainmatter (suggested by Adi Sander)
+* Added definition for ``\subsubsection``
+* Modifed ``microtype`` options
+
+### 1.2 to 1.3
+
+* Fixed a bug (missing ``\fi``)
+* Added option ``headlinetitlepageleft``
+* Added package ``ellipsis``
+
+### 1.1 to 1.2
+
+* added option ``headline`` (thanks to Tobias Hirning) to add information to the header
+* TeX Gyre Fonts are now the standard fonts; added new option ``oldfonts`` for compatibility
+* added support for XeLaTeX and LuaLaTeX
+* rearranged package (not only) for GitHub
+* code cleaning and improvement
+
+### 1.0.1 to 1.1
+
+* added a documentation
+* modified demo file
+
+### 1.0 to 1.0.1
+
+* dtx now extracts “README.txt” instead of “README”.
+* code cleaning of the dtx file
+
+### 1.0
+
+* First “official” version, still without documentation
+