Wise decision. I've seen too many stories stop permenently with a
note that the author wanted to edit the beginning before continuing.
>> I was going to ask 'what is the difference between the "presentation"
>> version of the PDF and the "normal" version?' but I've just downloaded
>> the former and it's gorgeous. That's going to be some piece of work to
>> re-jig, I'll bet, it's a work of beauty and art, properly befitting
>> the story within :-D
>
> I think it will be easy enough to change the title, but that's also
> someone else's work, so I don't want to promise anything. I probably
> won't change the title on the "Presentation" version unless I can get
> another cover image. It'd be really confusing, otherwise.
>
The presentation version could well be very easy to rejig, assuming it
comes from a nice typesetting program, such as LaTeX. I'm continually
surprised at how many people will comment positively on the difference
between a LaTeXed document and the Word/OO.org documents they're used
to.
> No, I can't do that. That would be considered distribution and thus
> illegal. However, there is nothing stopping you from taking a
> publicly-available file off of the internet and sending it to Lulu to
> create an archival copy for your own, personal use.
>
I actually have a fanfic (not MoO) on order from LuLu. (Generated
from XeLaTeX, of course :P) MoO's on my list of things to get
printed, though, if I like how it comes out.
> The presentation version could well be very easy to rejig, assuming it
> comes from a nice typesetting program, such as LaTeX. I'm continually
> surprised at how many people will comment positively on the difference
> between a LaTeXed document and the Word/OO.org documents they're used
> to.
Remotely related - If anyone would like their fanfics LaTeXified, I'd
be happy to do so. I will return to you a nice PDF and the LyX files.
I'll even include a basic LyX primer if you ask nicely.
- Alex
I started out with LyX, but have since just moved over to plain LaTeX,
just using LyX if I want to see, quickly, how to do something.
For something more complex I might use LyX, but fanfics really don't
need more that \chapter, \emph, indenting, bold, and a scene
separator, and I've made my own custom versions of all of them to make
it even nicer and easier. (A chapter command that allows prologues,
epilogues, handle unnamed chapters nicely, and allows optional
sub-names, for example.) LaTeX is easier to generate from a script,
too, which saves most of the effort of doing the HTML->LaTex, since a
perl script gets most of it.
And in LyX you can't really play with penalties and spaces in the same
way, so you can't get the scene separations to avoid 2-line
section-widows/orphans automatically, for example.
~ pfeil
P.S. The TeX line-breaking algorithm is really rather interesting, and
surprisingly powerful. I just wish there was a version that used the
line-breaking algorithm for page-breaking, too, since we have the
computing power, now.