diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-12-14 07:09:12 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-12-14 07:09:12 +0000 |
commit | 86b764a02c112cf15dd954de40adb144f218c7b9 (patch) | |
tree | b8fbf802f9b1fe946df3fb48571da14d075d0d9e /Build/source/texk/dvipdfm-x | |
parent | c3925c2bb13f84de5ee329a8af1055f7d07c0c18 (diff) |
dvipdfm-x/epdf.c: Change some characters in comments into acsii ones
git-svn-id: svn://tug.org/texlive/trunk@42707 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipdfm-x')
-rw-r--r-- | Build/source/texk/dvipdfm-x/epdf.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Build/source/texk/dvipdfm-x/epdf.c b/Build/source/texk/dvipdfm-x/epdf.c index 5ca076da4d2..533c1e0cdec 100644 --- a/Build/source/texk/dvipdfm-x/epdf.c +++ b/Build/source/texk/dvipdfm-x/epdf.c @@ -79,17 +79,17 @@ static int concat_stream (pdf_obj *dst, pdf_obj *src); * intended use; it merely imposes clipping on the page contents. However, * in the absence of additional information (such as imposition instructions * specified in a JDF or PJTF job ticket), the crop box will determine how - * the page’s contents are to be positioned on the output medium. The default - * value is the page’s media box. + * the page's contents are to be positioned on the output medium. The default + * value is the page's media box. * * BleedBox rectangle (Optional; PDF 1.3) * * The bleed box (PDF 1.3) defines the region to which the contents of the * page should be clipped when output in a production environment. This may - * include any extra “bleed area†needed to accommodate the physical + * include any extra bleed area needed to accommodate the physical * limitations of cutting, folding, and trimming equipment. The actual printed * page may include printing marks that fall outside the bleed box. - * The default value is the page’s crop box. + * The default value is the page's crop box. * * TrimBox rectangle (Optional; PDF 1.3) * @@ -100,9 +100,9 @@ static int concat_stream (pdf_obj *dst, pdf_obj *src); * * ArtBox rectangle (Optional; PDF 1.3) * - * The art box (PDF 1.3) defines the extent of the page’s meaningful content - * (including potential white space) as intended by the page’s creator. - * The default value is the page’s crop box. + * The art box (PDF 1.3) defines the extent of the page's meaningful content + * (including potential white space) as intended by the page's creator. + * The default value is the page's crop box. * * Rotate integer (Optional; inheritable) * |