I am using the online editor ShareLatex and texmaker in miktex. When I try to compile my source files from ShareLatex with texmaker it doesnt work. For example the nomenclature of symbols isnt working. Does anyone have experience with using the source code of ShareLatex with offline programs? My OS is Windows 10.
Here is some if my code: main.tex
\documentclass[diplomgeo,german,nomencl]{zihpub}
\usepackage{setspace}
\usepackage{subfiles}
\usepackage{nomencl}
\makenomenclature
\usepackage{color}
\usepackage{tabularx}
\usepackage{array}
\usepackage{listings}
\usepackage[scaled]{beramono}
\lstset{basicstyle={\small \ttfamily}}
\usepackage{natbib}
\bibliographystyle{dinat}
\usepackage{paralist}
\usepackage{multirow}
\usepackage{siunitx}
\usepackage{booktabs}
...
\begin{document}
\listoffigures
\listoftables
\setnomenclmargin{1cm}
The complete tex.main file: tex.main
And here is the *.cls stylesheet:
%Nomenclature
\if@nomencl
% \if@german
% \addcontentsline{toc}{chapter}{Symbolverzeichnis}
% \else
% \addcontentsline{toc}{chapter}{Nomenclature}
% \fi
% \label{sec:Nomenclature}
\printnomenclature[\@nomenclmargin]
\fi
The complete *.cls you can download as txt file from here:
nomencl. Wie kompiliere ich im Terminal Since you seem to be an absolute beginner, maybe have a look at LaTeX for complete novices? – Johannes_B Feb 07 '16 at 08:58