I do not really know in which category my problems belong, so I try it here:
I have worked with latex for six month now, last week I changed my OS from Linux Mint to Linux Lite, then I installed the latex packages and tried to work on my old latex files, but – nothing seems to be in order anymore….when I hit “quick build” in any combination whatsoever, the small window below turns somewhat read with lots of error messages.
I have installed the following packages:
texlive
texlive-full
texmaker
My settings at the beginning of the document are:
Code: Select all
\documentclass[12pt,a4paper]{article}
\geometry{a4paper,left=30mm,right=30mm, top=1cm, bottom=2cm}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage[square,sort]{natbib}
\usepackage{graphicx}
\usepackage{inputenc}
\usepackage{listings}
\usepackage{harvard}
\usepackage{titling}
\usepackage[onehalfspacing]{setspace}
\usepackage{geometry}
\usepackage{tabularx}
\usepackage[T1]{fontenc}
\usepackage{array}
\usepackage{enumitem}
\setlist[itemize]{nosep,label={\textbullet},leftmargin=*}
\newcolumntype{P}[1]{>{\raggedright\arraybackslash}p{#1}}
\renewcommand\arraystretch{1.25}
\newcommand{\subtitle}[1]{%
\posttitle{%
\par\end{center}
\begin{center}\large#1\end{center}
That means the packages geometry and havard are missing I guess? Has anyone a clue how to get them?! Undefined control sequence. \geometry
! LaTeX Error: Command \harvardurl already defined.Or name \end... illegal
!Citation 'French1978' on page 1 undefined
! Package inputenc Error: Unicode char د (U+62F)
Moreover, it is very annoying, that the citations do not work. The file literature.bib is in the same folder, at the end of my document I have:
Code: Select all
\bibliography{literature}
\bibliographystyle{agsm}
\end{document}
Thanks for any help, even if it only solves parts of my problem!

Kind Regards
Tom