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
January 30, 2024
Business
0
150
LaTeX と Overleaf によるショートペーパー作成 / Short Paper Writing with LaTeX and Overleaf
早稲田大学大学院経営管理研究科「企業データ分析」2023 冬のオンデマンド教材 第15回で使用したスライドです。
Kenji Saito
PRO
January 30, 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 Business
See All in Business
We are Wunderbar, Culture Deck Full
wunderbar
0
1.4k
20250913_AWS アカウント 150 超の組織で取り組む Lambda EoL 対応
tsunojun
1
280
【Progmat】Monthly-ST-Market-Report-2025-Sep.
progmat
0
360
opt recruit
digitalholdings
0
51k
信和興業 事例紹介
tsubasam
0
1.7k
SASアピールブック(Web公開版)
sas_si
0
1.2k
会社紹介資料 / ProfileBook
gpol
4
48k
プラスディーアンドシー合同会社 FACTBOOK _ver1.51_20250801
plusdc
PRO
1
230
Sales Marker Culture Book(English)
salesmarker
PRO
2
6.6k
ログラス会社紹介資料 / Loglass Company Deck
loglass2019
11
440k
株式会社ジュニ - 採用ピッチ
junni_inc
1
22k
株式会社TableCheck - 会社紹介 Company Profile
tablecheckac
0
2.6k
Featured
See All Featured
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.2k
Visualization
eitanlees
148
16k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
127
53k
The Art of Programming - Codeland 2020
erikaheidi
56
14k
Making the Leap to Tech Lead
cromwellryan
135
9.5k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
32
2.2k
Reflections from 52 weeks, 52 projects
jeffersonlam
352
21k
How STYLIGHT went responsive
nonsquared
100
5.8k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.4k
Navigating Team Friction
lara
189
15k
Why Our Code Smells
bkeepers
PRO
339
57k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
19
1.2k
Transcript
generated by Stable Diffusion XL v1.0 2023 15 L A
TEX Overleaf (WBS) 2023 15 L ATEX Overleaf — 2024-01 – p.1/14
https://speakerdeck.com/ks91/collections/corporate-data-analysis-2023-winter 2023 15 L ATEX Overleaf — 2024-01 – 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/21 ) / (2 ) OK / 2023 15 L ATEX Overleaf — 2024-01 – p.3/14
Overleaf L A TEX RStudio PDF (BIBTEX \cite{}) L A
TEX 2023 15 L ATEX Overleaf — 2024-01 – p.4/14
Overleaf GPTs “LaTeX Paper Writer and Advisor” ( PDF )
(1) GitHub “latexmkrc” Overleaf (2) “Menu” → “Compiler” “LaTeX” 2023 15 L ATEX Overleaf — 2024-01 – 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} 2023 15 L ATEX Overleaf — 2024-01 – p.6/14
RStudio PDF PDF \begin{figure} \includegraphics[scale=0.5]{ }\\ \caption{ }\label{ } \end{figure}
[scale=0.5] 50% RStudio PDF PDF EPS (Encapsulated PostScript) https://pdftoimage.com/ja/pdf-to-eps Adobe Illustrator 2023 15 L ATEX Overleaf — 2024-01 – p.7/14
figure L A TEX ^^; \begin{figure}[H] \includegraphics[scale=0.5]{ }\\ \caption{ }\label{
} \end{figure} [H] ( GPTs ) 2023 15 L ATEX Overleaf — 2024-01 – 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$) 2023 15 L ATEX Overleaf — 2024-01 – p.9/14
(BIBTEX \cite{}) “main.bib” BIBTEX BIBTEX “Cite” GPTs BibTeX BIBTEX \cite{
} Overleaf ( ) ‘\cite{’ 2023 15 L ATEX Overleaf — 2024-01 – p.10/14
Overleaf L A TEX Overleaf “Menu” → “Download” “Source” ZIP
2023 15 L ATEX Overleaf — 2024-01 – p.11/14
L A TEX TEX Wiki — L A TEX https://texwiki.texjp.org/?LaTeX
LaTeX | https://mathlandscape.com/category/latex/ GPTs 2023 15 L ATEX Overleaf — 2024-01 – p.12/14
Overleaf https://www.overleaf.com/read/yvcrddxgzrws#e8a8c0 2023 15 L ATEX Overleaf — 2024-01 –
p.13/14
2023 15 L ATEX Overleaf — 2024-01 – p.14/14