OFF TOPIC -- Latex Question

Carmel carmel_ny at hotmail.com
Tue Nov 20 02:06:54 UTC 2012


On Mon, 19 Nov 2012 11:48:01 -1000
Open Slate articulated:


> On Mon, Nov 19, 2012 at 11:08 AM, Boris Samorodov <bsam at passap.ru>
> wrote:
> 
> > 20.11.2012 00:02, Carmel пишет:
> >
> > > I know this doesn't belong here; however I was hoping someone
> > > could give me a quick answer.
> > >
> > > I have a document I am writing, 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}}
> 
> This sort of worked for me, but still had problems. 1) my Latex starts
> chapters on a new page, which may or may not fit the bill. 2) In Lyx
> the chapter command wants a title; I could not get just Article I.
> I'm sure both of these are fixable, Latex can do virtually anything.

Use this to suppress the one chapter per page occurrence.

	\usepackage{etoolbox}

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

-- 
Carmel ✌
carmel_ny at hotmail.com



More information about the freebsd-questions mailing list