[latexrefman-commits] [SCM] latexrefman updated: r582 - trunk

vincentb1 at gnu.org.ua vincentb1 at gnu.org.ua
Tue Aug 8 12:47:29 CEST 2017


Author: vincentb1
Date: 2017-08-08 13:47:29 +0300 (Tue, 08 Aug 2017)
New Revision: 582

Modified:
   trunk/ChangeLog
   trunk/Makefile.1
   trunk/NEWS-fr
   trunk/latex2e-fr.dbk
   trunk/latex2e-fr.dvi
   trunk/latex2e-fr.html
   trunk/latex2e-fr.info
   trunk/latex2e-fr.pdf
   trunk/latex2e-fr.xml
Log:
Prepare August 2017 CTAN Delivery

* Makefile.1 (update-date-en): Make awk version generation script
for en insensitive to Locale --- due to my migrating from MSYS1 to
MSYS2.
(fr,en,es): Robustify output genreric targets for them to concern
only manual output.
(tag): Port from GNA! to Puszcza the tag taget.
(help): document target tag

* NEWS-fr: Add delivery note --- translated from Jim's, thank you
Jim!


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2017-08-08 10:10:41 UTC (rev 581)
+++ trunk/ChangeLog	2017-08-08 10:47:29 UTC (rev 582)
@@ -1,5 +1,20 @@
 2017-08-08  Vincent Belaïche  <vincentb1 at users.sourceforge.net>
 
+	* NEWS-fr: Add delivery note --- translated from Jim's, thank you
+	Jim!
+
+	* Makefile.1 (update-date-en): Make awk version generation script
+	for en insensitive to Locale --- due to my migrating from MSYS1 to
+	MSYS2.
+	(fr,en,es): Robustify output genreric targets for them to concern
+	only manual output.
+	(tag): Port from GNA! to Puszcza the tag taget.
+	(help): document target tag
+
+	* latex2e-fr.{dbk,.dvi,.html,.info,.pdf,.texi,.txt,.xml}: Compilation for August 2017  delivery to CTAN.
+
+2017-08-08  Vincent Belaïche  <vincentb1 at users.sourceforge.net>
+
 	* latex2e-fr.texi: Update version & copyright notice for August 2017 delivery to CTAN.
 
 	* latex2e-fr.{dbk,.dvi,.html,.info,.pdf,.texi,.txt,.xml}: Compilation for August 2017  delivery to CTAN.

Modified: trunk/Makefile.1
===================================================================
--- trunk/Makefile.1	2017-08-08 10:10:41 UTC (rev 581)
+++ trunk/Makefile.1	2017-08-08 10:47:29 UTC (rev 582)
@@ -39,6 +39,7 @@
 
 #
 all_suffixes = dvi pdf $(makeinfo_suffixes)
+all_manuals:=$(foreach lang,$(languages),$($(lang)_manual)) 
 
 
 #  how to build.
@@ -56,24 +57,24 @@
 # Go somewhere useful from Top.
 texi2html_top = -c TOP_NODE_UP_URL=http://tug.org/texinfohtml/
 
-%.pdf: %.texi
+$(addsuffix .pdf,$(all_manuals)):%.pdf: %.texi
 	$(texi2pdf) $<
-%.dvi: %.texi
+$(addsuffix .dvi,$(all_manuals)):%.dvi: %.texi
 	$(texi2dvi) $<
 #
-%.dbk: %.texi
+$(addsuffix .dbk,$(all_manuals)):%.dbk: %.texi
 	$(texi2docbook) -o $@ $<
-%.html: %.texi
+$(addsuffix .html,$(all_manuals)):%.html: %.texi
 	$(texi2html) $<
 
-%/index.html: %.texi
+$(addsuffix /index.html,$(all_manuals)):%/index.html: %.texi
 	$(makeinfo) --html $(texi2html_top) $<
 
-%.info: %.texi
+$(addsuffix .info,$(all_manuals)):%.info: %.texi
 	$(texi2info) $<
-%.txt: %.texi
+$(addsuffix .txt,$(all_manuals)):%.txt: %.texi
 	$(texi2txt) -o $@ $<
-%.xml: %.texi
+$(addsuffix .xml,$(all_manuals)):%.xml: %.texi
 	$(texi2xml) $<
 
 
@@ -126,7 +127,19 @@
 endef
 define en_updated_awk
 function updated(){\
-  return strftime("%B %Y",time_stamp);\
+  monthes[1]="January";\
+  monthes[2]="February";\
+  monthes[3]="March";\
+  monthes[4]="April";\
+  monthes[5]="May";\
+  monthes[6]="June";\
+  monthes[7]="July";\
+  monthes[8]="August";\
+  monthes[9]="September";\
+  monthes[10]="October";\
+  monthes[11]="November";\
+  monthes[12]="December";\
+  return monthes[month] " " year;\
 }
 endef
 define es_updated_awk
@@ -243,7 +256,7 @@
 # Distribution per language.
 define lang_template
 .PHONY: dist-$(1)
-dist-$(1): updated-$(1)
+dist-$(1): $(1) updated-$(1)
 	@uncommited=`svn status $$(call dist_output,$(1)) $$(call txt_files,$(1))`; \
 	echo -n "$$$$uncommited"; \
 	if [ -n "$$$$uncommited" -a -z "$(DIST_FORCE)" ]; \
@@ -318,18 +331,18 @@
 $(eval $(foreach LANG,$(languages),$(call _1,$(LANG))))
 
 # Convenience target to tag a delivery to CTAN
-GNA_USERID&=vincentb1
+VC_USERID&=vincentb1
 TAG?=ctan$(VERSION)
 MESSAGE?=Delivery to CTAN $(VERSION)
-CTANTAG?=svn copy svn+ssh://$(GNA_USERID)@svn.gna.org/svn/latexrefman/trunk svn+ssh://$(GNA_USERID)@svn.gna.org/svn/latexrefman/tags/$(TAG) -m "$(MESSAGE)"
+CTANTAG?=svn copy svn+ssh://$(VC_USERID)@svn.gna.org.ua/latexrefman/trunk svn+ssh://$(VC_USERID)@svn.gna.org.ua/latexrefman/tags/$(TAG) -m "$(MESSAGE)"
 .PHONY: tag
 tag:
-ifeq ($(GNA_USERID),)
-	echo 'Please define GNA_USERID variable in your environment to your GNA! user id'
+ifeq ($(VC_USERID),)
+	echo 'Please define VC_USERID variable in your environment to your Puszcza user id'
 	exit -1
 else ifeq ($(TAG),ctan)
-	@if test -z '$(GNA_USERID)'; then \
-		echo 'Please define GNA_USERID variable in your environment to your GNA! user id'; \
+	@if test -z '$(VC_USERID)'; then \
+		echo 'Please define VC_USERID variable in your environment to your Puszcza user id'; \
 		exit -1; \
 	else \
 		$(MAKE) $@ "VERSION=$(shell date '+%Y-%m-%dT%T')"; \
@@ -408,6 +421,7 @@
 .PHONY: help h ?
 h ?:help
 help:
+	@echo "Target tag to set an SVN tag to delivered version"
 	@echo "Target svr to revert all products"
 	@echo "Target svd to make an svn diff over all deliverable sources"
 	@echo "Target check-dw to check double words in .texi source for all languages"

Modified: trunk/NEWS-fr
===================================================================
--- trunk/NEWS-fr	2017-08-08 10:10:41 UTC (rev 581)
+++ trunk/NEWS-fr	2017-08-08 10:47:29 UTC (rev 582)
@@ -6,6 +6,16 @@
 French translation originally from Vincent Belaïche.
 
 ----------------------------------------------------------------
+Changements dans la parution d'août 2017 :
+
+En plus des corrections ordinaires de coquilles/traductions
+incomplète, les changements de cette version couvrent \makeatletter et
+\makeatother, \@startsection, et les commandes nécessaires aux auteurs
+de classes et paquetages, ainsi que des amélioration dans les
+descrption des flottants, de l'environement letter, de \raisebox,
+\onecolumn et \twocolumn, et bien plus encrore.
+	
+----------------------------------------------------------------
 Changements dans la parution de novembre 2016 :
 
 Correction de beaucoup de coquilles

Modified: trunk/latex2e-fr.dbk
===================================================================
--- trunk/latex2e-fr.dbk	2017-08-08 10:10:41 UTC (rev 581)
+++ trunk/latex2e-fr.dbk	2017-08-08 10:47:29 UTC (rev 582)
@@ -59,7 +59,7 @@
 <para>Tous droits réservés © 2015-2017 Vincent Belaïche — traduction.
 
 Tous droits réservés © 2007, 2008, 2009, 2010, 2011, 2012, 2013,
-2014, 2015, 2016 Karl Berry. 
+2014, 2015, 2016, 2017 Karl Berry. 
 
 Tous droits réservés © 1988, 1994, 2007 Stephen Gilmore. 
 
@@ -103,7 +103,7 @@
 <para>Tous droits réservés © 2015-2017 Vincent Belaïche — traduction.
 
 Tous droits réservés © 2007, 2008, 2009, 2010, 2011, 2012, 2013,
-2014, 2015, 2016 Karl Berry. 
+2014, 2015, 2016, 2017 Karl Berry. 
 
 Tous droits réservés © 1988, 1994, 2007 Stephen Gilmore. 
 

Modified: trunk/latex2e-fr.dvi
===================================================================
(Binary files differ)

Modified: trunk/latex2e-fr.html
===================================================================
--- trunk/latex2e-fr.html	2017-08-08 10:10:41 UTC (rev 581)
+++ trunk/latex2e-fr.html	2017-08-08 10:47:29 UTC (rev 582)
@@ -18,7 +18,7 @@
 Tous droits réservés (C) 2015-2017 Vincent Belaïche - traduction.
 
 Tous droits réservés (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013,
-2014, 2015, 2016 Karl Berry. 
+2014, 2015, 2016, 2017 Karl Berry. 
 
 Tous droits réservés (C) 1988, 1994, 2007 Stephen Gilmore. 
 

Modified: trunk/latex2e-fr.info
===================================================================
--- trunk/latex2e-fr.info	2017-08-08 10:10:41 UTC (rev 581)
+++ trunk/latex2e-fr.info	2017-08-08 10:47:29 UTC (rev 582)
@@ -17,7 +17,7 @@
 
    Tous droits réservés © 2015-2017 Vincent Belaïche — traduction.
 Tous droits réservés © 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014,
-2015, 2016 Karl Berry.
+2015, 2016, 2017 Karl Berry.
 Tous droits réservés © 1988, 1994, 2007 Stephen Gilmore.
 Tous droits réservés © 1994, 1995, 1996 Torsten Martinsen.
 
@@ -10883,240 +10883,240 @@
 
 
 Tag Table:
-Node: Top2112
-Node: About this document4581
-Node: Overview6867
-Node: Starting and ending8710
-Ref: Starting & ending8835
-Node: Output files10060
-Ref: Output files-Footnote-112874
-Ref: Output files-Footnote-212980
-Node: TeX engines13016
-Node: LaTeX command syntax15973
-Node: Environment18129
-Node: Declaration19377
-Node: \makeatletter and \makeatother19832
-Node: \@startsection22604
-Ref: \@startsection/name23875
-Ref: \@startsection/level24359
-Ref: \@startsection/indent25651
-Ref: \@startsection/beforeskip25901
-Ref: \@startsection/afterskip27517
-Ref: \@startsection/style28924
-Node: \@ifstar32066
-Node: Document classes35755
-Node: Document class options36621
-Node: Additional packages40251
-Node: Class and package construction40917
-Node: Class and package structure42802
-Node: Class and package commands45783
-Node: Fonts67196
-Node: Font styles67771
-Node: Font sizes72223
-Node: Low-level font commands73693
-Node: Layout76777
-Node: \onecolumn77395
-Node: \twocolumn77644
-Node: \flushbottom79598
-Node: \raggedbottom80030
-Node: Page layout parameters80358
-Node: Floats84967
-Node: Sectioning93103
-Ref: Sectioning/secnumdepth94738
-Node: Cross references95017
-Node: \label97343
-Node: \pageref99219
-Node: \ref100018
-Node: Environments100806
-Node: abstract102451
-Node: array104270
-Node: center106749
-Node: \centering107257
-Node: description108264
-Node: displaymath109648
-Node: document111610
-Node: \AtBeginDocument112082
-Node: \AtEndDocument112750
-Node: enumerate113446
-Node: eqnarray116228
-Node: equation117942
-Node: figure118361
-Node: filecontents120431
-Node: flushleft122361
-Node: \raggedright123037
-Node: flushright123735
-Node: \raggedleft124368
-Node: itemize125071
-Node: letter130061
-Node: list130344
-Node: \item131537
-Node: math132794
-Node: minipage133129
-Node: picture134594
-Node: \circle139506
-Node: \makebox (picture)139954
-Node: \framebox (picture)140811
-Node: \dashbox141377
-Node: \frame142028
-Node: \line142397
-Node: \linethickness142940
-Node: \thicklines143426
-Node: \thinlines143772
-Node: \multiput144111
-Node: \oval144521
-Node: \put145412
-Node: \shortstack145696
-Node: \vector146221
-Node: quotation and quote146591
-Node: tabbing148002
-Node: table151487
-Node: tabular152980
-Node: \multicolumn161733
-Node: \cline166323
-Node: \hline166663
-Node: \vline167030
-Node: thebibliography167468
-Node: \bibitem168831
-Node: \cite169823
-Node: \nocite170518
-Node: Using BibTeX170868
-Node: theorem172774
-Node: titlepage173192
-Node: verbatim173919
-Node: \verb174631
-Node: verse175307
-Node: Line breaking175863
-Node: \\177106
-Node: \obeycr & \restorecr178392
-Node: \newline178934
-Node: \- (hyphenation)179993
-Node: \discretionary180688
-Node: \fussy182934
-Node: \sloppy183434
-Node: \hyphenation183841
-Node: \linebreak & \nolinebreak184552
-Node: Page breaking185312
-Node: \cleardoublepage185951
-Node: \clearpage186473
-Node: \newpage186808
-Node: \enlargethispage187066
-Node: \pagebreak & \nopagebreak187646
-Node: Footnotes188418
-Node: \footnote189759
-Node: \footnotemark191893
-Node: \footnotetext192545
-Node: Footnotes in a table193114
-Node: Footnotes in section headings195203
-Node: Footnote parameters196300
-Node: Definitions197249
-Node: \newcommand & \renewcommand197917
-Node: \newcounter202587
-Node: \newlength203156
-Node: \newsavebox203768
-Node: \newenvironment & \renewenvironment204394
-Node: \newtheorem209335
-Node: \newfont213314
-Node: \protect215316
-Node: Counters217887
-Node: \alph \Alph \arabic \roman \Roman \fnsymbol219179
-Node: \usecounter220982
-Node: \value221399
-Node: \setcounter221836
-Node: \addtocounter222144
-Node: \refstepcounter222464
-Node: \stepcounter222870
-Node: \day \month \year223151
-Node: Lengths223818
-Node: Units of length224551
-Node: \setlength226440
-Node: \addtolength226956
-Node: \settodepth227323
-Node: \settoheight227658
-Node: \settowidth227993
-Node: Predefined lengths228332
-Node: Making paragraphs228949
-Node: \indent229636
-Node: \noindent230216
-Node: \parskip230774
-Node: Marginal notes231086
-Node: Math formulas233307
-Node: Subscripts & superscripts235551
-Node: Math symbols237261
-Node: Math functions267299
-Node: Math accents268447
-Node: Spacing in math mode269730
-Node: Math miscellany271439
-Node: Modes274625
-Node: \ensuremath277004
-Node: Page styles278063
-Node: \maketitle278633
-Node: \pagenumbering278759
-Node: \pagestyle279346
-Node: \thispagestyle279495
-Node: Spaces279842
-Node: \hspace281213
-Node: \hfill281957
-Node: \(SPACE) and \@282469
-Node: \(SPACE) after control sequence284472
-Node: \frenchspacing285605
-Node: \thinspace286430
-Node: \/286746
-Node: \hrulefill \dotfill288201
-Node: \addvspace289363
-Node: \bigskip \medskip \smallskip290580
-Node: \vfill291714
-Node: \vspace292765
-Node: Boxes293886
-Node: \mbox294760
-Node: \fbox and \framebox295112
-Node: lrbox296061
-Node: \makebox296490
-Node: \parbox297361
-Node: \raisebox299278
-Node: \savebox299998
-Node: \sbox300492
-Node: \usebox301015
-Node: Special insertions301311
-Node: Reserved characters302217
-Node: Symbols by font position303678
-Node: Text symbols304480
-Node: Accents308703
-Node: Non-English characters311902
-Node: \rule313448
-Node: \today313924
-Node: Splitting the input314812
-Node: \include315771
-Node: \includeonly316537
-Node: \input317189
-Node: Front/back matter317816
-Node: Tables of contents318067
-Node: \addcontentsline319302
-Node: \addtocontents320621
-Node: Glossaries321285
-Node: Indexes321908
-Node: Letters323911
-Node: \address328364
-Node: \cc329334
-Node: \closing329815
-Node: \encl330232
-Node: \location330451
-Node: \makelabels330739
-Node: \name333153
-Node: \opening333392
-Node: \ps333784
-Node: \signature334034
-Node: \telephone335329
-Node: Terminal input/output335788
-Node: \typein336073
-Node: \typeout336779
-Node: Command line337544
-Node: Document templates338500
-Node: beamer template339016
-Node: book template339777
-Node: tugboat template340169
-Node: License translation342772
-Node: Concept Index343744
-Node: Command Index397816
+Node: Top2118
+Node: About this document4587
+Node: Overview6873
+Node: Starting and ending8716
+Ref: Starting & ending8841
+Node: Output files10066
+Ref: Output files-Footnote-112880
+Ref: Output files-Footnote-212986
+Node: TeX engines13022
+Node: LaTeX command syntax15979
+Node: Environment18135
+Node: Declaration19383
+Node: \makeatletter and \makeatother19838
+Node: \@startsection22610
+Ref: \@startsection/name23881
+Ref: \@startsection/level24365
+Ref: \@startsection/indent25657
+Ref: \@startsection/beforeskip25907
+Ref: \@startsection/afterskip27523
+Ref: \@startsection/style28930
+Node: \@ifstar32072
+Node: Document classes35761
+Node: Document class options36627
+Node: Additional packages40257
+Node: Class and package construction40923
+Node: Class and package structure42808
+Node: Class and package commands45789
+Node: Fonts67202
+Node: Font styles67777
+Node: Font sizes72229
+Node: Low-level font commands73699
+Node: Layout76783
+Node: \onecolumn77401
+Node: \twocolumn77650
+Node: \flushbottom79604
+Node: \raggedbottom80036
+Node: Page layout parameters80364
+Node: Floats84973
+Node: Sectioning93109
+Ref: Sectioning/secnumdepth94744
+Node: Cross references95023
+Node: \label97349
+Node: \pageref99225
+Node: \ref100024
+Node: Environments100812
+Node: abstract102457
+Node: array104276
+Node: center106755
+Node: \centering107263
+Node: description108270
+Node: displaymath109654
+Node: document111616
+Node: \AtBeginDocument112088
+Node: \AtEndDocument112756
+Node: enumerate113452
+Node: eqnarray116234
+Node: equation117948
+Node: figure118367
+Node: filecontents120437
+Node: flushleft122367
+Node: \raggedright123043
+Node: flushright123741
+Node: \raggedleft124374
+Node: itemize125077
+Node: letter130067
+Node: list130350
+Node: \item131543
+Node: math132800
+Node: minipage133135
+Node: picture134600
+Node: \circle139512
+Node: \makebox (picture)139960
+Node: \framebox (picture)140817
+Node: \dashbox141383
+Node: \frame142034
+Node: \line142403
+Node: \linethickness142946
+Node: \thicklines143432
+Node: \thinlines143778
+Node: \multiput144117
+Node: \oval144527
+Node: \put145418
+Node: \shortstack145702
+Node: \vector146227
+Node: quotation and quote146597
+Node: tabbing148008
+Node: table151493
+Node: tabular152986
+Node: \multicolumn161739
+Node: \cline166329
+Node: \hline166669
+Node: \vline167036
+Node: thebibliography167474
+Node: \bibitem168837
+Node: \cite169829
+Node: \nocite170524
+Node: Using BibTeX170874
+Node: theorem172780
+Node: titlepage173198
+Node: verbatim173925
+Node: \verb174637
+Node: verse175313
+Node: Line breaking175869
+Node: \\177112
+Node: \obeycr & \restorecr178398
+Node: \newline178940
+Node: \- (hyphenation)179999
+Node: \discretionary180694
+Node: \fussy182940
+Node: \sloppy183440
+Node: \hyphenation183847
+Node: \linebreak & \nolinebreak184558
+Node: Page breaking185318
+Node: \cleardoublepage185957
+Node: \clearpage186479
+Node: \newpage186814
+Node: \enlargethispage187072
+Node: \pagebreak & \nopagebreak187652
+Node: Footnotes188424
+Node: \footnote189765
+Node: \footnotemark191899
+Node: \footnotetext192551
+Node: Footnotes in a table193120
+Node: Footnotes in section headings195209
+Node: Footnote parameters196306
+Node: Definitions197255
+Node: \newcommand & \renewcommand197923
+Node: \newcounter202593
+Node: \newlength203162
+Node: \newsavebox203774
+Node: \newenvironment & \renewenvironment204400
+Node: \newtheorem209341
+Node: \newfont213320
+Node: \protect215322
+Node: Counters217893
+Node: \alph \Alph \arabic \roman \Roman \fnsymbol219185
+Node: \usecounter220988
+Node: \value221405
+Node: \setcounter221842
+Node: \addtocounter222150
+Node: \refstepcounter222470
+Node: \stepcounter222876
+Node: \day \month \year223157
+Node: Lengths223824
+Node: Units of length224557
+Node: \setlength226446
+Node: \addtolength226962
+Node: \settodepth227329
+Node: \settoheight227664
+Node: \settowidth227999
+Node: Predefined lengths228338
+Node: Making paragraphs228955
+Node: \indent229642
+Node: \noindent230222
+Node: \parskip230780
+Node: Marginal notes231092
+Node: Math formulas233313
+Node: Subscripts & superscripts235557
+Node: Math symbols237267
+Node: Math functions267305
+Node: Math accents268453
+Node: Spacing in math mode269736
+Node: Math miscellany271445
+Node: Modes274631
+Node: \ensuremath277010
+Node: Page styles278069
+Node: \maketitle278639
+Node: \pagenumbering278765
+Node: \pagestyle279352
+Node: \thispagestyle279501
+Node: Spaces279848
+Node: \hspace281219
+Node: \hfill281963
+Node: \(SPACE) and \@282475
+Node: \(SPACE) after control sequence284478
+Node: \frenchspacing285611
+Node: \thinspace286436
+Node: \/286752
+Node: \hrulefill \dotfill288207
+Node: \addvspace289369
+Node: \bigskip \medskip \smallskip290586
+Node: \vfill291720
+Node: \vspace292771
+Node: Boxes293892
+Node: \mbox294766
+Node: \fbox and \framebox295118
+Node: lrbox296067
+Node: \makebox296496
+Node: \parbox297367
+Node: \raisebox299284
+Node: \savebox300004
+Node: \sbox300498
+Node: \usebox301021
+Node: Special insertions301317
+Node: Reserved characters302223
+Node: Symbols by font position303684
+Node: Text symbols304486
+Node: Accents308709
+Node: Non-English characters311908
+Node: \rule313454
+Node: \today313930
+Node: Splitting the input314818
+Node: \include315777
+Node: \includeonly316543
+Node: \input317195
+Node: Front/back matter317822
+Node: Tables of contents318073
+Node: \addcontentsline319308
+Node: \addtocontents320627
+Node: Glossaries321291
+Node: Indexes321914
+Node: Letters323917
+Node: \address328370
+Node: \cc329340
+Node: \closing329821
+Node: \encl330238
+Node: \location330457
+Node: \makelabels330745
+Node: \name333159
+Node: \opening333398
+Node: \ps333790
+Node: \signature334040
+Node: \telephone335335
+Node: Terminal input/output335794
+Node: \typein336079
+Node: \typeout336785
+Node: Command line337550
+Node: Document templates338506
+Node: beamer template339022
+Node: book template339783
+Node: tugboat template340175
+Node: License translation342778
+Node: Concept Index343750
+Node: Command Index397822
 
 End Tag Table
 

Modified: trunk/latex2e-fr.pdf
===================================================================
(Binary files differ)

Modified: trunk/latex2e-fr.xml
===================================================================
--- trunk/latex2e-fr.xml	2017-08-08 10:10:41 UTC (rev 581)
+++ trunk/latex2e-fr.xml	2017-08-08 10:47:29 UTC (rev 582)
@@ -66,7 +66,7 @@
 </para>
 <para>Tous droits réservés ©right; 2015-2017 Vincent Belaïche &textmdash; traduction.&linebreak;
 Tous droits réservés ©right; 2007, 2008, 2009, 2010, 2011, 2012, 2013,
-2014, 2015, 2016 Karl Berry. &linebreak;
+2014, 2015, 2016, 2017 Karl Berry. &linebreak;
 Tous droits réservés ©right; 1988, 1994, 2007 Stephen Gilmore. &linebreak;
 Tous droits réservés ©right; 1994, 1995, 1996 Torsten Martinsen.
 </para>



More information about the latexrefman-commits mailing list