diff options
author | Karl Berry <karl@freefriends.org> | 2012-09-26 22:31:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-09-26 22:31:03 +0000 |
commit | 7d306a3aff5756e19cfee7d2cf2a7ed49da5fb60 (patch) | |
tree | 95d6ade5b3bb2883b187f2fcb1fb98ee6cb2647e /Master/texmf-dist/source | |
parent | 23c31c37f42516ec286c308a8b7aabe4af68da61 (diff) |
foreign (26sep12)
git-svn-id: svn://tug.org/texlive/trunk@27819 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/latex/foreign/foreign.dtx | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/foreign/foreign.dtx b/Master/texmf-dist/source/latex/foreign/foreign.dtx index 88dbf7b7698..d67339f0d3a 100644 --- a/Master/texmf-dist/source/latex/foreign/foreign.dtx +++ b/Master/texmf-dist/source/latex/foreign/foreign.dtx @@ -23,7 +23,7 @@ % %<package>\NeedsTeXFormat{LaTeX2e}[1995/12/01] %<package>\ProvidesPackage{foreign} -%<package> [2012/06/20 v2.6 type-setting package for foreign words (PGR)] +%<package> [2012/09/25 v2.7 type-setting package for foreign words (PGR)] % %<*driver> \documentclass[british]{ltxdoc} @@ -50,7 +50,7 @@ %</driver> % \fi % -% \CheckSum{153} +% \CheckSum{205} % % \CharacterTable % {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z @@ -72,6 +72,7 @@ % \changes{v1.0}{2004/11/21}{first non-public release} % \changes{v2.5}{2012/06/18}{first public release} % \changes{v2.6}{2012/06/20}{minor corrections to documentation} +% \changes{v2.7}{2012/09/25}{added capitalised abbreviations} % % \GetFileInfo{foreign.sty} % @@ -395,9 +396,25 @@ \DeclareRobustCommand\ibid{\xperiodafter{{\foreignabbrfont{ibid}}}} \DeclareRobustCommand\ie{% \UKUS@comma{{\foreignabbrfont{i}}.{\foreignabbrfont{e}}}} + \DeclareRobustCommand\loccit{% + {\foreignabbrfont{loc}}.\ \xperiodafter{{\foreignabbrfont{cit}}}} \DeclareRobustCommand\opcit{% {\foreignabbrfont{op}}.\ \xperiodafter{{\foreignabbrfont{cit}}}} \DeclareRobustCommand\viz{\xperiodafter{{\foreignabbrfont{viz}}}} + \DeclareRobustCommand\Cf{\UKUS@comma{{\foreignabbrfont{Cf}}}} + \DeclareRobustCommand\Eg{% + \UKUS@comma{{\foreignabbrfont{E}}.{\foreignabbrfont{g}}}} + \DeclareRobustCommand\Etal{\xperiodafter{{\foreignabbrfont{Et al}}}} + \DeclareRobustCommand\Etc{\xperiodafter{{\foreignabbrfont{Etc}}}} + \DeclareRobustCommand\Etseq{\xperiodafter{{\foreignabbrfont{Et seq}}}} + \DeclareRobustCommand\Ibid{\xperiodafter{{\foreignabbrfont{Ibid}}}} + \DeclareRobustCommand\Ie{% + \UKUS@comma{{\foreignabbrfont{I}}.{\foreignabbrfont{e}}}} + \DeclareRobustCommand\Loccit{% + {\foreignabbrfont{Loc}}.\ \xperiodafter{{\foreignabbrfont{cit}}}} + \DeclareRobustCommand\Opcit{% + {\foreignabbrfont{Op}}.\ \xperiodafter{{\foreignabbrfont{cit}}}} + \DeclareRobustCommand\Viz{\xperiodafter{{\foreignabbrfont{Viz}}}} } % \end{macrocode} % |