Search found 28 matches

by nenu28
Thu May 24, 2012 5:51 pm
Forum: Page Layout
Topic: fancyhdr | Customized Page Headers on even and odd Pages
Replies: 2
Views: 13679

Re: fancyhdr | Customized Page Headers on even and odd Pages

Thanks so much, they are all work as i wanted !

Thank you
by nenu28
Thu May 17, 2012 10:42 am
Forum: BibTeX, biblatex and biber
Topic: Bibliography sorted by Year
Replies: 1
Views: 11620

Bibliography sorted by Year

Hello,

I am using BibTeX and I have more than 53 references to put into the bibliography. I have created a BibTeX file and I would like to sort those references by year of publications : 2012, 2011, 2010, ...

Is there any command which can do it ?

Thanks
by nenu28
Sat May 12, 2012 4:34 pm
Forum: Page Layout
Topic: fancyhdr | Customized Page Headers on even and odd Pages
Replies: 2
Views: 13679

fancyhdr | Customized Page Headers on even and odd Pages

Hello,

I am writing a document in LaTeX with report class and i would like to do this :

All the odd pages of my documents should have header containing the title of the document.
All the even page of the document should have header containing each chapter title (for example: Chapter 1 ...
by nenu28
Wed May 02, 2012 3:20 pm
Forum: Page Layout
Topic: Header in report class
Replies: 2
Views: 6086

Header in report class

Hi Stefan,
Thank a lot for your help. The code you sent to me , it works perfectly but the header title still on the right hand side. I want it (Header title)in the center.

I use this commands in the preambule \usepackage{fancyhdr}
\pagestyle{fancy}

\lhead{}
\chead{}
%\rhead{}
\renewcommand ...
by nenu28
Wed May 02, 2012 7:20 am
Forum: Page Layout
Topic: Header in report class
Replies: 2
Views: 6086

Header in report class

Hello,

I am writing a document in report class and compiling it with latex or pdflatex.
I want to insert the header on all the page of my table of contents and rename the header " TABLE OF CONTENTS" on the center of the header.
I am using \usepackage{fancyhdr}
\pagestyle{fancy}
\lhead{}
\chead ...
by nenu28
Sun Mar 18, 2012 5:01 pm
Forum: Document Classes
Topic: abstract | Abstract Heading Font Size
Replies: 3
Views: 34889

abstract | Abstract Heading Font Size

thanks, it works ! I just do as you advised me :

\documentclass{report}
\usepackage{abstract}
\renewcommand{\abstractnamefont}{\normalfont\Large\bfseries}
\renewcommand{\abstracttextfont}{\normalfont\Huge}

\begin{document}
blah blah
\begin{abstract}
blah blah
\end{abstract}

\end{document}

By ...
by nenu28
Sun Mar 18, 2012 12:52 am
Forum: Document Classes
Topic: abstract | Abstract Heading Font Size
Replies: 3
Views: 34889

abstract | Abstract Heading Font Size

Hi,
I am writing a scientific document in report class. In this section:
\begin{abstract}
This is the paper's abstract \ldots
\end{abstract}
How can i make so that the Abstract text (before the text This is the paper's...) appear in \Large or \large size? What should i change?

I have tried this ...
by nenu28
Tue Mar 06, 2012 10:41 am
Forum: Page Layout
Topic: Insert "Appendix" Entry to ToC
Replies: 1
Views: 1510

Insert "Appendix" Entry to ToC

Hello,

I am writing a thesis, then would like to insert the appendix at the end of my document but by the same way to show the word "Appendix" to the table of contents. Is there any code or specific package to add somewhere?

Thanks
by nenu28
Mon Nov 21, 2011 9:57 am
Forum: BibTeX, biblatex and biber
Topic: Specific BibTeX Style
Replies: 0
Views: 1251

Specific BibTeX Style

Hello,

I am looking for the bibtex style which can allow me to present the list of references like this :

[1] Gupta A, Jain R. Visual information retrieval. Communications of the ACM, 1997, 40(5): 71-79.
[2] Author name. Title. Journal name,year, volume(number): pages.

And in the case of multiple ...
by nenu28
Wed Nov 02, 2011 9:33 pm
Forum: Graphics, Figures & Tables
Topic: Add four Figures on the same Page Side by Side
Replies: 4
Views: 6319

Re: Add four Figures on the same Page Side by Side

Hi Sir,

I don't understand what you mean by minimal example. I sent my code but this is just working with two figure. I have four plots and would like to add them side by side like this model

plot 1 plot2
plot3 plot4

Hope to get help from you. Thanks !