diff options
author | Karl Berry <karl@freefriends.org> | 2016-02-25 22:37:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-02-25 22:37:35 +0000 |
commit | d5549a9409ee20ad3a68e970697b176f5d1d0841 (patch) | |
tree | 3fc798e966b8204c5bbb8275a083e28c25d2a005 /Master | |
parent | 98a791bcc156df953b64c7ec2e85e7d6b9f1e1ec (diff) |
babel-friulan (25feb16)
git-svn-id: svn://tug.org/texlive/trunk@39861 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/generic/babel-friulan/friulan.pdf | bin | 104621 -> 137834 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/generic/babel-friulan/friulan.dtx | 16 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/babel-friulan/friulan.ldf | 8 |
3 files changed, 13 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/generic/babel-friulan/friulan.pdf b/Master/texmf-dist/doc/generic/babel-friulan/friulan.pdf Binary files differindex 994f0ad2e7d..c2a65f6febc 100644 --- a/Master/texmf-dist/doc/generic/babel-friulan/friulan.pdf +++ b/Master/texmf-dist/doc/generic/babel-friulan/friulan.pdf diff --git a/Master/texmf-dist/source/generic/babel-friulan/friulan.dtx b/Master/texmf-dist/source/generic/babel-friulan/friulan.dtx index dc0bff9636e..a1b44235106 100644 --- a/Master/texmf-dist/source/generic/babel-friulan/friulan.dtx +++ b/Master/texmf-dist/source/generic/babel-friulan/friulan.dtx @@ -46,7 +46,7 @@ The maintainer is Claudio Beccari %<code>\ProvidesLanguage{friulan} %\fi %\ProvidesFile{friulan.dtx} - [2016/02/23 v1.1 friulan support for the babel system] + [2016/02/23 v.1.3 friulan support for the babel system] %\iffalse %<*filedriver> \documentclass{ltxdoc} @@ -56,15 +56,17 @@ The maintainer is Claudio Beccari \newcommand*{\note}[1]{} \newcommand*{\Lopt}[1]{\textsf{#1}} \newcommand*{\file}[1]{\texttt{#1}} -\author{Claudio Beccari --- claudio dot beccari at gmail dot com} +\makeatletter\let\gobbletwo\@gobbletwo\makeatother +\author{Claudio Beccari --- \texttt{claudio dot beccari at gmail dot com}} \title{The Friulan language module for \babel} -\date{\filedate\ -- version \fileversion} +\date{\filedate\ -- version \expandafter\gobbletwo\fileversion} \begin{document} \DocInput{friulan.dtx} \end{document} %</filedriver> %\fi % \GetFileInfo{friulan.dtx} +%\maketitle % % \section{The Friulan language} % @@ -91,7 +93,7 @@ The maintainer is Claudio Beccari % to have a few wrong line breaks. % % \StopEventually{} -% +% \section{The code} % The macro |\LdfInit| takes care of preventing that this file is % loaded more than once, checking the category code of the % \texttt{@} sign, etc. |\CurrentOption| is actually the name of @@ -111,9 +113,6 @@ The maintainer is Claudio Beccari % with |\CurrentOption|. % % \begin{macrocode} -\expandafter\ifx\csname l@\CurrentOption\endcsname\relax - \expandafter\let\csname l@\CurrentOption\endcsname\l@friulan -\fi \ifx\l@friulan\@undefined \ifx\l@furlan\@undefined \@nopatterns{friulan} @@ -124,6 +123,9 @@ The maintainer is Claudio Beccari \let\l@friulan\l@furlan \fi \fi +\expandafter\ifx\csname l@\CurrentOption\endcsname\relax + \expandafter\let\csname l@\CurrentOption\endcsname\l@friulan +\fi % \end{macrocode} % For the <Dialect> version of these definitions we just add a % ``dialect''. Also, the macros |\captions<dialect>| and diff --git a/Master/texmf-dist/tex/generic/babel-friulan/friulan.ldf b/Master/texmf-dist/tex/generic/babel-friulan/friulan.ldf index a1b3af5b258..d2f51af2b99 100644 --- a/Master/texmf-dist/tex/generic/babel-friulan/friulan.ldf +++ b/Master/texmf-dist/tex/generic/babel-friulan/friulan.ldf @@ -16,11 +16,8 @@ %% %% \ProvidesLanguage{friulan} - [2016/02/23 v1.1 friulan support for the babel system] + [2016/02/23 v.1.3 friulan support for the babel system] \LdfInit{\CurrentOption}{captions\CurrentOption} -\expandafter\ifx\csname l@\CurrentOption\endcsname\relax - \expandafter\let\csname l@\CurrentOption\endcsname\l@friulan -\fi \ifx\l@friulan\@undefined \ifx\l@furlan\@undefined \@nopatterns{friulan} @@ -31,6 +28,9 @@ \let\l@friulan\l@furlan \fi \fi +\expandafter\ifx\csname l@\CurrentOption\endcsname\relax + \expandafter\let\csname l@\CurrentOption\endcsname\l@friulan +\fi \adddialect\l@furlan\l@friulan \providehyphenmins{\CurrentOption}{\tw@\tw@} \@namedef{captions\CurrentOption}{% |