Search found 3 matches

by pincadilly
Tue Nov 22, 2016 1:04 pm
Forum: Page Layout
Topic: [SOLVED] Page numbering absent
Replies: 3
Views: 10579

Page numbering absent

Hi guys,
I found the solution: I simply added [includefoot] to the \usepackage{geometry} command, and now it works as I wanted :)
by pincadilly
Tue Nov 22, 2016 11:46 am
Forum: Page Layout
Topic: [SOLVED] Page numbering absent
Replies: 3
Views: 10579

[SOLVED] Page numbering absent

Hi everyone,
I'm struggling with page numbering in my document. Here's an example of my code:

\documentclass[article,11pt]{scrartcl}
\usepackage[latin1]{inputenc}
\usepackage{geometry}
\geometry{verbose,a4paper,tmargin=15mm,bmargin=15mm,lmargin=15mm,rmargin=15mm}

\usepackage{tgbonum ...
by pincadilly
Wed May 01, 2013 2:17 pm
Forum: Graphics, Figures & Tables
Topic: LaTex Error: Unknown graphics extension: .eps.
Replies: 2
Views: 6519

LaTex Error: Unknown graphics extension: .eps.

Hi there,
I'm having problems with images: for any extension they might end with, when I click to show the document the following error message appears:

"LaTex Error: Unknown graphics extension: .eps."

Even if the image is not an .eps file.
What shall I do?
Thank you in advance.