質問編集履歴

8

文章の追加

2021/01/06 07:28

投稿

hiyoko-kun
hiyoko-kun

スコア23

test CHANGED
File without changes
test CHANGED
@@ -78,6 +78,8 @@
78
78
 
79
79
  ### 該当のソースコード
80
80
 
81
+ 下記がintroduction.texの中身です。
82
+
81
83
 
82
84
 
83
85
  ```Tex
@@ -120,7 +122,7 @@
120
122
 
121
123
 
122
124
 
123
- 下記がRONBUN.texの中身になります。
125
+ 下記がintroduction.texの1行目に書かれているRONBUN.texの中身になります。
124
126
 
125
127
 
126
128
 

7

文章の追加

2021/01/06 07:28

投稿

hiyoko-kun
hiyoko-kun

スコア23

test CHANGED
File without changes
test CHANGED
@@ -104,6 +104,126 @@
104
104
 
105
105
 
106
106
 
107
+
108
+
109
+ 参考程度にソースコードのスクショも載せました。
110
+
111
+ 1行目のコードの
112
+
113
+ %#! platex RONBUN.tex
114
+
115
+ が赤色で表示されているため、認識されていないのかなと思いました。
116
+
117
+ ![イメージ説明](a45e4230e9ac58f09cd97ae3b228482f.png)
118
+
119
+
120
+
121
+
122
+
123
+ 下記がRONBUN.texの中身になります。
124
+
125
+
126
+
127
+ ```Tex
128
+
129
+ \documentclass[12pt]{jarticle}
130
+
131
+ \usepackage{style/jarte3}
132
+
133
+ \usepackage{graphicx}
134
+
135
+
136
+
137
+ \input{title.tex} %%% 修論のタイトル
138
+
139
+ \input{style/sty.tex} %%% スタイルファイル
140
+
141
+ \input{style/styorg.tex} %%% 各種環境設定ファイル
142
+
143
+
144
+
145
+ \begin{document}
146
+
147
+ \maketitle
148
+
149
+ \input{style/stylyout.tex} %%% 一行あたりの漢字数 等
150
+
151
+ \input{style/stytitle.tex} %%% タイトルページの出力
152
+
153
+ \input{style/styabst.tex} %%% アブストラクトのページスタイル
154
+
155
+ \input{abstract.tex} %%% アブストラクト
156
+
157
+ \newpage
158
+
159
+ \input{style/styabst.tex} %%% アブストラクトのページスタイル
160
+
161
+ \input{eabstract.tex} %%% 英語のアブストラクト
162
+
163
+ \newpage
164
+
165
+ \input{style/styindex.tex } %%% 目次のページスタイル
166
+
167
+
168
+
169
+ \newpage
170
+
171
+ \input{introduction.tex} %%% 1章
172
+
173
+ \newpage
174
+
175
+ \input{section2.tex} %%% 2章
176
+
177
+ \newpage
178
+
179
+ \input{section3.tex} %%% 3章
180
+
181
+ \newpage
182
+
183
+ \input{section4.tex} %%% 4章
184
+
185
+ \newpage
186
+
187
+ \input{simulation.tex} %%% 5章
188
+
189
+ \newpage
190
+
191
+ \input{conclusion.tex} %%% 6章
192
+
193
+ \newpage
194
+
195
+ \input{style/styar.tex} %%% ページスタイル (謝辞)
196
+
197
+ \input{acknowledgement.tex} %%% 謝辞
198
+
199
+ \newpage
200
+
201
+ \input{style/styre.tex} %%% ページスタイル (参考文献)
202
+
203
+ \input{reference.tex} %%% 参考文献
204
+
205
+ \newpage
206
+
207
+ \input{style/styha.tex} %%% ページスタイル (発表論文)
208
+
209
+ \input{happyou.tex} %%% 発表論文
210
+
211
+ %newpage
212
+
213
+ % \input{style/styps.tex} %%% ページスタイル (付録)
214
+
215
+ % \input{appendix.tex} %%% 付録
216
+
217
+
218
+
219
+ \end{document}
220
+
221
+
222
+
223
+ ```
224
+
225
+
226
+
107
227
  ### 試したこと
108
228
 
109
229
 

6

リンクタイトルの変更

2021/01/06 07:24

投稿

hiyoko-kun
hiyoko-kun

スコア23

test CHANGED
File without changes
test CHANGED
@@ -108,7 +108,7 @@
108
108
 
109
109
 
110
110
 
111
- [リンク内容](http://python-climbing.com/undefined-control-sequence-l-hoge-newblocks/)
111
+ [Latex Bibtexを使った時のエラー対処法](http://python-climbing.com/undefined-control-sequence-l-hoge-newblocks/)
112
112
 
113
113
 
114
114
 

5

リンクの変更

2021/01/05 14:25

投稿

hiyoko-kun
hiyoko-kun

スコア23

test CHANGED
File without changes
test CHANGED
@@ -108,7 +108,9 @@
108
108
 
109
109
 
110
110
 
111
- https://python-climbing.com/undefined-control-sequence-l-hoge-newblocks/
111
+ [リンク内容](http://python-climbing.com/undefined-control-sequence-l-hoge-newblocks/)
112
+
113
+
112
114
 
113
115
  上記のサイトを参考にしましたが、分かりませんでした。
114
116
 

4

文章の追加

2021/01/05 14:24

投稿

hiyoko-kun
hiyoko-kun

スコア23

test CHANGED
File without changes
test CHANGED
@@ -104,7 +104,31 @@
104
104
 
105
105
 
106
106
 
107
+ ### 試したこと
107
108
 
109
+
110
+
111
+ https://python-climbing.com/undefined-control-sequence-l-hoge-newblocks/
112
+
113
+ 上記のサイトを参考にしましたが、分かりませんでした。
114
+
115
+ 下記に上記のサイトの引用文を載せました。
116
+
117
+
118
+
119
+ > この「Undefined control sequence.」
120
+
121
+ おそらくLatexで出会うことの最も多いエラー文だと思いますが、
122
+
123
+ 一般的に未定義のコマンドを使用した場合に現れるエラーメッセージです.
124
+
125
+ 対処法としては用いているコマンドの名称が正しいかどうかを確認することです.
126
+
127
+ 正しければ,適当なパッケージを読み込む,といった方法でそのコマンドの定義を与えてあげれば基本的に解消されます.
128
+
129
+
130
+
131
+ ソースコードに書いてあるsectionのスペルも間違ってないと思いますので、何が原因でエラーが出ているか分からない状況です。
108
132
 
109
133
 
110
134
 

3

タグの追加

2021/01/05 14:21

投稿

hiyoko-kun
hiyoko-kun

スコア23

test CHANGED
File without changes
test CHANGED
File without changes

2

タイトルの変更

2021/01/05 11:28

投稿

hiyoko-kun
hiyoko-kun

スコア23

test CHANGED
@@ -1 +1 @@
1
- Texコンパイルした時にエラーが発生しました。
1
+ Texを初めてコンパイルしたら、エラーが発生しました。
test CHANGED
File without changes

1

中身の追記

2021/01/05 10:23

投稿

hiyoko-kun
hiyoko-kun

スコア23

test CHANGED
File without changes
test CHANGED
@@ -3,6 +3,8 @@
3
3
 
4
4
 
5
5
  Texでコンパイルした時にエラーが発生していますので、直したいです。
6
+
7
+ 設定を一部変更しており、texファイルを開いた時に文字化けをしていましたので、shift-JISで開いています。
6
8
 
7
9
  ちなみにTexは初心者です。
8
10