Skip to content

Instantly share code, notes, and snippets.

@hyuki0000
Created February 4, 2017 08:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save hyuki0000/3dc2e8d0b6dab7d691742ed43039ade7 to your computer and use it in GitHub Desktop.
Save hyuki0000/3dc2e8d0b6dab7d691742ed43039ade7 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}
@hyuki0000
Copy link
Author

sample

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment