Search found 91 matches

by pumpkinegan
Fri Oct 12, 2007 11:06 pm
Forum: MiKTeX and proTeXt
Topic: Table of contents new problem
Replies: 2
Views: 6359

Table of contents new problem

Are you using the hyperref package? Do not forget the breaklinks option:

Code: Select all

\usepackage[breaklinks=true]{hyperref}
by pumpkinegan
Fri Oct 12, 2007 1:59 pm
Forum: General
Topic: Best way to deal with screenshots?
Replies: 5
Views: 9800

Re: Best way to deal with screenshots?

I would convert the screenshot (jpeg) to encapsulated postscript (eps).
by pumpkinegan
Wed Oct 03, 2007 1:09 pm
Forum: General
Topic: Headers in front matter of book class
Replies: 2
Views: 4651

Headers in front matter of book class

To get headers use the command

Code: Select all

\pagestyle{headings}
To change the default header from uppercase use the command

Code: Select all

\renewcommand{\chaptermark}[1]{\markboth{\chaptername\ \thechapter. \ #1}{}}
The fancyhdr package may also be worth looking at.
by pumpkinegan
Mon Sep 24, 2007 10:28 pm
Forum: General
Topic: make headings appendix-headings
Replies: 3
Views: 4258

make headings appendix-headings

I am not sure exactly what you mean, but if you want the bibliography heading numbered like an appendix, then change line 3073 of scrreprt.cls from \chapter*{\bibname}% to be \chapter{\bibname}% Then just put your bibliography in the appendix and use BiBTeX as normal \appendix
\chapter{An appendix ...
by pumpkinegan
Mon Sep 24, 2007 9:35 pm
Forum: General
Topic: make headings appendix-headings
Replies: 3
Views: 4258

make headings appendix-headings

Here is a rough method (remember to change it back if you want the list of figures in the preface):

Edit line 3027 in scrreprt.cls (\tex\latex\koma-script) from \newcommand*\lof@heading{\float@listhead{\listfigurename}} to be \newcommand*\lof@heading{\float@listhead{\chapter{\listfigurename ...
by pumpkinegan
Thu Sep 20, 2007 9:52 pm
Forum: General
Topic: \include causes missing citations
Replies: 4
Views: 10712

\include causes missing citations

chapterbib is a nice package for a thesis.

In my previous example, I put the bibliography definition at the end of the main tex file---the result is a large bibliography at the end of the compiled document.

Using the chaperbib package, I would put \bibliographystyle{plain}
\bibliography{../thesis ...
by pumpkinegan
Thu Sep 20, 2007 5:31 pm
Forum: General
Topic: \include causes missing citations
Replies: 4
Views: 10712

\include causes missing citations

One approach to a project is to have one tex file set as the main project file. This tex file would have the \documentclass, \usepackage, and \newcommand commands. It would also have the \begin{document} and \end{document} commands: \documentclass[12pt]{muthesis}
\usepackage[ps2pdf]{hyperref}
\begin ...
by pumpkinegan
Thu Sep 20, 2007 5:15 pm
Forum: General
Topic: Problems with own LaTeX style
Replies: 1
Views: 2387

Problems with own LaTeX style

There are many things to be concerned about in your style file.

If you are going to use a titlepage, then the documentclass has to be defined \documentclass[ukrainian,titlepage]{article}
\begin{document}
\begin{titlepage}
\end{titlepage}
Document text
\end{document} and the \maketitle command is ...
by pumpkinegan
Wed Sep 12, 2007 9:34 pm
Forum: General
Topic: Problems definig links
Replies: 1
Views: 2333

Problems definig links

Did you try

Code: Select all

\usepackage{url}
\url{\\Servidorcomer\COMERCIALIZACION\CGESJ}
or

Code: Select all

\usepackage{hyperref}
\nolinkurl{\\Servidorcomer\COMERCIALIZACION\CGESJ}
by pumpkinegan
Wed Sep 12, 2007 9:28 pm
Forum: Document Classes
Topic: cannot get hyperref's \autopageref command to work
Replies: 4
Views: 7104

cannot get hyperref's \autopageref command to work

It works correctly for me with MiKTeX 2.6 on XP64 *File List*
report.cls 2005/09/16 v1.4f Standard LaTeX document class
size12.clo 2005/09/16 v1.4f Standard LaTeX file (size option)
palatino.sty 2005/04/12 PSNFSS-v9.2a (SPQR)
geometry.sty 2002/07/08 v3.2 Page Geometry
keyval.sty 1999/03/16 v1.13 ...