Search found 7 matches

by jordan
Fri Sep 18, 2009 10:04 am
Forum: Page Layout
Topic: ! LaTeX Error: Missing \begin{document}.
Replies: 15
Views: 14125

Re: ! LaTeX Error: Missing \begin{document}.

I think I'm going to use other style...

Thanks for your help.
by jordan
Fri Sep 18, 2009 9:27 am
Forum: Page Layout
Topic: ! LaTeX Error: Missing \begin{document}.
Replies: 15
Views: 14125

Re: ! LaTeX Error: Missing \begin{document}.

Hi,

I use rotating for sidewaystables... But anyway, I have problems also with graphicx.
by jordan
Thu Sep 17, 2009 8:17 pm
Forum: Page Layout
Topic: ! LaTeX Error: Missing \begin{document}.
Replies: 15
Views: 14125

! LaTeX Error: Missing \begin{document}.

If I comment the lines

Code: Select all

\usepackage{graphicx}
and

Code: Select all

\usepackage{rotating}
it works. The problem is I need both :(.

I've attached the log file. I hope it helps.
by jordan
Thu Sep 17, 2009 7:33 pm
Forum: Page Layout
Topic: ! LaTeX Error: Missing \begin{document}.
Replies: 15
Views: 14125

Re: ! LaTeX Error: Missing \begin{document}.

ups I'm sorry, this is my first time in this forum.

I've downloaded it from CTAN homepage this morning. I don't understand why it works with other styles of fancy chapters but I have problems with Bjornstrup.
by jordan
Thu Sep 17, 2009 7:07 pm
Forum: Page Layout
Topic: ! LaTeX Error: Missing \begin{document}.
Replies: 15
Views: 14125

! LaTeX Error: Missing \begin{document}.

Yes, I have these lines but I've omitted this information in the previous post. Now all the lines of the code:

\documentclass[a4paper,twoside,10pt]{book}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{graphicx}
\usepackage{fancyhdr}
\usepackage ...
by jordan
Thu Sep 17, 2009 6:59 pm
Forum: Page Layout
Topic: ! LaTeX Error: Missing \begin{document}.
Replies: 15
Views: 14125

! LaTeX Error: Missing \begin{document}.

This is all my stuff:
\documentclass[a4paper,twoside,10pt]{book}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{graphicx}
\usepackage{fancyhdr}
\usepackage{indentfirst}
\usepackage{rotating}
\usepackage{geometry,pstricks}
\usepackage{pst-node ...
by jordan
Thu Sep 17, 2009 5:48 pm
Forum: Page Layout
Topic: ! LaTeX Error: Missing \begin{document}.
Replies: 15
Views: 14125

! LaTeX Error: Missing \begin{document}.

Hi all,

I've testing different fancy chapters for my phD thesis. Everything is ok except when I try with Bjornstrup style,

Code: Select all

\usepackage[Bjornstrup]{fncychap}
in this case I get the error ! LaTeX Error: Missing \begin{document}.

Can anybody help me?

Thanks in advance ;)