Creating a Publication with LaTeX
You are using LaTeX to write a thesis or journal submission. Using Citavi you can insert your sources and quotations with the corresponding BibTeX-Key into your TeX document. Citavi will automatically create the BibTeX file that your TeX program needs in order to creat the final version of your document.
Select your TeX editor. If necessary add additional Cite and Quote commands from your package, separting them with semicolons. These will appear on the Shortcut menu for the Publication Assistant. In the LaTeX project folder box, select the folder that your editor uses for LaTeX projects. Citavi needs to use this folder in order to make images available to your editor. Click OK. |
Citavi creates a BibTeX key for all of your references. You can BibTeX-Keys frei definieren. Open the Publication Assistant. Click Citation > Publication assistant. |
Double-clicking a reference in the Publication Assistant inserts \cite{<BibTeX-Key>} into your TeX document. |
|
Quotations are inserted the same way. |
|
To create a BibTeX file, in Citavi, on the File menu, click Export. Export all of the references in your proejct as a BibTeX file. |
|
Select BibTeX as the format. Click Next. |
|
Save the BibTeX file in your LaTeX project folder. |
|
Enter the style and name of the BibTeX file, for example: \bibliographystyle{authordate1} \bibliography{information-literacy} |
|
You may need to click Build Output several times until the compilation routine is complete. |
|
Create the document. |