質問編集履歴

4

表現の修正

2020/05/19 06:18

投稿

mahc
mahc

スコア33

test CHANGED
File without changes
test CHANGED
@@ -36,7 +36,7 @@
36
36
 
37
37
  39
38
38
 
39
- LaTeX Warning: File `***.pdf' not found on input line 39.
39
+ LaTeX Warning: File `AIE.pdf' not found on input line 39.
40
40
 
41
41
 
42
42
 

3

表現の修正

2020/05/19 06:18

投稿

mahc
mahc

スコア33

test CHANGED
File without changes
test CHANGED
@@ -36,7 +36,7 @@
36
36
 
37
37
  39
38
38
 
39
- LaTeX Warning: File `AIE.pdf' not found on input line 39.
39
+ LaTeX Warning: File `***.pdf' not found on input line 39.
40
40
 
41
41
 
42
42
 

2

タイトル変更

2020/05/19 06:17

投稿

mahc
mahc

スコア33

test CHANGED
@@ -1 +1 @@
1
- Beamerのスライドで一枚目と二枚目以降で異なるPDFの画像を挿入したい!
1
+ TeXのBeamerのスライドで一枚目と二枚目以降で異なるPDFの画像を挿入したい!
test CHANGED
File without changes

1

より詳しく説明した.

2020/05/15 04:46

投稿

mahc
mahc

スコア33

test CHANGED
File without changes
test CHANGED
@@ -12,9 +12,35 @@
12
12
 
13
13
 
14
14
 
15
- pdfを挿入しようとしてますが,documentclassのdvipsではうまくいきません.
15
+ pdfを挿入しようとしてますが,うまくいきません.
16
+
17
+ ```
16
18
 
17
19
 
20
+
21
+ 39
22
+
23
+ LaTeX Error: Cannot determine size of graphic in ***.xbb (no BoundingBox).
24
+
25
+
26
+
27
+ See the LaTeX manual or LaTeX Companion for explanation.
28
+
29
+ Type H <return> for immediate help.
30
+
31
+ ...
32
+
33
+
34
+
35
+ l.39 \end{frame}
36
+
37
+ 39
38
+
39
+ LaTeX Warning: File `AIE.pdf' not found on input line 39.
40
+
41
+
42
+
43
+ ```
18
44
 
19
45
  ### 該当のソースコード
20
46
 
@@ -22,7 +48,51 @@
22
48
 
23
49
  ```TeX
24
50
 
25
- \documentclass[12pt, dvips]{beamer}
51
+ \documentclass[dvipdfmx,12pt]{beamer}
52
+
53
+
54
+
55
+ %%%%%%%%%%% package %%%%%%%%%%%
56
+
57
+ \usepackage{amssymb,amsmath,ascmac}
58
+
59
+ \usepackage{graphicx}
60
+
61
+ \usepackage{multimedia}
62
+
63
+ \usepackage{color}
64
+
65
+ \usepackage{pxjahyper}
66
+
67
+ \usepackage{tikz}
68
+
69
+
70
+
71
+ \usetheme{Warsaw}
72
+
73
+ \useinnertheme{rounded}
74
+
75
+ \useoutertheme{miniframes}
76
+
77
+ \usecolortheme{beaver}
78
+
79
+ \usefonttheme{professionalfonts}
80
+
81
+ \AtBeginSection[]
82
+
83
+ {\frame{\tableofcontents[currentsection]}}
84
+
85
+ \AtBeginSubsection[]
86
+
87
+ {\frame{\tableofcontents[currentsection, currentsubsection]}}
88
+
89
+ \setbeamertemplate{navigation symbols}{}
90
+
91
+
92
+
93
+
94
+
95
+
26
96
 
27
97
 
28
98
 
@@ -34,17 +104,21 @@
34
104
 
35
105
 
36
106
 
37
- \title{title}
38
107
 
39
- \author{name}
40
108
 
109
+ \title{***}
110
+
111
+ \author{***}
112
+
41
- \institute{ins}
113
+ \institute{***}
42
114
 
43
115
  \date{May 13th}
44
116
 
117
+ {
118
+
119
+ \usebackgroundtemplate{\includegraphics[width=\paperwidth]{***.pdf}}
120
+
45
121
  \begin{document}
46
-
47
-
48
122
 
49
123
  \begin{frame}
50
124
 
@@ -52,7 +126,7 @@
52
126
 
53
127
  \end{frame}
54
128
 
55
-
129
+ }
56
130
 
57
131
  \begin{frame}[t]
58
132
 
@@ -80,4 +154,4 @@
80
154
 
81
155
  ### 補足情報(FW/ツールのバージョンなど)
82
156
 
83
- TeX works editorを使って操作してます.
157
+ TeX works editorをpLaTeX(ptexpdf2)環境で使って操作してます.