two years ago I wrote a booklet using as editor TeXMaker and I didn't have any problems.
Now having to modify it I tried to recompile the old code, but I get three annoying problems.
The first one is a wrong right alignement of the words "Edition - 2011" at the end of the title page.
The second ones are two warnings which don't seem to affect the resulting pdf, but I don't understand the cause of these warnings.
This is the first warning:
This is the second one:! Package xkeyval Error: `hidelinks' undefined in families `Hyp'.
Here is the MWE:! Undefined control sequence.
\\maketitle ...{10cm} TITLE\\ \vspace {.2cm}\HUGE
title } \\[0.4cm] \textsc ...
l.355
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
Code: Select all
Code, edit and compile here:
%%%%%%%%%%%%%%%%%%%%% COMPILED WITH TeXMaker% F1 LaTeX% F4 DVI->PS% F9 PS->PDF%%%%%%%%%%%%%%%%%%%%\documentclass[paper=a4,fontsize=10pt,DIV=calc,headsepline,footsepline,titlepage,headings=normal,version=last,twoside=true,headinclude=true,footinclude=true,mpinclude=true,BCOR=1.8cm]{scrbook}\usepackage[english]{babel}\usepackage{arabtex}\usepackage{psbao}\usepackage{array}\usepackage[hyphens]{url}\usepackage{float}\usepackage{multicol}\usepackage{graphicx}\usepackage{wrapfig}\usepackage[%automark,headsepline,footsepline,markuppercase]{scrpage2}\usepackage{times}\usepackage{lettrine}\usepackage{indentfirst}\usepackage{makeidx,titletoc}
Thank you very much,
Nino