Search found 134 matches
- 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
- 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 ...
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 ...
- 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
Do you know a mean to conditionally adapt the vertical spacing for the qed ?user49915 wrote:You want to have qed right on the last baseline if there is space there, but not unconditionally after the last baseline.
- 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
How would it possible to add theuser49915 wrote:What does matter is what comes right before the qed symbol.
qed
automatically after an Example
environment ?- Fri Jun 14, 2019 8:06 am
- Forum: Graphics, Figures & Tables
- Topic: Beamer vs tikz
- Replies: 2
- Views: 4008
Beamer vs tikz
Wow ! Thanks...
- Thu Jun 13, 2019 5:02 pm
- Forum: Curricula Vitae / Résumés
- Topic: Twenty Seconds CV: About Me Section Justification
- Replies: 3
- Views: 18512
- 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
- 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 ...
\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 ...
- Wed Jun 12, 2019 2:27 pm
- Forum: Text Formatting
- Topic: Font packages order
- Replies: 5
- Views: 5742
Font packages order
In case I would useIjon 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
.
\usepackage[utf8]{inputenc}
, would the order matter with respect to \usepackage[T1]{fontenc}
?- 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 ?