diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/foreign/foreign.dtx')
-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} % |