diff options
Diffstat (limited to 'Build/source/texk/web2c/pdftexdir/pdftex.defines')
-rw-r--r-- | Build/source/texk/web2c/pdftexdir/pdftex.defines | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/Build/source/texk/web2c/pdftexdir/pdftex.defines b/Build/source/texk/web2c/pdftexdir/pdftex.defines index 977b472e168..7b5a52b4c69 100644 --- a/Build/source/texk/web2c/pdftexdir/pdftex.defines +++ b/Build/source/texk/web2c/pdftexdir/pdftex.defines @@ -1,5 +1,5 @@ { -Copyright (c) 1996-2006 Han The Thanh, <thanh@pdftex.org> +Copyright (c) 1996-2007 Han The Thanh, <thanh@pdftex.org> This file is part of pdfTeX. @@ -13,11 +13,11 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. -You should have received a copy of the GNU General Public License -along with pdfTeX; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +You should have received a copy of the GNU General Public License along +with pdfTeX; if not, write to the Free Software Foundation, Inc., 51 +Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -$Id: //depot/Build/source.development/TeX/texk/web2c/pdftexdir/pdftex.defines#15 $ +$Id: pdftex.defines 200 2007-07-11 13:11:12Z oneiros $ } { pdftex.defines: additions for pdfTeX } @@ -98,6 +98,7 @@ $Id: //depot/Build/source.development/TeX/texk/web2c/pdftexdir/pdftex.defines#15 @define function packetbyte; @define procedure startpacket(); @define procedure storepacket(); +@define function sqxfw(); { functions from writefont.c } @define procedure dopdffont(); @@ -121,6 +122,9 @@ $Id: //depot/Build/source.development/TeX/texk/web2c/pdftexdir/pdftex.defines#15 @define procedure updateimageprocset(); @define procedure writeimage(); +@define procedure dumpimagemeta; +@define procedure undumpimagemeta(); + { functions from writet3.c } @define function getpkcharwidth(); @@ -134,5 +138,8 @@ $Id: //depot/Build/source.development/TeX/texk/web2c/pdftexdir/pdftex.defines#15 { functions from tounicode.c } @define procedure deftounicode(); +{ functions from pdftex.web (thanks Taco for the trick) } +@define function autoexpandvf(); + { end of pdftex.defines } { vim: set syntax=web : } |