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
510
ディリクレ過程混合モデルによるクラスタリング
eqs
1
740
Convolutional Networks (Deep Learning, 9.1-9.4)
eqs
1
210
Other Decks in Programming
See All in Programming
気圧・高度・GPSを記録&可視化するアプリ「Koudo」を作った話
hjmkth
1
290
jQueryをバージョンアップする前に使いたいjQuery Migrate
matsuo_atsushi
0
560
Observability in Practice:Grafana 與 Edge Device SRE 的那些事
blueswen
0
170
OSもどきOS
arkw
0
570
A2UI という光を覗いてみる
satohjohn
1
140
TSKaigi Night Talks 2026_TypeScriptでサプライチェーンの整合性を型に閉じ込める
geekplus_tech
0
400
ローカルLLMを使ってB2Bサービスを作っていての学び
yaotti
0
200
Claspは野良GASの夢をみるか
takter00
0
200
代数的データ型って何が嬉しいの? #frontend_phpcon_do
kajitack
8
3.7k
「なぜそう決めたのか」を残し続ける仕組み ― Notion AI カスタムエージェント × Slack連携による設計判断の自動記録 - NIKKEI Tech Talk #47
niftycorp
PRO
0
210
AIとASP.NET Coreで雑Webアプリを作った話
mayuki
0
660
Developing with AI Agents — Codex, Claude Code & Cowork Practical Guide
x5gtrn
PRO
0
1.3k
Featured
See All Featured
How to Think Like a Performance Engineer
csswizardry
28
2.7k
4 Signs Your Business is Dying
shpigford
187
22k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
The Anti-SEO Checklist Checklist. Pubcon Cyber Week
ryanjones
0
170
職位にかかわらず全員がリーダーシップを発揮するチーム作り / Building a team where everyone can demonstrate leadership regardless of position
madoxten
62
54k
The World Runs on Bad Software
bkeepers
PRO
72
12k
JAMstack: Web Apps at Ludicrous Speed - All Things Open 2022
reverentgeek
1
480
Leveraging LLMs for student feedback in introductory data science courses - posit::conf(2025)
minecr
1
290
Building the Perfect Custom Keyboard
takai
2
800
Building AI with AI
inesmontani
PRO
1
1.1k
Effective software design: The role of men in debugging patriarchy in IT @ Voxxed Days AMS
baasie
0
420
HDC tutorial
michielstock
2
720
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