diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/xelatex/xgreek/README | 8 | ||||
-rw-r--r-- | Master/texmf-dist/doc/xelatex/xgreek/xgreek.pdf | bin | 62754 -> 62719 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/xelatex/xgreek/xgreek.dtx | 16 | ||||
-rw-r--r-- | Master/texmf-dist/source/xelatex/xgreek/xgreek.ins | 6 | ||||
-rw-r--r-- | Master/texmf-dist/tex/xelatex/xgreek/xgreek.sty | 10 |
5 files changed, 24 insertions, 16 deletions
diff --git a/Master/texmf-dist/doc/xelatex/xgreek/README b/Master/texmf-dist/doc/xelatex/xgreek/README index a3aa94cf43e..523740fd632 100644 --- a/Master/texmf-dist/doc/xelatex/xgreek/README +++ b/Master/texmf-dist/doc/xelatex/xgreek/README @@ -1,3 +1,11 @@ +Version 2.6 of package xgreek + +In this version the definition of \anwtonos and \katwtonos have been +changed and now the commands expand to the correspong symbol and not +to some \char"03XX\relax sequence. It seems the previous definitions +did not work with some packages. + + Version 2.5 of package xgreek By default the package enables the indentation even for first paragraph diff --git a/Master/texmf-dist/doc/xelatex/xgreek/xgreek.pdf b/Master/texmf-dist/doc/xelatex/xgreek/xgreek.pdf Binary files differindex b96d200c663..f3186007b16 100644 --- a/Master/texmf-dist/doc/xelatex/xgreek/xgreek.pdf +++ b/Master/texmf-dist/doc/xelatex/xgreek/xgreek.pdf diff --git a/Master/texmf-dist/source/xelatex/xgreek/xgreek.dtx b/Master/texmf-dist/source/xelatex/xgreek/xgreek.dtx index 99d91ace2ba..f204b87fa2a 100644 --- a/Master/texmf-dist/source/xelatex/xgreek/xgreek.dtx +++ b/Master/texmf-dist/source/xelatex/xgreek/xgreek.dtx @@ -16,7 +16,7 @@ %% %\iffalse % -% (c) Copyright 2007-2013 Apostolos Syropoulos +% (c) Copyright 2007-2014 Apostolos Syropoulos % This program can be redistributed and/or modified under the % terms of the LaTeX Project Public License Distributed from % http://www.latex-project.org/lppl.txt; either @@ -29,12 +29,12 @@ % Apostolos Syropoulos (asyropoulos@yahoo.com) % %\fi -% \CheckSum{1885} +% \CheckSum{1881} % \iffalse This is a Metacomment % %<xgreek, >\ProvidesFile{xgreek.sty} % -%<xgreek, > [2013/07/05 v2.5 Package `xgreek.sty'] +%<xgreek, > [2014/12/27 v2.6 Package `xgreek.sty'] % % \begin{macrocode} %<*driver> @@ -57,7 +57,7 @@ %\author{Apostolos Syropoulos\\ % Xanthi, Greece\\ % \texttt{asyropoulos@yahoo.com}} -% \date{2009/11/23\\ Last Updated 2013/07/05} +% \date{2009/11/23\\ Last Updated 2014/12/27} %\maketitle % \begin{abstract} % The \textsf{xgreek} package provides rudimentary support for Greek language @@ -86,7 +86,7 @@ % I first need to set up the correct |\uccode|s and |\lccode|s. % \begin{macrocode} %<*xgreek> -\message{Package `xgreek' version 2.5 by Apostolos Syropoulos} +\message{Package `xgreek' version 2.6 by Apostolos Syropoulos} \global\lccode"0370="0371 \global\uccode"0370="0370 \global\lccode"0371="0371 \global\uccode"0371="0370 \global\lccode"0372="0373 \global\uccode"0372="0372 @@ -492,9 +492,9 @@ % which, in some systems, is confused with MIDDLE DOT. The use of command |\numer@lsign| % will be explained later. % \begin{macrocode} -\def\anwtonos{\char"0374\relax} +\def\anwtonos{ʹ} %GREEK NUMERAl SIGN \let\numer@lsign\anwtonos -\def\katwtonos{\char"0375\relax} +\def\katwtonos{͵} %GREEK LOWER NUMERAL SIGN \def\koppa{\char"03DF\relax} \def\sampi{\char"03E1\relax} \def\Digamma{\char"03DC\relax} @@ -579,7 +579,7 @@ % \begin{macro}{\anw@true} % \begin{macro}{\anw@false} % \begin{macro}{\anw@print} -% When a large number with three \emph{trailing} zero's is to be +% When a large number with three \emph{trailing} zeros is to be % printed those zeros \emph{and} the numeric mark need to be % discarded. As each `digit' is processed by a separate macro % \emph{and} because the processing needs to be expandable we need diff --git a/Master/texmf-dist/source/xelatex/xgreek/xgreek.ins b/Master/texmf-dist/source/xelatex/xgreek/xgreek.ins index 838963cdb17..af1a9716964 100644 --- a/Master/texmf-dist/source/xelatex/xgreek/xgreek.ins +++ b/Master/texmf-dist/source/xelatex/xgreek/xgreek.ins @@ -1,9 +1,9 @@ -%% Copyright 2007—2011 Apostolos Syropoulos +%% Copyright 2007—2014 Apostolos Syropoulos %% %% This file is part of the `xgreek' package. %% You are not allowed to modify its contents. %% -\def\filedate{2013/07/02} +\def\filedate{2014/12/27} \def\batchfile{xgreek.ins} \input docstrip.tex @@ -24,7 +24,7 @@ \preamble - (c) Copyright 2007—2013 Apostolos Syropoulos + (c) Copyright 2007—2014 Apostolos Syropoulos This program can be redistributed and/or modified under the terms of the LaTeX Project Public License Distributed from http://www.latex-project.org/lppl.txt; either diff --git a/Master/texmf-dist/tex/xelatex/xgreek/xgreek.sty b/Master/texmf-dist/tex/xelatex/xgreek/xgreek.sty index c2c0ffa77ff..7daa7339691 100644 --- a/Master/texmf-dist/tex/xelatex/xgreek/xgreek.sty +++ b/Master/texmf-dist/tex/xelatex/xgreek/xgreek.sty @@ -6,7 +6,7 @@ %% %% xgreek.dtx (with options: `xgreek') %% -%% (c) Copyright 2007—2013 Apostolos Syropoulos +%% (c) Copyright 2007—2014 Apostolos Syropoulos %% This program can be redistributed and/or modified under the %% terms of the LaTeX Project Public License Distributed from %% http://www.latex-project.org/lppl.txt; either @@ -35,8 +35,8 @@ %% Right brace \} Tilde \~} %% \ProvidesFile{xgreek.sty} - [2013/07/05 v2.5 Package `xgreek.sty'] -\message{Package `xgreek' version 2.5 by Apostolos Syropoulos} + [2014/12/27 v2.6 Package `xgreek.sty'] +\message{Package `xgreek' version 2.6 by Apostolos Syropoulos} \global\lccode"0370="0371 \global\uccode"0370="0370 \global\lccode"0371="0371 \global\uccode"0371="0370 \global\lccode"0372="0373 \global\uccode"0372="0372 @@ -417,9 +417,9 @@ \ifcase\month\or Ἰανουαρίου\or Φεβρουαρίου\or Μαρτίου\or Ἀπριλίου\or Μαΐου\or Ἰουνίου\or Ἰουλίου\or Αὐγούστου\or Σεπτεμβρίου\or Ὀκτωβρίου\or Νοεμβρίου\or Δεκεμβρίου\fi} -\def\anwtonos{\char"0374\relax} +\def\anwtonos{ʹ} %GREEK NUMERAl SIGN \let\numer@lsign\anwtonos -\def\katwtonos{\char"0375\relax} +\def\katwtonos{͵} %GREEK LOWER NUMERAL SIGN \def\koppa{\char"03DF\relax} \def\sampi{\char"03E1\relax} \def\Digamma{\char"03DC\relax} |