GeneralHow can I show the bibligraphy in the text

LaTeX specific issues not fitting into one of the other forums of this category.
User avatar
Juanjo
Posts: 657
Joined: Sat Jan 27, 2007 12:46 am

How can I show the bibligraphy in the text

Post by Juanjo »

spiegboy wrote: 1. how can i open a console directly from the TeXnicCentre with the project root as the default root, so that i can easily input the command 'bibtex pub' intead of locating the directory first by appealling to 'cmd' in windows
I don't know even if that is possible. I rarely play with Windows and TXC. However, if you use the \write18 trick, you don't need to open the console.
spiegboy wrote: 2, how can i enable or activate that code \write18?
Go to Build > Define output profiles... and choose a profile. There is a box about command line arguments to pass to the compiler. By default it has the following content:

-interaction=nonstopmode "%pm".

Change it to

-interaction=nonstopmode "%pm" -enable-write18

That's all.
The CTAN lion is an artwork by Duane Bibby. Courtesy of www.ctan.org.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

spiegboy
Posts: 120
Joined: Thu Dec 06, 2007 9:58 am

Re: How can I show the bibligraphy in the text

Post by spiegboy »

thanks a lot. it works very well.
Post Reply