Search found 6 matches

by mayalaroz
Tue May 14, 2013 4:37 pm
Forum: BibTeX, biblatex and biber
Topic: Headers Reference
Replies: 3
Views: 4412

Headers Reference

I have done a minimal working example by writing

\documentclass{article}

\usepackage[utf8]{inputenc}
\usepackage{fancyhdr}

\pagestyle{fancyplain}
\renewcommand{\sectionmark}[1]{\markright{\thesection{} #1}}

\begin{document}

\section{Discussion}
\subsection{Calcul d'erreur}

\cite{ref1} \cite ...
by mayalaroz
Tue May 14, 2013 4:22 pm
Forum: BibTeX, biblatex and biber
Topic: Headers Reference
Replies: 3
Views: 4412

Headers Reference

Hello,

I agree that it couldn't be clear. I have joined a printscreen of a page of my work.
I have framed the header to see you my problem. I would like to suppress the word 'Références' of my header. Do you know how to do it? The code for my header is the next thing:

\usepackage{fancyhdr ...
by mayalaroz
Mon May 13, 2013 8:57 pm
Forum: BibTeX, biblatex and biber
Topic: Headers Reference
Replies: 3
Views: 4412

Headers Reference

Hello everybody,

I'm writing my work on Latex et I use the article documentclass. I would like to put headers at every page of my work. So I write:

\pagestyle{fancyplain}
\renewcommand{\sectionmark}[1]{\markright{\thesection{} #1}}

by inserting the package fancyhdr. So the section appear in my ...
by mayalaroz
Wed Mar 27, 2013 10:33 pm
Forum: Math & Science
Topic: Arrow and equation
Replies: 4
Views: 5340

Re: Arrow and equation

Thank you very much Stefan ;).
by mayalaroz
Wed Mar 27, 2013 6:59 pm
Forum: Math & Science
Topic: Arrow and equation
Replies: 4
Views: 5340

Arrow and equation

Excuse me I have forgotten a line of my code :oops:
\documentclass[10pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{tikz}

\begin{document}
\begin{eqnarray*}
\cos\theta dF &=& k_{\text{abs}}\rho_{a}dz \\
&\begin ...
by mayalaroz
Wed Mar 27, 2013 4:00 pm
Forum: Math & Science
Topic: Arrow and equation
Replies: 4
Views: 5340

Arrow and equation

Hello everibody,

I'm writing a rapport with a lot equations and I would like to use arrow to move from an equation from an another one. This is the code:

\documentclass[10pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage ...