BibTeX, biblatex and biber ⇒ Bibtex beginner
-
- Posts: 20
- Joined: Wed Dec 22, 2010 10:21 pm
Bibtex beginner
Thnx.
- Attachments
-
- Maxwell's Equations.pdf
- Pdf document
- (165.38 KiB) Downloaded 238 times
-
- bibliography.bib
- bib document
- (1.9 KiB) Downloaded 266 times
-
- Maxwell's Equations.tex
- tex document
- (27.79 KiB) Downloaded 265 times
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: Bibtex beginner
So the problem must be with the way you're running them. How are you processing them? Are you using a LaTeX editor, and is it configured right? Make sure it's not configured to delete or clean auxiliary files between runs. Can you process from the command line OK? Do you get any errors or warnings?
One thing I'd look for is whether the apostrophe in the filename is causing problems. Sometimes quotation marks are used for grouping in commands, especially to make sure that filenames with spaces in them are treated as one name rather than one than several, and I could see the apostrophe here causing a problem.
- Attachments
-
- Maxwell's Equations.pdf
- (161.69 KiB) Downloaded 214 times
-
- Posts: 20
- Joined: Wed Dec 22, 2010 10:21 pm
Re: Bibtex beginner
Thanks for your reply. I think my Latex editor is not configured. First, I was running Latex (for *.tex), Bibtex ( for *.bib), Latex (for *.tex), Latex (for *.tex). After reading your reply, I tried pdflatex (Maxwell's Equation.tex), Bibtex (bibliography.bib), pdflatex (Maxwell's Equation.tex), pdflatex (Maxwell's Equation.tex).
I got the following errors at output window of Winshell.
Please help to configure Winshell.
*********************************************************************************
Building project: Maxwell's Equations
--------------------------------------------------
--------------------------------------------------
SyncTeX cannot handle spaces in the filename.
Workaround: Either remove the spaces in the filename or
remove the '-synctex=-1' option from the cmd-line in the WinShell options for pdflatex.
*********************************************************************************
*********************************************************************************
Building project: bibliography
--------------------------------------------------
--------------------------------------------------
bibliography - 3 error(s), 0 warning(s), 0 overfull box(es), 0 underfull box(es)
*********************************************************************************
-
- Posts: 20
- Joined: Wed Dec 22, 2010 10:21 pm
Re: Bibtex beginner
Building project: MaxwellsEquations
--------------------------------------------------
--------------------------------------------------
Maxwell'sEquations - 0 error(s), 7 warning(s), 0 overfull box(es), 0 underfull box(es)
-------------------------------------------------------------------------------------
Building project: bibliography
--------------------------------------------------
--------------------------------------------------
bibliography - 3 error(s), 0 warning(s), 0 overfull box(es), 0 underfull box(es)
Bibtex beginner
So the sequence is:
Code: Select all
pdflatex MaxwellsEquations.tex
bibtex MaxwellsEquations.aux
pdflatex MaxwellsEquations.tex
pdflatex MaxwellsEquations.tex
-
- Posts: 20
- Joined: Wed Dec 22, 2010 10:21 pm
Re: Bibtex beginner
-
- Posts: 20
- Joined: Wed Dec 22, 2010 10:21 pm
Re: Bibtex beginner
Thanks.
- Attachments
-
- MaxWellsEquations.zip
- Zip file
- (100.37 KiB) Downloaded 157 times
Re: Bibtex beginner
Probably Winshell is configured incorrectly. I'm not a Windows user and don't know anything about Winshell. Sorry. Maybe someone else will.
-
- Posts: 20
- Joined: Wed Dec 22, 2010 10:21 pm