Search found 7 matches

by Longinus
Mon Mar 09, 2009 5:39 am
Forum: BibTeX, biblatex and biber
Topic: How to change the font of URL in the bibliography?
Replies: 2
Views: 17876

Re: How to change the font of URL in the bibliography?

Thank you Phi, it works like magic!!

Ken
by Longinus
Sun Mar 08, 2009 10:40 pm
Forum: BibTeX, biblatex and biber
Topic: How to change the font of URL in the bibliography?
Replies: 2
Views: 17876

How to change the font of URL in the bibliography?

Dear users,

I am writing a paper using BibTeX with packages [hyphens]{url} and [hyperref]. I really have no complaint but just one wish:

In the bibliography the URL was shown in monospaced Typewriter fonts, while I am using Palatino. Is there anyway I can change the font of the url into Palatino ...
by Longinus
Tue Nov 11, 2008 9:46 pm
Forum: General
Topic: Indice from multiple chapters
Replies: 1
Views: 1856

Indice from multiple chapters

Hello all,

For long document that uses \include{ chapter }, how can one generate one big index section at the end with \makeidx?

I have a master file that contains all the \include{} commands and it also contains some indexed terms. However, the index pages printed only display indexed items in ...
by Longinus
Tue Nov 11, 2008 9:40 pm
Forum: General
Topic: Bibchapter and Texniccenter
Replies: 1
Views: 2429

Bibchapter and Texniccenter

Dear all,

I am trying to create a document with \bibchapter package so that there is a chapter-specific bibliography at the end of every chapter.

1.) I open a new project and checked the box "Using BibTeX"
2.) I put all the preambles in a .tex file called "home"
3.) Then I went on to write the ...
by Longinus
Mon Nov 03, 2008 8:08 pm
Forum: General
Topic: Different format for different cells in tabular
Replies: 2
Views: 3150

Different format for different cells in tabular

Thanks Stefan,

I did it! It seems to work fine:

\documentclass{report}
\usepackage{booktabs, tabularx, multirow, array}
\setlength{\heavyrulewidth}{0.1em}
\newcommand{\otoprule}{\midrule[\heavyrulewidth]}

\begin{document}

\begin{table}[hb]
\centering
\caption{Table description here ...
by Longinus
Mon Nov 03, 2008 7:31 pm
Forum: New Members
Topic: Hi all
Replies: 2
Views: 2674

Hi all

Dear all,

Longinus here, nice to meet you.

I'm in the process of writing my dissertation and have decided to challenge myself by typesetting with LaTeX. It's been very fulfilling but there are many road blocks. Hopefully, I can get some of your help.

Thanks!
by Longinus
Mon Nov 03, 2008 7:27 pm
Forum: General
Topic: Different format for different cells in tabular
Replies: 2
Views: 3150

Different format for different cells in tabular

Dear all, nice to meet you.

This is my first post and I have some question that I cannot figure out in tabular after some search on the Internet and reference to the article by Mori.

I am going make a table like this:


\documentclass{report}
\usepackage{booktabs, tabularx, multirow, array ...