zhaohs wrote:
>   In addition, I have learned that the latest pdftex has correct the bug of
> "[ #592 ] TrueType Font can't be embedded",you can see the URL:
>     
> http://sarovar.org/tracker/index.php?func=detail&aid=592&group_id=106&atid=493,
>    and you also can download the latest beta
> version:pdftex-1.40.0-beta-20060906.tar.bz2 from the URL:
>    http://sarovar.org/download.php/1073/pdftex-1.40.0-beta-20060906.tar.bz2,
>    But I can't compile it correctly ,so I can test the ttf-embedding with
> it,can you try the compile and installation of it?
>    I want to know how can I install it successfully? So that I can embed ttf
> in it derectly!
>   Best
>     Hongsheng.  
>     


here is my process of how to building new version of pdftex:

    * tar xjvf ../pdftex-1.40.0-beta-20060906.tar.bz2
    * cd pdftex-1.40.0-beta-20060906
    * patch -p0 -u < ~/patch/patch-pdftex
    * ./build.sh
    * mv /usr/bin/pdfetex /usr/bin/pdfetex-ori
    * cp build/texk/web2c/pdftex /usr/bin/pdfetex
    * cp build/texk/web2c/pdftosrc /usr/bin/
    * cp build/texk/web2c/ttf2afm /usr/bin/
    * mv /usr/share/texmf/web2c/pdfetex.pool
        /usr/share/texmf/web2c/pdfetex.pool-ori
    * cp build/texk/web2c/pdftex.pool /usr/share/texmf/web2c/
    * cp build/texk/web2c/pdftex.pool /usr/share/texmf/web2c/pdfetex.pool
    * fmtutil-sys --all

diff -Nru src/configure ../pdftex-1.40.0-beta-20060906.old/src/configure
--- src/configure       2006-07-27 03:55:08.000000000 +0800
+++ ../pdftex-1.40.0-beta-20060906.old/src/configure    2006-09-17 
21:10:40.000000000 +0800
@@ -9,11 +9,11 @@
 
 # Defaults:
 ac_help=
-ac_default_prefix=/usr/local
+ac_default_prefix=$HOME
 # Any additions from configure.in:
 ac_help="$ac_help
   --with-x                use the X Window System"
-ac_default_prefix=/usr/local/teTeX
+ac_default_prefix=$HOME
 ac_help="$ac_help
   --enable-multiplatform  put executables in bin/PLATFORM"
 ac_help="$ac_help
_______________________________________________
Cjk maillist  -  [email protected]
http://lists.ffii.org/mailman/listinfo/cjk

Reply via email to