Re: PDF forms with LaTeX

2001-09-02 Thread Dekel Tsur

On Thu, Aug 30, 2001 at 11:34:05PM +0200, Adolfo Pachón wrote:
 Hi all!!
 
 I know this is for LyX, but if you could help me ...
 
 I'm trying to create an PDF form from LaTeX.
 
 The compiler process say to me this:
 
 ...
 Sorry, HyperTeX does not support FORMs
 Sorry, HyperTeX does not support FORM text fields
 ...
 
 ¿Any idea?

Use pdflatex (and add the pdftex option to hyperref).



Re: PDF forms with LaTeX

2001-09-02 Thread Dekel Tsur

On Thu, Aug 30, 2001 at 11:34:05PM +0200, Adolfo Pachón wrote:
 Hi all!!
 
 I know this is for LyX, but if you could help me ...
 
 I'm trying to create an PDF form from LaTeX.
 
 The compiler process say to me this:
 
 ...
 Sorry, HyperTeX does not support FORMs
 Sorry, HyperTeX does not support FORM text fields
 ...
 
 ¿Any idea?

Use pdflatex (and add the pdftex option to hyperref).



Re: PDF forms with LaTeX

2001-09-02 Thread Dekel Tsur

On Thu, Aug 30, 2001 at 11:34:05PM +0200, Adolfo Pachón wrote:
> Hi all!!
> 
> I know this is for LyX, but if you could help me ...
> 
> I'm trying to create an PDF form from LaTeX.
> 
> The compiler process say to me this:
> 
> ...
> Sorry, HyperTeX does not support FORMs
> Sorry, HyperTeX does not support FORM text fields
> ...
> 
> ¿Any idea?

Use pdflatex (and add the pdftex option to hyperref).



Re: PDF forms with LaTeX

2001-08-31 Thread Dekel Tsur

On Thu, Aug 30, 2001 at 11:34:05PM +0200, Adolfo Pachn wrote:
 Hi all!!  
   
 I know this is for LyX, but if you could help me ...  
   
 I'm trying to create an PDF form from LaTeX.  
   
 The compiler process say to me this:  
   
 ...   
 Sorry, HyperTeX does not support FORMs
 Sorry, HyperTeX does not support FORM text fields 
 ...   
   
 ¿Any idea?

Use pdflatex (and add the pdftex option to hyperref).




Re: PDF forms with LaTeX

2001-08-31 Thread Dekel Tsur

On Thu, Aug 30, 2001 at 11:34:05PM +0200, Adolfo Pachn wrote:
 Hi all!!  
   
 I know this is for LyX, but if you could help me ...  
   
 I'm trying to create an PDF form from LaTeX.  
   
 The compiler process say to me this:  
   
 ...   
 Sorry, HyperTeX does not support FORMs
 Sorry, HyperTeX does not support FORM text fields 
 ...   
   
 ¿Any idea?

Use pdflatex (and add the pdftex option to hyperref).




Re: PDF forms with LaTeX

2001-08-31 Thread Dekel Tsur

On Thu, Aug 30, 2001 at 11:34:05PM +0200, Adolfo Pachn wrote:
> Hi all!!  
>   
> I know this is for LyX, but if you could help me ...  
>   
> I'm trying to create an PDF form from LaTeX.  
>   
> The compiler process say to me this:  
>   
> ...   
> Sorry, HyperTeX does not support FORMs
> Sorry, HyperTeX does not support FORM text fields 
> ...   
>   
> ¿Any idea?

Use pdflatex (and add the pdftex option to hyperref).




PDF forms with LaTeX

2001-08-30 Thread Adolfo Pachón

Hi all!!

I know this is for LyX, but if you could help me ...

I'm trying to create an PDF form from LaTeX.

The compiler process say to me this:

...
Sorry, HyperTeX does not support FORMs
Sorry, HyperTeX does not support FORM text fields
...

¿Any idea?

This is my LaTeX code:

\documentclass[10pt,spanish]{article}
\usepackage[T1]{times}
\usepackage{babel}
\usepackage[bookmarks=false]{hyperref}

\begin{document}

 \begin{Form}[action=mailto:[EMAIL PROTECTED],method=post]

  \TextField[width=3in,name=nombre,value={Adolfo Pachon}]{Introducza su
Nombre}
  \Submit{Send}
  \Reset{Clear}

 \end{Form}

\end{document}


Thanks

-- 


Adolfo Pachón
(Director Desarrollos).




PDF forms with LaTeX

2001-08-30 Thread Adolfo Pachón

Hi all!!

I know this is for LyX, but if you could help me ...

I'm trying to create an PDF form from LaTeX.

The compiler process say to me this:

...
Sorry, HyperTeX does not support FORMs
Sorry, HyperTeX does not support FORM text fields
...

¿Any idea?

This is my LaTeX code:

\documentclass[10pt,spanish]{article}
\usepackage[T1]{times}
\usepackage{babel}
\usepackage[bookmarks=false]{hyperref}

\begin{document}

 \begin{Form}[action=mailto:[EMAIL PROTECTED],method=post]

  \TextField[width=3in,name=nombre,value={Adolfo Pachon}]{Introducza su
Nombre}
  \Submit{Send}
  \Reset{Clear}

 \end{Form}

\end{document}


Thanks

-- 


Adolfo Pachón
(Director Desarrollos).




PDF forms with LaTeX

2001-08-30 Thread Adolfo Pachón

Hi all!!

I know this is for LyX, but if you could help me ...

I'm trying to create an PDF form from LaTeX.

The compiler process say to me this:

...
Sorry, HyperTeX does not support FORMs
Sorry, HyperTeX does not support FORM text fields
...

¿Any idea?

This is my LaTeX code:

\documentclass[10pt,spanish]{article}
\usepackage[T1]{times}
\usepackage{babel}
\usepackage[bookmarks=false]{hyperref}

\begin{document}

 \begin{Form}[action=mailto:[EMAIL PROTECTED],method=post]

  \TextField[width=3in,name=nombre,value={Adolfo Pachon}]{Introducza su
Nombre}
  \Submit{Send}
  \Reset{Clear}

 \end{Form}

\end{document}


Thanks

-- 


Adolfo Pachón
(Director Desarrollos).