Search found 12 matches

by lilbill
Sat Dec 13, 2008 8:45 pm
Forum: TeX Live and MacTeX
Topic: Package installation problem
Replies: 2
Views: 7417

Re: Package installation problem

Thanks stefan...I overlooked that package.
by lilbill
Sat Dec 13, 2008 8:23 pm
Forum: Kile
Topic: Kile package/.sty/.cls install
Replies: 0
Views: 4692

Kile package/.sty/.cls install

Hi,
Using kile on Ubuntu 8.10 64-bit with TeXLive. I've just installed a package using tlmgr, which is called resume which includes a new document class, resume.cls. The document compiles just fine from the command line, but every time I try to compile within Kile I get the error:
finished with exit ...
by lilbill
Fri Dec 05, 2008 8:54 pm
Forum: TeX Live and MacTeX
Topic: Package installation problem
Replies: 2
Views: 7417

Package installation problem

Hey all. I have TexLive 2008 running on Ubuntu 8.10 64-bit using Kile as my editor. I need to use the package dsfont and have installed and reinstalled using tlmgr and rehashed the tree but the file dsfont.sty cannot be found.

Is there anything which I could be forgetting or need to do to help TeX ...
by lilbill
Sat Jul 26, 2008 3:40 am
Forum: General
Topic: Multiple Latex documents, single bibliography ... ?
Replies: 9
Views: 13158

Re: Multiple Latex documents, single bibliography ... ?

Thanks to you :shock: I missed the first slash... :oops:
by lilbill
Fri Jul 25, 2008 10:13 pm
Forum: General
Topic: Multiple Latex documents, single bibliography ... ?
Replies: 9
Views: 13158

Re: Multiple Latex documents, single bibliography ... ?

I too have a similar question. Say I wanted to link to a .bib file not in the active directory. What would the argument, path, in \bibliography{bibfile} look like?

Hope this can help Mitsos too :mrgreen:
by lilbill
Thu Jul 24, 2008 1:39 pm
Forum: WinEdt
Topic: Opening PDFs
Replies: 1
Views: 4127

Re: Opening PDFs

Try options->execution modes

Then select pdftexify or whatever on the left and check the box in the middle that says "forward search".
by lilbill
Wed Jul 23, 2008 11:24 pm
Forum: New Members
Topic: Hi all
Replies: 6
Views: 5592

Re: Hi all

Thanks for the welcome, glad to add to the mathematician count! :mrgreen:
by lilbill
Wed Jul 23, 2008 11:04 pm
Forum: General
Topic: editing the paper
Replies: 3
Views: 7610

editing the paper

Try this:

\documentclass{article}
\usepackage[hang]{footmisc}
\setlength{\footnotemargin}{0pt}
\begin{document}
\title{The title of my page}

\author{first author\footnotemark[1]\\
second author \footnotemark[2]}
\footnotetext[1]{
First author. Tel:+123456789\newline
\hspace{25pt}fax:+987654321 ...
by lilbill
Wed Jul 23, 2008 10:01 pm
Forum: WinEdt
Topic: reload of pdf/dvi
Replies: 1
Views: 3589

Re: reload of pdf/dvi

Hello,

Try options->execution modes
then select the desired mode on the left and in the middle row of check boxes check forward search.

hope that helps!
by lilbill
Wed Jul 23, 2008 1:40 am
Forum: WinEdt
Topic: Winedt 5.6
Replies: 2
Views: 6765

Winedt 5.6

Do you have a MikTeX installation? If not go herehttp://www.miktex.org/2.7/Setup.aspx to install the system. You can choose just the basic installation if you're not going to do anything fancy and Winedt will install any other packages on the fly which you do not have installed.

Hope that helps!