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/tex/latex/foreign | |
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/tex/latex/foreign')
-rw-r--r-- | Master/texmf-dist/tex/latex/foreign/foreign.sty | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/foreign/foreign.sty b/Master/texmf-dist/tex/latex/foreign/foreign.sty index de46bee8f42..d327d156e8c 100644 --- a/Master/texmf-dist/tex/latex/foreign/foreign.sty +++ b/Master/texmf-dist/tex/latex/foreign/foreign.sty @@ -25,7 +25,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvidesPackage{foreign} - [2012/06/20 v2.6 type-setting package for foreign words (PGR)] + [2012/09/25 v2.7 type-setting package for foreign words (PGR)] \RequirePackage{xpunctuate,xspace} \DeclareRobustCommand\foreign[1]{{\foreignfullfont{#1}}\xspace} @@ -101,9 +101,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}}}} } \newcommand\UKUS@comma{\xperiodafter} \DeclareOption{UKenglish}{\renewcommand\UKUS@comma{\xperiodafter}} |