texlive[47914] Master: yathesis (3jun18)
commits+karl at tug.org
commits+karl at tug.org
Sun Jun 3 23:19:13 CEST 2018
Revision: 47914
http://tug.org/svn/texlive?view=revision&revision=47914
Author: karl
Date: 2018-06-03 23:19:13 +0200 (Sun, 03 Jun 2018)
Log Message:
-----------
yathesis (3jun18)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/yathesis/french/documentation/annexes/faq.tex
trunk/Master/texmf-dist/doc/latex/yathesis/french/documentation/annexes/notations.tex
trunk/Master/texmf-dist/doc/latex/yathesis/french/documentation/annexes/recommandations.tex
trunk/Master/texmf-dist/doc/latex/yathesis/french/documentation/corps/pages-titre.tex
trunk/Master/texmf-dist/doc/latex/yathesis/french/documentation/corps/personnalisation.tex
trunk/Master/texmf-dist/doc/latex/yathesis/french/documentation/corps/proprietes-document.tex
trunk/Master/texmf-dist/doc/latex/yathesis/french/documentation/liminaires/titre.tex
trunk/Master/texmf-dist/doc/latex/yathesis/french/documentation/yathesis-fr.pdf
trunk/Master/texmf-dist/doc/latex/yathesis/french/documentation/yathesis-fr.tex
trunk/Master/texmf-dist/doc/latex/yathesis/french/exemples/specimen/a-plat/these.pdf
trunk/Master/texmf-dist/source/latex/yathesis/yathesis.dtx
trunk/Master/texmf-dist/tex/latex/yathesis/yathesis.cls
trunk/Master/tlpkg/libexec/ctan2tds
Modified: trunk/Master/texmf-dist/doc/latex/yathesis/french/documentation/annexes/faq.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/yathesis/french/documentation/annexes/faq.tex 2018-06-03 21:17:01 UTC (rev 47913)
+++ trunk/Master/texmf-dist/doc/latex/yathesis/french/documentation/annexes/faq.tex 2018-06-03 21:19:13 UTC (rev 47914)
@@ -368,7 +368,7 @@
J'essaie de modifier la profondeur de numérotation de mon document en
spécifiant la valeur du compteur \docAuxKey*{secnumdepth} au moyen de la
commande :
-\begin{preamblecode}
+\begin{preamblecode}[]
\setcounter{secnumdepth}{"\meta{nombre}"}
\end{preamblecode}
mais cela n'a aucun effet. Pourquoi ?
@@ -404,7 +404,7 @@
\url{https://facile.cines.fr/\#latex}.} d'insérer en introduction du fichier
(maître) \file{.tex}, avant même la déclaration
\docAuxCommand{documentclass} :
-\begin{preamblecode}
+\begin{preamblecode}[]
\pdfobjcompresslevel 0
\end{preamblecode}
\end{dbfaq}
Modified: trunk/Master/texmf-dist/doc/latex/yathesis/french/documentation/annexes/notations.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/yathesis/french/documentation/annexes/notations.tex 2018-06-03 21:17:01 UTC (rev 47913)
+++ trunk/Master/texmf-dist/doc/latex/yathesis/french/documentation/annexes/notations.tex 2018-06-03 21:19:13 UTC (rev 47914)
@@ -138,7 +138,7 @@
\begin{bodycode}[title=\meta{titre}]
"\meta{code source}"
\end{bodycode}
-\begin{preamblecode}
+\begin{preamblecode}[]
"\meta{code source à insérer en préambule}"
\end{preamblecode}
\begin{preamblecode}[title=\meta{titre}]
@@ -220,20 +220,20 @@
\begin{enumerate}
\item \docValue*{true} si l'utilisateur l'emploie en option de la \yatCl mais
sans lui passer de valeur :
-\begin{preamblecode}
+\begin{preamblecode}[]
\documentclass[nofrontcover,"\meta{autres options}"]{yathesis}
\end{preamblecode}
\item \docValue*{false} si l'utilisateur ne l'emploie pas en option de la \yatCl :
-\begin{preamblecode}
+\begin{preamblecode}[]
\documentclass["\meta{toutes options sauf \refKey*{nofrontcover}}"]{yathesis}
\end{preamblecode}
\item la valeur \docValue*{true} ou \docValue*{false} que l'utilisateur lui
passe le cas échéant en option de la \yatCl :
-\begin{preamblecode}
+\begin{preamblecode}[]
\documentclass[nofrontcover=true,"\meta{autres options}"]{yathesis}
\end{preamblecode}
ou
-\begin{preamblecode}
+\begin{preamblecode}[]
\documentclass[nofrontcover=false,"\meta{autres options}"]{yathesis}
\end{preamblecode}
\end{enumerate}
Modified: trunk/Master/texmf-dist/doc/latex/yathesis/french/documentation/annexes/recommandations.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/yathesis/french/documentation/annexes/recommandations.tex 2018-06-03 21:17:01 UTC (rev 47913)
+++ trunk/Master/texmf-dist/doc/latex/yathesis/french/documentation/annexes/recommandations.tex 2018-06-03 21:19:13 UTC (rev 47914)
@@ -46,7 +46,7 @@
arborescence} fourni avec la présente classe, les acronymes peuvent être
définis dans le \File{\acronymsfile} situé dans le
\Folder{\auxiliarydirectory}.} :
-\begin{preamblecode}
+\begin{preamblecode}[]
\newacronym{ulco}{ULCO}{université du Littoral Côte d'Opale}
\end{preamblecode}
on peut recourir, non pas à \lstinline[deletekeywords={[5]institute}]|\institute{ULCO}|, mais à :
Modified: trunk/Master/texmf-dist/doc/latex/yathesis/french/documentation/corps/pages-titre.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/yathesis/french/documentation/corps/pages-titre.tex 2018-06-03 21:17:01 UTC (rev 47913)
+++ trunk/Master/texmf-dist/doc/latex/yathesis/french/documentation/corps/pages-titre.tex 2018-06-03 21:19:13 UTC (rev 47914)
@@ -75,7 +75,7 @@
\docAuxEnvironment{tcolorbox} du \Package{tcolorbox} (cf. la
documentation de ce package) ;
\item passée entre paire d'accolades :
-\begin{preamblecode}
+\begin{preamblecode}[]
\yadsetup{frametitle={"\meta{autre}"}}
\end{preamblecode}
\end{enumerate}
@@ -86,7 +86,7 @@
\begin{dbexample}{Cadre personnalisé autour du titre de la thèse}{}
Pour que le cadre entourant le titre de la thèse soit ombré, il suffit de
saisir :
-\begin{preamblecode}
+\begin{preamblecode}[]
\maketitle[frametitle=shadowbox]
\end{preamblecode}
\end{dbexample}
@@ -97,7 +97,7 @@
fonctionnalités du \Package{tcolorbox} pour obtenir un cadre
\enquote{fantaisie} autour du titre de la thèse.%
\NoAutoSpacing%
-\begin{preamblecode}
+\begin{preamblecode}[]
\maketitle[frametitle={colback=red!50!white,beamer}]
\end{preamblecode}
\end{dbexample}
Modified: trunk/Master/texmf-dist/doc/latex/yathesis/french/documentation/corps/personnalisation.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/yathesis/french/documentation/corps/personnalisation.tex 2018-06-03 21:17:01 UTC (rev 47913)
+++ trunk/Master/texmf-dist/doc/latex/yathesis/french/documentation/corps/personnalisation.tex 2018-06-03 21:19:13 UTC (rev 47914)
@@ -15,7 +15,7 @@
Les \meta{options} de classe de la \yatCl sont à passer selon la syntaxe
usuelle :
-\begin{preamblecode}
+\begin{preamblecode}[]
\documentclass["\meta{options}"]{yathesis}
\end{preamblecode}
% Tester et documenter la commande |\yasetup|.
@@ -107,7 +107,7 @@
Pour composer un mémoire ayant pour langue principale le français et
supplémentaire l'espagnol \aside{cas par exemple d'une thèse en linguistique
espagnole}, il suffit de passer l'option suivante à la \yatCl{}.
-\begin{preamblecode}
+\begin{preamblecode}[]
\documentclass[spanish]{yathesis}
\end{preamblecode}
\end{dbexample}
@@ -121,7 +121,7 @@
secondaire le français) et supplémentaire l'espagnol \aside{cas par exemple
d'une thèse en linguistique espagnole}, il suffit de passer les options
suivantes à la \yatCl{}.
-\begin{preamblecode}
+\begin{preamblecode}[]
\documentclass[mainlanguage=english,spanish]{yathesis}
\end{preamblecode}
\end{dbexample}
@@ -225,7 +225,7 @@
Pour que chaque chapitre de la partie principale du mémoire débute
automatiquement par sa table des matières locale, il suffit de passer l'option
suivante à la \yatCl{}.
-\begin{preamblecode}
+\begin{preamblecode}[]
\documentclass[localtocs]{yathesis}
\end{preamblecode}
@@ -232,7 +232,7 @@
Dans l'exemple précédent, les tables des matières locales vont jusqu'aux
sous-sections. Pour qu'elles aillent par exemple jusqu'aux sous-sous-sections,
on recourra à :
-\begin{preamblecode}
+\begin{preamblecode}[]
\documentclass[localtocs/depth=subsubsection]{yathesis}
\end{preamblecode}
\end{dbexample}
@@ -312,7 +312,7 @@
\indexex{bibliographie!locale}%
Pour que chaque chapitre finisse automatiquement par sa bibliographie locale,
il suffit de passer l'option suivante à la \yatCl{}.
-\begin{preamblecode}
+\begin{preamblecode}[]
\documentclass[localbibs]{yathesis}
\end{preamblecode}
\end{dbexample}
Modified: trunk/Master/texmf-dist/doc/latex/yathesis/french/documentation/corps/proprietes-document.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/yathesis/french/documentation/corps/proprietes-document.tex 2018-06-03 21:17:01 UTC (rev 47913)
+++ trunk/Master/texmf-dist/doc/latex/yathesis/french/documentation/corps/proprietes-document.tex 2018-06-03 21:19:13 UTC (rev 47914)
@@ -822,7 +822,7 @@
\index{affiliation!multiple}%
Si en plus d'être affilié à l'\gls{ulco}, René Descartes était membre du
\gls{cnrs}, on pourait procéder comme suit :
-\begin{preamblecode}
+\begin{preamblecode}[]
\referee[affiliation={ULCO, CNRS}]{René}{Descartes}
\end{preamblecode}
On notera la paire d'accolades, nécessaire conformément
Modified: trunk/Master/texmf-dist/doc/latex/yathesis/french/documentation/liminaires/titre.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/yathesis/french/documentation/liminaires/titre.tex 2018-06-03 21:17:01 UTC (rev 47913)
+++ trunk/Master/texmf-dist/doc/latex/yathesis/french/documentation/liminaires/titre.tex 2018-06-03 21:19:13 UTC (rev 47914)
@@ -2,7 +2,7 @@
Documentation de la classe \texorpdfstring{\yat}{yathesis}%
}
%
-\subtitle[\version{0.99q}]{\version{0.99q}}
+\subtitle[\version{0.99r}]{\version{0.99r}}
%
\author[denis.bitouze at lmpa.univ-littoral.fr]{Denis}{Bitouzé}
%
Modified: trunk/Master/texmf-dist/doc/latex/yathesis/french/documentation/yathesis-fr.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/yathesis/french/documentation/yathesis-fr.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/yathesis/french/documentation/yathesis-fr.tex 2018-06-03 21:17:01 UTC (rev 47913)
+++ trunk/Master/texmf-dist/doc/latex/yathesis/french/documentation/yathesis-fr.tex 2018-06-03 21:19:13 UTC (rev 47914)
@@ -3,7 +3,7 @@
% - complètement :
% pdfnup --nup 2x1 --landscape yathesis-fr.pdf --suffix 2x1
% - partiellement (par exemple, pages 1 à 80 seulement) :
-% pdfnup --nup 2x1 --landscape yathesis-fr.pdf '1-80' --suffix 2x1
+% pdfnup --nup 2x1 --landscape yathesis-fr.pdf '1-79' --suffix 2x1
%
% Pour une impression papier, on pourra avoir (préalablement à la compilation)
% passé les options :
@@ -20,6 +20,7 @@
\makeindex[title=Index des concepts,extout=pdx,extin=pnd,columnseprule]
%
\AtEndPreamble{%
+ \changes{v0.99r}{2018-06-02}{Correction de bugs}%
\changes{v0.99q}{2018-05-04}{Suppression de fichiers inutiles sur le
\acrshort*{ctan} (aucun changement dans les fonctionnalités)}%
\changes{v0.99q}{2018-04-10}{Correction de bugs}%
Modified: trunk/Master/texmf-dist/doc/latex/yathesis/french/exemples/specimen/a-plat/these.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/source/latex/yathesis/yathesis.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/yathesis/yathesis.dtx 2018-06-03 21:17:01 UTC (rev 47913)
+++ trunk/Master/texmf-dist/source/latex/yathesis/yathesis.dtx 2018-06-03 21:19:13 UTC (rev 47914)
@@ -73,7 +73,7 @@
\input docstrip.tex
\Msg{********************************************************}
\Msg{* Installation}
-\Msg{* Class: yathesis 2018-05-04 v0.99q}
+\Msg{* Class: yathesis 2018-06-02 v0.99r}
\Msg{* that helps to write thesis following French rules (DB)}
\Msg{********************************************************}
\keepsilent
@@ -265,14 +265,14 @@
\fi
%</internal>
% \fi
-% \def\YADnblastversion{0.99q}
+% \def\YADnblastversion{0.99r}
% \def\YADdatelastversion{\today}
% \def\fileversion{v\YADnblastversion}
% \def\filedate{\YADdatelastversion}
% \iffalse
%<*class>
-\def\fileversion{v0.99q}
-\def\filedate{2018/05/04}
+\def\fileversion{v0.99r}
+\def\filedate{2018/06/02}
%</class>
%<*driver>
\ProvidesFile{yathesis.dtx}
@@ -3149,7 +3149,7 @@
(test {\ifnumcomp{\value{secnumdepth}}{>}{-1}} or (not bool
{YAD at nonnumbered@chapter})) and test {\ifnumcomp{\value{chapter}}{>}{0}}
}{%
- \MakeUppercase\chaptername{}\ \thechapter.%
+ \MakeUppercase\chaptername{}\ \thechapter.
}{%
}%
\chaptertitle%
@@ -3164,7 +3164,7 @@
(test {\ifnumcomp{\value{secnumdepth}}{>}{0}} or (not bool
{YAD at nonnumbered@section})) and test {\ifnumcomp{\value{chapter}}{>}{0}}
}{%
- \thesection.%
+ \thesection.
}{%
}%
\sectiontitle%
Modified: trunk/Master/texmf-dist/tex/latex/yathesis/yathesis.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/yathesis/yathesis.cls 2018-06-03 21:17:01 UTC (rev 47913)
+++ trunk/Master/texmf-dist/tex/latex/yathesis/yathesis.cls 2018-06-03 21:19:13 UTC (rev 47914)
@@ -11,8 +11,8 @@
%% Released under the LaTeX Project Public License v1.3c or later
%% See http://www.latex-project.org/lppl.txt
%% -----------------------------------------------------------------------
-\def\fileversion{v0.99q}
-\def\filedate{2018/05/04}
+\def\fileversion{v0.99r}
+\def\filedate{2018/06/02}
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesClass{yathesis}[\filedate\space\fileversion\space Yet another class for writing thesis (DB)]
\RequirePackage{pgfopts}[2011/06/02]%
@@ -2034,7 +2034,7 @@
(test {\ifnumcomp{\value{secnumdepth}}{>}{-1}} or (not bool
{YAD at nonnumbered@chapter})) and test {\ifnumcomp{\value{chapter}}{>}{0}}
}{%
- \MakeUppercase\chaptername{}\ \thechapter.%
+ \MakeUppercase\chaptername{}\ \thechapter.
}{%
}%
\chaptertitle%
@@ -2044,7 +2044,7 @@
(test {\ifnumcomp{\value{secnumdepth}}{>}{0}} or (not bool
{YAD at nonnumbered@section})) and test {\ifnumcomp{\value{chapter}}{>}{0}}
}{%
- \thesection.%
+ \thesection.
}{%
}%
\sectiontitle%
Modified: trunk/Master/tlpkg/libexec/ctan2tds
===================================================================
--- trunk/Master/tlpkg/libexec/ctan2tds 2018-06-03 21:17:01 UTC (rev 47913)
+++ trunk/Master/tlpkg/libexec/ctan2tds 2018-06-03 21:19:13 UTC (rev 47914)
@@ -425,10 +425,10 @@
'eulervm', "&MAKEcopy",
'euproposal', "die 'skipping, replaced by proposal'",
'eurofont', "die 'skipping, support for nonfree fonts or obsolete'",
- 'europs', "die 'skipping, support for nonfree fonts",
- 'eurosans', "die 'skipping, support for nonfree fonts",
+ 'europs', "die 'skipping, support for nonfree fonts'",
+ 'eurosans', "die 'skipping, support for nonfree fonts'",
'eurosym', "&MAKEflatten",
- 'everysel', "die 'skipping, use ms",
+ 'everysel', "die 'skipping, use ms'",
'excel2latex', "die 'skipping, only supports excel?'",
'expl3', "die 'skipping, now l3kernel, etc.'",
'expressgx', "&MAKEexpressg",
More information about the tex-live-commits
mailing list