Search found 5 matches

by dmj
Thu Oct 28, 2010 10:16 pm
Forum: BibTeX, biblatex and biber
Topic: Error using bibtex on new Mac
Replies: 5
Views: 7504

Error using bibtex on new Mac

I don't think we have enough information to figure out what is going on here.

I think you did. The problem was in the error message, specifically in

openout_any = p

Had to change

openout_any = p
to
openout_any = a

in the file \usr\local\texlive\2010\texmf\web2c\texmf.cnf

Now it works ...
by dmj
Tue Oct 19, 2010 7:32 pm
Forum: BibTeX, biblatex and biber
Topic: Error using bibtex on new Mac
Replies: 5
Views: 7504

Re: Error using bibtex on new Mac

Nothing of the above...file.blg is supposed to be generated while using bibtex (at least on my old Mac it was like that)...I have read and write access everywhere, harddrive has more than 200 GB left...Everything is exactly as on my old Mac, exept that I installed the new MacTeX distribution. With ...
by dmj
Tue Oct 19, 2010 4:44 am
Forum: BibTeX, biblatex and biber
Topic: Error using bibtex on new Mac
Replies: 5
Views: 7504

Error using bibtex on new Mac

Hi,

got myself a new mac. Installed new version of MacTeX and configured my Editor (I use jEdit) exactly as on my old Mac. Compilation with pdflatex works fine, but I have difficulties using bibtex. The file library.bib contains the Information. When running bibtex, the following error message ...
by dmj
Thu May 20, 2010 7:43 pm
Forum: Math & Science
Topic: Nonstandard Analysis in Latex
Replies: 3
Views: 3504

Nonstandard Analysis in Latex

Hi,

this seems like a better idea. This would also make something like


$\sp{\ast}V(\sp{\ast}X)$


work.

$\tensor*[^{{\ast}}]{V(\tensor*[^{{\ast}}]{X}{}}{})$

yields V(*X) instead of *V(*X).

I must say, I havn't seen any documentation about the \sp command so far. I am pretty new to Latex ...
by dmj
Thu May 20, 2010 2:42 pm
Forum: Math & Science
Topic: Nonstandard Analysis in Latex
Replies: 3
Views: 3504

Nonstandard Analysis in Latex

Hi Folks,

is there some convenient way to write nonstandard analysis terms such as *r.

At the Moment I use the tensor package, but this seems extremely improvised and cumbersome to me.

Here an example: \tensor*[^{\textup{*}}]{\mathbb{R}}{}

Has somebody a better idea?

Thanks.