Search found 134 matches

by thomasb
Mon Dec 13, 2021 1:44 pm
Forum: Math & Science
Topic: [empheq] tag misplaced
Replies: 2
Views: 4043

[empheq] tag misplaced

Cool, thank you very much
by thomasb
Mon Dec 13, 2021 10:17 am
Forum: Math & Science
Topic: [empheq] tag misplaced
Replies: 2
Views: 4043

[empheq] tag misplaced

Hello,
In attachment, a minimal non working example. Would you know how to place the tag at the end of the line?

\documentclass{jnm}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[cmex10]{amsmath}
\usepackage{array}
\usepackage{graphicx}
\usepackage{caption}
\usepackage ...
by thomasb
Sun Jun 16, 2019 10:27 pm
Forum: Text Formatting
Topic: QED on the last line of the center environment containing a TikZ drawing
Replies: 29
Views: 16706

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

user49915 wrote:You want to have qed right on the last baseline if there is space there, but not unconditionally after the last baseline.
Do you know a mean to conditionally adapt the vertical spacing for the qed ?
by thomasb
Sat Jun 15, 2019 7:47 pm
Forum: Text Formatting
Topic: QED on the last line of the center environment containing a TikZ drawing
Replies: 29
Views: 16706

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

user49915 wrote:What does matter is what comes right before the qed symbol.
How would it possible to add the qed automatically after an Example environment ?
by thomasb
Fri Jun 14, 2019 8:06 am
Forum: Graphics, Figures & Tables
Topic: Beamer vs tikz
Replies: 2
Views: 4008

Beamer vs tikz

Wow ! Thanks...
by thomasb
Thu Jun 13, 2019 4:53 pm
Forum: Curricula Vitae / Résumés
Topic: Twenty Seconds CV: LinkedIn
Replies: 1
Views: 8166

Twenty Seconds CV: LinkedIn

Code: Select all

\usepackage{fontawesome}
\faLinkedinSquare
should do ?
by thomasb
Thu Jun 13, 2019 3:41 pm
Forum: Graphics, Figures & Tables
Topic: Beamer vs tikz
Replies: 2
Views: 4008

Beamer vs tikz

This works :

\documentclass{beamer}
\usepackage{tikz}
\usetikzlibrary{calc}
\usetikzlibrary{intersections}
\usetikzlibrary{decorations.pathmorphing}
\usetikzlibrary{decorations.markings}
\usetikzlibrary{arrows.meta}
\begin{document}
\begin{frame}
\frametitle{Title}
\framesubtitle{Subtitle ...
by thomasb
Wed Jun 12, 2019 2:27 pm
Forum: Text Formatting
Topic: Font packages order
Replies: 5
Views: 5742

Font packages order

Ijon Tichy wrote:And the order of comment lines usually doesn't influence anything. So you can place them usually wherever you want, even before \documentclass.
In case I would use \usepackage[utf8]{inputenc}, would the order matter with respect to \usepackage[T1]{fontenc} ?
by thomasb
Wed Jun 12, 2019 1:23 pm
Forum: Text Formatting
Topic: Font packages order
Replies: 5
Views: 5742

Font packages order

Does the declaration need to be in a particular order ?