Search found 8 matches

by firass
Tue May 25, 2010 2:32 pm
Forum: BibTeX, biblatex and biber
Topic: When building a BiBTeX it just shows [?]
Replies: 10
Views: 12926

When building a BiBTeX it just shows [?]

Woo, I fixed it!

Apparently the TXM is more sensitive to how the bibtex is written, for example.

@book{bib:cheryan,
title = {Ultrafiltration and Mirofiltration},
author = {Munir Cheryan},
year ={1987},
publisher = {Addision-Wesley},
series = {ISBN: 1-56676-598-6}
}


Does not work, but if I ...
by firass
Tue May 25, 2010 10:34 am
Forum: Texmaker and TeXstudio
Topic: Texmaker configuration
Replies: 3
Views: 14598

Re: Texmaker configuration

Use the quick build command, and set it to pdflatex + view pdf, now it should compile the pdf and open it, with the program you have selected as your pdf viewer.
by firass
Tue May 25, 2010 10:27 am
Forum: Texmaker and TeXstudio
Topic: Generates .pdf but does not open automatically
Replies: 2
Views: 6573

Re: Generates .pdf but does not open automatically

I made a .bat file with the following in it

@start "" "C:/Program Files (x86)/Foxit Software/Foxit Reader/Foxit Reader.exe" "%~f1"

But with your pdf reader in it instead of mine, and then linking to it in TXM as if it was the pdfreader.

It worked for me :)

Note: If you've never made a .bat file ...
by firass
Tue May 25, 2010 8:43 am
Forum: BibTeX, biblatex and biber
Topic: When building a BiBTeX it just shows [?]
Replies: 10
Views: 12926

When building a BiBTeX it just shows [?]

Okay, now I got TXM to work with the quick build function (pdflatex -> bibtex -> 2x pdflatex) automatic, still nothing happens so I have gathered this little MWE (I hope is enough) and the .log file.

The master document:


\input{preamble}
\raggedbottom
\begin{document}

%\input{a tex document ...
by firass
Mon May 24, 2010 2:54 pm
Forum: BibTeX, biblatex and biber
Topic: When building a BiBTeX it just shows [?]
Replies: 10
Views: 12926

When building a BiBTeX it just shows [?]


I don't think so. Compiling the bibliography with BibTeX usually takes not much time and the message says that everything went right. You have to do at least two more compiler runs to get all the references right. I assume that TXM has a »Quick Build« function. Perhaps you can configure it in a ...
by firass
Mon May 24, 2010 2:04 pm
Forum: BibTeX, biblatex and biber
Topic: When building a BiBTeX it just shows [?]
Replies: 10
Views: 12926

Re: When building a BiBTeX it just shows [?]

I thought the first post was a MWE, but he asked for an example, so I just thought he wanted everything.

Ask me for anything and I will post it.
I dislike TeXnicCenter, but the BiBTeX works there, so if I could get TeXmaker to do the same, that would be very nice.
It might be my bibtex compiler ...
by firass
Mon May 24, 2010 8:36 am
Forum: BibTeX, biblatex and biber
Topic: When building a BiBTeX it just shows [?]
Replies: 10
Views: 12926

When building a BiBTeX it just shows [?]

Well I can't find a .blg file that matches the date, so that might be the problem or?

An example of the code or the output?

The full code is:

\input{preamble}
\raggedbottom % Sørger for at LaTeX ikke "strækker" teksten
\begin{document}

%%%% Forside %%%%

%\input{formalia/forside.tex}
\input ...
by firass
Sun May 23, 2010 6:10 pm
Forum: BibTeX, biblatex and biber
Topic: When building a BiBTeX it just shows [?]
Replies: 10
Views: 12926

When building a BiBTeX it just shows [?]

Hello, I'm new to this forum.

My problem is as follows.
When I try to build my pdf, the pdf works and everything looks great, except the bibtex.

I'm using TeXmaker 2.6 with Win7.

The thing is, it works with TeXnicCenter but if it could work with TeXmaker, I would be a happy little boy!

I have ...