Page LayoutTwo Title Page Problems

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
NinV
Posts: 69
Joined: Sun Oct 05, 2008 12:57 pm

Two Title Page Problems

Post by NinV »

Hi all,

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:
! Package xkeyval Error: `hidelinks' undefined in families `Hyp'.
This is the second one:
! 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.
Here is the MWE:

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}
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Can you help me to fix them?

Thank you very much,
Nino

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

NinV
Posts: 69
Joined: Sun Oct 05, 2008 12:57 pm

Re: Two Title Page Problems

Post by NinV »

Sorry for bothering you all!

I've seen my trifling mistake: \HUGE instead of \Huge :oops:

The other one problem seems to be caused by the hyperef option "hidelinks".

Thanks.
Nino
Post Reply