5/13 I'm trying to typeset a document in LaTeX, and I'd like to break it
up into smaller more manageable files. But when I say:
\chapter{Introduction}
\include{chap1}
it puts the chap1.tex text on a new page, when I'd like to have
it on the same page that has the "Introduction" chapter heading.
How can I do this? Thanks.
\_ Use \input not \include. \include == {\clearpage \input \clearpage}.
\include is useful only in conjunction with \includeonly. -recentphd
\_ Thanks.
\_ You making any money recentphd?
\_ he's a recentphd in a bad economy. there are plenty of jobs
for waiters and movie ushers.
\_ I'm a professor. Relatively immune from vagarities of the
economy. Economy is bad, funding sucks, but good students
come to grad school. Economy is good, funding is good,
but the smart students get rich instead. My job, fairly
steady either way. -recentphd
\_ Related question: is there a reason people use LaTeX now that
OpenOffice exists?
\_ I wouldn't write technical papers in OO.
\_ Practically, most conferences / theses have LaTeX formats,
so it's most convenient to write in LaTeX. LaTeX makes
beautiful output although Frame is close and Word is evidently
getting better. Equations totally rock in LaTeX, more so than
anything else. LaTeX is very portable - there's something to
be said for software that can be used anywhere (Mac, PC, Unix).
It's also a text format which is (IMHO) more convenient than
a binary format. Philosophically, I find it nice to write
in Emacs without worrying about what it will look like when it
is typeset. Separating out the content-creation from content-
layout is desirable ... WYSIWYG is not such a good thing for
writers. This is a philosophical point though - I like
separating the two, but you may not.
\_ Scientific Word and Mathematica both provide a WYSIWYG
environment with TeX output.
\_ There are several real-time TeX editors. Blue Sky makes
"TeXtures" for instance. I prefer to write in emacs
and compile when I'm done writing, but your mileage
may vary.
\_ Using MS Office (or its poor clones) in science is Considered
Harmful(tm). Actually, the group revisioning functions of
Word can be handy in writing papers collaboratively, but if you
ever see Excel being used in a scientific project -- run!!!
Seriously, papers written in Word look awful. The nice thing
about using a structured document format (LaTeX, SGML, etc)
coupled with the World's Best Typesetter (TeX or maybe even
troff) is the total consistency of the output. Word documents
inevitably accumulate accidental font changes, unintended
automatic substitutions (like a list (a), (b), (c), ..., where
the (c) is automatically transformed into a copyright symbol).
Having converted totally to writing term papers (etc) in EMACS
with LaTeX, I can't go back -- Word with all its useless bells
and whistles is just Too Painful.
\_ What's amazing is that Science magazine uses Word 97 as
their standard. You can send your manuscript in in
latex, but then they convert it to word 97 in house. |