Never mind... \mailto{} was a custom command I wrote in my stylesheet :-)

If you want to add a nice friendly mailto command:
\newcommand{\mailto}[1]{\href{mailto:#1}{#1}}
Or you can:
\href{mailto:[EMAIL PROTECTED]@domain.tld}

On 5/5/07, Chris Travers <[EMAIL PROTECTED]> wrote:
> Try:  \mailto{}
> Note that there are URL styles you can apply as well.  I generally use
> \urlstyle{same} because I don't like them to be obtrusive when
> printed, but the choice is yours.
>
> Best Wishes,
> Chris Travers
>
> On 5/5/07, Matt Gibson <[EMAIL PROTECTED]> wrote:
> > Hi Chris,
> >
> > Didn't even think of that. Thanks!
> >
> > Adding
> >
> > Email: & [EMAIL PROTECTED]
> >
> > Seemed to make it work quite well.
> >
> > Thanks,
> > Matt Gibson
> >
> > On 05/05/07, Chris Travers <[EMAIL PROTECTED]> wrote:
> > > Hi Matt;
> > >
> > > That seems to be an acceptible ay to do things.  If you want to make
> > > the URL clickable in a PDF, you have a little more work to do.
> > >
> > > Best Wishes,
> > > Chris Travers
> > >
> > > On 5/5/07, Matt Gibson <[EMAIL PROTECTED]> wrote:
> > > > Hi All,
> > > >
> > > > I've modified my Letterhead today so it would print some more
> > > > information. I have next to zero experience with tex, and just wanted
> > > > to make sure this was proper way of going about it. I used tables, and
> > > > like HTML, I am unsure if this is the "wrong way" of doing things :)
> > > > Any advice is much appreciated!
> > > >
> > > > It used to be <addy> <space> <logo> <space> <telephone>
> > > > now it's <logo><addy> <space> <telephone>
> > > >
> > > > Previously (default):
> > > > ----------------------------
> > > > \parbox{\textwidth}{%
> > > >   \parbox[b]{.42\textwidth}{%
> > > >     <?lsmb company ?>
> > > >
> > > >     <?lsmb address ?>
> > > >   }
> > > >   \parbox[b]{.2\textwidth}{
> > > >     \includegraphics[scale=0.3]{logo}
> > > >   }\hfill
> > > >   [EMAIL PROTECTED]
> > > >   Tel: & <?lsmb tel ?>\\
> > > >   Fax: & <?lsmb fax ?>
> > > >   \end{tabular}
> > > >
> > > >   \rule[1.5em]{\textwidth}{0.5pt}
> > > > }
> > > >
> > > >
> > > > My Modifications:
> > > > -------------------------
> > > >
> > > > \parbox{\textwidth}{%
> > > > \begin{tabular}{llp{93}r}
> > > > \parbox[b]{.258\textwidth}{
> > > >          \includegraphics[scale=0.6]{logo}
> > > >         }\hfill
> > > > &
> > > > \parbox[b]{.27\textwidth}{%
> > > >     <?lsmb company ?>
> > > >     <?lsmb address ?>
> > > >   }
> > > > &
> > > > \parbox[b]{4\textwidth}{%
> > > > }
> > > > &
> > > > [EMAIL PROTECTED]
> > > >   Tel: & <?lsmb tel ?>\\
> > > >   Toll Free: & 888.686.1870 \\
> > > >   Fax: & <?lsmb fax ?> \\
> > > >   Email: & [EMAIL PROTECTED]
> > > >   \end{tabular}
> > > > \\
> > > > \end{tabular}
> > > >   \rule[1.5em]{\textwidth}{0.5pt}
> > > > }
> > > >
> > > > Thanks,
> > > > Matt Gibson
> > > >
> > > > -------------------------------------------------------------------------
> > > > This SF.net email is sponsored by DB2 Express
> > > > Download DB2 Express C - the FREE version of DB2 express and take
> > > > control of your XML. No limits. Just data. Click to get it now.
> > > > http://sourceforge.net/powerbar/db2/
> > > > _______________________________________________
> > > > Ledger-smb-users mailing list
> > > > [email protected]
> > > > https://lists.sourceforge.net/lists/listinfo/ledger-smb-users
> > > >
> > >
> > > -------------------------------------------------------------------------
> > > This SF.net email is sponsored by DB2 Express
> > > Download DB2 Express C - the FREE version of DB2 express and take
> > > control of your XML. No limits. Just data. Click to get it now.
> > > http://sourceforge.net/powerbar/db2/
> > > _______________________________________________
> > > Ledger-smb-users mailing list
> > > [email protected]
> > > https://lists.sourceforge.net/lists/listinfo/ledger-smb-users
> > >
> >
> > -------------------------------------------------------------------------
> > This SF.net email is sponsored by DB2 Express
> > Download DB2 Express C - the FREE version of DB2 express and take
> > control of your XML. No limits. Just data. Click to get it now.
> > http://sourceforge.net/powerbar/db2/
> > _______________________________________________
> > Ledger-smb-users mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/ledger-smb-users
> >
>

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Ledger-smb-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ledger-smb-users

Reply via email to