Search found 134 matches

by thomasb
Wed Jun 12, 2019 10:11 am
Forum: Text Formatting
Topic: Font packages order
Replies: 5
Views: 6523

Font packages order

Is there any particular order for ae, lmodern, babel, fourier and fontenc :

Code: Select all

\usepackage{ae,lmodern}
\usepackage[english]{babel}
\usepackage{fourier}
%\usepackage[utf8]{inputenc} % not mandatory
\usepackage[T1]{fontenc}
?
by thomasb
Wed Jun 12, 2019 10:03 am
Forum: Text Formatting
Topic: Beamer - usecolortheme rose v.s. seahorse
Replies: 1
Views: 2520

Beamer - usecolortheme rose v.s. seahorse

What does \usecolortheme{rose} do ?
by thomasb
Tue Jun 11, 2019 2:36 pm
Forum: Text Formatting
Topic: Beamer - T1, UTF8, UTF8X
Replies: 1
Views: 2314

Beamer - T1, UTF8, UTF8X

What are the differences between :
  • \usepackage[T1]{fontenc}
  • \usepackage[utf8]{inputenc}
  • \usepackage[utf8x]{inputenc}
?
by thomasb
Mon Jun 10, 2019 9:52 am
Forum: Document Classes
Topic: Koma script slides
Replies: 1
Views: 11048

Koma script slides

On this page, I found a template but it seems that it's not meant to be compiled with pdflatex...

Anyhow, apparently there is no beamer equivalent in KOMA script ?
by thomasb
Sun Jun 09, 2019 12:13 pm
Forum: Text Formatting
Topic: QED on the last line of the center environment containing a TikZ drawing
Replies: 29
Views: 18575

QED on the last line of the center environment containing a TikZ drawing

It worked... What are you trying to do, get rid of the minipage ?
MinimalTest.pdf

[edit] : line 1251 in the cls file, there is the definition of the environment Example :

\spn@wtheorem{example}{Example}{\itshape}{\rmfamily}

line 696 : there is the end of the proof symbol

\newcommand ...
by thomasb
Sun Jun 09, 2019 12:30 am
Forum: Text Formatting
Topic: QED on the last line of the center environment containing a TikZ drawing
Replies: 29
Views: 18575

QED on the last line of the center environment containing a TikZ drawing

Do you have the version for the document class book available, so I can give it try ?

Or maybe you can upload the SVMono class ?
by thomasb
Sat Jun 08, 2019 9:51 pm
Forum: Text Formatting
Topic: QED on the last line of the center environment containing a TikZ drawing
Replies: 29
Views: 18575

QED on the last line of the center environment containing a TikZ drawing

Wow ! What about \hfill\QEDendingNonProofSymbol at the end ?
by thomasb
Sat Jun 08, 2019 12:37 am
Forum: Text Formatting
Topic: QED on the last line of the center environment containing a TikZ drawing
Replies: 29
Views: 18575

QED on the last line of the center environment containing a TikZ drawing

user49915 wrote: `ntheorem` has bugs and is unmaintained. I think I wrote a note about it in the question.
Indeed...
by thomasb
Fri Jun 07, 2019 6:17 pm
Forum: LyX
Topic: Lyx preview: image inside TikZ picture
Replies: 10
Views: 12864

Lyx preview: image inside TikZ picture

pireddag wrote:I find the LyX instant preview helpful :-)
With Emacs, you can make a keyboard short-cut to compile. It's not as direct as preview though...
by thomasb
Fri Jun 07, 2019 6:14 pm
Forum: Text Formatting
Topic: QED on the last line of the center environment containing a TikZ drawing
Replies: 29
Views: 18575

QED on the last line of the center environment containing a TikZ drawing

user49915 wrote:Yes. But replacing "example" with "proof" leads to "Proof" instead of "Example" in the output.
It seems you can define your own environments : http://distrib-coffee.ipsl.jussieu.fr/p ... heorem.pdf