SlideShare una empresa de Scribd logo
1 de 8
論文の
図表レイアウト例
岡山大学 大学院自然科学研究科
2015-01-31
原 直
レイアウトのサンプルA
1. Introduction
The quick brown fox jumps over the lazy
dog. The quick brown fox jumps over the
lazy dog. The quick brown fox jumps over
the lazy dog. The quick brown fox jumps
over the lazy dog. Now, look at figure 1.
The quick brown fox jumps over the lazy
dog. The quick brown fox jumps over the
lazy dog. The quick brown fox jumps over
the lazy dog. Figure 2 shows that the
quick brown fox jumps over the lazy dog.
The quick brown fox jumps over the lazy
dog.
The quick brown fox jumps over the lazy
dog. The quick brown fox jumps over the
lazy dog. The quick brown fox jumps over
the lazy dog. The quick brown fox jumps
over the lazy dog.
2. Background
The quick brown fox jumps over the lazy
dog. The quick brown fox jumps over the
lazy dog. The quick brown fox jumps over
the lazy dog. The quick brown fox jumps
over the lazy dog. The quick brown fox
jumps over the lazy dog. The quick brown
fox jumps over the lazy dog. The quick
brown fox jumps over the lazy dog. The
quick brown fox jumps over the lazy dog.
上側(t指定)に入れる、引用より後が望ましい(IEEEの書式)
Figure 1: XXXXXXX
Figure 2: XXXXXXX
レイアウトのサンプルB
1. Introduction
The quick brown fox jumps over the lazy
dog. The quick brown fox jumps over the
lazy dog. The quick brown fox jumps over
the lazy dog. The quick brown fox jumps
over the lazy dog. Now, look at figure 1.
The quick brown fox jumps over the lazy
dog. The quick brown fox jumps over the
lazy dog. The quick brown fox jumps over
the lazy dog. Figure 2 shows that the
quick brown fox jumps over the lazy dog.
The quick brown fox jumps over the lazy
dog. The quick brown fox jumps over the
lazy dog. The quick brown fox jumps over
the lazy dog. The quick brown fox jumps
the lazy dog. The quick brown fox jumps
over the lazy dog.
2. Background
The quick brown fox jumps over the lazy
dog. The quick brown fox jumps over the
lazy dog. The quick brown fox jumps over
the lazy dog. The quick brown fox jumps
over the lazy dog. The quick brown fox
jumps over the lazy dog.
The quick brown fox jumps over the lazy
dog. The quick brown fox jumps over the
lazy dog. The quick brown fox jumps over
the lazy dog. The quick brown fox jumps
over the lazy dog. The quick brown fox
jumps over the lazy dog.
和文誌では下側(b指定)も使えることがある
Figure 1: XXXXXXX
Figure 2: XXXXXXX
避けるべきレイアウト
1. Introduction
The quick brown fox jumps over the lazy
dog. The quick brown fox jumps over the
lazy dog. The quick brown fox jumps over
the lazy dog. The quick brown fox jumps
over the lazy dog. Now, look at figure 1.
The quick brown fox jumps over the lazy
dog. The quick brown fox jumps over the
lazy dog. The quick brown fox jumps over
the lazy dog. Figure 2 shows that the
quick brown fox jumps over the lazy dog.
The quick brown fox jumps over the lazy
dog.
The quick brown fox jumps over the lazy
dog. The quick brown fox jumps over the
lazy dog. The quick brown fox jumps over
the lazy dog.
2. Background
The quick brown fox jumps over the lazy
dog. The quick brown fox jumps over the
lazy dog. The quick brown fox jumps over
the lazy dog. The quick brown fox jumps
over the lazy dog. The quick brown fox
jumps over the lazy dog.
The quick brown fox jumps over the lazy
dog. The quick brown fox jumps over the
lazy dog. The quick brown fox jumps over
the lazy dog. The quick brown fox jumps
over the lazy dog. The quick brown fox
jumps over the lazy dog.
Figure 1: XXXXXXX
Figure 2: XXXXXXX
(大原則)
引用より先に図表を入れない
前のページの残りが次のペー
ジの下にあると、読む立場と
しては遠すぎて、理解が追い
つかない。そもそも、ここは
すでに2章ですから!
論文の図表
• とりあえずはLaTeX任せにしましょう!
• 図のテンプレ
• オプション”h”を使うことはない
begin{figure}[tb]
centering
caption{XXXXX曲線}
label{fig:XXXXXX_Curve}
includegraphics[width=.9columnwidth]{img/XXXXX_Curve.pdf}
% includegraphics[height=.45textheight]{img/XXXXX_Curve.pdf}
end{figure}
文章が挿入される領域の幅の0.9倍。
高さは勝手に計算してくれる。
t=用紙の上部、b=用紙の下部
それなりの場所に入れてくれるはずだが、tが優先される
ので残念な感じにもなりがち。提出の際には t だけとか
b だけに変更しながら、レイアウトの最終調整を行う。
こっちの場合、文章が挿入される領
域の高さの0.45倍。幅は自動計算。
縦に並べるときに便利。
LaTeXのソース例
図表の位置
• つべこべ考える前に、とり
あえず段落に結びつける
• 節ではなく、です。
• それなりの場所に収まるはず。
• だめそうなら、適当に上や
下に移動させる。
• たくさんのテキストを移動
させるとよくわからなくな
るので、図や表を貼り付け
るためのマクロを作っても
いい
図ref{fig:A}にぞうの卵を示す.
ぞうの卵はどこからどうみても象の卵であるが、
ぞうの卵はおいしいぞう,ぞうの卵はおいしい
ぞう,といえる.
begin{figure}[tb]
label{fig:A}
end{figure}
続いて,図ref{fig:B}をみるとぞうの卵はお
いしいぞうからぞう卵はおいしいぞうまですべ
てがぞうの卵はおいしいぞうであることがわか
る.
従って、ぞうの卵はおいしいぞうと推測される。
begin{figure}[tb]
label{fig:B}
end{figure}
最後に,図ref{fig:C}を用いてぞうの卵はお
いしいぞうについて考察する.
まず、ぞうの卵はお・・・(以下略)
LaTeXのソース例
表の小ネタ
• 1カラムの文章ではあまりないが、
2カラムでははみ出すこともしばしば・・・
 強引にテキスト幅に納める!(文字は小さくなる)
begin{table}[tb]
centering
caption{収録された環境音の出現頻度分布}
label{tbl:SoundTypeHistogram}
resizebox{columnwidth}{!}{%
begin{tabular}{llr|llr}
Hline
multicolumn{2}{l}{Class} & #data & multicolumn{2}{l}{Class} & #data 
hline
$T_1$ & 人の声 & 1356 & $T_{7}$ & 踏切の音 & 1 
$T_2$ & 鳥の声 & 634 & $T_{8}$ & 電車の音 & 97 
$T_3$ & 虫の音 & 56 & $T_{9}$ & サイレン音 & 37 
$T_4$ & 車の音 & 2267 & $T_{10}$ & 音響信号機 & 788 
$T_5$ & 風切音 & 185 & $T_{11}$ & 音楽 & 374 
$T_6$ & バイクの音 & 727 & $T_{12}$ & 動物の声 & 61 
Hline
end{tabular}
}
end{table}
参考
日本音響学会講演論文集用スタイルファイル
onkoron.sty の使い方
2. スタイルファイルの説明
2.2 図表について
... なお,図表は,天地にまとめるなどして,
見易くすることを心掛ける。 ...
情報処理学会論文誌ジャーナル論文の準備方
法(2012年10月12日版)
4. 論文の構成
4.5 図
... 位置の指定にh は使わない. ...
IEEE: Editorial Style Manual, p. 26
II. Editing principles
G. General Layout Rules
5) Figures and tables are placed at the
tops of columns as close to their first
mention as possible, but preferably after
the mention.
ACM: acmsmall Author Submission
Guide: Setting Up Your LATEX2" Files,
p. 9
4. FIGURES AND TABLES
4.1. Figures
... Note that figures should never
appear in the text or at the bottom of a
page. (If you use the figure placement
optional argument, use only t or p or
both; do not use h or b). ...

Más contenido relacionado

La actualidad más candente

強化学習の基礎と深層強化学習(東京大学 松尾研究室 深層強化学習サマースクール講義資料)
強化学習の基礎と深層強化学習(東京大学 松尾研究室 深層強化学習サマースクール講義資料)強化学習の基礎と深層強化学習(東京大学 松尾研究室 深層強化学習サマースクール講義資料)
強化学習の基礎と深層強化学習(東京大学 松尾研究室 深層強化学習サマースクール講義資料)
Shota Imai
 
Active Learning 入門
Active Learning 入門Active Learning 入門
Active Learning 入門
Shuyo Nakatani
 

La actualidad más candente (20)

スペクトラル・クラスタリング
スペクトラル・クラスタリングスペクトラル・クラスタリング
スペクトラル・クラスタリング
 
Transformerを雰囲気で理解する
Transformerを雰囲気で理解するTransformerを雰囲気で理解する
Transformerを雰囲気で理解する
 
「内積が見えると統計学も見える」第5回 プログラマのための数学勉強会 発表資料
「内積が見えると統計学も見える」第5回 プログラマのための数学勉強会 発表資料 「内積が見えると統計学も見える」第5回 プログラマのための数学勉強会 発表資料
「内積が見えると統計学も見える」第5回 プログラマのための数学勉強会 発表資料
 
【DL輪読会】SimCSE: Simple Contrastive Learning of Sentence Embeddings (EMNLP 2021)
【DL輪読会】SimCSE: Simple Contrastive Learning of Sentence Embeddings  (EMNLP 2021)【DL輪読会】SimCSE: Simple Contrastive Learning of Sentence Embeddings  (EMNLP 2021)
【DL輪読会】SimCSE: Simple Contrastive Learning of Sentence Embeddings (EMNLP 2021)
 
これからの Vision & Language ~ Acadexit した4つの理由
これからの Vision & Language ~ Acadexit した4つの理由これからの Vision & Language ~ Acadexit した4つの理由
これからの Vision & Language ~ Acadexit した4つの理由
 
Swin Transformer (ICCV'21 Best Paper) を完璧に理解する資料
Swin Transformer (ICCV'21 Best Paper) を完璧に理解する資料Swin Transformer (ICCV'21 Best Paper) を完璧に理解する資料
Swin Transformer (ICCV'21 Best Paper) を完璧に理解する資料
 
Attentionの基礎からTransformerの入門まで
Attentionの基礎からTransformerの入門までAttentionの基礎からTransformerの入門まで
Attentionの基礎からTransformerの入門まで
 
BERT入門
BERT入門BERT入門
BERT入門
 
[DL輪読会]GLIDE: Guided Language to Image Diffusion for Generation and Editing
[DL輪読会]GLIDE: Guided Language to Image Diffusion  for Generation and Editing[DL輪読会]GLIDE: Guided Language to Image Diffusion  for Generation and Editing
[DL輪読会]GLIDE: Guided Language to Image Diffusion for Generation and Editing
 
[DL輪読会]Pay Attention to MLPs (gMLP)
[DL輪読会]Pay Attention to MLPs	(gMLP)[DL輪読会]Pay Attention to MLPs	(gMLP)
[DL輪読会]Pay Attention to MLPs (gMLP)
 
『自由エネルギー原理入門』勉強会1章&2章前半
『自由エネルギー原理入門』勉強会1章&2章前半『自由エネルギー原理入門』勉強会1章&2章前半
『自由エネルギー原理入門』勉強会1章&2章前半
 
数式からみるWord2Vec
数式からみるWord2Vec数式からみるWord2Vec
数式からみるWord2Vec
 
[DL輪読会]Decision Transformer: Reinforcement Learning via Sequence Modeling
[DL輪読会]Decision Transformer: Reinforcement Learning via Sequence Modeling[DL輪読会]Decision Transformer: Reinforcement Learning via Sequence Modeling
[DL輪読会]Decision Transformer: Reinforcement Learning via Sequence Modeling
 
強化学習の基礎と深層強化学習(東京大学 松尾研究室 深層強化学習サマースクール講義資料)
強化学習の基礎と深層強化学習(東京大学 松尾研究室 深層強化学習サマースクール講義資料)強化学習の基礎と深層強化学習(東京大学 松尾研究室 深層強化学習サマースクール講義資料)
強化学習の基礎と深層強化学習(東京大学 松尾研究室 深層強化学習サマースクール講義資料)
 
ゼロから始める深層強化学習(NLP2018講演資料)/ Introduction of Deep Reinforcement Learning
ゼロから始める深層強化学習(NLP2018講演資料)/ Introduction of Deep Reinforcement Learningゼロから始める深層強化学習(NLP2018講演資料)/ Introduction of Deep Reinforcement Learning
ゼロから始める深層強化学習(NLP2018講演資料)/ Introduction of Deep Reinforcement Learning
 
充足可能性問題のいろいろ
充足可能性問題のいろいろ充足可能性問題のいろいろ
充足可能性問題のいろいろ
 
Active Learning 入門
Active Learning 入門Active Learning 入門
Active Learning 入門
 
深層学習の数理
深層学習の数理深層学習の数理
深層学習の数理
 
カルマンフィルタ入門
カルマンフィルタ入門カルマンフィルタ入門
カルマンフィルタ入門
 
機械学習モデルの判断根拠の説明
機械学習モデルの判断根拠の説明機械学習モデルの判断根拠の説明
機械学習モデルの判断根拠の説明
 

Destacado

Presentation stp
Presentation stpPresentation stp
Presentation stp
Sarwo Hakim
 
20130717学術情報セミナー(大谷).ppt
20130717学術情報セミナー(大谷).ppt20130717学術情報セミナー(大谷).ppt
20130717学術情報セミナー(大谷).ppt
Shuhei Otani
 
論文の書き方・読み方
論文の書き方・読み方論文の書き方・読み方
論文の書き方・読み方
Satoshi Miura
 

Destacado (20)

卒論に必要なWordテクニック
卒論に必要なWordテクニック卒論に必要なWordテクニック
卒論に必要なWordテクニック
 
優れた研究論文の書き方―7つの提案
優れた研究論文の書き方―7つの提案優れた研究論文の書き方―7つの提案
優れた研究論文の書き方―7つの提案
 
MS Wordで論文を書くTips集
MS Wordで論文を書くTips集MS Wordで論文を書くTips集
MS Wordで論文を書くTips集
 
論文に関する基礎知識2015
論文に関する基礎知識2015論文に関する基礎知識2015
論文に関する基礎知識2015
 
研究室リテラシー教育スライド
研究室リテラシー教育スライド研究室リテラシー教育スライド
研究室リテラシー教育スライド
 
学位論文の書き方メモ (Tips for writing thesis)
学位論文の書き方メモ (Tips for writing thesis)学位論文の書き方メモ (Tips for writing thesis)
学位論文の書き方メモ (Tips for writing thesis)
 
Presentation stp
Presentation stpPresentation stp
Presentation stp
 
20130717学術情報セミナー(大谷).ppt
20130717学術情報セミナー(大谷).ppt20130717学術情報セミナー(大谷).ppt
20130717学術情報セミナー(大谷).ppt
 
発表スライド
発表スライド発表スライド
発表スライド
 
ゼミ発表2
ゼミ発表2ゼミ発表2
ゼミ発表2
 
研究室における研究・実装ノウハウの共有
研究室における研究・実装ノウハウの共有研究室における研究・実装ノウハウの共有
研究室における研究・実装ノウハウの共有
 
論文の書き方・読み方
論文の書き方・読み方論文の書き方・読み方
論文の書き方・読み方
 
博士論文本審査スライド
博士論文本審査スライド博士論文本審査スライド
博士論文本審査スライド
 
アカデミック・ライティング入門
アカデミック・ライティング入門アカデミック・ライティング入門
アカデミック・ライティング入門
 
研究法(Claimとは)
研究法(Claimとは)研究法(Claimとは)
研究法(Claimとは)
 
z変換をやさしく教えて下さい (音響学入門ペディア)
z変換をやさしく教えて下さい (音響学入門ペディア)z変換をやさしく教えて下さい (音響学入門ペディア)
z変換をやさしく教えて下さい (音響学入門ペディア)
 
論文に関する基礎知識2016
 論文に関する基礎知識2016 論文に関する基礎知識2016
論文に関する基礎知識2016
 
ツイートの取得と解析の間
ツイートの取得と解析の間ツイートの取得と解析の間
ツイートの取得と解析の間
 
マジカルsvnとキュアgit
マジカルsvnとキュアgitマジカルsvnとキュアgit
マジカルsvnとキュアgit
 
研究発表のためのプレゼンテーション技術
研究発表のためのプレゼンテーション技術研究発表のためのプレゼンテーション技術
研究発表のためのプレゼンテーション技術
 

Último

TokyoTechGraduateExaminationPresentation
TokyoTechGraduateExaminationPresentationTokyoTechGraduateExaminationPresentation
TokyoTechGraduateExaminationPresentation
YukiTerazawa
 
The_Five_Books_Overview_Presentation_2024
The_Five_Books_Overview_Presentation_2024The_Five_Books_Overview_Presentation_2024
The_Five_Books_Overview_Presentation_2024
koheioishi1
 

Último (8)

世界を変えるクレーンを生み出そう! 高知エンジニアリングキャンプ2024プログラム
世界を変えるクレーンを生み出そう! 高知エンジニアリングキャンプ2024プログラム世界を変えるクレーンを生み出そう! 高知エンジニアリングキャンプ2024プログラム
世界を変えるクレーンを生み出そう! 高知エンジニアリングキャンプ2024プログラム
 
東京工業大学 環境・社会理工学院 建築学系 大学院入学入試・進学説明会2024_v2
東京工業大学 環境・社会理工学院 建築学系 大学院入学入試・進学説明会2024_v2東京工業大学 環境・社会理工学院 建築学系 大学院入学入試・進学説明会2024_v2
東京工業大学 環境・社会理工学院 建築学系 大学院入学入試・進学説明会2024_v2
 
ゲーム理論 BASIC 演習106 -価格の交渉ゲーム-#ゲーム理論 #gametheory #数学
ゲーム理論 BASIC 演習106 -価格の交渉ゲーム-#ゲーム理論 #gametheory #数学ゲーム理論 BASIC 演習106 -価格の交渉ゲーム-#ゲーム理論 #gametheory #数学
ゲーム理論 BASIC 演習106 -価格の交渉ゲーム-#ゲーム理論 #gametheory #数学
 
TokyoTechGraduateExaminationPresentation
TokyoTechGraduateExaminationPresentationTokyoTechGraduateExaminationPresentation
TokyoTechGraduateExaminationPresentation
 
次世代機の製品コンセプトを描く ~未来の機械を創造してみよう~
次世代機の製品コンセプトを描く ~未来の機械を創造してみよう~次世代機の製品コンセプトを描く ~未来の機械を創造してみよう~
次世代機の製品コンセプトを描く ~未来の機械を創造してみよう~
 
The_Five_Books_Overview_Presentation_2024
The_Five_Books_Overview_Presentation_2024The_Five_Books_Overview_Presentation_2024
The_Five_Books_Overview_Presentation_2024
 
生成AIの回答内容の修正を課題としたレポートについて:お茶の水女子大学「授業・研究における生成系AIの活用事例」での講演資料
生成AIの回答内容の修正を課題としたレポートについて:お茶の水女子大学「授業・研究における生成系AIの活用事例」での講演資料生成AIの回答内容の修正を課題としたレポートについて:お茶の水女子大学「授業・研究における生成系AIの活用事例」での講演資料
生成AIの回答内容の修正を課題としたレポートについて:お茶の水女子大学「授業・研究における生成系AIの活用事例」での講演資料
 
2024年度 東京工業大学 工学院 機械系 大学院 修士課程 入試 説明会 資料
2024年度 東京工業大学 工学院 機械系 大学院 修士課程 入試 説明会 資料2024年度 東京工業大学 工学院 機械系 大学院 修士課程 入試 説明会 資料
2024年度 東京工業大学 工学院 機械系 大学院 修士課程 入試 説明会 資料
 

論文の図表レイアウト例

  • 2. レイアウトのサンプルA 1. Introduction The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. Now, look at figure 1. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. Figure 2 shows that the quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. 2. Background The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. 上側(t指定)に入れる、引用より後が望ましい(IEEEの書式) Figure 1: XXXXXXX Figure 2: XXXXXXX
  • 3. レイアウトのサンプルB 1. Introduction The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. Now, look at figure 1. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. Figure 2 shows that the quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps the lazy dog. The quick brown fox jumps over the lazy dog. 2. Background The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. 和文誌では下側(b指定)も使えることがある Figure 1: XXXXXXX Figure 2: XXXXXXX
  • 4. 避けるべきレイアウト 1. Introduction The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. Now, look at figure 1. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. Figure 2 shows that the quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. 2. Background The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. Figure 1: XXXXXXX Figure 2: XXXXXXX (大原則) 引用より先に図表を入れない 前のページの残りが次のペー ジの下にあると、読む立場と しては遠すぎて、理解が追い つかない。そもそも、ここは すでに2章ですから!
  • 5. 論文の図表 • とりあえずはLaTeX任せにしましょう! • 図のテンプレ • オプション”h”を使うことはない begin{figure}[tb] centering caption{XXXXX曲線} label{fig:XXXXXX_Curve} includegraphics[width=.9columnwidth]{img/XXXXX_Curve.pdf} % includegraphics[height=.45textheight]{img/XXXXX_Curve.pdf} end{figure} 文章が挿入される領域の幅の0.9倍。 高さは勝手に計算してくれる。 t=用紙の上部、b=用紙の下部 それなりの場所に入れてくれるはずだが、tが優先される ので残念な感じにもなりがち。提出の際には t だけとか b だけに変更しながら、レイアウトの最終調整を行う。 こっちの場合、文章が挿入される領 域の高さの0.45倍。幅は自動計算。 縦に並べるときに便利。 LaTeXのソース例
  • 6. 図表の位置 • つべこべ考える前に、とり あえず段落に結びつける • 節ではなく、です。 • それなりの場所に収まるはず。 • だめそうなら、適当に上や 下に移動させる。 • たくさんのテキストを移動 させるとよくわからなくな るので、図や表を貼り付け るためのマクロを作っても いい 図ref{fig:A}にぞうの卵を示す. ぞうの卵はどこからどうみても象の卵であるが、 ぞうの卵はおいしいぞう,ぞうの卵はおいしい ぞう,といえる. begin{figure}[tb] label{fig:A} end{figure} 続いて,図ref{fig:B}をみるとぞうの卵はお いしいぞうからぞう卵はおいしいぞうまですべ てがぞうの卵はおいしいぞうであることがわか る. 従って、ぞうの卵はおいしいぞうと推測される。 begin{figure}[tb] label{fig:B} end{figure} 最後に,図ref{fig:C}を用いてぞうの卵はお いしいぞうについて考察する. まず、ぞうの卵はお・・・(以下略) LaTeXのソース例
  • 7. 表の小ネタ • 1カラムの文章ではあまりないが、 2カラムでははみ出すこともしばしば・・・  強引にテキスト幅に納める!(文字は小さくなる) begin{table}[tb] centering caption{収録された環境音の出現頻度分布} label{tbl:SoundTypeHistogram} resizebox{columnwidth}{!}{% begin{tabular}{llr|llr} Hline multicolumn{2}{l}{Class} & #data & multicolumn{2}{l}{Class} & #data hline $T_1$ & 人の声 & 1356 & $T_{7}$ & 踏切の音 & 1 $T_2$ & 鳥の声 & 634 & $T_{8}$ & 電車の音 & 97 $T_3$ & 虫の音 & 56 & $T_{9}$ & サイレン音 & 37 $T_4$ & 車の音 & 2267 & $T_{10}$ & 音響信号機 & 788 $T_5$ & 風切音 & 185 & $T_{11}$ & 音楽 & 374 $T_6$ & バイクの音 & 727 & $T_{12}$ & 動物の声 & 61 Hline end{tabular} } end{table}
  • 8. 参考 日本音響学会講演論文集用スタイルファイル onkoron.sty の使い方 2. スタイルファイルの説明 2.2 図表について ... なお,図表は,天地にまとめるなどして, 見易くすることを心掛ける。 ... 情報処理学会論文誌ジャーナル論文の準備方 法(2012年10月12日版) 4. 論文の構成 4.5 図 ... 位置の指定にh は使わない. ... IEEE: Editorial Style Manual, p. 26 II. Editing principles G. General Layout Rules 5) Figures and tables are placed at the tops of columns as close to their first mention as possible, but preferably after the mention. ACM: acmsmall Author Submission Guide: Setting Up Your LATEX2" Files, p. 9 4. FIGURES AND TABLES 4.1. Figures ... Note that figures should never appear in the text or at the bottom of a page. (If you use the figure placement optional argument, use only t or p or both; do not use h or b). ...