diff --git a/resume/2023-fall/c121092-2023-R.dvi b/resume/2023-fall/c121092-2023-R.dvi index 54de3af..ac16a0b 100644 --- a/resume/2023-fall/c121092-2023-R.dvi +++ b/resume/2023-fall/c121092-2023-R.dvi Binary files differ diff --git a/resume/2023-fall/c121092-2023-R.log b/resume/2023-fall/c121092-2023-R.log index 65b0cb5..bdb3199 100644 --- a/resume/2023-fall/c121092-2023-R.log +++ b/resume/2023-fall/c121092-2023-R.log @@ -1,4 +1,4 @@ -This is e-pTeX, Version 3.141592653-p3.9.1-210218-2.6 (utf8.euc) (TeX Live 2022/dev/Debian) (preloaded format=platex 2023.8.7) 22 NOV 2023 03:14 +This is e-pTeX, Version 3.141592653-p3.9.1-210218-2.6 (utf8.euc) (TeX Live 2022/dev/Debian) (preloaded format=platex 2023.8.7) 22 NOV 2023 12:00 entering extended mode restricted \write18 enabled. %&-line parsing enabled. @@ -134,11 +134,11 @@ ] -File: threeJsSystem.pdf Graphic file (type pdf) - +File: ../figure/threeJsSystem.pdf Graphic file (type pdf) +<../figure/threeJsSystem.pdf> -LaTeX Warning: `!h' float specifier changed to `!ht'. +LaTeX Warning: `h' float specifier changed to `ht'. Overfull \hbox (3.1395pt too wide) in paragraph at lines 130--130 @@ -155,18 +155,18 @@ t/m/n/10 オブジ ェ クトの \OT1/cmr/bx/n/10 Web [] -File: fetch.pdf Graphic file (type pdf) - +File: ../figure/fetch.pdf Graphic file (type pdf) +<../figure/fetch.pdf> Overfull \hbox (7.77586pt too wide) in paragraph at lines 235--236 []\OT1/cmr/m/n/10 3D \JY1/mc/m/n/10 モデルは \OT1/cmr/m/n/10 Blender \JY1/mc/m/ n/10 を用いて作成し , \OT1/cmr/m/n/10 glTF(Graphics [] -File: cube0.pdf Graphic file (type pdf) - -File: cube1.pdf Graphic file (type pdf) - +File: ../figure/cube0.pdf Graphic file (type pdf) +<../figure/cube0.pdf> +File: ../figure/cube1.pdf Graphic file (type pdf) +<../figure/cube1.pdf> LaTeX Warning: `h' float specifier changed to `ht'. @@ -212,12 +212,12 @@ [4] (./c121092-2023-R.aux) ) Here is how much of TeX's memory you used: - 1189 strings out of 478741 - 19536 string characters out of 5860983 + 1187 strings out of 478741 + 19607 string characters out of 5860983 338443 words of memory out of 5000000 19635 multiletter control sequences out of 15000+600000 480089 words of font info for 71 fonts, out of 8000000 for 9000 929 hyphenation exceptions out of 8191 55i,8n,62p,744b,328s stack positions out of 5000i,500n,10000p,200000b,80000s -Output written on c121092-2023-R.dvi (4 pages, 22928 bytes). +Output written on c121092-2023-R.dvi (4 pages, 22968 bytes). diff --git a/resume/2023-fall/c121092-2023-R.pdf b/resume/2023-fall/c121092-2023-R.pdf index 92c709d..8ab8632 100644 --- a/resume/2023-fall/c121092-2023-R.pdf +++ b/resume/2023-fall/c121092-2023-R.pdf Binary files differ diff --git a/resume/2023-fall/c121092-2023-R.tex b/resume/2023-fall/c121092-2023-R.tex index cd48000..1f3648a 100644 --- a/resume/2023-fall/c121092-2023-R.tex +++ b/resume/2023-fall/c121092-2023-R.tex @@ -83,9 +83,9 @@ \subsubsection{Three.jsのシステム概要} \indent Three.jsはJavaScriptライブラリである。これらで発表資料展示会を作成する。Three.jsの仕組みとして,シーンにカメラ・ライト・3Dモデルを追加する。そのシーンをレンダラー通してディスプレイに出力する(図.\ref{figure:image})。 -\begin{figure}[!h] +\begin{figure}[h] \centering - \includegraphics[width=7cm]{threeJsSystem.pdf} + \includegraphics[width=7cm]{../figure/threeJsSystem.pdf} \caption{Three.jsのシステム概念図} \label{figure:image} \end{figure} @@ -211,6 +211,7 @@ \begin{table}[t] \centering + \caption{Object.csv} \begin{tabular}{|c|c|c|c|} \hline dataPath & loc.X & loc.Y & loc.Z \\ @@ -220,12 +221,11 @@ model/ball.glb & 25 & 0 & 0 \\ \hline \end{tabular} - \caption{Object.csv} \end{table} \begin{figure}[htb] \centering - \includegraphics[width=7cm]{fetch.pdf} + \includegraphics[width=7cm]{../figure/fetch.pdf} \caption{出力} \label{figure:image1} \end{figure} @@ -246,7 +246,7 @@ \begin{figure}[htb] \centering - \includegraphics[width=7cm]{cube0.pdf} + \includegraphics[width=7cm]{../figure/cube0.pdf} \caption{影ありのオブジェクト} \label{figure:cube0} \end{figure} @@ -255,7 +255,7 @@ \begin{figure}[h] \centering - \includegraphics[width=7cm]{cube1.pdf} + \includegraphics[width=7cm]{../figure/cube1.pdf} \caption{影なしのオブジェクト} \label{figure:cube1} \end{figure}