Search found 28 matches

by ffarr
Mon Sep 05, 2011 4:37 pm
Forum: Text Formatting
Topic: "Webliography"
Replies: 3
Views: 3957

"Webliography"

I had a look to BibTeX it. I understood how it works and I tested it on my frined's dissertation (already written in LaTeX), on my pc and my Winedt - the program I use.
My friend's file works, mine doesn't.
I tried with his file.bib, in my folder. The program doesn't give me any error but it just ...
by ffarr
Sun Sep 04, 2011 5:37 pm
Forum: Text Formatting
Topic: "Webliography"
Replies: 3
Views: 3957

"Webliography"

Hello, how can I insert a "Webliography" in LaTeX?

For the bibliography I decided to use

Code: Select all

Code, edit and compile here:
\begin{thebibliography}{100}
% content
\end{thebibliography}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
and it works just fine. I need a simple way to create my webliography too without any file.bib

Thank you
by ffarr
Wed May 18, 2011 12:25 am
Forum: Text Formatting
Topic: TOC not in bold, without numbers before the chapters
Replies: 4
Views: 3501

Re: TOC not in bold, without numbers before the chapters

To remove numbering in the ToC i put

\renewcommand{\thechapter}{}
\renewcommand{\thesection}{}

It works. I don't mind to have it in the text.

Now I just need it not bold..
by ffarr
Tue May 17, 2011 11:41 pm
Forum: Page Layout
Topic: How to cut off the line in the header, under the number pag
Replies: 4
Views: 3059

How to cut off the line in the header, under the number pag

Stefan_K wrote:
Perhaps simply remove that \headrule command.
Great! That was the solution.

Now they tell me that the chaptertitle in the header needs to be in a different font, or at least smaller than the text of the book...

Is it possible?
by ffarr
Tue May 17, 2011 6:08 pm
Forum: Text Formatting
Topic: TOC not in bold, without numbers before the chapters
Replies: 4
Views: 3501

TOC not in bold, without numbers before the chapters

Which document class do you use?

Stefan

book, here's my code:
\documentclass[12pt,a4paper,twoside,italian]{book}
\usepackage[T1]{fontenc}
%\usepackage[urw-garamond]{mathdesign}
\usepackage{fourier}
\usepackage[italian]{babel}
\usepackage[latin1]{inputenc}
\usepackage[%
papersize={120mm,195mm ...
by ffarr
Tue May 17, 2011 5:46 pm
Forum: Text Formatting
Topic: TOC not in bold, without numbers before the chapters
Replies: 4
Views: 3501

TOC not in bold, without numbers before the chapters

Hi,

how can I make my TOC not in bold, and how can I delete the numbers before the chapters?

e.g. now it's like this:

1 [ bold Chapter name ]...................... [page number]
[blank space] 1.1 [subsection name]........................ [page number]

I want it like this:

[Chapter name ...
by ffarr
Tue May 17, 2011 4:17 pm
Forum: Text Formatting
Topic: Garamond font in LaTeX?
Replies: 6
Views: 13878

Garamond font in LaTeX?

This will affect the whole document. Specifically, all serif (roman) text will be changed, both in text and math, the latter by the mathdesign package.

Other font families, such as sans serif text and typewriter text will not be changed.

Stefan

Ok good, thank you. I believe I need to download ...
by ffarr
Tue May 17, 2011 4:06 pm
Forum: Page Layout
Topic: How to cut off the line in the header, under the number pag
Replies: 4
Views: 3059

How to cut off the line in the header, under the number pag

First of all, thank you for the great support you're giving me. This community rocks.

I need to cut off the line in the header, under the page number and the title of the chapter. So, what I want to see is just like this:

[Page number] [Chapter title]

And not:

[Page number] [Chapter title]

Is ...
by ffarr
Mon May 16, 2011 5:41 pm
Forum: Text Formatting
Topic: Garamond font in LaTeX?
Replies: 6
Views: 13878

Re: Garamond font in LaTeX?

Hi Stefan, one question: will it change the font of the whole text?
If not: how can I change the font of the whole text with one command in the preamble?
by ffarr
Mon May 16, 2011 1:15 pm
Forum: Text Formatting
Topic: Garamond font in LaTeX?
Replies: 6
Views: 13878

Garamond font in LaTeX?

Hello, can I use "Garamond" font in LaTeX? If not, how can I use Do I need to install special packages?

I use this:
\newcommand{\cambiaFont}[2]{{\fontencoding{T1}\fontfamily{#1}%
\selectfont#2}}

And in the text i just need to put: \cambiaFont{put}

Put is the font code. "cambiaFont" is just ...