I installed a brand new OS, being Linux Mint 18.2, and wanted to start right away using LaTex but I face some odd new problems:
When I want to compile with LaTex or pdflatx or bibtex or whatsoever, there is no output in that little window that actually is supposed to appear at the bottom. So, it does simply not appear. Bewiderlingly, all the changes I make inside the text are shown correctly in the pdf document when I hit "quick build".
That happens when I use Texmaker.
In Texworks, the output at the bottom is generated when compiling, including some error messages and so forth.
However, in Texworks I get the message:
Code: Select all
I couldn't open style file natbib.bst
---line 57 of file class_QCA.aux
: \bibstyle{natbib
: }
I'm skipping whatever remains of this command
I found no style file---while reading file class_QCA.aux
(There were 2 error messages)
My settings:
Code: Select all
\documentclass[12pt,a4paper]{book}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry}
\usepackage[numbers]{natbib}
\begin{document}
....
\bibliographystyle{natbib}
\bibliography{literature}
\end{document}
- the missing output of the compilations
- the problem with the .sty file
Generally, I installed the program using
Code: Select all
sudo apt-get install texlive-full
Code: Select all
sudo apt-get install texmaker
I searched the net and the first problem seems to be well-known. Many posts suggest to ajust the path of pdflatex.exe...hm...it seems that such a file does not exist on my pc where is it supposed to be found?...I used
Code: Select all
find / -name pdflatex.exe
Concerning the .sty file problem, I have no idea. It is supposed to work, like on my former OS, but it simply does not. The posts I found in the net are not ver satisfactory, so
I am thankful for any help, advice, or link that helps me out
