[RFC PATH 2/6] book.cls: Fix indent after \chapter in twocolumn

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>From a0a92cb0f614ba369973dc0eb1184d01fa73cee7 Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@xxxxxxxxx>
Date: Sun, 11 Sep 2016 00:01:02 +0900
Subject: [RFC PATH 2/6] book.cls: Fix indent after \chapter in twocolumn

Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx>
---
 book.cls | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/book.cls b/book.cls
index 0713d4d..2455a78 100644
--- a/book.cls
+++ b/book.cls
@@ -32,6 +32,10 @@
 %% by the LaTeX Project.  These modifications allow specifying "hardcover"
 %% in order to generate 10.75x8.25in pages for hardcover books.
 %% 
+%% It has also been modified by Akira Yokosawa. The modification fixes
+%% indentation behavior of first paragraph in a chapter when twocolumn
+%% option is specified.
+%%
 %% This file may only be distributed together with a copy of the LaTeX
 %% base system. You may however distribute the LaTeX base system without
 %% such generated files.
@@ -60,7 +64,7 @@
 %%   Right brace   \}     Tilde         \~}
 \NeedsTeXFormat{LaTeX2e}[1995/12/01]
 \ProvidesClass{book}
-              [2014/09/29 v1.4h-pem
+              [2014/09/29 v1.4h-pem-ay
  Standard LaTeX document class]
 \newcommand\@ptsize{}
 \newif\if@restonecol
@@ -391,8 +395,8 @@
                       \@topnewpage[\@makechapterhead{#2}]%
                     \else
                       \@makechapterhead{#2}%
-                      \@afterheading
-                    \fi}
+                    \fi
+                    \@afterheading}
 \def\@makechapterhead#1{%
   \vspace*{50\p@}%
   {\parindent \z@ \raggedright \normalfont
@@ -411,8 +415,8 @@
                    \@topnewpage[\@makeschapterhead{#1}]%
                  \else
                    \@makeschapterhead{#1}%
-                   \@afterheading
-                 \fi}
+                 \fi
+                 \@afterheading}
 \def\@makeschapterhead#1{%
   \vspace*{50\p@}%
   {\parindent \z@ \raggedright
-- 
1.9.1


--
To unsubscribe from this list: send the line "unsubscribe perfbook" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux