Changeset 18747


Ignore:
Timestamp:
2009-03-23T15:00:50+13:00 (15 years ago)
Author:
oranfry
Message:

fixes to get russian fonts working

Location:
documentation/trunk/manuals
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • documentation/trunk/manuals/generate-pdf.sh

    r18743 r18747  
    6666    for m in $manuals; do
    6767        echo -n "Processing the $m manual in $l..."
    68         $fop_dir/fop.sh -c $shared_dir/fop/conf/userconfig.xml -q -xsl $processing_dir/xml-to-pdf.xsl -xml $source_dir/$l/"$m"_"$l".xml -pdf $output_dir/$l/pdf/"$m"_"$l".pdf
     68        $fop_dir/fop.sh -c $processing_dir/fop-fonts/userconfig.xml -q -xsl $processing_dir/xml-to-pdf.xsl -xml $source_dir/$l/"$m"_"$l".xml -pdf $output_dir/$l/pdf/"$m"_"$l".pdf
    6969        echo "done"
    7070    done
  • documentation/trunk/manuals/processing/fop-fonts/userconfig.xml

    r13862 r18747  
    9999  </font>
    100100 
    101   <font metrics-file="Cyrillic.xml" kerning="yes" embed-file="L_10646.TTF" kerning="yes">
     101  <font metrics-file="../../processing/fop-fonts/Cyrillic.xml" kerning="yes" embed-file="../../processing/fop-fonts/L_10646.TTF" kerning="yes">
    102102    <font-triplet name="Cyrillic" style="normal" weight="normal"/>
    103103    <font-triplet name="Cyrillic" style="normal" weight="bold"/>
    104         <font-triplet name="Cyrillic" style="italic" weight="normal"/>
    105         <font-triplet name="Cyrillic" style="italic" weight="bold"/>
     104    <font-triplet name="Cyrillic" style="italic" weight="normal"/>
     105    <font-triplet name="Cyrillic" style="italic" weight="bold"/>
    106106  </font>
    107107</fonts>
Note: See TracChangeset for help on using the changeset viewer.