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
130
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
フィンテックとは何か / What is Fintech?
ks91
PRO
0
17
講師自己紹介 / Lecturer's Self-Introduction
ks91
PRO
0
6
講師研究紹介 / Lecturer's Research Introduction
ks91
PRO
0
2
デジタルとコミュニケーション / Digital and Communication
ks91
PRO
0
5
インターネットの技術 / Internet Technology
ks91
PRO
0
6
ポスター & デモと総括 (オンデマンド) / Posters, Demos and Summary (on demand)
ks91
PRO
0
61
ロール・ツール群の開発 / Development of Roles and Tools
ks91
PRO
0
130
ワールドカフェ再び、そしてロール・ツール群の開発 / World Café Again, and the Development of a Suite of Roles and Tools
ks91
PRO
0
120
01 を動かす〜音声で対話できる自動化されたアシスタント / Running 01 - Automated Assistant with Voice Interaction
ks91
PRO
0
32
Other Decks in Business
See All in Business
消防設備について:2720 JAPAN O.K. ロータリーEクラブ ・(有)タナカ消防設備 専務取締役 田中 省吾 会員
2720japanoke
0
420
株式会社メンバーズ キャリア採用向け会社紹介資料
mem_hrpr
PRO
0
14k
マネージャーこそ真剣に考える 「情報量の差」を意識したオンボーディング
suguruooki
18
7.1k
株式会社リブセンス 会社説明資料(報道関係者様向け)
livesense
PRO
0
1.3k
AI駆動開発、 猫からシーサーへ進化中。 現場での実践と未来
eltociear
0
260
SREの技術力を評価させる技術
kesompochy
0
370
BALLAS 事業紹介資料
ballas_inc
0
13k
1人PMでPMFまで走り切る
bambis13s_rom
2
660
【サービス開発パートナー事業部】株式会社ガラパゴス事業部紹介資料/We are hiring
galapagos
0
37k
【Progmat】Monthly-ST-Market-Report-2025-May.
progmat
0
300
LW_brochure_business
lincwellhr
1
56k
Sales Marker Culture book
salesmarker
PRO
34
51k
Featured
See All Featured
Practical Orchestrator
shlominoach
188
11k
Intergalactic Javascript Robots from Outer Space
tanoku
271
27k
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.5k
What's in a price? How to price your products and services
michaelherold
245
12k
The Language of Interfaces
destraynor
158
25k
Why Our Code Smells
bkeepers
PRO
336
57k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
Designing for Performance
lara
608
69k
The Invisible Side of Design
smashingmag
299
50k
Code Review Best Practice
trishagee
68
18k
[RailsConf 2023] Rails as a piece of cake
palkan
55
5.6k
BBQ
matthewcrist
88
9.7k
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