Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Example slide of `highlight` command
Search
eqs
October 10, 2019
Programming
1.9k
0
Share
Embed
Copy iframe code
Copy JS code
Copy link
Start on current slide
Example slide of `highlight` command
eqs
October 10, 2019
More Decks by eqs
See All by eqs
機械学習の基礎から理解する DeepLabCutの原理
eqs
1
8.4k
静的サイトジェネレータyachoのつかいかた
eqs
0
150
コンピュータビジョン勉強会
eqs
0
150
Hugoでサイト作りたい
eqs
0
150
Beamer Example
eqs
0
240
Probability Distributions (PRML 2.3.1-2.3.7)
eqs
0
520
ディリクレ過程混合モデルによるクラスタリング
eqs
1
740
Convolutional Networks (Deep Learning, 9.1-9.4)
eqs
1
210
Other Decks in Programming
See All in Programming
継続モナドとリアクティブプログラミング
yukikurage
3
490
ECSアプリログをFireLensでコスト削減しようとしたけど諦めた話 in Fargate×Node.js
akihisaikeda
2
4.2k
20260623_Loop Engineeringで自分の分身の問い合わせBotを作る
ryugen04
0
200
Mujeres en SEO Summit 2026 - Greatest Disaster Hits en Web Performance
guaca
0
240
act2-costs.pdf
sumedhbala
0
110
『コードを書く以外の』エンジニアリング〜課金基盤移行プロジェクト推進のためのTips4選
yuriko1211
0
340
Webフレームワークの ベンチマークについて
yusukebe
0
200
音楽のための関数型プログラミング言語mimiumにおける多段階計算の活用
tomoyanonymous
1
310
その問い、本当に正しいですか?AI時代のエンジニアに必要な哲学と認知科学 / ai-philosophy-cognitive-science
minodriven
14
6.8k
Developing with AI Agents — Codex, Claude Code & Cowork Practical Guide
x5gtrn
PRO
0
1.4k
コーディングルールの鮮度を保ちたい for SRE NEXT 2026 / keep-fresh-go-internal-conventions-sre-next-2026
handlename
0
140
AI がコードを書く時代における新卒エンジニアの仕事風景 (2026) / New Graduate Engineers in the Era of AI Coding (2026)
sushichan044
0
220
Featured
See All Featured
Mozcon NYC 2025: Stop Losing SEO Traffic
samtorres
1
310
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.8k
Art, The Web, and Tiny UX
lynnandtonic
304
22k
Visualization
eitanlees
152
17k
Introduction to Domain-Driven Design and Collaborative software design
baasie
1
890
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
55k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
12
1.2k
Build The Right Thing And Hit Your Dates
maggiecrowley
39
3.3k
How to Ace a Technical Interview
jacobian
281
24k
Paper Plane
katiecoart
PRO
2
52k
Sam Torres - BigQuery for SEOs
techseoconnect
PRO
0
300
Neural Spatial Audio Processing for Sound Field Analysis and Control
skoyamalab
0
370
Transcript
数式に背景色をつけるアニメーション eqs October 9, 2019
サンプル 1: 2 次式の標準形を求める過程を示す x2 + 4x + 12 \begin{align*}
&x^2 + 4x + 12 \\ \onslide+<2->{&= \highlight<3->{x^2 + 4x + 16} - 4 \\} \onslide+<4->{&= \highlight{(x + 4)^2} - 4} \end{align*} 2/4
サンプル 1: 2 次式の標準形を求める過程を示す x2 + 4x + 12 =
x2 + 4x + 16 − 4 \begin{align*} &x^2 + 4x + 12 \\ \onslide+<2->{&= \highlight<3->{x^2 + 4x + 16} - 4 \\} \onslide+<4->{&= \highlight{(x + 4)^2} - 4} \end{align*} 2/4
サンプル 1: 2 次式の標準形を求める過程を示す x2 + 4x + 12 =
x2 + 4x + 16 − 4 \begin{align*} &x^2 + 4x + 12 \\ \onslide+<2->{&= \highlight<3->{x^2 + 4x + 16} - 4 \\} \onslide+<4->{&= \highlight{(x + 4)^2} - 4} \end{align*} 2/4
サンプル 1: 2 次式の標準形を求める過程を示す x2 + 4x + 12 =
x2 + 4x + 16 − 4 = (x + 4)2 − 4 \begin{align*} &x^2 + 4x + 12 \\ \onslide+<2->{&= \highlight<3->{x^2 + 4x + 16} - 4 \\} \onslide+<4->{&= \highlight{(x + 4)^2} - 4} \end{align*} 2/4
サンプル 2: 一旦式を見せてから,各項や因子についての情報を 述べる From the product rule of probability,
p(z) = p(x, y) = p(y|x) × p(x) From the product rule of probability, \begin{align*} p(\mathbf z) = \highlightcap<2->[blue]{p(\mathbf x, \mathbf y)}{Unknown} = \highlightcap<2->[red]{p(\mathbf y | \mathbf x)}{Known} \times \highlightcap<2->[red]{p(\mathbf x)}{Known} \end{align*} 3/4
サンプル 2: 一旦式を見せてから,各項や因子についての情報を 述べる From the product rule of probability,
p(z) = p(x, y) Unknown = p(y|x) Known × p(x) Known From the product rule of probability, \begin{align*} p(\mathbf z) = \highlightcap<2->[blue]{p(\mathbf x, \mathbf y)}{Unknown} = \highlightcap<2->[red]{p(\mathbf y | \mathbf x)}{Known} \times \highlightcap<2->[red]{p(\mathbf x)}{Known} \end{align*} 3/4
サンプル 3: アニメーション無しで色やキャプションをつけるだ けの用途でも使える Overleaf のエディタ上だと,caption 部分でインライン数式$ $ 使う とめっちゃ構文エラー出る
(コンパイルは問題なくできる). N(x|µ, σ2) = 1 (2πσ2)1/2 exp { − 1 2σ2 (x − µ)2 } exp function of x (1.46) \begin{align*} \mathcal N(x | \mu, \sigma^2) &= \frac{1}{(2\pi\sigma^2)^{1/2}} \highlightcap[blue]% {\displaystyle\exp\left\{-\frac{1}{2\sigma^2}(x - \mu)^2\right\}}% {exp function of $x$} \tag{1.46} \end{align*} 4/4