Skip to content

Instantly share code, notes, and snippets.

@hyuki
Forked from hyuki0000/sample.tex
Created June 21, 2018 08:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hyuki/4988a5e6ce63417305e6ab0347b27f1f to your computer and use it in GitHub Desktop.
Save hyuki/4988a5e6ce63417305e6ab0347b27f1f to your computer and use it in GitHub Desktop.
Eulerフォント出す話
\documentclass[dvipdfmx]{jsbook}
\usepackage{lmodern}
\usepackage{ccfonts} % ccfonts を入れると、sin, cosだけじゃなくすべての英文がConcreteになってしまうので注意
\usepackage[euler-digits]{eulervm}
\usepackage[T1]{fontenc}
\usepackage{textcomp}
\usepackage[utf8]{inputenc}
\usepackage{amsmath,amssymb}
\pagestyle{empty}
\begin{document}
$$
\sum_{n=0}^{\infty}\sum_{k=0}^{n}\frac{1}{2^k3^{n-k}}
$$
$$
\cos^2 \theta + \sin^2 \theta = 1
$$
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment