reorganizing the repository
[project-aon.git] / common / pdf / build / lw / TODO
1
2 BUGS:
3 ----
4
5 - In LaTeX some sections end up with their 'choices' sections being orphaned. 
6   The XSL style has been changed to add a \nopagebreak in choices but
7   it still happens some times.
8
9   Solution #1: (Thomas Wolmer)
10   > <all text paragraphs erxcept the last one>
11   > \begin{samepage}
12   > <last text paragraph>
13   > <all choices>
14   > \end{samepage}
15
16   Solution #2: (Ingo Kloecker)
17
18   Use \enlargethispage{\baselineskip} (or some multiple of \baselineskip) to
19   fit more on a page or \newpage (or something similar) to force a page break.
20
21   Whatever the solution that means changing the TeX files and changes have to
22   be preserved (see TODO item #1)
23
24
25 TODO: 
26 ----
27
28  * Use the Souvenir font or another (good) alternative. 
29
30  * (if using non-Standard fonts) Embed fonts in documents, this is recommended
31   procedure in order to make sure it looks good in all PDF readers. Some PDF
32   readers might not have the exact font and replace it with a different one and
33   make it look ugly.
34
35   Note: This might violate the licensing use of the font, however
36
37 - Use PNG files instead of generating PDF files as this is not required when
38   using pdflatex (as opposed of using latex + dvips)
39
40 - [Spanish] Provide bearer scroll and action chart for the Grandmaster and New
41   Order series for Spanish under es/pdf/lw/$series/ 
42
43     Note: Already done for Kai
44
45 DONE
46 ----
47
48 - PDF file is currently missing:
49     - Action Chart
50     - Random Number Table
51
52 - Make it possible to have external patches to the TeX files that get applied
53   before build
54   
55 - Add meta-data when generating PDF files, this can be done either using
56     pdftk (pdftk in.pdf update_info in.info output out.pdf )  or (better yet)
57     using hyperxmp. See
58     http://www.ctan.org/tex-archive/macros/latex/contrib/hyperxmp/
59
60     To see the current metadata provided
61        pdftk <book_name>.pdf dump_data output -
62     or (simpler)
63         pdfinfo <book_name>.pdf
64
65 - [Spanish] Update Makefiles to define 'series'