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
LaTeX と Overleaf によるショートペーパー作成 / Short paper wr...
Search
Kenji Saito
PRO
December 01, 2024
Technology
0
110
LaTeX と Overleaf によるショートペーパー作成 / Short paper writing with LaTeX and Overleaf
早稲田大学大学院経営管理研究科「企業データ分析」2024 冬のオンデマンド教材 第15回で使用したスライドです。
Kenji Saito
PRO
December 01, 2024
Tweet
Share
More Decks by Kenji Saito
See All by Kenji Saito
FinTech 3-4 : Internet Technology and Governance
ks91
PRO
0
19
民主主義と博愛(Humanitarianism) / Democracy and Humanitarianism
ks91
PRO
0
1
ブロックチェーン概論 / Introduction to Blockchain
ks91
PRO
0
6
ブロックチェーンと分散ファイナンス概論 / Introduction to Blockchain and Decentralized Finance
ks91
PRO
0
47
Proof of Authenticity of General IoT Information with Tamper-Evident Sensors and Blockchain
ks91
PRO
0
5
FinTech 1-2 : Overview of FinTech
ks91
PRO
0
14
デジタルトランスフォーメーションと民主主義 / Digital Transformation and Democracy
ks91
PRO
0
19
We Never Took the Kobayashi Maru Test Until Now. What Do You Think of Our Solutions? — Journeys of the Mind Through a No-Win Game
ks91
PRO
0
24
思いつきが武器になる:研究というゲームを始めよう / Ideas Are Your Equipments : Let the Game of Research Begin!
ks91
PRO
0
79
Other Decks in Technology
See All in Technology
Function calling機能をPLaMo2に実装するには / PFN LLMセミナー
pfn
PRO
0
940
スタートアップにおけるこれからの「データ整備」
shomaekawa
0
150
Oracle Base Database Service 技術詳細
oracle4engineer
PRO
11
77k
社内お問い合わせBotの仕組みと学び
nish01
0
410
職種別ミートアップで社内から盛り上げる アウトプット文化の醸成と関係強化/ #DevRelKaigi
nishiuma
2
140
バイブコーディングと継続的デプロイメント
nwiizo
2
430
生成AIとM5Stack / M5 Japan Tour 2025 Autumn 東京
you
PRO
0
220
o11yで育てる、強い内製開発組織
_awache
3
120
【Oracle Cloud ウェビナー】クラウド導入に「専用クラウド」という選択肢、Oracle AlloyとOCI Dedicated Region とは
oracle4engineer
PRO
3
110
Where will it converge?
ibknadedeji
0
190
Goにおける 生成AIによるコード生成の ベンチマーク評価入門
daisuketakeda
2
110
いまさら聞けない ABテスト入門
skmr2348
1
210
Featured
See All Featured
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.9k
Navigating Team Friction
lara
189
15k
Music & Morning Musume
bryan
46
6.8k
Building Flexible Design Systems
yeseniaperezcruz
329
39k
Statistics for Hackers
jakevdp
799
220k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Gamification - CAS2011
davidbonilla
81
5.5k
Docker and Python
trallard
46
3.6k
Building an army of robots
kneath
306
46k
How STYLIGHT went responsive
nonsquared
100
5.8k
The Straight Up "How To Draw Better" Workshop
denniskardys
237
140k
The Invisible Side of Design
smashingmag
301
51k
Transcript
Boxes and whiskers — generated by Stable Diffusion XL v1.0
2024 15 L A TEX Overleaf (WBS) 2024 15 L ATEX Overleaf — 2024-12 – p.1/14
https://speakerdeck.com/ks91/collections/corporate-data-analysis-2024-winter 2024 15 L ATEX Overleaf — 2024-12 – p.2/14
( 20 ) 1 • 2 R • 3 •
4 • 5 • 6 ( ) • 7 (1) • 8 (2) • 9 R ( ) (1) — Welch • 10 R ( ) (2) — χ2 • 11 R ( ) (1) — • 12 R ( ) (2) — • 13 GPT-4 • 14 GPT-4 • 15 ( ) LaTeX Overleaf • 8 (12/16 ) / (2 ) OK / 2024 15 L ATEX Overleaf — 2024-12 – p.3/14
Overleaf L A TEX RStudio PDF (BIBTEX \cite{}) L A
TEX 2024 15 L ATEX Overleaf — 2024-12 – p.4/14
Overleaf GPTs “LaTeX Paper Writer and Advisor” 2024 (PAT :
Paper Authoring Tutor) GPTs (PAT) : LaTeX twocolumn ( PDF ) (1) GitHub “latexmkrc” Overleaf (2) “Menu” → “Compiler” “LaTeX” 2024 15 L ATEX Overleaf — 2024-12 – p.5/14
L A TEX ( ) \\ % $ . .
. $ $\hat{y} = \alpha + \hat{\beta}_1 x_1 + \hat{\beta}_2 x_2$ → ˆ y = α + ˆ β1 x1 + ˆ β2 x2 \[ . . . \] L A TEX \ % \% \title{. . . } \begin{abstract} . . . \end{abstract} 2024 15 L ATEX Overleaf — 2024-12 – p.6/14
RStudio PDF PDF \begin{figure} \includegraphics[width=73mm]{ }\\ \caption{ }\label{ } \end{figure}
[width=73mm] 73mm (2 ) EPS (PAT) \usepackage[dvipdfmx]{graphicx} 2024 15 L ATEX Overleaf — 2024-12 – p.7/14
figure L A TEX ^^; \begin{figure}[H] \includegraphics[width=73mm]{ }\\ \caption{ }\label{
} \end{figure} [H] ( (PAT) ) 2024 15 L ATEX Overleaf — 2024-12 – p.8/14
figure : \label{fig-chisq} (χ2 ) . . . $\frac{1}{20}$ .
. . 83 $\chi^2$ \framebox{chisq.test(c(83, 0), p=c(19/20, 1/20))} ~\ref{fig-chisq} ($P=0.03661$) 2024 15 L ATEX Overleaf — 2024-12 – p.9/14
(BIBTEX \cite{}) “main.bib” BIBTEX BIBTEX “Cite” (PAT) BibTeX BIBTEX \cite{
} Overleaf ( ) ‘\cite{’ 2024 15 L ATEX Overleaf — 2024-12 – p.10/14
Overleaf L A TEX Overleaf “Menu” → “Download” “Source” ZIP
2024 15 L ATEX Overleaf — 2024-12 – p.11/14
L A TEX TEX Wiki — L A TEX https://texwiki.texjp.org/?LaTeX
LaTeX | https://mathlandscape.com/category/latex/ ChatGPT 2024 15 L ATEX Overleaf — 2024-12 – p.12/14
Overleaf https://www.overleaf.com/read/yvcrddxgzrws#e8a8c0 2024 15 L ATEX Overleaf — 2024-12 –
p.13/14
2024 15 L ATEX Overleaf — 2024-12 – p.14/14