Hi all,
I am preparing a report containing all the chapters in French. I have a problem with accented letters. Here are all packages that I used:
\documentclass[12pt, ChapStyle1, oneside]{./Styles/Dea_Gsm}
% options : ChapStyle0 | ChapStyle1 | ChapStyle2, draft (double interligne + oneside), 10pt ...
Search found 36 matches
- Mon Jun 24, 2013 10:09 pm
- Forum: Fonts & Character Sets
- Topic: Accented Letters not always displayed
- Replies: 1
- Views: 4379
- Mon Jun 24, 2013 10:04 pm
- Forum: Graphics, Figures & Tables
- Topic: Positions figures
- Replies: 3
- Views: 6959
Positions figures
I used this solution:

and it's OKPlaceins.sty keeps floats ‘in their place’, preventing them from floating past
a “\FloatBarrier” command into another section. To use it, declare
“\usepackage{placeins}” and insert “\FloatBarrier” at places that floats
should not move past

- Sun Jun 23, 2013 2:12 pm
- Forum: Graphics, Figures & Tables
- Topic: Positions figures
- Replies: 3
- Views: 6959
Positions figures
Hi all,
I inserted a figure after a paragraph. But the problem is that the figure is displayed at the beginning of the page while the paragraph in the middle of the page. Thus, the figure does not follow the relevant paragraph. How to insert the figure immediately after the relevant paragraph?
I inserted a figure after a paragraph. But the problem is that the figure is displayed at the beginning of the page while the paragraph in the middle of the page. Thus, the figure does not follow the relevant paragraph. How to insert the figure immediately after the relevant paragraph?
- Sun Jul 08, 2012 1:34 pm
- Forum: Document Classes
- Topic: beamer | Controlling the Appearance of Presentation Plan
- Replies: 7
- Views: 8833
beamer | Controlling the Appearance of Presentation Plan
Hi,
here is my presentation:
\documentclass{beamer}
% Class options include: notes, notesonly, handout, trans,
% hidesubsections, shadesubsections,
% inrow, blue, red, grey, brown
% Theme for beamer presentation.
\usepackage{beamerthemesplit}
\usepackage{multicol}
%\usepackage{color}
% Other ...
here is my presentation:
\documentclass{beamer}
% Class options include: notes, notesonly, handout, trans,
% hidesubsections, shadesubsections,
% inrow, blue, red, grey, brown
% Theme for beamer presentation.
\usepackage{beamerthemesplit}
\usepackage{multicol}
%\usepackage{color}
% Other ...
- Thu Jul 05, 2012 6:08 pm
- Forum: Document Classes
- Topic: beamer | A Kind of Text Animation
- Replies: 3
- Views: 3761
Re: beamer | A Kind of Text Animation
I understand the stuff with the example but I want to apply tikZ and overlays in a figure. So, I think I need to fix the coordinates in the figure.
any help?
any help?
- Thu Jul 05, 2012 9:40 am
- Forum: Document Classes
- Topic: beamer | A Kind of Text Animation
- Replies: 3
- Views: 3761
beamer | A Kind of Text Animation
Hi all,
I inserted a figure in a beamer presentation. This figure contains text. I want whenever I talk about some of the text, I mention it in such a surrounding ellipse. Any help?
I inserted a figure in a beamer presentation. This figure contains text. I want whenever I talk about some of the text, I mention it in such a surrounding ellipse. Any help?
- Tue Jul 03, 2012 2:19 pm
- Forum: Graphics, Figures & Tables
- Topic: beamer | Array Size Adjustment to Frame Size
- Replies: 2
- Views: 4708
beamer | Array Size Adjustment to Frame Size
Hi all,
I inserted a table into a page of a beamer presentation but the problem is that the array size exceeds the frame. How to adjust the array size to the size of the frame?
I inserted a table into a page of a beamer presentation but the problem is that the array size exceeds the frame. How to adjust the array size to the size of the frame?
- Tue Jul 03, 2012 12:28 am
- Forum: Document Classes
- Topic: beamer | One Block displayed, the other covered
- Replies: 4
- Views: 7196
beamer | One Block displayed, the other covered
I solve the problem with :
\setbeamercovered{invisible}
\setbeamercovered{transparent}
\onslide<2->
here is the new code:
\documentclass{beamer}
\usepackage[frenchb]{babel}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{amsmath}
\usepackage{epsfig,pslatex,colortbl}
\usepackage ...
\setbeamercovered{invisible}
\setbeamercovered{transparent}
\onslide<2->
here is the new code:
\documentclass{beamer}
\usepackage[frenchb]{babel}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{amsmath}
\usepackage{epsfig,pslatex,colortbl}
\usepackage ...
- Sun Jul 01, 2012 7:28 pm
- Forum: Document Classes
- Topic: beamer | One Block displayed, the other covered
- Replies: 4
- Views: 7196
beamer | One Block displayed, the other covered
Sorry :oops:
I hope the code below is sufficient :
\documentclass{beamer}
\usepackage[frenchb]{babel}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{amsmath}
\usepackage{epsfig,pslatex,colortbl}
\usepackage{graphics}
\usepackage{graphicx}%pour les includegraphics
\usepackage ...
I hope the code below is sufficient :
\documentclass{beamer}
\usepackage[frenchb]{babel}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{amsmath}
\usepackage{epsfig,pslatex,colortbl}
\usepackage{graphics}
\usepackage{graphicx}%pour les includegraphics
\usepackage ...
- Sun Jul 01, 2012 5:31 pm
- Forum: Document Classes
- Topic: beamer | One Block displayed, the other covered
- Replies: 4
- Views: 7196
beamer | One Block displayed, the other covered
Hi all,
I want that when the first block is displayed, the second is gray, and vice versa.
\begin{frame}[t]{General formalization of haplotyping.}
\begin{block}{Inputs}
\begin{itemize}
\item A \alert{genotype matrix} $G$.
\item The \alert{rows} of the matrix are \alert{taxa / individuals ...
I want that when the first block is displayed, the second is gray, and vice versa.
\begin{frame}[t]{General formalization of haplotyping.}
\begin{block}{Inputs}
\begin{itemize}
\item A \alert{genotype matrix} $G$.
\item The \alert{rows} of the matrix are \alert{taxa / individuals ...