Search found 13 matches

by thibaud74
Mon Mar 30, 2015 2:32 pm
Forum: BibTeX, biblatex and biber
Topic: changing separator with apalike
Replies: 0
Views: 3384

changing separator with apalike

Hi,

I need to change the separator "." to "," before and after the title, the references of the review and the editor. I found a hack to replace the dot after the year with a comma:
I added in the preambule:
\makeatletter
\newcommand{\addcommaandeatperiod}{\@ifnextchar.{,\@gobble}\relax ...
by thibaud74
Tue Feb 24, 2015 8:12 am
Forum: Graphics, Figures & Tables
Topic: no break page with pdf in appendix and landscape mode
Replies: 2
Views: 5953

no break page with pdf in appendix and landscape mode

Thanks for your answer. No, it's not important that the chapter title would be aligned or not with the table (pdf document). In fact there is a header with the title. However, the title of this table must be in the table of contents, and they can be splited.

Here is the (imperfect) solution that I ...
by thibaud74
Mon Feb 23, 2015 11:33 pm
Forum: Graphics, Figures & Tables
Topic: no break page with pdf in appendix and landscape mode
Replies: 2
Views: 5953

no break page with pdf in appendix and landscape mode

Hi,

I'd like to include just a pdf document in the appendix into a chapter on landscape format. When I use includepdf, I get a page break after the chapter title; and when I use includegraphics, I get a page break before the chapter title ???

Here I an example of code with some ideas found from ...
by thibaud74
Wed Sep 24, 2014 12:16 pm
Forum: Graphics, Figures & Tables
Topic: Glossary with images
Replies: 1
Views: 2926

Glossary with images

All right, I used the package array and created an array with the "b" argument:
description={
\begin{tabular}{b{6.7cm}c}
Type de de \glspl{lave} fluide, rugueuse et à blocs apparents, et à \glspl{viscosite} élevée. Provient de l'hawaïen signifiant <<brûler>>, <<feu>>, <<colère>> (furie dans le ...
by thibaud74
Mon Sep 22, 2014 3:22 pm
Forum: Graphics, Figures & Tables
Topic: Glossary with images
Replies: 1
Views: 2926

Glossary with images

Hi,

I'm trying to create a glossary about volcanos. I want use pictures, but when I display them, they overlap the (short) text. I tried to manage with minipage and flushleft insctructions, but it's not really clear for me. Here is my code :

\documentclass[10pt,a4paper,frenchb]{article ...
by thibaud74
Wed Jul 17, 2013 2:35 pm
Forum: General
Topic: Sorting sections
Replies: 1
Views: 2848

Sorting sections

Hi,

I have a lot of sections in a very long document (about 600), I'd like to sort them.
Example about what I get:


\subsection*{261 - a title}
Text of the section 261
\subsection*{053 - an other title}
Text of the section 53
\subsection*{138 - a known title}
Text of the section 138
\end ...
by thibaud74
Tue Mar 13, 2012 11:26 pm
Forum: LyX
Topic: article-hermes | how to use the hermes class with LyX
Replies: 10
Views: 9329

Re: hermes class-document

Thanks you justdeath, that's sound good ! The Hermes class is recognized now. The path that you indicate don't exist for me, I used /usr/share/texmf-texlive/tex/latex/hermes/ for this. I will test it and report about the final result.
by thibaud74
Tue Mar 13, 2012 9:49 pm
Forum: LyX
Topic: article-hermes | how to use the hermes class with LyX
Replies: 10
Views: 9329

article-hermes | how to use the hermes class with LyX

I tried with a local class, but it seems to have a confusion between two classes :
This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian) (format=pdflatex 2012.2.28) 13 MAR 2012 20:46
entering extended mode
%&-line parsing enabled.
**nouveau1.tex
(./nouveau1.tex
LaTeX2e <2009/09/24 ...
by thibaud74
Tue Mar 13, 2012 8:00 pm
Forum: LyX
Topic: article-hermes | how to use the hermes class with LyX
Replies: 10
Views: 9329

article-hermes | how to use the hermes class with LyX

Thanks Stephan. The command give nothing. In fact, I have no sty files with hermes-journal, only cls. Do you think I copied the class in the bad folder ? I looked /etc/texmf/texmf.cnf to find paths, they seem be good.
When I launch texhash it indicates ls-R files. So when I look /usr/local/share ...
by thibaud74
Tue Mar 13, 2012 12:47 pm
Forum: LyX
Topic: article-hermes | how to use the hermes class with LyX
Replies: 10
Views: 9329

article-hermes | how to use the hermes class with LyX

Hi,

I've the same problem. I use Ubuntu Natty and this package that contains bst and cls files : http://dn.revuesonline.com/revues/HermesLatex.zip

I copied cls file in those folders :
/usr/local/share/texmf/tex/latex/hermes/
/usr/share/texmf/tex/latex/hermes
~/texmf/

Then I rebuilt the base with ...