can anyone tell me the name of this font used in this document? thanks in advance.
?
Asked
Active
Viewed 452 times
1
onzepattes
- 11
-
@Werner Not easy, in this case. – egreg Nov 02 '16 at 23:27
-
2@egreg: It's not a case of whether it's easy or not. This question is a clear duplicate of How do I find out what fonts are used in a document/picture? Despite this, your and Heiko's answers are still valid. – Werner Nov 02 '16 at 23:55
2 Answers
8
This fragment should prove without any doubt that the document used
\usepackage[upright]{fourier}
Here's a sample code.
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[french]{babel}
\usepackage[upright]{fourier}
\usepackage{amsmath}
\begin{document}
Si $z_0\in\mathbb{C}$, on a succéssivement
\[
z_0\in\mathcal{H}(f)\Longleftrightarrow
\exists\theta\in[0,2\pi\mathclose{[}
\quad
\exists\varepsilon_1,\varepsilon_2\in\mathbb{U}
\qquad
z_0=\begin{bmatrix}
\overline{\varepsilon_1}\cos\theta\\
\overline{\varepsilon_2}\sin\theta
\end{bmatrix}
\cdot
\left(
\begin{bmatrix}
1 & 0 \\
0 & 1
\end{bmatrix}
\begin{bmatrix}
\varepsilon_1\cos\theta \\
\varepsilon_2\sin\theta
\end{bmatrix}
\right)
\]
\end{document}
egreg
- 1,121,712
-
-
thanks a lot, what about the color? the document is not black, it's a little bit gray and smooth? how to apply the same effect for my documents? thanks. – onzepattes Nov 03 '16 at 13:16
-
1
There are several fonts in the image. An approximation:
\documentclass{article}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{upgreek}
\usepackage[sans]{dsfont}
\begin{document}
\textbf{1.3.}\quad Si $z_0 \in \mathds{C}$, on a successivement
\begin{gather*}
\overline{\upepsilon_1} \cos\uptheta,
\exists\uptheta \in [0; 2\uppi[\\
\mathds{C}, \mathds{U}\\
\mathcal{H}(f) \cdot \mathcal{L}_{\text{E}}\\
\Longleftrightarrow \boxed{\left\{ 0 \leqslant \frac{1}{2}\right\}}
\end{gather*}
\end{document}
The set symbols by \mathds of package dsfont are close, but the result of \mathcal is quite different.
Heiko Oberdiek
- 271,626
-
No, there's just one font family. Euler and
dsfontare out of the question. – egreg Nov 02 '16 at 23:26

