Juan Segarra wrote: > Hi, > some days ago I started making a pdf version of the spell summary > located at crossfire.real-time.com. It was initially for myself, just > for having it locally in a single file. However, I think the result > could be interesting for adding it in the game documentation, so I send > you it, just in case. > > "magic.pdf.gz" is the pdf version > "magic.tex.gz" is the source latex document, which must be compiled with > the pdflatex because it includes many png files. > "changes" contains all changes/doubts/todo of this document from my > point of view. > I've not included images in this mail, but you can find them in the web. > > Also, the pdf may have errors, so a revision by someone knowing more > than me about spells would be nice. Took a quick look at this. Looks reasonable. But to be honest, I'm getting a little wary of adding tex/latex documents, as there generally seems to be a lack of anyone to maintain them. I notice the spell-docs directory in the server distribution hasn't been modified in almost 3 years - certainly way out of date. I'm also not sure the origin of all the files there (doc/spell-docs), as there are postscript versions without any clear indication how they get built. I personally would like all docs to be in HTML - tools necessary to build those are easier, and I think HTML is more widely known that lex. I can understand the desire to have just a single file that contains all the information. I wonder if there is a HTML -> pdf tool. I guess worst case is it can be done as HTML -> postscript, and I think ghostscript can do ps -> pdf. Formatting isn't quite so good in HTML as say tex, but I wonder if the ease of only having one set of docs outweighs this. I certainly think the file you provide is useful. It can probably be used to replace most of the information in the spell-docs directory. Unclear right now why there are 4 *.txt files in that directory anyways, most of them are quite short can could easily just be a quick intro. I'm not sure where the spell-summary page on real-time came from. but certainly the spell information is a bit out of date.