Search found 21 matches

by vietnamica
Sun Apr 11, 2010 6:26 pm
Forum: Text Formatting
Topic: ToC not as a chapter
Replies: 3
Views: 2376

ToC not as a chapter

Thank you. I would like to explore whether we can put the TOC in the title page.

I did:
\begin{titlepage}
\begin{center}
{\Large Volume 01, Issue 01}\\[0.5cm]
\end{center}
\begin{flushright}
============================================\\[0.4cm]
{\fontfamily{ounc}\selectfont
{ \huge \bfseries TITLE ...
by vietnamica
Sun Apr 11, 2010 5:55 pm
Forum: Text Formatting
Topic: ToC not as a chapter
Replies: 3
Views: 2376

ToC not as a chapter

Dear all:

Normally, when we put \tableofcontents in our tex file, then a TOC will be generated as a chapter. How can we make TOC is not a chapter?

I would like to present the following in the same page, for example:
TITLE
Author - Date
Table of Contents

Thank you for your advices.
by vietnamica
Mon Apr 05, 2010 3:20 am
Forum: BibTeX, biblatex and biber
Topic: Chapterbib, citation with[?]: How to solve this problem?
Replies: 11
Views: 8147

Re: Chapterbib, citation with[?]: How to solve this problem?

Dear all: Is there any suggestion for the bookmark option? I dropped hyperref because the option of dvipdfm causes citation mark problem of [?].
by vietnamica
Sun Apr 04, 2010 7:38 pm
Forum: BibTeX, biblatex and biber
Topic: Chapterbib, citation with[?]: How to solve this problem?
Replies: 11
Views: 8147

Chapterbib, citation with[?]: How to solve this problem?

Finally, I remove the entry of Bibliography in the TOC by delete

Code: Select all

\addcontentsline{toc}{#2}{\bibname}% local: * -> no num
in the chapterbib.sty, line 141

and delete

Code: Select all

\addcontentsline{toc}{chapter}{\bibname}
in the chapterbib.sty, line 207.

At present, it's fine for me.
by vietnamica
Sun Apr 04, 2010 7:01 pm
Forum: BibTeX, biblatex and biber
Topic: Chapterbib, citation with[?]: How to solve this problem?
Replies: 11
Views: 8147

Re: Chapterbib, citation with[?]: How to solve this problem?

I tried and found that tocbibind conflicts with chapterbib. The package which you place first will disable the latter.

For example, if you put \usepackage[notbib]{tocbibind} then put \usepackage[sectionbib]{chapterbib} then the Bibliography will be defined as a chapter not a section.
by vietnamica
Sun Apr 04, 2010 6:26 pm
Forum: BibTeX, biblatex and biber
Topic: Chapterbib, citation with[?]: How to solve this problem?
Replies: 11
Views: 8147

Chapterbib, citation with[?]: How to solve this problem?

Here are my preamble

\documentclass[11pt,a4paper,titlepage,twoside]{book}
\usepackage{amsmath,amssymb,amsfonts,mathrsfs,amsmathfix}
%\usepackage[dvipdfm,bookmarks=true]{hyperref}
\usepackage[dvipdfm]{graphicx}
\DeclareGraphicsRule{*}{eps}{*}{}
\usepackage{longtable}
\usepackage{lscape}
\usepackage ...
by vietnamica
Sun Apr 04, 2010 6:19 pm
Forum: BibTeX, biblatex and biber
Topic: Chapterbib, citation with[?]: How to solve this problem?
Replies: 11
Views: 8147

Chapterbib, citation with[?]: How to solve this problem?

1. If i keep hyperref without option of dvipdfm, i cannot compile my tex file. This may be because i used the package omegavn for Vietnamese typesetting.

If i used \usepackage[dvipdfm,bookmarks=true]{hyperref} then the citation mark becomes [?]

2. I dropped tocbibind but there is still ...
by vietnamica
Sun Apr 04, 2010 5:49 pm
Forum: BibTeX, biblatex and biber
Topic: Chapterbib, citation with[?]: How to solve this problem?
Replies: 11
Views: 8147

Re: Chapterbib, citation with[?]: How to solve this problem?

I read several chapterbib manuals. Now there are two problems:

1. Without hyperref, I cannot create bookmarks.

2. The option [sectionbib] of chapterbib - i used this option - makes Bibliography a section* instead of a chapter*. Thus, there is last section of Bibliography in the Table of Content. I ...
by vietnamica
Sun Apr 04, 2010 5:38 pm
Forum: BibTeX, biblatex and biber
Topic: Chapterbib, citation with[?]: How to solve this problem?
Replies: 11
Views: 8147

Re: Chapterbib, citation with[?]: How to solve this problem?

I use lamdda.exe to compile instead of latex.exe. This helps me with Omega and Vietnamese.

You are right on option dvipdfm. When I use hyperref package with dvipdfm option, then citation mark becomes [?]. When I do not use hyperref, then chapterbib works well.

In the table of content, there is an ...
by vietnamica
Sun Apr 04, 2010 5:23 pm
Forum: BibTeX, biblatex and biber
Topic: Chapterbib, citation with[?]: How to solve this problem?
Replies: 11
Views: 8147

Chapterbib, citation with[?]: How to solve this problem?

There may be some conflicts between chapterbib and hyperref.

My hyperref is as follows

Code: Select all

\usepackage[dvipdfm,bookmarks=true,backref,colorlinks,linkcolor=black,citecolor=black, filecolor=black,menucolor=black,pagecolor=black,urlcolor=black,pdfstartview=FitH]{hyperref}