summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/babel-contrib/greek/grmath.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/babel-contrib/greek/grmath.dtx')
-rw-r--r--macros/latex/contrib/babel-contrib/greek/grmath.dtx38
1 files changed, 19 insertions, 19 deletions
diff --git a/macros/latex/contrib/babel-contrib/greek/grmath.dtx b/macros/latex/contrib/babel-contrib/greek/grmath.dtx
index 000daadcd8..69168f4063 100644
--- a/macros/latex/contrib/babel-contrib/greek/grmath.dtx
+++ b/macros/latex/contrib/babel-contrib/greek/grmath.dtx
@@ -2,10 +2,10 @@
%
% Copyright 1989-2008 Johannes L. Braams and any individual authors
% listed elsewhere in this file. All rights reserved.
-%
+%
% This file is part of the Babel system.
% --------------------------------------
-%
+%
% It may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
% of this license or (at your option) any later version.
@@ -13,15 +13,15 @@
% http://www.latex-project.org/lppl.txt
% and version 1.3 or later is part of all distributions of LaTeX
% version 2003/12/01 or later.
-%
+%
% This work has the LPPL maintenance status "maintained".
-%
+%
% The Current Maintainer of this work is Johannes Braams.
-%
+%
% The list of all files belonging to the Babel system is
% given in the file `manifest.bbl. See also `legal.bbl' for additional
% information.
-%
+%
% The list of derived (unpacked) files belonging to the distribution
% and covered by LPPL is defined by the unpacking scripts (with
% extension .ins) which are part of the distribution.
@@ -37,11 +37,11 @@
% appears in the modified file.
%
% Please report errors or suggestions for improvement to
-%
+%
% Apostolos Syropoulos
% 366, 28th October Str.
% GR-671 00 Xanthi, GREECE
-%
+%
% apostolo at platon.ee.duth.gr or apostolo at obelix.ee.duth.gr
%
%\fi
@@ -57,9 +57,9 @@
% \end{macrocode}
%\fi
%
-% \changes{grmath-1.2}{2001/02/12}{Package provides options ``grlog''
+% \changes{grmath-1.2}{2001/02/12}{Package provides options ``grlog''
% (default) and ``enlog'' that create Greek and Latin names
-% log functions}
+% log functions}
%
% \title{Greek log-like Operators}
% \author{Apostolos Syropoulos\\
@@ -71,10 +71,10 @@
%
% \MakeShortVerb{|}
% \section{What is this all about?}
-%
+%
% In Greece, until recently, it was common practice to write down most
-% log-like functions as abbreviations of their Greek names. Consequently,
-% high school students and even university freshmen were not familiar with
+% log-like functions as abbreviations of their Greek names. Consequently,
+% high school students and even university freshmen were not familiar with
% the Latin names employed in international literature. However, this practice
% is fading away in universities but it is still in wide use in books for
% high schools, mainly because the Latin names would produce nothing but
@@ -82,7 +82,7 @@
% so that they produce the Greek name, instead of the Latin one. The package
% can be used only in conjunction with the |greek| option of the |babel|
% package. The new option |enlog| allows one to keep the Latin names for
-% the log functions.
+% the log functions.
% \StopEventually
%
% \section{The Implementation}
@@ -98,7 +98,7 @@
% The next thing we do is to process the options. The default option
% ``grlog'' generates Greek names for log functions and the ``enlog''
% option generates Latin names for log functions.
-% \begin{macrocode}
+% \begin{macrocode}
\DeclareOption{grlog}{%
\def\log{\mathop{\mathgroup\symgroperators log_{10}}\nolimits}
\def\ln{\mathop{\mathgroup\symgroperators log_%
@@ -111,10 +111,10 @@
\ExecuteOptions{grlog}
\ProcessOptions
% \end{macrocode}
-%
+%
% Now we check to see if the |babel| package is loaded with at least
% the |greek| option. In case it isn't, we opt to produce an error message.
-% \begin{macrocode}
+% \begin{macrocode}
\@ifpackagewith{babel}{greek}{}{%
\@ifpackagewith{babel}{polutonikogreek}{}{%
\PackageError{grmath}{%
@@ -135,7 +135,7 @@
% \end{macrocode}
%
% We are now ready to proceed with the redefinitions of the log-like
-% operator names.
+% operator names.
% \begin{macrocode}
\def\sin{\mathop{\mathgroup\symgroperators hm}\nolimits}
\def\cos{\mathop{\mathgroup\symgroperators sun}\nolimits}
@@ -162,7 +162,7 @@
% \end{macrocode}
%
% \section*{Dedication}
-% I would like to dedicate this piece of work to my son
+% I would like to dedicate this piece of work to my son
% \begin{center}Demetrios-Georgios.\end{center}
% \Finale
\endinput