Go back >> home >> useful >> TeX/LaTeX

Things about PDF

  1. Fill-in Forms
    Dong Hoon Van Uytsel    at KULeuvenNet
    
    Newsgroups: comp.text.tex
    
    On Wed, 14 May 2003, PD Dr. Hans-Christian Waldmann wrote:
    >
    >having read through what's available pertaining to pdf(La)Tex
    >in my teTeX-Installation's documentation (UNIX) I still have no
    >idea on how to actually produce fill-in textfields in a pdf
    >document form pdftex. Could anybody please shed some light on
    >the details of \pdfxform and the like by providing a short
    >example ?`
    
    with pdflatex:
    
    \usepackage[pdftex]{hyperref}
    ...
    \begin{Form}
      ...
      Name: \TextField[width=10ex]{name}
      ...
    \end{Form}
    
    more explanation in the hyperref manual, section 6, page 8
    
    
  2. No links in PDF made with hyperref.
    Message 3 in thread 
    From: Andreas Matthias (amat@kabsi.at)
    Subject: Re: No link option in pdftex? 
     
      
    View this article only 
    Newsgroups: comp.text.tex
    Date: 2003-06-19 15:47:37 PST 
     
    
    Noah Stoffman wrote:
    
    > Can anyone tell me if there is a way to run pdftex so that it does not
    > create links in the pdf document for all of my footnotes, equations, etc.?
    
    Are you using hyperref? Then try
    
      \usepackage{nohyperref}
    
    This package provides dummy macros for all user-commands of hyperref.
    
    Ciao
    Andreas
    

Go back >> home >> useful >> TeX/LaTeX
Please send questions, comments, and suggestions to ymeng_9 at etang dot com