7c209f0dc7f441adad61f09532d4cf89621c004d
.redirects.gollum
... | ... | @@ -4,3 +4,4 @@ ros/vscode/[未解決]pythonの補完が効かない問題.md: ros/vscode/[未 |
4 | 4 | 映画/【全部ネタバレ】シン・エヴァンゲリオン劇場版:||.md: 映画/【全部ネタバレ】『シン・エヴァンゲリオン劇場版%3A||』.md |
5 | 5 | 映画/【全部ネタバレ】『シン・エヴァンゲリオン劇場版%3A||』.md: 映画/【全部ネタバレ】『シン・エヴァンゲリオン劇場版:||』.md |
6 | 6 | sshfs/起動時に自動的にマウントするようにする.md: sshfs/Host key verification failed..md |
7 | +latex/beamer/図の挿入.md: latex/beamer/横に並べて図の挿入.md |
latex/beamer/\345\233\263\343\201\256\346\214\277\345\205\245.md
... | ... | @@ -1,31 +0,0 @@ |
1 | -[Adding captions to aligned images in beamer - TeX - LaTeX Stack Exchange](https://tex.stackexchange.com/questions/232259/adding-captions-to-aligned-images-in-beamer) |
|
2 | -```latex |
|
3 | -\documentclass{beamer} |
|
4 | - |
|
5 | -\begin{document} |
|
6 | - |
|
7 | -\begin{frame} |
|
8 | - |
|
9 | -\begin{columns}[onlytextwidth] |
|
10 | -\begin{column}{.45\textwidth} |
|
11 | -\begin{figure} |
|
12 | - \includegraphics[width=\textwidth]{example-image-a} |
|
13 | - \caption{First image} |
|
14 | -\end{figure} |
|
15 | -\end{column} |
|
16 | -\hfill |
|
17 | -\begin{column}{.45\textwidth} |
|
18 | -\begin{figure} |
|
19 | - \includegraphics[width=\textwidth]{example-image-b} |
|
20 | - \caption{Second image} |
|
21 | -\end{figure} |
|
22 | -\end{column} |
|
23 | -\end{columns} |
|
24 | - |
|
25 | -\end{frame} |
|
26 | - |
|
27 | -\end{document} |
|
28 | -``` |
|
29 | -しかし図の下に`??`がひっくり返ったものが入ってしまう… |
|
30 | - |
|
31 | -→追記: 治った.`\includegraphics[width=\textwidth]`が`\includegraphics[width=\textwidth>]`になっていた… |
|
... | ... | \ No newline at end of file |
latex/beamer/\346\250\252\343\201\253\344\270\246\343\201\271\343\201\246\345\233\263\343\201\256\346\214\277\345\205\245.md
... | ... | @@ -0,0 +1,31 @@ |
1 | +[Adding captions to aligned images in beamer - TeX - LaTeX Stack Exchange](https://tex.stackexchange.com/questions/232259/adding-captions-to-aligned-images-in-beamer) |
|
2 | +```latex |
|
3 | +\documentclass{beamer} |
|
4 | + |
|
5 | +\begin{document} |
|
6 | + |
|
7 | +\begin{frame} |
|
8 | + |
|
9 | +\begin{columns}[onlytextwidth] |
|
10 | +\begin{column}{.45\textwidth} |
|
11 | +\begin{figure} |
|
12 | + \includegraphics[width=\textwidth]{example-image-a} |
|
13 | + \caption{First image} |
|
14 | +\end{figure} |
|
15 | +\end{column} |
|
16 | +\hfill |
|
17 | +\begin{column}{.45\textwidth} |
|
18 | +\begin{figure} |
|
19 | + \includegraphics[width=\textwidth]{example-image-b} |
|
20 | + \caption{Second image} |
|
21 | +\end{figure} |
|
22 | +\end{column} |
|
23 | +\end{columns} |
|
24 | + |
|
25 | +\end{frame} |
|
26 | + |
|
27 | +\end{document} |
|
28 | +``` |
|
29 | +しかし図の下に`??`がひっくり返ったものが入ってしまう… |
|
30 | + |
|
31 | +→追記: 治った.`\includegraphics[width=\textwidth]`が`\includegraphics[width=\textwidth>]`になっていた… |
|
... | ... | \ No newline at end of file |