Search found 7 matches
- Wed Sep 01, 2010 8:17 pm
- Forum: General
- Topic: [glossaries] How to include acronym in the glossaries
- Replies: 1
- Views: 1361
[glossaries] How to include acronym in the glossaries
In my thesis I have defined an list of acronyms and a glossaries page. I have an entry that has to be included in the list of acronyms and in the glossaries. Is this possible and if so: how can i achieve this?
- Fri Jul 30, 2010 7:47 am
- Forum: Others
- Topic: Command \BRetrieved already defined error.
- Replies: 2
- Views: 4458
Re: Command \BRetrieved already defined error.
I will try to create a minimal example of my encountered problem.
- Thu Jul 29, 2010 9:50 pm
- Forum: Others
- Topic: Command \BRetrieved already defined error.
- Replies: 2
- Views: 4458
Command \BRetrieved already defined error.
When I try to typeset my document, the following errors raises. I am using TeXShop and I cannot found information on the internet about solving this error. What is the reason for this error and how can it be fixed?
usr/local/texlive/2009/texmf-dist/tex/latex/apacite/dutch.apc:119: LaTeX Error ...
usr/local/texlive/2009/texmf-dist/tex/latex/apacite/dutch.apc:119: LaTeX Error ...
- Fri May 28, 2010 11:39 am
- Forum: Page Layout
- Topic: how to embed a coverpage before the titlepage
- Replies: 3
- Views: 3779
Re: how to embed a coverpage before the titlepage
I will give it a try when I'm back at home. What is the function of \usepackage{blindtext} in the example?
- Fri May 28, 2010 9:13 am
- Forum: Page Layout
- Topic: how to embed a coverpage before the titlepage
- Replies: 3
- Views: 3779
how to embed a coverpage before the titlepage
My thesis must be accompanied by a coverpage besides the titlepage. I know that I have the use commands \ begin (title page) and \ end (title) to create a title page. But how can I embed a coverpage before the titlepage in a clean Latex way? I want to add a fullpage image to the coverpage. The used ...
- Fri Mar 26, 2010 3:21 pm
- Forum: Page Layout
- Topic: \chapter*{} in fancyhdr
- Replies: 2
- Views: 5842
\chapter*{} in fancyhdr
I still need help with this issue. Is there somebody who can help me with this? I've tried to add this line but with no result:
Code: Select all
\chapter*{Preface\markboth{Voorwoord}{}}
- Thu Mar 18, 2010 11:36 pm
- Forum: Page Layout
- Topic: \chapter*{} in fancyhdr
- Replies: 2
- Views: 5842
\chapter*{} in fancyhdr
I've defined some chapters (e.g. foreword, summary) before the TOC in a document with the documentclass report. The chapternumbering should start after the TOC. This means that the chapters before the should not be numbered. To achieve this I've created starred chapters by using the following code ...