Put a little more detail (including copyright notice) into
frontmatter of latex version. Also prepare for inclusion
of png graphics.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103245 13f79535-47bb-0310-9956-ffa450edef68
- Change the base font to 10pt. Yes, this is a little smaller than
I prefer for reading a long book, but it makes it much easier to
fit text in tables/examples/lines/etc, and it shrinks the whole
thing by about 100 pages.
- Fix issue with inter-item spacing.
- Change all links to blue (the green was too light, and I don't feel
like figuring out how to fix that with the latex color package)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100377 13f79535-47bb-0310-9956-ffa450edef68
- Replace " with \texttt{"}, which is ugly, but less ugly than quotes going
in the wrong direction.
- Add a disclaimer to the front of the book telling people to look
at the html if they have a problem.
- Use "longtable" (and thereby allow a pagebreak) for tables with
more than 15 rows.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100319 13f79535-47bb-0310-9956-ffa450edef68
- Add transformations of quickreference and faq.
- Move <seealso> and the titles to their own templates to avoid
repeating code.
- Fix external directives.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100304 13f79535-47bb-0310-9956-ffa450edef68
- Add a little more meta-information to the pdf file (title/author)
- Remove the dependency on fullpage.sty, since this is not a standard
latex package.
- With <note type="Warning">, replace the arrow with an exclamation mark
in a box.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100267 13f79535-47bb-0310-9956-ffa450edef68
- Another attempt to fix the # URL issue.
- Table changes:
- Use \small font inside tables.
- Use bold for table headers.
- Another hack to deal with <br>: use a small-skip rather
than a line-break after an <indent>.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100243 13f79535-47bb-0310-9956-ffa450edef68
- Add directive index.
- Number the front-matter pages using roman numerals
- Omit any <br/> that ends a block.
- Improve the rendering of <indent> by using a
list environment rather than a minipage.
- Update the TODO list.
Current draft at:
http://www.apache.org/~slive/manual/
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100225 13f79535-47bb-0310-9956-ffa450edef68
- Add the moduleindex
- Add borders where appropriate to tables
- Include table headers (but don't style them properly yet)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100223 13f79535-47bb-0310-9956-ffa450edef68
- Increase the inter-list-item spacing a little.
- Decrease the font-size used in examples by one notch (\small).
- Use regular paragraph formatting in the directive synopsis
table cells rather than a minipage.
- Add links to <directive> and <module> (online only, not page numbers)
- Fix the space missing in the directive titles.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100206 13f79535-47bb-0310-9956-ffa450edef68
1. Fix transformation of absolute <a href>s to footnotes,
and include hyperref links. This is a result of fixing
a bug in the latex escaping template.
2. Turn off the ugly box around the links, and make them
colored instead.
3. Slightly shrink the inter-paragraph spacing, and the spacing
around <notes> and <examples>.
4. Change to favour standard pdf fonts where possible. This
may or may not be a good move in the long run.
A new version is online at
http://www.apache.org/~slive/manual/
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100173 13f79535-47bb-0310-9956-ffa450edef68