diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-03-07 09:17:49 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-03-07 09:17:49 +0000 |
commit | 3685e17fe98b53a9142f9edc6c8c335952fb57f0 (patch) | |
tree | 13fbfd0f8577e355aa30150f62d631682b1f574c /Build/source/texk/web2c/pdftexdir | |
parent | 4a3273d318e6b03612a55b94c67539f1beba85fe (diff) |
Fixed typos
git-svn-id: svn://tug.org/texlive/trunk@29304 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/pdftexdir')
-rw-r--r-- | Build/source/texk/web2c/pdftexdir/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/pdftexdir/pdftex.web | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/pdftexdir/ChangeLog b/Build/source/texk/web2c/pdftexdir/ChangeLog index bdacf399831..b9eaf00b602 100644 --- a/Build/source/texk/web2c/pdftexdir/ChangeLog +++ b/Build/source/texk/web2c/pdftexdir/ChangeLog @@ -1,3 +1,7 @@ +2013-03-06 Peter Breitenlohner <peb@mppmu.mpg.de> + + * pdftex.web: Typos. + 2013-03-04 Peter Breitenlohner <peb@mppmu.mpg.de> * am/pdftex.am: Better rules for {pdf,e}tex_version.h. diff --git a/Build/source/texk/web2c/pdftexdir/pdftex.web b/Build/source/texk/web2c/pdftexdir/pdftex.web index 58f616a8b6f..25511dafa91 100644 --- a/Build/source/texk/web2c/pdftexdir/pdftex.web +++ b/Build/source/texk/web2c/pdftexdir/pdftex.web @@ -19899,7 +19899,7 @@ procedure pdf_print_info; {print info object} var s: str_number; creator_given, producer_given, creationdate_given, moddate_given, trapped_given: boolean; begin - pdf_new_dict(obj_type_others, 0, 3); {keep Info readable unless explicitely forced} + pdf_new_dict(obj_type_others, 0, 3); {keep Info readable unless explicitly forced} creator_given:=false; producer_given:=false; creationdate_given:=false; @@ -37067,7 +37067,7 @@ MacKay in {\sl TUGboat\/} {\bf 8}, 14--25, 1987. In order to avoid confusion with \TeXeT\ the present implementation of mixed direction typesetting is called \TeXXeT. It differs from \TeXeT\ in several important aspects: (1)~Right-to-left text is reversed -explicitely by the |ship_out| routine and is written to a normal \.{DVI} +explicitly by the |ship_out| routine and is written to a normal \.{DVI} file without any |begin_reflect| or |end_reflect| commands; (2)~a |math_node| is (ab)used instead of a |whatsit_node| to record the \.{\\beginL}, \.{\\endL}, \.{\\beginR}, and \.{\\endR} text direction |