Search found 8 matches

by LesJacques
Wed Feb 22, 2012 1:31 pm
Forum: Page Layout
Topic: Abstract Heading like Paragraph Heading
Replies: 4
Views: 18156

Re: Abstract Heading like Paragraph Heading

Perfect !
Thank you very much !
by LesJacques
Wed Feb 22, 2012 12:26 pm
Forum: Page Layout
Topic: Abstract Heading like Paragraph Heading
Replies: 4
Views: 18156

Abstract Heading like Paragraph Heading

\documentclass[11pt,a4paper]{article}
\usepackage[T1]{fontenc} % codage moderne des caractères sous Latex
\usepackage{mathptmx} % Police Times
\usepackage[english]{babel}
\usepackage{fancyhdr}
\titleformat{\chapter}[hang]{\bf\huge}{\thechapter}{2pc}{}
\usepackage[nottoc,notlof,notlot]{tocbibind ...
by LesJacques
Wed Feb 22, 2012 12:00 pm
Forum: Page Layout
Topic: Abstract Heading like Paragraph Heading
Replies: 4
Views: 18156

Abstract Heading like Paragraph Heading

Hi everybody,

I have a simple problem, but i can't manage to resolve it. I'm sure you gonna find the solution easily. I'm writing a document using the "article" class.

My section name is: "Abstract:"
My text is: "My text"

So my output looks like :
Abstract:
My text
And i want my text to be on ...
by LesJacques
Mon Feb 20, 2012 4:20 pm
Forum: BibTeX, biblatex and biber
Topic: Delete bibliography title
Replies: 8
Views: 50067

Re: Delete bibliography title

Hi, i'm back with a new question.

I've changed the documentclass to "article", and it's not working anymore.
What's the solution for this document class ?
by LesJacques
Fri Feb 17, 2012 5:11 pm
Forum: BibTeX, biblatex and biber
Topic: Delete bibliography title
Replies: 8
Views: 50067

Re: Delete bibliography title

Perfect

Maybe later i'll need something more complicated, but for the moment that's exactly what i want, thanks !
by LesJacques
Fri Feb 17, 2012 4:43 pm
Forum: BibTeX, biblatex and biber
Topic: Delete bibliography title
Replies: 8
Views: 50067

Delete bibliography title

It works well, no more "bibliography" before my references.

However there is now a "bibliography" on the top of the page, near the pages number.

Here is my code

\documentclass[12pt]{report}

\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[francais]{babel}
\usepackage[top=2cm ...
by LesJacques
Fri Feb 17, 2012 3:56 pm
Forum: BibTeX, biblatex and biber
Topic: Delete bibliography title
Replies: 8
Views: 50067

Delete bibliography title

Hi, thanks !

Code: Select all

\documentclass[12pt]{report}

\usepackage[nottoc, notlof, notlot]{tocbibind}

Is that what you need ?
by LesJacques
Fri Feb 17, 2012 3:29 pm
Forum: BibTeX, biblatex and biber
Topic: Delete bibliography title
Replies: 8
Views: 50067

Delete bibliography title

Hi !

First I'm french, so sorry for my english, i'll try to write something correct :D .

I have my bibliography with BibteX, I use Texnixcenter, i'm on windows.

I would like to delete the bibliographyt title. I mean i just want the references.

i.e :

For the moment i have

My document ...