summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/texilikechaps
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-12-16 23:41:17 +0000
committerKarl Berry <karl@freefriends.org>2012-12-16 23:41:17 +0000
commitb7076b690970a8add30aa5e71963c625b90cfa38 (patch)
treec76bb36eeda419d8fcf4da386ffcb354dcc7c42e /Master/texmf-dist/tex/latex/texilikechaps
parent3571c112dbb45b95caa7b864682e7b280cca5fdd (diff)
texilikechaps (16dec12)
git-svn-id: svn://tug.org/texlive/trunk@28553 c570f23f-e606-0410-a88d-b1316a301751
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.