Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

userconfig.xml 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <!--<!DOCTYPE configuration SYSTEM "config.dtd">-->
  2. <!--
  3. this file contains templates which allow an user easy
  4. configuration of Fop. Actually normally you don't need this configuration
  5. file, but if you need to change configuration, you should
  6. always use this file and *not* config.xml.
  7. Usage: java org.apache.fop.apps.Fop -c userconfig.xml -fo fo-file -pdf pdf-file
  8. -->
  9. <configuration>
  10. <!-- NOT IMPLEMENTED
  11. basedir: normally the base directory is the directory where the fo file is
  12. located. if you want to specify your own, uncomment this entry
  13. -->
  14. <!--
  15. <entry>
  16. <key>baseDir</key>
  17. <value></value>
  18. </entry>
  19. -->
  20. <!--
  21. ************************************************************************
  22. HYPHENATION
  23. ************************************************************************
  24. -->
  25. <!--
  26. hyphenation directory
  27. if you want to specify your own directory with hyphenation pattern
  28. then uncomment the next entry and add the directory name
  29. -->
  30. <!--
  31. <entry>
  32. <key>hyphenation-dir</key>
  33. <value>/java/xml-fop/hyph</value>
  34. </entry>
  35. -->
  36. <!--
  37. ************************************************************************
  38. Add fonts here
  39. ************************************************************************
  40. -->
  41. <fonts>
  42. <!-- example -->
  43. <!--
  44. <font metrics-file="arial.xml" kerning="yes" embed-file="arial.ttf">
  45. <font-triplet name="Arial" style="normal" weight="normal"/>
  46. <font-triplet name="ArialMT" style="normal" weight="normal"/>
  47. </font>
  48. <font metrics-file="arialb.xml" kerning="yes" embed-file="arialb.ttf">
  49. <font-triplet name="Arial" style="normal" weight="bold"/>
  50. <font-triplet name="ArialMT" style="normal" weight="bold"/>
  51. </font>
  52. <font metrics-file="ariali.xml" kerning="yes" embed-file="ariali.ttf">
  53. <font-triplet name="Arial" style="italic" weight="normal"/>
  54. <font-triplet name="ArialMT" style="italic" weight="normal"/>
  55. </font>
  56. <font metrics-file="arialbi.xml" kerning="yes" embed-file="arialbi.ttf">
  57. <font-triplet name="Arial" style="italic" weight="bold"/>
  58. <font-triplet name="ArialMT" style="italic" weight="bold"/>
  59. </font>
  60. -->
  61. </fonts>
  62. </configuration>