I am totally new to Latex. Apparently, I am using LyX, as it was a recommendation of a friend.
It's a good beginning, but anyway, I have some typical beginner problems.
First: My document doesn't show page numbers.
I have absolutely no idea of Latex, so please, just help. I have already tried looking in LyX help etc., but I found it easier just asking you guys.
My document class is: KOMA-Script Article. Actually I wanna write my Master thesis....
Here is some code I have put in the LateX preamble (I have it from some templates)
Code: Select all
\usepackage{breakcites}
\usepackage[english, ngerman, american]{babel}
\usepackage{ %a4wide,
ellipsis, fixltx2e, mparhack, %Fehlerkorrektur für Marginalien
booktabs, longtable %schönere Tabellen
}
\usepackage[automark]{scrpage2}
% schönerer Blocksatz!!
\usepackage{microtype}
\usepackage{ifpdf} % part of the hyperref bundle
\ifpdf % if pdflatex is used
%set fonts for nicer pdf view
\IfFileExists{lmodern.sty}{\usepackage{lmodern}}
{\usepackage[scaled=1]{helvet}
\usepackage{mathptmx}
\usepackage{courier} }
\fi
% the pages of the TOC are numbered roman
% and a pdf-bookmark for the TOC is added
\pagenumbering{roman}
\let\myTOC\tableofcontents
\renewcommand\tableofcontents{
%\pdfbookmark[1]{Contents}{}
\myTOC
\clearpage
\pagenumbering{arabic}}
\usepackage{tocbibind}
\usepackage{tabularx}
\usepackage{caption}
\captionsetup[table]{singlelinecheck=off}
I am new, but I would like to learn. Please don't tell me that I should look into manuals or what so ever... I think just asking goes more easily and its definitely more helping... Some of the topics here already helped!
Thanks in advance!