Theses, Books, Title pages ⇒ Using bibTex on Orange Legrand Book
Using bibTex on Orange Legrand Book
I have problems with using bibTex with Orange Legrand Book and I really need to. It's quite urgent. Is there a (not too complicated) way to do that?
Thank you so much !
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
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Re: Using bibTex on Orange Legrand Book
a good start for us to work on your problem would be to know: What error do you have?
Re: Using bibTex on Orange Legrand Book
Thank you very much for your quick reply.
I wanted to use the packages "cite" or "apacite" for my bibliography but it doesn't work. I think it's because of the use of \printbibliography function, which probably comes from the biblatex package. I am fine with using it but I don't understand why they put weird things in brackets at the beginning of every new line. I'd prefer to have something like
[1] Author, (Date), etc...
[2] Author, ...
and so on.
Even on the original file, it writes [Smi12], [Smi13] and I don't want that to appear on the PDF file.
Thanks in advance!
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Using bibTex on Orange Legrand Book
style=numeric
.Package apacite would give you an author-date style, so not what you want.
Re: Using bibTex on Orange Legrand Book
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Using bibTex on Orange Legrand Book
style=authoryear
.Re: Using bibTex on Orange Legrand Book
In the meantime, my professor sent me a .bst file he uses for the bibliography.
Is there any way to include it in the structure.tex file?
(Sorry for all those questions! I'm not very familiar with the use of templates)
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Using bibTex on Orange Legrand Book
Please ask you professor if the current output is ok and valid. If he wants the bibliography to look exactly like it would with the bst-file, we can do that.
Honestly, often advisors tell to use something because they just don't know the alternatives, so in my personal opinion, just ask them. That's their job.
Re: Using bibTex on Orange Legrand Book
Is that hard to use with structure.tex?
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Using bibTex on Orange Legrand Book
Code: Select all
\bibliographystyle{whatHeWants}
\bibliography{yourDatabase}