Improved markdown.

This commit is contained in:
Achim D. Brucker 2016-07-24 23:47:40 +01:00
parent fc0f3021a2
commit 936062f41f
1 changed files with 35 additions and 25 deletions

View File

@ -1,8 +1,6 @@
svninfo' svninfo
======= =======
Version 0.7.4, 23 March 2010
* Version 0.7.4
* Release date: 23 March 2010
Description Description
----------- -----------
@ -21,40 +19,51 @@ License
You are allowed to distribute this file under the condition that it is You are allowed to distribute this file under the condition that it is
distributed together with all the following files: distributed together with all the following files:
```
svninfo.ins svninfo.ins
svninfo.dtx svninfo.dtx
Makefile Makefile
README README
```
If you receive only some of these files from someone, complain! If you receive only some of these files from someone, complain!
Installation Installation
------------ ------------
To install: To install: unpack and
unpack and ```
`make' make
```
or execute the commands manually: or execute the commands manually:
latex svninfo.ins // creates the file of this package ```
latex svninfo.dtx // create the package documentation latex svninfo.ins // creates the file of this package
latex svninfo.dtx // create the package documentation
```
The following files are created by 'latex svninfo.ins' The following files are created by 'latex svninfo.ins'
- svninfo.cfg ```
- svninfo.sty svninfo.cfg
- svninfo.perl svninfo.sty
- svninfo.init svninfo.perl
svninfo.init
```
then copy the files then copy the files
svninfo.sty ```
svninfo.cfg svninfo.sty
to a place where LaTeX can find it svninfo.cfg
(e.g. under UNIX: $HOME/tex/inputs ```
and set the environment variable to a place where LaTeX can find it, e.g.,
TEXINPUTS=$HOME/tex/inputs//:$TEXINPUTS ```
) $HOME/tex/inputs
```
and set the environment variable
```
TEXINPUTS=$HOME/tex/inputs//:$TEXINPUTS
```
Changelog Changelog
--------- ---------
```
0.7.4 : Fixed localization of date formats, e.g., \svnToday. 0.7.4 : Fixed localization of date formats, e.g., \svnToday.
0.7.3 : Fixed bug resulting in wrong date for maximal 0.7.3 : Fixed bug resulting in wrong date for maximal
revision (\svnInfoMaxToday). revision (\svnInfoMaxToday).
@ -64,12 +73,12 @@ Changelog
name. Improved documentation name. Improved documentation
0.7 : Added option margin for showing version info in the margins of the 0.7 : Added option margin for showing version info in the margins of the
document; added option svk for supporting the keyword expansion of svk; document; added option svk for supporting the keyword expansion of svk;
added new command \svnMaxToday; and fixed the use of fancyhdr for added new command \svnMaxToday; and fixed the use of fancyhdr for
single-sided documents. single-sided documents.
0.6 : Added \svnInfoMinRevision and \svnInfoMaxRevision together with the 0.6 : Added \svnInfoMinRevision and \svnInfoMaxRevision together with the
option "revrange". Also added support for \ in keywords. option "revrange". Also added support for \ in keywords.
0.5 : Removed support for LaTeX2HTML and added new command \svnKeyword 0.5 : Removed support for LaTeX2HTML and added new command \svnKeyword
for defining arbitrary svn keywords (e.g. $Author:$). for defining arbitrary svn keywords (e.g. $Author:$).
0.4 : Added new package options draft, final, eso-foot, and scrpage. Fixed 0.4 : Added new package options draft, final, eso-foot, and scrpage. Fixed
problem with `\_' in file names. problem with `\_' in file names.
0.3 : Added support for Id-keywords without owner information 0.3 : Added support for Id-keywords without owner information
@ -77,3 +86,4 @@ Changelog
0.2.1 : Added \svnId (suggested by Thomas Weber). 0.2.1 : Added \svnId (suggested by Thomas Weber).
0.2 : Removed latex2html build-dependency 0.2 : Removed latex2html build-dependency
0.1 : Initial Version, based on rcsinfo from Dr. Juergen Vollmer 0.1 : Initial Version, based on rcsinfo from Dr. Juergen Vollmer
```