Created
February 4, 2017 08:27
-
-
Save hyuki0000/3dc2e8d0b6dab7d691742ed43039ade7 to your computer and use it in GitHub Desktop.
Eulerフォント出す話
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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} |
Author
hyuki0000
commented
Feb 4, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment