Search found 5 matches

by gioacchele
Thu Jul 09, 2009 11:32 am
Forum: XeTeX
Topic: Footnote symbols don't show using \thanks{} and fontspec
Replies: 14
Views: 34996

Re: Footnote symbols don't show using \thanks{} and fontspec

It works including the xltxtra package.

Thanks a lot!
amir
by gioacchele
Wed Jul 08, 2009 4:20 pm
Forum: XeTeX
Topic: Footnote symbols don't show using \thanks{} and fontspec
Replies: 14
Views: 34996

Footnote symbols don't show using \thanks{} and fontspec

Hi all
I've used xelatex and fontspec.sty to use custom opentype fonts in latex documents. Everything seems to work except for the fact i don't see footnote symbols (like asterisk, dagger, etc.) using the command \thanks{} in the \title or \author fields.

Here's an example

\documentclass[12pt ...
by gioacchele
Sun Mar 29, 2009 2:47 pm
Forum: TeX Live and MacTeX
Topic: a4paper option in \documentclass doesn't work
Replies: 5
Views: 20618

Re: a4paper option in \documentclass doesn't work

Hi Joseph,

thanks, pdflatex works properly!

I was using latex to make the dvi file, and dvipdf to make dvi. The output of the pdf is always US letter. I can't check the dvi, as evince can't open dvi files, prompting this error:

Unable to open document
File type TeX DVI document (application/x-dvi ...
by gioacchele
Sun Mar 29, 2009 11:39 am
Forum: TeX Live and MacTeX
Topic: a4paper option in \documentclass doesn't work
Replies: 5
Views: 20618

a4paper option in \documentclass doesn't work

The problem occurs with every document.
For example, with this one:

\documentclass[a4paper, 12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[italian]{babel}

\begin{document}
\title{prova}
\author{Amir}
\date{\today}

\maketitle
\tableofcontents

\section{Capitolo di prova}
blablabla ...
by gioacchele
Fri Mar 27, 2009 12:56 pm
Forum: TeX Live and MacTeX
Topic: a4paper option in \documentclass doesn't work
Replies: 5
Views: 20618

a4paper option in \documentclass doesn't work

Hi all,
this is my first post in this forum. I've searched this and other forums to solve this problem, but i could not find anything.
I'm using texlive on fedora 10, installed from the repositories.
I can't get latex to use the a4 paper size, neither with \documentclass, nor with the geometry.sty ...