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
86
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
スマートコントラクトと分散ファイナンス / Smart Contracts and Decentralized Finance
ks91
PRO
0
50
シン・ブロックチェーン / Truth of Blockchain
ks91
PRO
0
78
パスワード/パスフレーズと認証 / Password, Passphrase and Authentication
ks91
PRO
0
32
git と GitHub / git and GitHub
ks91
PRO
0
32
ソフトウェアの開発と保守 / Software Development and Maintenance
ks91
PRO
0
46
インターネットの特徴 / Features of the Internet
ks91
PRO
0
31
インターネットのガバナンス / Governance of the Internet
ks91
PRO
0
29
暗号学的ハッシュ関数 / Cryptographic Hash Function
ks91
PRO
0
35
デジタル署名 / Digital Signature
ks91
PRO
0
30
Other Decks in Technology
See All in Technology
Definition of Done
kawaguti
PRO
6
480
GitHub Copilot の概要
tomokusaba
1
130
LinkX_GitHubを基点にした_AI時代のプロジェクトマネジメント.pdf
iotcomjpadmin
0
170
UIテスト自動化サポート- Testbed for XCUIAutomation practice
notoroid
0
130
250627 関西Ruby会議08 前夜祭 RejectKaigi「DJ on Ruby Ver.0.1」
msykd
PRO
2
260
製造業からパッケージ製品まで、あらゆる領域をカバー!生成AIを利用したテストシナリオ生成 / 20250627 Suguru Ishii
shift_evolve
PRO
1
140
Navigation3でViewModelにデータを渡す方法
mikanichinose
0
220
Amazon S3標準/ S3 Tables/S3 Express One Zoneを使ったログ分析
shigeruoda
3
470
生成AI活用の組織格差を解消する 〜ビジネス職のCursor導入が開発効率に与えた好循環〜 / Closing the Organizational Gap in AI Adoption
upamune
1
220
25分で解説する「最小権限の原則」を実現するための AWS「ポリシー」大全 / 20250625-aws-summit-aws-policy
opelab
9
1.1k
Javaで作る RAGを活用した Q&Aアプリケーション
recruitengineers
PRO
1
110
AIの最新技術&テーマをつまんで紹介&フリートークするシリーズ #1 量子機械学習の入門
tkhresk
0
140
Featured
See All Featured
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
5
210
The Power of CSS Pseudo Elements
geoffreycrofte
77
5.8k
Music & Morning Musume
bryan
46
6.6k
Rails Girls Zürich Keynote
gr2m
94
14k
The Art of Programming - Codeland 2020
erikaheidi
54
13k
[RailsConf 2023] Rails as a piece of cake
palkan
55
5.6k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
How to Ace a Technical Interview
jacobian
277
23k
4 Signs Your Business is Dying
shpigford
184
22k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
138
34k
Building a Modern Day E-commerce SEO Strategy
aleyda
42
7.3k
A better future with KSS
kneath
239
17k
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