summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/texilikechaps
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/texilikechaps')
-rw-r--r--Master/texmf-dist/tex/latex/texilikechaps/texilikechaps.sty10
1 files changed, 7 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/texilikechaps/texilikechaps.sty b/Master/texmf-dist/tex/latex/texilikechaps/texilikechaps.sty
index 8449c2bd339..1d2ec717370 100644
--- a/Master/texmf-dist/tex/latex/texilikechaps/texilikechaps.sty
+++ b/Master/texmf-dist/tex/latex/texilikechaps/texilikechaps.sty
@@ -66,7 +66,11 @@
% Here comes the real stuff.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\ProvidesPackage{texilikechaps}[2008/06/14 v1.0 Texinfo-like chapters and sections]
+%
+% \change{1.0}{20080614}{First release.}
+% \change{1.0a}{20121214}{Reduced chapter style from LARGE to Large.}
+%
+\ProvidesPackage{texilikechaps}[2012/12/14 v1.0a Texinfo-like chapters and sections]
\newcommand{\txisct@chapapp}{}
@@ -94,7 +98,7 @@
\vskip\txisct@chapaftersep
}}
}
-\newcommand{\txichapter}[1][\normalfont\LARGE\bfseries]{#1}
+\newcommand{\txichapter}[1][\normalfont\Large\bfseries]{#1}
\newcommand{\txichapterdelim}[1][\quad]{#1}
\newcommand{\restorechapapp}{\let\txisct@chapapp\@chapapp}
@@ -109,7 +113,7 @@
% Default chapter format.
-\newcommand{\chapterheadfmt}[1][\LARGE\bfseries]{#1}
+\newcommand{\chapterheadfmt}[1][\Large\bfseries]{#1}
% The following code has been rendered obsolete by the sectsty package
% Here it goes, anyway.