Search found 5 matches

by Adrien
Wed Mar 30, 2011 12:04 pm
Forum: Text Formatting
Topic: tikzpicture alignment
Replies: 1
Views: 2157

tikzpicture alignment

Hi,

I have a pb of alignement for tikzpicture figure.
I draw two orange fill circles, one empty and one with "1".
But the second one is miss-aligned to the text.
Below, a minimum example.

\documentclass{beamer}
\usepackage{tikz}
\begin{document}
word
\begin{tikzpicture}%
\fill[orange] (0,0 ...
by Adrien
Tue Mar 08, 2011 9:12 pm
Forum: Graphics, Figures & Tables
Topic: PNG and EPS images in PDF vs. DVI - Unified access
Replies: 5
Views: 14412

Re: PNG and EPS images in PDF vs. DVI - Unified access

Hi sdaau,

I have exactly the same pb as what you explain, i.e. i use pdflatex and would like use mk4ht and have the same errors.
I quicly test the overload of includegraphics, but it seems that I have other packages not compatible with latex.

I test your bash script, but:
> latex --enable-write18 ...
by Adrien
Tue Aug 10, 2010 6:49 pm
Forum: Document Classes
Topic: Bibliography in Beamer LaTeX
Replies: 4
Views: 19603

Re: Bibliography in Beamer LaTeX

I find a solution.

To delete the title, you need to modify the .bst file and delete the creation of the title in the .bbl file.

Hope it would be useful,
Adrien
by Adrien
Thu Jun 24, 2010 4:34 pm
Forum: Document Classes
Topic: Bibliography in Beamer LaTeX
Replies: 4
Views: 19603

Bibliography in Beamer LaTeX

Hi Juanjo,

I'm pursue on the subject:
I would like to delete the "bibliography entry title", I think it is put in
"./beamerbaselocalstructure.sty" but I don't find an easy way.

Do you have a solution ?
Thanks,
Adrien

The definition of the thebibliography environment and \newblock command is ...
by Adrien
Wed Jun 23, 2010 9:12 pm
Forum: Text Formatting
Topic: change Itemize level in Beamer (beamerposter)
Replies: 0
Views: 1950

change Itemize level in Beamer (beamerposter)

Hi all,

I use beamerposter and have different configuration for itemize level :

\setbeamerfont{itemize/enumerate body}{}
\setbeamerfont{itemize/enumerate subbody}{size=\small}

But when I do :

\begin{description}
\item[Word] blabla
\begin{itemize}
\item I want a subitem feature here
\end ...