Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Nov 2012 21:05:43 -0500
From:      Carmel <carmel_ny@hotmail.com>
To:        FreeBSD <freebsd-questions@freebsd.org>
Subject:   Re: OFF TOPIC -- Latex Question
Message-ID:  <BLU0-SMTP6449C15832193DAAC3BB7993550@phx.gbl>
In-Reply-To: <CAAuBV2crhbK%2B%2BcadTXGcvT==53y41Q80udbFG-cPzakg5b29dg@mail.gmail.com>
References:  <BLU0-SMTP289A0AFAB8B2B612D1983F793560@phx.gbl> <50AA9FDF.3090708@passap.ru> <CAAuBV2crhbK%2B%2BcadTXGcvT==53y41Q80udbFG-cPzakg5b29dg@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon=2C 19 Nov 2012 11:48:01 -1000
Open Slate articulated:


> On Mon=2C Nov 19=2C 2012 at 11:08 AM=2C Boris Samorodov <bsam@passap.ru>
> wrote:
>=20
> > 20.11.2012 00:02=2C Carmel =D0=BF=D0=B8=D1=88=D0=B5=D1=82:
> >
> > > I know this doesn't belong here=3B however I was hoping someone
> > > could give me a quick answer.
> > >
> > > I have a document I am writing=2C actually a new set of By Laws for
> > > an organization. The format should be as shown here:
> > >
> > >               Article I
> > >                 Name
> > >
> > > Bla-bla
> > >
> > > section 1
> > >
> > > section 2
> > >
> > >               Article II
> > >                 Members
> >
> > \renewcommand{\chaptername}{Article}
> > \renewcommand{\thechapter}{\Roman{chapter}}
>=20
> This sort of worked for me=2C but still had problems. 1) my Latex starts
> chapters on a new page=2C which may or may not fit the bill. 2) In Lyx
> the chapter command wants a title=3B I could not get just Article I.
> I'm sure both of these are fixable=2C Latex can do virtually anything.

Use this to suppress the one chapter per page occurrence.

	\usepackage{etoolbox}

	\makeatletter
	\patchcmd{\chapter}{\if@openright\cleardoublepage\else\clearpage\fi}{}{}{}
	\makeatother

--=20
Carmel =E2=9C=8C
carmel_ny@hotmail.com




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BLU0-SMTP6449C15832193DAAC3BB7993550>