Skip to content

Commit bd95890

Browse files
Rename many files
This changes the name of many files, to suit the name Cadet.
1 parent 9a7f056 commit bd95890

34 files changed

+58
-68
lines changed

class/Makefile

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Makefile -- Directives BSD Make pour les fichiers de classes
22

3-
# Copyright © 2001–2015 Michael Grünewald
3+
# Copyright © 2001–2016 Michael Grünewald
44
# All rights reserved.
55
#
66
# This file is part of Cadet TeX.
@@ -19,11 +19,12 @@
1919
# along with Cadet TeX. If not, see <http://www.gnu.org/licenses/>.
2020

2121

22-
CLASS+= mg_letter.cls
23-
CLASS+= mg_cover.cls
24-
CLASS+= mg_article.cls
25-
CLASS+= mg_examen.cls
26-
CLASS+= mg_planche_exos.cls
22+
CLASS+= cadet_article.cls
23+
CLASS+= cadet_cover.cls
24+
CLASS+= cadet_examination.cls
25+
CLASS+= cadet_exercise_sheet.cls
26+
CLASS+= cadet_letter.cls
27+
CLASS+= cadet_paper.cls
2728

2829
.include "cadet.files.mk"
2930

class/mg_article.cls renamed to class/cadet_article.cls

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
%%% mg_article.cls -- Bibliothèque pour la préparation d'articles
1+
%%% cadet_article.cls -- Bibliothèque pour la préparation d'articles
22

3-
%
4-
5-
% Copyright © 2001–2015 Michael Grünewald
3+
% Copyright © 2001–2016 Michael Grünewald
64
% All rights reserved.
75
%
86
% This file is part of Cadet TeX.
@@ -246,4 +244,4 @@
246244

247245
\auxinput
248246

249-
%%% End of file `mg_article.cls'
247+
%%% End of file `cadet_article.cls'

class/mg_cover.cls renamed to class/cadet_cover.cls

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%%% mg_cover.cls -- Bibliothèque pour la préparation de lettres de motivation
1+
%%% cadet_cover.cls -- Bibliothèque pour la préparation de lettres de motivation
22

33
% Copyright © 2001–2015 Michael Grünewald
44
% All rights reserved.
@@ -476,4 +476,4 @@
476476
\selectlocalemainlocale
477477
\relaxmode
478478

479-
%%% End of file `mg_cover.cls'
479+
%%% End of file `cadet_cover.cls'

class/mg_examen.cls renamed to class/cadet_examination.cls

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
%%% mg_examen.cls -- Feuillets d'examens
2-
3-
%
1+
%%% cadet_examination.cls -- Feuillets d'examens
42

53
% Copyright © 2001–2015 Michael Grünewald
64
% All rights reserved.
@@ -212,4 +210,4 @@
212210
\def\begindirectives{\begingroup\it}
213211
\def\enddirectives{\par\endgroup\medskip}
214212

215-
%%% End of file `mg_examen.cls'
213+
%%% End of file `cadet_examination.cls'

class/mg_planche_exos.cls renamed to class/cadet_exercise_sheet.cls

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%%% mg_planche_exos.cls -- Planches d'exos
1+
%%% cadet_exercise_sheet.cls -- Planches d'exos
22

33
% Copyright © 2001–2015 Michael Grünewald
44
% All rights reserved.
@@ -96,4 +96,4 @@
9696

9797
\ifexists{eheader}\input eheader\fi
9898

99-
%%% End of file `mg_planche_exos.cls'
99+
%%% End of file `cadet_exercise_sheet.cls'

class/mg_letter.cls renamed to class/cadet_letter.cls

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%%% mg_letter.cls -- Bibliothèque pour la préparation de lettres
1+
%%% cadet_letter.cls -- Bibliothèque pour la préparation de lettres
22

33
% Copyright © 2001–2015 Michael Grünewald
44
% All rights reserved.
@@ -517,4 +517,4 @@
517517
\selectlocalemainlocale
518518
\relaxmode
519519

520-
%%% End of file `mg_letter.cls'
520+
%%% End of file `cadet_letter.cls'

class/paper.cls renamed to class/cadet_paper.cls

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%%% paper.cls -- Papiers divers
1+
%%% cadet_paper.cls -- Papiers divers
22

33
% Copyright © 2001–2015 Michael Grünewald
44
% All rights reserved.
@@ -356,4 +356,4 @@
356356

357357
\ifexists{paperrc}\input paperrc \fi
358358

359-
%%% End of file `paper.cls'
359+
%%% End of file `cadet_paper.cls'

example/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
# along with Cadet TeX. If not, see <http://www.gnu.org/licenses/>.
2020

2121

22-
SUBDIR+= mg_article
23-
SUBDIR+= mg_letter
24-
SUBDIR+= mg_examen
22+
SUBDIR+= cadet_article
23+
SUBDIR+= cadet_letter
24+
SUBDIR+= cadet_examen
2525
SUBDIR+= macro
2626

2727
.include "generic.subdir.mk"

example/mg_article/Makefile renamed to example/cadet_article/Makefile

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,22 @@
1919
# along with Cadet TeX. If not, see <http://www.gnu.org/licenses/>.
2020

2121

22-
DOCUMENT= galley.tex
22+
DOCUMENT= galley.tex
2323

24-
SRCS+= galley.tex
25-
SRCS+= gsssr.tex
26-
SRCS+= local.mac
27-
SRCS+= agraf.tex
28-
SRCS+= appbor.tex
29-
SRCS+= gsssr.tex
30-
SRCS+= radjsl2.tex
31-
SRCS+= rsm2sl2.tex
32-
SRCS+= rstdsl2.tex
33-
SRCS+= torcn.tex
34-
SRCS+= torrep.tex
35-
SRCS+= torsg.tex
24+
SRCS+= galley.tex
25+
SRCS+= gsssr.tex
26+
SRCS+= local.mac
27+
SRCS+= agraf.tex
28+
SRCS+= appbor.tex
29+
SRCS+= gsssr.tex
30+
SRCS+= radjsl2.tex
31+
SRCS+= rsm2sl2.tex
32+
SRCS+= rstdsl2.tex
33+
SRCS+= torcn.tex
34+
SRCS+= torrep.tex
35+
SRCS+= torsg.tex
3636

37-
CLEANFILES+= galley.aux
37+
CLEANFILES+= galley.aux
3838

3939
.include "cadet.project.mk"
4040

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

example/mg_examen/Makefile renamed to example/cadet_examen/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
# You should have received a copy of the GNU General Public License
1919
# along with Cadet TeX. If not, see <http://www.gnu.org/licenses/>.
2020

21-
DOCUMENT+= ccont1.tex
22-
DOCUMENT+= ccont1_cr.tex
23-
FIGS+= figure.mp
21+
DOCUMENT+= ccont1.tex
22+
DOCUMENT+= ccont1_cr.tex
23+
FIGS+= figure.mp
2424

25-
MPTEX=pdftex --fmt=${FORMAT.cadet}_xdvi
25+
MPTEX= pdftex --fmt=${FORMAT.cadet}_xdvi
2626

2727
.include "cadet.project.mk"
2828

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

style/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
# along with Cadet TeX. If not, see <http://www.gnu.org/licenses/>.
2020

2121
SUBDIR= generic
22-
SUBDIR+= mg_article
23-
SUBDIR+= mg_letter
22+
SUBDIR+= cadet_article
23+
SUBDIR+= cadet_letter
2424

2525
.include "generic.subdir.mk"
2626

style/mg_article/Lutece.sty renamed to style/cadet_article/Darmstadt.sty

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
%%% Lutece.sty -- Style pour mg_article
2-
%
3-
%
4-
%
1+
%%% Darmstadt.sty -- Style pour class_article
2+
53
% Copyright © 2001–2015 Michael Grünewald
64
% All rights reserved.
75
%
@@ -25,5 +23,5 @@
2523
\setlargesize
2624
\setfontweight{b}%
2725
}%
28-
%
29-
%%% End of file `Lutece.sty'
26+
27+
%%% End of file `Darmstadt.sty'

style/mg_article/Makefile renamed to style/cadet_article/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
# You should have received a copy of the GNU General Public License
1919
# along with Cadet TeX. If not, see <http://www.gnu.org/licenses/>.
2020

21-
PACKAGE = mg_article
21+
PACKAGE= cadet_article
2222

23-
STYLE+= Lutece.sty
24-
STYLE+= Original.sty
23+
STYLE+= Darmstadt.sty
24+
STYLE+= Stanford.sty
2525

2626
.include "cadet.files.mk"
2727

style/mg_article/Original.sty renamed to style/cadet_article/Stanford.sty

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
%%% Original.sty -- Style pour mg_article
2-
%
3-
%
4-
%
1+
%%% Stanford.sty -- Style pour cadet_article
2+
53
% Copyright © 2001–2015 Michael Grünewald
64
% All rights reserved.
75
%
@@ -25,5 +23,5 @@
2523
\setlargesize
2624
\setfontfamily{lmd}%
2725
}%
28-
%
29-
%%% End of file `Original.sty'
26+
27+
%%% End of file `Stanford.sty'

style/mg_letter/Makefile renamed to style/cadet_letter/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
# You should have received a copy of the GNU General Public License
1919
# along with Cadet TeX. If not, see <http://www.gnu.org/licenses/>.
2020

21-
PACKAGE = mg_letter
21+
PACKAGE= cadet_letter
2222

23-
STYLE+= dlleft.sty
23+
STYLE+= dlleft.sty
2424

2525
.include "cadet.files.mk"
2626

style/mg_letter/dlleft.sty renamed to style/cadet_letter/dlleft.sty

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
%%% dlleft.sty -- Style pour mg_letter
2-
%
3-
%
4-
%
1+
%%% dlleft.sty -- Style pour cadet_letter
2+
53
% Copyright © 2001–2015 Michael Grünewald
64
% All rights reserved.
75
%
@@ -112,5 +110,4 @@
112110
\obeylines\ignorespaces
113111
}
114112

115-
116113
%%% End of file `dlleft.sty'

0 commit comments

Comments
 (0)