diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-11 23:48:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-11 23:48:14 +0000 |
commit | 0c973639648f9658c8f022137ec0f32ef9be38b8 (patch) | |
tree | d67b437b7cf6a42677717a930fdb6d90da673fbb /Master/texmf-dist/source/bibtex/gost/gost.ins | |
parent | ecf966f305f6aeff2bbdf42c82d8425921aa9eda (diff) |
trunk/Master/texmf-dist/source/bibtex
git-svn-id: svn://tug.org/texlive/trunk@106 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/bibtex/gost/gost.ins')
-rw-r--r-- | Master/texmf-dist/source/bibtex/gost/gost.ins | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/bibtex/gost/gost.ins b/Master/texmf-dist/source/bibtex/gost/gost.ins new file mode 100644 index 00000000000..762ba5746d5 --- /dev/null +++ b/Master/texmf-dist/source/bibtex/gost/gost.ins @@ -0,0 +1,53 @@ +\input docstrip + +\def\SimplePackage#1{% + \generate{\file{#1.bst}{\from{gost.dtx}{#1}}}} + +\def\mypostamble{% + \MetaPrefix ^^J% + \MetaPrefix\space End of file `\outFileName'.% + } + +\usepostamble\mypostamble + +\keepsilent + +\preamble + +Copyright 1996-2005 Maksym Polyakov. +Version 2005.08.12 + +This file may be distributed and/or modified under the +conditions of the LaTeX Project Public License, either version 1.2 +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.2 or later is part of all distributions of LaTeX +version 1999/12/01 or later. + +Please, send bug reports via e-mail: + polyama at auburn dot edu + +2005.08.12 Bug fix (long annote) + +2003.06.06 contributions by Konstantin Vorontsov: +New ENTRY "annote" added for output annotations. +New commands BibUrl, BibAnnote added for customize urls and annotations. + +2003.08.10 +New command BibEmph added for customize emphasizing. + +2003.10.07 +Some bug fixes in names and date formatting. + +2003.10.07 +Bug fix in INPROCEEDINGS. + +\endpreamble + +\SimplePackage{gost71s} +\SimplePackage{gost71u} +\SimplePackage{gost780s} +\SimplePackage{gost780u} + +\endbatchfile |