Mercurial > hg > Papers > 2024 > kiyama-master
changeset 3:d352b0f22ea8
update
author | kiyama <e185758@ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 21 Jan 2024 16:34:31 +0900 |
parents | 95c0b3ae2890 |
children | 2728567f0768 |
files | Paper/chapter/ie-system.tex Paper/chapter/introduction.tex Paper/chapter/technology_overview.tex Paper/master_paper.aux Paper/master_paper.fdb_latexmk Paper/master_paper.fls Paper/master_paper.log mm/master.mm |
diffstat | 8 files changed, 6194 insertions(+), 1043 deletions(-) [+] |
line wrap: on
line diff
--- a/Paper/chapter/ie-system.tex Fri Jan 19 13:19:14 2024 +0900 +++ b/Paper/chapter/ie-system.tex Sun Jan 21 16:34:31 2024 +0900 @@ -1,6 +1,38 @@ \chapter{現行のシステム} \section{オンプレミス環境} +物理サーバーは2Uサーバーを6台導入している. +このうち4台の2Uサーバーは仮想環境を提供するKVMやGPUリソースを使用できるsinglarityなどを提供している. +2台の2Uサーバーはディスクサーバーとして稼働しており,分散ファイルストレージのcephで管理されている. + +\begin{table}[htb] + \begin{center} + \caption{物理サーバースペック} + \begin{tabular}{|c|c|} \hline + CPU & Intel Xeon Gold 6238 (2.10GHz/22Core) \\ \hline + GPU & Nvidia Tesla V100S \\ \hline + RAM & 512GB \\ \hline + NVMe SSD & 1.5TB \\ \hline + SAS SSD & 5TB \\ \hline + \end{tabular} + \label{tb:2U-server} + \end{center} +\end{table} + +\begin{table}[htb] + \begin{center} + \caption{ディスクサーバースペック} + \begin{tabular}{|c|c|} \hline + CPU & Intel Xeon Silver 4208 \\ \hline + RAM & 32GB \\ \hline + SAS HDD & 300GB/15000rpm x 2 \\ \hline + NLSAS HDD & 4TB/7200rpm x 12 \\ \hline + \end{tabular} + \label{tb:disk-server} + \end{center} +\end{table} + + \section{仮想環境}
--- a/Paper/chapter/introduction.tex Fri Jan 19 13:19:14 2024 +0900 +++ b/Paper/chapter/introduction.tex Sun Jan 21 16:34:31 2024 +0900 @@ -50,6 +50,8 @@ \newpage \section{システム管理チームの情報共有} +以下にシステム管理チームで利用している情報共有のツールとそれらの使用方法を示す.\\ + {\bf オンラインミーティング}\\ システム管理チームは週に一回オンラインミーティングを行っており,2020年のコロナ禍以降からオフラインからzoomを使用して実施されている. ここでは一週間の作業内容の共有や今後の方針ついての決定,緊急な依頼の対応を行っている.
--- a/Paper/chapter/technology_overview.tex Fri Jan 19 13:19:14 2024 +0900 +++ b/Paper/chapter/technology_overview.tex Sun Jan 21 16:34:31 2024 +0900 @@ -16,33 +16,53 @@ 仮想化技術の一つであり, 他の仮装技術との相違点はカーネルはホスト OS と共用で利用する点である. これにより他の仮想技術よりリソースが節約でき, 仮想環境の構築, 削除が高速でできる. \section{Podman} +redhat社が開発したデーモンレスなオープンソースのコンテナ管理ツール. +コンテナイメージを使用してアプリケーションの検索,実行,ビルド,共有,デプロイが行える. +また,podmanはlibpodライブラリを使用してコンテナ,ポッドと呼ばれる複数のコンテナをまとめたグループを管理している. \section{singularity} +ローレンス・バークレー国立研究所で最初に開発されたオープンソースのコンテナプラットフォーム. +特徴としてオプション一つでGPUリソースが利用可能な点とデフォルトの状態でHOME,/tmp,/proc,/sys,/devのディレクトリがマウントされる. +また,実行ユーザーの権限でコンテナを起動することが可能である. \section{Slurm} +オープンソースのlinux用のクラスタ管理,ジョブスケジューリングシステム. -\section{Gitlab} +\section{GitLab} +GitLab Inc.社が開発するgitリポジトリをホスティングするソフトウェア.セルフホスティング版とGitLab.comが運用するSaaS版が存在する. +また,セルフホスティング版のGitLabにはオープンソースのGitLab Community Edition (GitLab CE)と機能が強化された有償の GitLab Enterprise Edition(GitLab EE)の二種類のソフトウェアが存在する. 学科では自前のサーバーでGitLab CE版を運用している. +バージョン管理以外にもプロジェクト管理・課題管理機能やCI/CD機能などが提供されている. \section{mattermost} オープンソースのセルフホスティング式のチャットサービスである. 類似プロダクトに Slack があり, 差別点としてはサーバーから自身で構築するためチャットに保存期間の上限が無い. また, 組織や企業などの開発者向けに作成されており、様々なツールとの結合が可能できる. \section{scrapbox} - -\section{Zoom} +Nota Inc.が提供するオンラインでリアルタイム情報を共有できるノートサービス.特徴としてリアルタイムで複数人同時編集,内部リンク,ハッシュタグ機能をサポートしており関連記事の検索が容易である.またメンバーごとにアクセス権を制御できURLが流失しても権限がないユーザーは閲不可である. \section{Psono} +オープンソースのセルフホスティングのパスワードマネージャ.認証情報を暗号化して保存し、チーム間での情報の共有が可能でありパスワードの生成機能や登録したパスワードの強度が可視化される機能がある. \section{LDAP} +ユーザーやパソコンなどのアカウントを管理するディレクトリサービスにアクセスする際に使用されるプロトコルである.LDAPを利用することで対象のディレクトリサービスに保管されている情報の参照、書き込み、削除などが行えるがディレクトリサービスの性質上,読み込みや参照は高速だが書き込みを頻繁におこなう用途には向かない. \section{WordPress} +PHP製のCMS(Contents Management System)でありデフォルトのデータベースにMySQLを使用している. +公式やサードパーティによってテーマが公開されており,それらを使用することでプログラミングやデザインの知識がなくてもwebページの作成が可能となっている. +本コースでは過去にwordpressによって学科webを構築していたが,プラグインの脆弱性を悪用され攻撃された.これにより現在は静的ページでの運用となっている \section{Hugo} +golang製のオープンソースの静的サイトジェネレータ. \section{Nginx} \section{rsnapshot} +rsyncをベースとするファイルシステムスナップショットでありローカルマシンだけでなくssh経由でリモートマシンの定期的なスナップショットを作成することが可能. +初回以降は増分バックアップを作成する為,容量が少なく比較的処理も早い. \section{Ceph} -\section{Vuls} \ No newline at end of file +\section{Vuls} +golang製のオープンソースの脆弱性検知ツールである. +様々なlinuxをサポートしており,複数の脆弱性データベースを使用するすることで高精度なスキャンを実現している. +リモートサーバーのスキャンにはvulsと使用する脆弱性データベースのセットアップとサーバー情報の設定ファイルの記述でスキャンが可能となっている.また,スキャン結果は専用のコマンドを使用することでCLI上やHTTPサーバーから閲覧できる. \ No newline at end of file
--- a/Paper/master_paper.aux Fri Jan 19 13:19:14 2024 +0900 +++ b/Paper/master_paper.aux Sun Jan 21 16:34:31 2024 +0900 @@ -1,93 +1,1 @@ \relax -\@writefile{toc}{\contentsline {chapter}{研究関連論文業績}{ii}\protected@file@percent } -\@writefile{toc}{\contentsline {chapter}{\numberline {第1章}学生が管理する教育研究用情報システム}{5}\protected@file@percent } -\@writefile{lof}{\addvspace {10\p@ }} -\@writefile{lot}{\addvspace {10\p@ }} -\@writefile{toc}{\contentsline {section}{\numberline {1.1}システム管理チームの構成と活動}{5}\protected@file@percent } -\@writefile{lof}{\contentsline {figure}{\numberline {1.1}{\ignorespaces monitoring}}{6}\protected@file@percent } -\newlabel{fig:install}{{1.1}{6}} -\@writefile{toc}{\contentsline {section}{\numberline {1.2}システム管理チームの情報共有}{7}\protected@file@percent } -\@writefile{lof}{\contentsline {figure}{\numberline {1.2}{\ignorespaces monitoring}}{7}\protected@file@percent } -\newlabel{fig:scrapbox}{{1.2}{7}} -\@writefile{lof}{\contentsline {figure}{\numberline {1.3}{\ignorespaces monitoring}}{8}\protected@file@percent } -\newlabel{fig:mattermost}{{1.3}{8}} -\@writefile{toc}{\contentsline {section}{\numberline {1.3}研究目的}{8}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {1.4}論文の構成}{8}\protected@file@percent } -\@writefile{toc}{\contentsline {chapter}{\numberline {第2章}技術概要}{10}\protected@file@percent } -\@writefile{lof}{\addvspace {10\p@ }} -\@writefile{lot}{\addvspace {10\p@ }} -\@writefile{toc}{\contentsline {section}{\numberline {2.1}仮想化}{10}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {2.2}ハイパーバイザ型}{10}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {2.3}KVM}{10}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {2.4}コンテナ型}{11}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {2.5}Podman}{11}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {2.6}singularity}{11}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {2.7}Slurm}{11}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {2.8}Gitlab}{11}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {2.9}mattermost}{11}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {2.10}scrapbox}{12}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {2.11}Zoom}{12}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {2.12}Psono}{12}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {2.13}LDAP}{12}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {2.14}WordPress}{12}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {2.15}Hugo}{12}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {2.16}Nginx}{12}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {2.17}rsnapshot}{12}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {2.18}Ceph}{12}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {2.19}Vuls}{12}\protected@file@percent } -\@writefile{toc}{\contentsline {chapter}{\numberline {第3章}現行のシステム}{13}\protected@file@percent } -\@writefile{lof}{\addvspace {10\p@ }} -\@writefile{lot}{\addvspace {10\p@ }} -\@writefile{toc}{\contentsline {section}{\numberline {3.1}オンプレミス環境}{13}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {3.2}仮想環境}{13}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {3.3}ネットワーク構成}{13}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {3.4}基幹システム}{13}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {3.5}Akatsuki}{13}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {3.6}クラウド環境}{13}\protected@file@percent } -\@writefile{toc}{\contentsline {chapter}{\numberline {第4章}演習科目での取り組み}{14}\protected@file@percent } -\@writefile{lof}{\addvspace {10\p@ }} -\@writefile{lot}{\addvspace {10\p@ }} -\@writefile{toc}{\contentsline {section}{\numberline {4.1}web班}{14}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {4.2}server班}{14}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {4.3}network班}{15}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {4.4}security班}{15}\protected@file@percent } -\@writefile{toc}{\contentsline {chapter}{\numberline {第5章}メッセージングコマンドを使用した手法の提案}{16}\protected@file@percent } -\@writefile{lof}{\addvspace {10\p@ }} -\@writefile{lot}{\addvspace {10\p@ }} -\@writefile{toc}{\contentsline {section}{\numberline {5.1}システム概要}{16}\protected@file@percent } -\@writefile{lof}{\contentsline {figure}{\numberline {5.1}{\ignorespaces monitoring}}{16}\protected@file@percent } -\newlabel{fig:chat-system}{{5.1}{16}} -\@writefile{toc}{\contentsline {section}{\numberline {5.2}認証機能の実装}{17}\protected@file@percent } -\@writefile{toc}{\contentsline {chapter}{\numberline {第6章}まとめ}{18}\protected@file@percent } -\@writefile{lof}{\addvspace {10\p@ }} -\@writefile{lot}{\addvspace {10\p@ }} -\@writefile{toc}{\contentsline {section}{\numberline {6.1}総括}{18}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {6.2}今後の課題}{18}\protected@file@percent } -\@writefile{toc}{\contentsline {subsection}{\numberline {6.2.1}}{18}\protected@file@percent } -\citation{*} -\bibdata{reference} -\@writefile{toc}{\contentsline {chapter}{謝辞}{19}\protected@file@percent } -\bibcite{firstsystem}{1} -\bibcite{secondsystem}{2} -\bibcite{thirdsystem}{3} -\bibcite{fourthsystem}{4} -\bibcite{fifthsystem}{5} -\bibcite{sshrmake}{6} -\bibcite{sshr}{7} -\bibcite{sshrcrypto}{8} -\bibcite{sqlx}{9} -\bibcite{rfc4252}{10} -\bibcite{openssh}{11} -\bibcite{container}{12} -\bibcite{expressmobility}{13} -\@writefile{toc}{\contentsline {chapter}{参考文献}{20}\protected@file@percent } -\bibcite{ciscocommnad}{14} -\bibcite{podman}{15} -\bibcite{Ansible}{16} -\bibcite{Hugo}{17} -\bibcite{singularity}{18} -\bibcite{gitlabdocumentation}{19} -\bibcite{radiusDHCP}{20} -\bibcite{fail2ban}{21} -\bibcite{pamtally2}{22} -\bibstyle{junsrt}
--- a/Paper/master_paper.fdb_latexmk Fri Jan 19 13:19:14 2024 +0900 +++ b/Paper/master_paper.fdb_latexmk Sun Jan 21 16:34:31 2024 +0900 @@ -1,11 +1,11 @@ # Fdb version 3 -["makeindex master_paper.idx"] 1705573635 "master_paper.idx" "master_paper.ind" "master_paper" 1705573635 - "master_paper.idx" 1705573591 0 d41d8cd98f00b204e9800998ecf8427e "pdflatex" +["makeindex master_paper.idx"] 0 "master_paper.idx" "master_paper.ind" "master_paper" 0 + "master_paper.idx" 0 -1 0 "pdflatex" (generated) + "master_paper.ind" "master_paper.ilg" - "master_paper.ind" -["pdflatex"] 1705573635 "/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex" "/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.pdf" "master_paper" 1705573635 - "/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.aux" 0 -1 0 "" +["pdflatex"] 1705812836 "/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex" "/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.pdf" "master_paper" 1705812836 + "/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.aux" 1705812836 8 a94a2480d3289e625eea47cd1b285758 "" "/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex" 1705044204 2469 f3bef6425f04658b6baab2a74700b06c "" "/usr/local/texlive/2020/texmf-dist/fonts/map/fontname/texfonts.map" 1577235249 3524 cb3e574dea2d1052e39280babc910dc8 "" "/usr/local/texlive/2020/texmf-dist/fonts/tfm/public/ascmac/ascgrp.tfm" 1520635638 448 9a1f3a95c3a7e2681aa6eefcf410b7ac "" @@ -41,8 +41,8 @@ "master_paper.sty" 1703317010 13271 c718e4a9594da4c20e1c9aee50424ee8 "" "master_paper.tex" 1705044204 2469 f3bef6425f04658b6baab2a74700b06c "" (generated) + "master_paper.idx" + "master_paper.aux" "master_paper.log" - "master_paper.aux" "/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.pdf" "/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.log" - "master_paper.idx"
--- a/Paper/master_paper.fls Fri Jan 19 13:19:14 2024 +0900 +++ b/Paper/master_paper.fls Sun Jan 21 16:34:31 2024 +0900 @@ -49,6 +49,8 @@ OUTPUT /Users/e185758/ws/2024/kiyama-master/Paper/master_paper.idx INPUT /usr/local/texlive/2020/texmf-dist/tex/latex/l3backend/l3backend-pdfmode.def INPUT /usr/local/texlive/2020/texmf-dist/tex/latex/l3backend/l3backend-pdfmode.def +INPUT /Users/e185758/ws/2024/kiyama-master/Paper/master_paper.aux +INPUT /Users/e185758/ws/2024/kiyama-master/Paper/master_paper.aux OUTPUT /Users/e185758/ws/2024/kiyama-master/Paper/master_paper.aux OUTPUT /Users/e185758/ws/2024/kiyama-master/Paper/master_paper.pdf INPUT /Users/e185758/ws/2024/kiyama-master/Paper/fig/u-ryukyu-Mark.pdf
--- a/Paper/master_paper.log Fri Jan 19 13:19:14 2024 +0900 +++ b/Paper/master_paper.log Sun Jan 21 16:34:31 2024 +0900 @@ -1,194 +1,534 @@ -This is e-upTeX, Version 3.14159265-p3.8.3-u1.26-191112-2.6 (utf8.uptex) (TeX Live 2020) (preloaded format=uplatex 2020.4.26) 18 JAN 2024 19:29 +This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020) (preloaded format=pdflatex 2020.4.26) 21 JAN 2024 13:53 entering extended mode restricted \write18 enabled. file:line:error style messages enabled. %&-line parsing enabled. -**master_paper.tex -(./master_paper.tex -pLaTeX2e <2020-02-02u03>+3 (based on LaTeX2e <2020-02-02> patch level 5) -L3 programming layer <2020-03-06> -(/usr/local/texlive/2020/texmf-dist/tex/uplatex/base/ujreport.cls -Document Class: ujreport 2020/01/03 v1.8e-u00 Standard upLaTeX class -\c@@paper=\count166 -(/usr/local/texlive/2020/texmf-dist/tex/uplatex/base/ujsize12.clo -File: ujsize12.clo 2020/01/03 v1.8e-u00 Standard upLaTeX file (size option) -LaTeX Font Info: Font shape `JT2/mc/m/n' will be -(Font) scaled to size 11.54663pt on input line 28. -LaTeX Font Info: Font shape `JY2/mc/m/n' will be -(Font) scaled to size 11.54663pt on input line 28. -) -\c@part=\count167 -\c@chapter=\count168 -\c@section=\count169 -\c@subsection=\count170 -\c@subsubsection=\count171 -\c@paragraph=\count172 -\c@subparagraph=\count173 -\c@figure=\count174 -\c@table=\count175 -\abovecaptionskip=\skip47 -\belowcaptionskip=\skip48 -\symmincho=\mathgroup4 -LaTeX Font Info: Overwriting symbol font `mincho' in version `bold' -(Font) JY2/mc/m/n --> JY2/gt/m/n on input line 705. -\toclineskip=\dimen150 -\@lnumwidth=\dimen151 -\bibindent=\dimen152 -\heisei=\count176 -) -(./master_paper.sty +**/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex +(/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex +LaTeX2e <2020-02-02> patch level 5 +L3 programming layer <2020-03-06> (/usr/local/texlive/2020/texmf-dist/tex/uplatex/base/ujreport.cls + +/usr/local/texlive/2020/texmf-dist/tex/uplatex/base/ujreport.cls:17: LaTeX Error: This file needs format `pLaTeX2e' + but this is `LaTeX2e'. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.17 \NeedsTeXFormat{pLaTeX2e} + +The current input file will not be processed further, +because it was written for some other flavor of TeX. +You're in trouble here. Try typing <return> to proceed. +If that doesn't work, type X <return> to quit. + +) (/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty **************************************************************** -** 平成15年度 琉球大学大学院 学位論文(修士) ****************** -** +** 平成15年度 琉球大学大学院 学位論文(修士) ******************** ** スタイルファイル(LaTeX2e) : 非公式 ******************** **************************************************************** -\c@defnum=\count177 + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:146: LaTeX Error: Command \maketitle undefined. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.146 \renewcommand{\maketitle} + {% +Try typing <return> to proceed. +If that doesn't work, type X <return> to quit. + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:228: LaTeX Error: Environment abstract undefined. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.228 \renewenvironment{abstract} + {% +Try typing <return> to proceed. +If that doesn't work, type X <return> to quit. + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:249: LaTeX Error: Command \tableofcontents undefined. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.249 \renewcommand{\tableofcontents} + {% +Try typing <return> to proceed. +If that doesn't work, type X <return> to quit. + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:282: LaTeX Error: Command \appendix undefined. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.282 \renewcommand{\appendix} + {\par +Try typing <return> to proceed. +If that doesn't work, type X <return> to quit. + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:292: LaTeX Error: Command \chapter undefined. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.292 \renewcommand{\chapter} + {% +Try typing <return> to proceed. +If that doesn't work, type X <return> to quit. + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:330: LaTeX Error: Command \prepartname undefined. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.330 \renewcommand{\prepartname} + {\relax} %\renewcommand{\prepartname}{第} +Try typing <return> to proceed. +If that doesn't work, type X <return> to quit. + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:331: LaTeX Error: Command \postpartname undefined. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.331 \renewcommand{\postpartname} + {部} +Try typing <return> to proceed. +If that doesn't work, type X <return> to quit. + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:332: LaTeX Error: Command \prechaptername undefined. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.332 \renewcommand{\prechaptername} + {第}%\renewcommand{\prechaptername}{第} +Try typing <return> to proceed. +If that doesn't work, type X <return> to quit. + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:333: LaTeX Error: Command \postchaptername undefined. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.333 \renewcommand{\postchaptername} + {章} +Try typing <return> to proceed. +If that doesn't work, type X <return> to quit. + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:334: LaTeX Error: Command \contentsname undefined. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.334 \renewcommand{\contentsname} + {目 次} +Try typing <return> to proceed. +If that doesn't work, type X <return> to quit. + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:335: LaTeX Error: Command \listfigurename undefined. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.335 \renewcommand{\listfigurename} + {図 目 次} +Try typing <return> to proceed. +If that doesn't work, type X <return> to quit. + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:336: LaTeX Error: Command \listtablename undefined. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.336 \renewcommand{\listtablename} + {表 目 次} +Try typing <return> to proceed. +If that doesn't work, type X <return> to quit. + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:337: LaTeX Error: Command \bibname undefined. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.337 \renewcommand{\bibname} + {参考文献} +Try typing <return> to proceed. +If that doesn't work, type X <return> to quit. + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:338: LaTeX Error: Command \indexname undefined. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.338 \renewcommand{\indexname} + {索 引} +Try typing <return> to proceed. +If that doesn't work, type X <return> to quit. + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:339: LaTeX Error: Command \figurename undefined. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.339 \renewcommand{\figurename} + {図} +Try typing <return> to proceed. +If that doesn't work, type X <return> to quit. + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:340: LaTeX Error: Command \tablename undefined. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.340 \renewcommand{\tablename} + {表} +Try typing <return> to proceed. +If that doesn't work, type X <return> to quit. + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:341: LaTeX Error: Command \appendixname undefined. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.341 \renewcommand{\appendixname} + {付 録} +Try typing <return> to proceed. +If that doesn't work, type X <return> to quit. + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:342: LaTeX Error: Command \abstractname undefined. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.342 \renewcommand{\abstractname} + {要 旨} +Try typing <return> to proceed. +If that doesn't work, type X <return> to quit. + +\c@defnum=\count167 + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:348: LaTeX Error: No counter 'chapter' defined. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.348 \newcounter{defnum}[chapter] + +Your command was ignored. +Type I <command> <return> to replace it with another command, +or <return> to continue without it. + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:442: LaTeX Error: Environment thebibliography undefined. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.442 \renewenvironment{thebibliography} + [1] +Try typing <return> to proceed. +If that doesn't work, type X <return> to quit. + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:465: LaTeX Error: Environment theindex undefined. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.465 \renewenvironment{theindex} + {% +Try typing <return> to proceed. +If that doesn't work, type X <return> to quit. + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:487: Undefined control sequence. +l.487 \prebreakpenalty + \jis`,=10000 % , +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:487: Undefined control sequence. +l.487 \prebreakpenalty\jis + `,=10000 % , +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:487: LaTeX Error: Missing \begin{document}. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.487 \prebreakpenalty\jis` + ,=10000 % , +You're in trouble here. Try typing <return> to proceed. +If that doesn't work, type X <return> to quit. + +Missing character: There is no ` in font nullfont! + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:487: Package inputenc Error: Unicode character , (U+FF0C) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.487 \prebreakpenalty\jis`, + =10000 % , +You may provide a definition with +\DeclareUnicodeCharacter + +Missing character: There is no = in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no 0 in font nullfont! +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:488: Undefined control sequence. +l.488 \prebreakpenalty + \jis`.=10000 % . +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:488: Undefined control sequence. +l.488 \prebreakpenalty\jis + `.=10000 % . +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +Missing character: There is no ` in font nullfont! + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:488: Package inputenc Error: Unicode character . (U+FF0E) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.488 \prebreakpenalty\jis`. + =10000 % . +You may provide a definition with +\DeclareUnicodeCharacter + +Missing character: There is no = in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no 0 in font nullfont! ) (/usr/local/texlive/2020/texmf-dist/tex/latex/ascmac/ascmac.sty Package: ascmac 2020/01/15 v2.1 ascmac wrapper (community edition) - -(/usr/local/texlive/2020/texmf-dist/tex/latex/ascmac/tascmac.sty + (/usr/local/texlive/2020/texmf-dist/tex/latex/ascmac/tascmac.sty Package: tascmac 2020/01/15 v2.1 ascmac package (community edition) -\@savetbaselineshift=\dimen153 -\@saveybaselineshift=\dimen154 -\scb@x=\box61 -\scscb@x=\box62 -\@bw=\dimen155 -\@nbox=\box63 -\@nbody=\box64 -\@scw=\dimen156 -\ascmac@hoboxa=\box65 -\ascmac@hoboxb=\box66 -\@itemh=\dimen157 -\@iboxpos=\toks16 -\@iboxstr=\box67 -\@bwsp=\box68 -\@@bwsp=\box69 -\@bcal=\count178 -\shaderule=\dimen158 -)) -(/usr/local/texlive/2020/texmf-dist/tex/latex/graphics/graphicx.sty +Package tascmac Info: Assuming pdfLaTeX, XeLaTeX or LuaLaTeX on input line 44. +\scb@x=\box45 +\scscb@x=\box46 +\@bw=\dimen134 +\@nbox=\box47 +\@nbody=\box48 +\@scw=\dimen135 +\ascmac@hoboxa=\box49 +\ascmac@hoboxb=\box50 +\@itemh=\dimen136 +\@iboxpos=\toks15 +\@iboxstr=\box51 +\@bwsp=\box52 +\@@bwsp=\box53 +\@bcal=\count168 +\shaderule=\dimen137 +)) (/usr/local/texlive/2020/texmf-dist/tex/latex/graphics/graphicx.sty Package: graphicx 2019/11/30 v1.2a Enhanced LaTeX Graphics (DPC,SPQR) - -(/usr/local/texlive/2020/texmf-dist/tex/latex/graphics/keyval.sty + (/usr/local/texlive/2020/texmf-dist/tex/latex/graphics/keyval.sty Package: keyval 2014/10/28 v1.15 key=value parser (DPC) -\KV@toks@=\toks17 -) -(/usr/local/texlive/2020/texmf-dist/tex/latex/graphics/graphics.sty +\KV@toks@=\toks16 +) (/usr/local/texlive/2020/texmf-dist/tex/latex/graphics/graphics.sty +Overfull \hbox (20.0pt too wide) in paragraph at lines 487--27 +[] + [] + Package: graphics 2019/11/30 v1.4a Standard LaTeX Graphics (DPC,SPQR) - (/usr/local/texlive/2020/texmf-dist/tex/latex/graphics/trig.sty Package: trig 2016/01/03 v1.10 sin cos tan (DPC) -) -(/usr/local/texlive/2020/texmf-dist/tex/latex/graphics-cfg/graphics.cfg +) (/usr/local/texlive/2020/texmf-dist/tex/latex/graphics-cfg/graphics.cfg File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration ) Package graphics Info: Driver file: dvipdfmx.def on input line 105. - -(/usr/local/texlive/2020/texmf-dist/tex/latex/graphics-def/dvipdfmx.def + (/usr/local/texlive/2020/texmf-dist/tex/latex/graphics-def/dvipdfmx.def File: dvipdfmx.def 2017/06/24 v5.0g Graphics/color driver for dvipdfmx )) -\Gin@req@height=\dimen159 -\Gin@req@width=\dimen160 -) -(/usr/local/texlive/2020/texmf-dist/tex/latex/here/here.sty) -(/usr/local/texlive/2020/texmf-dist/tex/latex/float/float.sty +\Gin@req@height=\dimen138 +\Gin@req@width=\dimen139 +) (/usr/local/texlive/2020/texmf-dist/tex/latex/here/here.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/float/float.sty Package: float 2001/11/08 v1.3d Float enhancements (AL) -\c@float@type=\count179 -\float@exts=\toks18 -\float@box=\box70 -\@float@everytoks=\toks19 -\@floatcapt=\box71 -) -(/usr/local/texlive/2020/texmf-dist/tex/latex/listings/listings.sty -\lst@mode=\count180 -\lst@gtempboxa=\box72 -\lst@token=\toks20 -\lst@length=\count181 -\lst@currlwidth=\dimen161 -\lst@column=\count182 -\lst@pos=\count183 -\lst@lostspace=\dimen162 -\lst@width=\dimen163 -\lst@newlines=\count184 -\lst@lineno=\count185 -\lst@maxwidth=\dimen164 - -(/usr/local/texlive/2020/texmf-dist/tex/latex/listings/lstmisc.sty +\c@float@type=\count169 +\float@exts=\toks17 +\float@box=\box54 +\@float@everytoks=\toks18 +\@floatcapt=\box55 +) (/usr/local/texlive/2020/texmf-dist/tex/latex/listings/listings.sty +\lst@mode=\count170 +\lst@gtempboxa=\box56 +\lst@token=\toks19 +\lst@length=\count171 +\lst@currlwidth=\dimen140 +\lst@column=\count172 +\lst@pos=\count173 +\lst@lostspace=\dimen141 +\lst@width=\dimen142 +\lst@newlines=\count174 +\lst@lineno=\count175 +\abovecaptionskip=\skip47 +\belowcaptionskip=\skip48 +\lst@maxwidth=\dimen143 + (/usr/local/texlive/2020/texmf-dist/tex/latex/listings/lstmisc.sty File: lstmisc.sty 2020/03/24 1.8d (Carsten Heinz) -\c@lstnumber=\count186 -\lst@skipnumbers=\count187 -\lst@framebox=\box73 -) -(/usr/local/texlive/2020/texmf-dist/tex/latex/listings/listings.cfg +\c@lstnumber=\count176 +\lst@skipnumbers=\count177 +\lst@framebox=\box57 +) (/usr/local/texlive/2020/texmf-dist/tex/latex/listings/listings.cfg File: listings.cfg 2020/03/24 1.8d listings configuration )) Package: listings 2020/03/24 1.8d (Carsten Heinz) - -(/usr/local/texlive/2020/texmf-dist/tex/latex/comment/comment.sty + (/usr/local/texlive/2020/texmf-dist/tex/latex/comment/comment.sty \CommentStream=\write3 - -Excluding comment 'comment') -(/usr/local/texlive/2020/texmf-dist/tex/latex/url/url.sty + Excluding comment 'comment') (/usr/local/texlive/2020/texmf-dist/tex/latex/url/url.sty \Urlmuskip=\muskip16 Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc. +) (/usr/local/texlive/2020/texmf-dist/tex/platex/japanese-otf-uptex/otf.sty + +/usr/local/texlive/2020/texmf-dist/tex/platex/japanese-otf-uptex/otf.sty:1: LaTeX Error: This file needs format `pLaTeX2e' + but this is `LaTeX2e'. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.1 \NeedsTeXFormat{pLaTeX2e} + +The current input file will not be processed further, +because it was written for some other flavor of TeX. +You're in trouble here. Try typing <return> to proceed. +If that doesn't work, type X <return> to quit. + ) -(/usr/local/texlive/2020/texmf-dist/tex/platex/japanese-otf-uptex/otf.sty -Package: otf 2019/04/01 v1.7b8 psitau, u0.25 ttk -LaTeX Font Info: Redeclaring symbol font `mincho' on input line 314. -LaTeX Font Info: Overwriting symbol font `mincho' in version `normal' -(Font) JY2/mc/m/n --> JY2/hmc/m/n on input line 314. -LaTeX Font Info: Overwriting symbol font `mincho' in version `bold' -(Font) JY2/gt/m/n --> JY2/hmc/m/n on input line 314. -LaTeX Font Info: Overwriting symbol font `mincho' in version `bold' -(Font) JY2/hmc/m/n --> JY2/hmc/bx/n on input line 316. -LaTeX Font Info: Redeclaring math alphabet \mathgt on input line 317. -LaTeX Font Info: Overwriting math alphabet `\mathgt' in version `normal' -(Font) JY2/gt/m/n --> JY2/hgt/m/n on input line 317. -LaTeX Font Info: Overwriting math alphabet `\mathgt' in version `bold' -(Font) JY2/gt/m/n --> JY2/hgt/m/n on input line 317. -LaTeX Font Info: Overwriting math alphabet `\mathgt' in version `bold' -(Font) JY2/hgt/m/n --> JY2/hgt/bx/n on input line 318. - -(/usr/local/texlive/2020/texmf-dist/tex/platex/japanese-otf/ajmacros.sty -Package: ajmacros 2019/04/01 21:00 iNOUE Koich! <inoue@ma.ns.musashi-tech.ac.jp -> -\@tempcntc=\count188 -\@tempcntd=\count189 -\@tempcnte=\count190 -\@tempcntf=\count191 -)) -(/usr/local/texlive/2020/texmf-dist/tex/platex/japanese-otf-uptex/mlutf.sty -Package: mlutf 2004/04/17 v1.1.2 psitau, u0.25 ttk -) -(/usr/local/texlive/2020/texmf-dist/tex/platex/japanese-otf/mlcid.sty -Package: mlcid 2004/04/17 v1.0.2 psitau -) + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:10: LaTeX Error: Unknown option `deluxe' for package `otf'. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.10 + +The option `deluxe' was not declared in package `otf', perhaps you +misspelled its name. Try typing <return> to proceed. + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:10: LaTeX Error: Unknown option `multi' for package `otf'. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.10 + +The option `multi' was not declared in package `otf', perhaps you +misspelled its name. Try typing <return> to proceed. + (/usr/local/texlive/2020/texmf-dist/tex/latex/base/makeidx.sty Package: makeidx 2014/09/29 v1.0m Standard LaTeX package -) -(/usr/local/texlive/2020/texmf-dist/tex/latex/tools/multicol.sty +) (/usr/local/texlive/2020/texmf-dist/tex/latex/tools/multicol.sty Package: multicol 2019/12/09 v1.8y multicolumn formatting (FMi) -\c@tracingmulticols=\count192 -\mult@box=\box74 -\multicol@leftmargin=\dimen165 -\c@unbalance=\count193 -\c@collectmore=\count194 -\doublecol@number=\count195 -\multicoltolerance=\count196 -\multicolpretolerance=\count197 -\full@width=\dimen166 -\page@free=\dimen167 -\premulticols=\dimen168 -\postmulticols=\dimen169 +\c@tracingmulticols=\count178 +\mult@box=\box58 +\multicol@leftmargin=\dimen144 +\c@unbalance=\count179 +\c@collectmore=\count180 +\doublecol@number=\count181 +\multicoltolerance=\count182 +\multicolpretolerance=\count183 +\full@width=\dimen145 +\page@free=\dimen146 +\premulticols=\dimen147 +\postmulticols=\dimen148 \multicolsep=\skip49 \multicolbaselineskip=\skip50 -\partial@page=\box75 -\last@line=\box76 -\maxbalancingoverflow=\dimen170 -\mult@rightbox=\box77 -\mult@grightbox=\box78 -\mult@gfirstbox=\box79 -\mult@firstbox=\box80 +\partial@page=\box59 +\last@line=\box60 +\maxbalancingoverflow=\dimen149 +\mult@rightbox=\box61 +\mult@grightbox=\box62 +\mult@gfirstbox=\box63 +\mult@firstbox=\box64 +\@tempa=\box65 +\@tempa=\box66 +\@tempa=\box67 +\@tempa=\box68 +\@tempa=\box69 +\@tempa=\box70 +\@tempa=\box71 +\@tempa=\box72 +\@tempa=\box73 +\@tempa=\box74 +\@tempa=\box75 +\@tempa=\box76 +\@tempa=\box77 +\@tempa=\box78 +\@tempa=\box79 +\@tempa=\box80 \@tempa=\box81 \@tempa=\box82 \@tempa=\box83 @@ -210,48 +550,26 @@ \@tempa=\box99 \@tempa=\box100 \@tempa=\box101 -\@tempa=\box102 -\@tempa=\box103 -\@tempa=\box104 -\@tempa=\box105 -\@tempa=\box106 -\@tempa=\box107 -\@tempa=\box108 -\@tempa=\box109 -\@tempa=\box110 -\@tempa=\box111 -\@tempa=\box112 -\@tempa=\box113 -\@tempa=\box114 -\@tempa=\box115 -\@tempa=\box116 -\@tempa=\box117 -\c@minrows=\count198 -\c@columnbadness=\count199 -\c@finalcolumnbadness=\count266 -\last@try=\dimen171 -\multicolovershoot=\dimen172 -\multicolundershoot=\dimen173 -\mult@nat@firstbox=\box118 -\colbreak@box=\box119 -\mc@col@check@num=\count267 +\c@minrows=\count184 +\c@columnbadness=\count185 +\c@finalcolumnbadness=\count186 +\last@try=\dimen150 +\multicolovershoot=\dimen151 +\multicolundershoot=\dimen152 +\mult@nat@firstbox=\box102 +\colbreak@box=\box103 +\mc@col@check@num=\count187 ) \@indexfile=\write4 \openout4 = `master_paper.idx'. Writing index file master_paper.idx -(/usr/local/texlive/2020/texmf-dist/tex/latex/l3backend/l3backend-dvips.def -File: l3backend-dvips.def 2020-03-12 L3 backend support: dvips -\l__pdf_internal_box=\box120 -\g__pdf_backend_object_int=\count268 -\l__pdf_backend_content_box=\box121 -\l__pdf_backend_model_box=\box122 -\g__pdf_backend_annotation_int=\count269 -\g__pdf_backend_link_int=\count270 -\g__pdf_backend_link_sf_int=\count271 -) -(./master_paper.aux) +(/usr/local/texlive/2020/texmf-dist/tex/latex/l3backend/l3backend-pdfmode.def +File: l3backend-pdfmode.def 2020-03-12 L3 backend support: PDF mode +\l__kernel_color_stack_int=\count188 +\l__pdf_internal_box=\box104 +) (/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.aux) \openout1 = `master_paper.aux'. LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 65. @@ -268,759 +586,5103 @@ LaTeX Font Info: ... okay on input line 65. LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 65. LaTeX Font Info: ... okay on input line 65. -LaTeX Font Info: Checking defaults for JY2/mc/m/n on input line 65. -LaTeX Font Info: ... okay on input line 65. -LaTeX Font Info: Checking defaults for JT2/mc/m/n on input line 65. -LaTeX Font Info: ... okay on input line 65. -LaTeX Font Info: Font shape `JT2/hmc/m/n' will be -(Font) scaled to size 11.54663pt on input line 65. -LaTeX Font Info: Font shape `JY2/hmc/m/n' will be -(Font) scaled to size 11.54663pt on input line 65. -\c@lstlisting=\count272 -LaTeX Font Info: Font shape `JT2/hmc/m/n' will be -(Font) scaled to size 15.39551pt on input line 67. -LaTeX Font Info: Font shape `JY2/hmc/m/n' will be -(Font) scaled to size 15.39551pt on input line 67. - - -LaTeX Font Warning: Font shape `OT1/cmr/m/n' in size <16> not available -(Font) size <17.28> substituted on input line 67. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 67. - -LaTeX Font Info: Font shape `JT2/hmc/bx/n' will be -(Font) scaled to size 15.39551pt on input line 67. -LaTeX Font Info: Font shape `JY2/hmc/bx/n' will be -(Font) scaled to size 15.39551pt on input line 67. - -LaTeX Font Warning: Font shape `OT1/cmr/bx/n' in size <16> not available -(Font) size <17.28> substituted on input line 67. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 67. - -LaTeX Font Info: Font shape `JT2/hmc/m/n' will be -(Font) scaled to size 17.31995pt on input line 67. -LaTeX Font Info: Font shape `JY2/hmc/m/n' will be -(Font) scaled to size 17.31995pt on input line 67. - -LaTeX Font Warning: Font shape `OT1/cmr/m/n' in size <18> not available -(Font) size <17.28> substituted on input line 67. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 67. - -LaTeX Font Info: Font shape `JT2/hmc/bx/n' will be -(Font) scaled to size 17.31995pt on input line 67. -LaTeX Font Info: Font shape `JY2/hmc/bx/n' will be -(Font) scaled to size 17.31995pt on input line 67. - -LaTeX Font Warning: Font shape `OT1/cmr/bx/n' in size <18> not available -(Font) size <17.28> substituted on input line 67. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 67. - -LaTeX Font Info: Font shape `JT2/hmc/m/n' will be -(Font) scaled to size 13.47107pt on input line 67. -LaTeX Font Info: Font shape `JY2/hmc/m/n' will be -(Font) scaled to size 13.47107pt on input line 67. - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 67. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 67. + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:65: LaTeX Error: The font size command \normalsize is not defined: + there is probably something wrong with the class file. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.65 \begin{document} + +Your command was ignored. +Type I <command> <return> to replace it with another command, +or <return> to continue without it. + +\c@lstlisting=\count189 + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: LaTeX Error: The font size command \normalsize is not defined: + there is probably something wrong with the class file. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +Your command was ignored. +Type I <command> <return> to replace it with another command, +or <return> to continue without it. + +[1] +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Undefined control sequence. +\maketitle ...e \thanks {\fontsize {16pt}{0pt}\bf + \thesis \\} \vskip 0.5em {... +l.67 \maketitle + +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character 修 (U+4FEE) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character 士 (U+58EB) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character 工 (U+5DE5) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character 学 (U+5B66) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character 学 (U+5B66) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character 位 (U+4F4D) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character 論 (U+8AD6) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character 文 (U+6587) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Undefined control sequence. +\maketitle ...kip 0.5em {\fontsize {16pt}{0pt}\bf + \ethesis } \vskip 1.5em {\... +l.67 \maketitle + +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Undefined control sequence. +\maketitle ...kip 1.5em {\fontsize {18pt}{0pt}\bf + \mc \@title \\} \vskip 0.5... +l.67 \maketitle + +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Undefined control sequence. +\maketitle ...1.5em {\fontsize {18pt}{0pt}\bf \mc + \@title \\} \vskip 0.5em {... +l.67 \maketitle + +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character シ (U+30B7) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character ス (U+30B9) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character テ (U+30C6) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character ム (U+30E0) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character 管 (U+7BA1) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character 理 (U+7406) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character を (U+3092) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character 体 (U+4F53) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character 験 (U+9A13) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character さ (U+3055) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character せ (U+305B) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character る (U+308B) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character 学 (U+5B66) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character 生 (U+751F) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character 実 (U+5B9F) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character 験 (U+9A13) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character に (U+306B) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character 関 (U+95A2) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character す (U+3059) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character る (U+308B) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character 考 (U+8003) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character 察 (U+5BDF) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: LaTeX Error: There's no line here to end. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +Your command was ignored. +Type I <command> <return> to replace it with another command, +or <return> to continue without it. + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Undefined control sequence. +\maketitle ...kip 0.5em {\fontsize {18pt}{0pt}\bf + {\@etitle }} \vskip 0.8em ... +l.67 \maketitle + +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Undefined control sequence. +\maketitle ....8em \par {\fontsize {14pt}{0pt}\mc + \@year \\} {\fontsize {14p... +l.67 \maketitle + +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Undefined control sequence. +\maketitle ....8em \par {\fontsize {16pt}{0pt}\bf + \mc \@author \par } \vskip... +l.67 \maketitle + +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Undefined control sequence. +\maketitle ... \par {\fontsize {16pt}{0pt}\bf \mc + \@author \par } \vskip 0.5... +l.67 \maketitle + +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character 木 (U+6728) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character 山 (U+5C71) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character 瑞 (U+745E) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character 基 (U+57FA) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Undefined control sequence. +\maketitle ...kip 0.5em {\fontsize {16pt}{0pt}\bf + \@eauthor \par } \par \vsk... +l.67 \maketitle + +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. File: fig/u-ryukyu-Mark.pdf Graphic file (type pdf) <fig/u-ryukyu-Mark.pdf> - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 67. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 67. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 67. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 67. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 67. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 67. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 67. - -LaTeX Font Info: Font shape `JT2/hmc/bx/n' will be -(Font) scaled to size 13.47107pt on input line 67. -LaTeX Font Info: Font shape `JY2/hmc/bx/n' will be -(Font) scaled to size 13.47107pt on input line 67. - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 67. - -[1 - -] +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Undefined control sequence. +\maketitle ....5em \par {\fontsize {16pt}{0pt}\bf + \mc \university \\} \vskip... +l.67 \maketitle + +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Undefined control sequence. +\maketitle ... \par {\fontsize {16pt}{0pt}\bf \mc + \university \\} \vskip 0.5... +l.67 \maketitle + +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character 琉 (U+7409) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character 球 (U+7403) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character 大 (U+5927) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character 学 (U+5B66) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: LaTeX Error: There's no line here to end. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +Your command was ignored. +Type I <command> <return> to replace it with another command, +or <return> to continue without it. + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Undefined control sequence. +\maketitle ...kip 0.5em {\fontsize {16pt}{0pt}\bf + \mc \department \\} \vskip... +l.67 \maketitle + +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Undefined control sequence. +\maketitle ...0.5em {\fontsize {16pt}{0pt}\bf \mc + \department \\} \vskip 0.5... +l.67 \maketitle + +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character 大 (U+5927) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character 学 (U+5B66) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character 院 (U+9662) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character 理 (U+7406) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character 工 (U+5DE5) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character 学 (U+5B66) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character 研 (U+7814) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character 究 (U+7A76) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character 科 (U+79D1) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: LaTeX Error: There's no line here to end. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +Your command was ignored. +Type I <command> <return> to replace it with another command, +or <return> to continue without it. + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Undefined control sequence. +\maketitle ...kip 0.5em {\fontsize {16pt}{0pt}\bf + \mc \course } \vskip 0.8em... +l.67 \maketitle + +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Undefined control sequence. +\maketitle ...0.5em {\fontsize {16pt}{0pt}\bf \mc + \course } \vskip 0.8em \pa... +l.67 \maketitle + +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character 情 (U+60C5) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character 報 (U+5831) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character 工 (U+5DE5) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character 学 (U+5B66) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character 専 (U+5C02) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character 攻 (U+653B) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +LaTeX Font Warning: Font shape `OT1/cmr/bx/n' in size <16> not available +(Font) size <17.28> substituted on input line 67. + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Undefined control sequence. +\maketitle ....8em \par {\fontsize {14pt}{0pt}\bf + \mc \@chife \\} \vskip 0.5... +l.67 \maketitle + +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Undefined control sequence. +\maketitle ... \par {\fontsize {14pt}{0pt}\bf \mc + \@chife \\} \vskip 0.5em {... +l.67 \maketitle + +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character 指 (U+6307) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character 導 (U+5C0E) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character 教 (U+6559) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character 員 (U+54E1) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character : (U+FF1A) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character 教 (U+6559) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character 授 (U+6388) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character 和 (U+548C) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character 田 (U+7530) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character 知 (U+77E5) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Package inputenc Error: Unicode character 久 (U+4E45) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: LaTeX Error: There's no line here to end. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.67 \maketitle + +Your command was ignored. +Type I <command> <return> to replace it with another command, +or <return> to continue without it. + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:67: Undefined control sequence. +\maketitle ...kip 0.5em {\fontsize {14pt}{0pt}\bf + \@echife \\} \end {center} +l.67 \maketitle + +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:70: LaTeX Error: The font size command \normalsize is not defined: + there is probably something wrong with the class file. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.70 \newpage + +Your command was ignored. +Type I <command> <return> to replace it with another command, +or <return> to continue without it. + +[1{/usr/local/texlive/2020/texmf-var/fonts/map/pdftex/updmap/pdftex.map}] + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 論 (U+8AD6) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 文 (U+6587) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 題 (U+984C) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 目 (U+76EE) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character シ (U+30B7) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character ス (U+30B9) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character テ (U+30C6) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character ム (U+30E0) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 管 (U+7BA1) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 理 (U+7406) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character を (U+3092) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 体 (U+4F53) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 験 (U+9A13) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character さ (U+3055) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character せ (U+305B) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character る (U+308B) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 学 (U+5B66) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 生 (U+751F) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 実 (U+5B9F) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 験 (U+9A13) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character に (U+306B) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 関 (U+95A2) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character す (U+3059) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character る (U+308B) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 考 (U+8003) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 察 (U+5BDF) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 氏 (U+6C0F) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 名 (U+540D) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 木 (U+6728) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 山 (U+5C71) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 瑞 (U+745E) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 基 (U+57FA) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 本 (U+672C) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 論 (U+8AD6) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 文 (U+6587) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character は (U+306F) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 、 (U+3001) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 修 (U+4FEE) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 士 (U+58EB) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 工 (U+5DE5) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 学 (U+5B66) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character の (U+306E) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 学 (U+5B66) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 位 (U+4F4D) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 論 (U+8AD6) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 文 (U+6587) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character と (U+3068) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character し (U+3057) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character て (U+3066) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 適 (U+9069) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 切 (U+5207) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character で (U+3067) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character あ (U+3042) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character る (U+308B) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character と (U+3068) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 認 (U+8A8D) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character め (U+3081) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character る (U+308B) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 。 (U+3002) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + LaTeX Font Info: External font `cmex10' loaded for size -(Font) <12> on input line 72. -LaTeX Font Info: External font `cmex10' loaded for size -(Font) <8> on input line 72. +(Font) <7> on input line 72. LaTeX Font Info: External font `cmex10' loaded for size -(Font) <6> on input line 72. -LaTeX Font Info: Font shape `JY2/hmc/m/n' will be -(Font) scaled to size 7.69775pt on input line 72. -LaTeX Font Info: Font shape `JY2/hmc/m/n' will be -(Font) scaled to size 5.77332pt on input line 72. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 72. - -LaTeX Font Info: Font shape `JT2/hmc/bx/n' will be -(Font) scaled to size 11.54663pt on input line 72. -LaTeX Font Info: Font shape `JY2/hmc/bx/n' will be -(Font) scaled to size 11.54663pt on input line 72. - -Overfull \hbox (2.61108pt too wide) in paragraph at lines 72--73 -[]$[]$[] []$[]$[] - [] - -[0] (./chapter/abstract.tex -LaTeX Font Info: Font shape `JT2/hmc/m/n' will be -(Font) scaled to size 23.94002pt on input line 1. -LaTeX Font Info: Font shape `JY2/hmc/m/n' will be -(Font) scaled to size 23.94002pt on input line 1. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 1. - -LaTeX Font Info: Font shape `JT2/hmc/bx/n' will be -(Font) scaled to size 23.94002pt on input line 1. -LaTeX Font Info: Font shape `JY2/hmc/bx/n' will be -(Font) scaled to size 23.94002pt on input line 1. - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 4. - -[1 - -] - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 4. - -) (./chapter/history.tex - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 1. - -[2 - -] - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 1. - -) - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 84. - -[3 - -] - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 86. - -(./master_paper.toc - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 1. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 2. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 7. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 27. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 29. - -[1 - - -] - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 34. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 39. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 42. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 46. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 47. - -) -\tf@toc=\write5 -\openout5 = `master_paper.toc'. - -LaTeX Font Info: Font shape `JT2/hmc/m/n' will be -(Font) scaled to size 10.53629pt on input line 89. -LaTeX Font Info: Font shape `JY2/hmc/m/n' will be -(Font) scaled to size 10.53629pt on input line 89. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 89. - -LaTeX Font Info: Font shape `JT2/hmc/bx/n' will be -(Font) scaled to size 10.53629pt on input line 89. -LaTeX Font Info: Font shape `JY2/hmc/bx/n' will be -(Font) scaled to size 10.53629pt on input line 89. - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 89. - -[2] - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 89. - -(./master_paper.lof) -\tf@lof=\write6 -\openout6 = `master_paper.lof'. - - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 92. - -[3 - -] - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 92. - -(./master_paper.lot) -\tf@lot=\write7 -\openout7 = `master_paper.lot'. - - (./chapter/introduction.tex - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 1. - -[4 - -] -第 1 章(5ページ) - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 1. - -LaTeX Font Info: Font shape `JT2/hmc/m/n' will be -(Font) scaled to size 16.62714pt on input line 9. -LaTeX Font Info: Font shape `JY2/hmc/m/n' will be -(Font) scaled to size 16.62714pt on input line 9. - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 9. - -LaTeX Font Info: Font shape `JT2/hmc/bx/n' will be -(Font) scaled to size 16.62714pt on input line 9. -LaTeX Font Info: Font shape `JY2/hmc/bx/n' will be -(Font) scaled to size 16.62714pt on input line 9. - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 23. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 27. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 31. - -[5 - -] - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 32. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 37. - -File: fig/install.jpg Graphic file (type bmp) -<fig/install.jpg> - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 50. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 50. - -[6] - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 52. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 53. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 58. - -File: fig/scrapbox.png Graphic file (type bmp) -<fig/scrapbox.png> - -Overfull \hbox (19.63487pt too wide) in paragraph at lines 65--66 - [] +(Font) <5> on input line 72. +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Undefined control sequence. +\makecommission ....5\hsize } \begin {center} \bf + \commission \vskip 3 em \u... +l.72 \makecommission + +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 論 (U+8AD6) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 文 (U+6587) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 審 (U+5BE9) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 査 (U+67FB) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 会 (U+4F1A) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 印 (U+5370) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 主 (U+4E3B) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 査 (U+67FB) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 和 (U+548C) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 田 (U+7530) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 知 (U+77E5) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 久 (U+4E45) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 印 (U+5370) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 副 (U+526F) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 査 (U+67FB) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 岡 (U+5CA1) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 崎 (U+5D0E) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 威 (U+5A01) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 生 (U+751F) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 印 (U+5370) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 副 (U+526F) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 査 (U+67FB) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 遠 (U+9060) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 藤 (U+85E4) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 聡 (U+8061) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 志 (U+5FD7) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 印 (U+5370) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 副 (U+526F) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 査 (U+67FB) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 河 (U+6CB3) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 野 (U+91CE) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 真 (U+771F) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character 治 (U+6CBB) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: Package inputenc Error: Unicode character (U+3000) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.72 \makecommission + +You may provide a definition with +\DeclareUnicodeCharacter + + +Overfull \hbox (2.22221pt too wide) in paragraph at lines 72--73 +$[]$ $[]$ [] -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 72. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 74. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 74. - -[7] -File: fig/mattermost.png Graphic file (type bmp) -<fig/mattermost.png> - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 83. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 87. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 91. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 92. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 93. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 94. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 95. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 95. - -[8] - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 95. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 96. - -) (./chapter/technology_overview.tex - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 1. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 1. - -[9] -第 2 章(10ページ) - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 1. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 4. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 8. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 11. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 15. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 17. - -[10 - -] - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 18. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 20. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 22. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 24. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 26. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 30. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 32. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 34. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 36. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 38. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 40. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 42. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 44. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 46. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 48. - -) (./chapter/ie-system.tex - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 1. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 1. - -[11] - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 1. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 1. - -[12] -第 3 章(13ページ) - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 1. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 3. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 5. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 7. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 11. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 13. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 15. - -) (./chapter/syskan-class.tex - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 1. - -[13 - -] -第 4 章(14ページ) - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 1. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 12. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 14. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 24. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 28. - -[14 - -] - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 31. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 35. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 37. - -) (./chapter/chatsystem.tex - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 1. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 1. - -[15] -第 5 章(16ページ) - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 1. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 3. - -File: fig/chatsystem4.png Graphic file (type bmp) -<fig/chatsystem4.png> - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 17. - -[16 - -] - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 19. - -) (./chapter/conclusion.tex - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 1. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 1. - -[17] -第 6 章(18ページ) - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 1. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 2. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 4. - -LaTeX Font Info: Font shape `JT2/hmc/m/n' will be -(Font) scaled to size 13.85594pt on input line 7. -LaTeX Font Info: Font shape `JY2/hmc/m/n' will be -(Font) scaled to size 13.85594pt on input line 7. - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 7. - -LaTeX Font Info: Font shape `JT2/hmc/bx/n' will be -(Font) scaled to size 13.85594pt on input line 7. -LaTeX Font Info: Font shape `JY2/hmc/bx/n' will be -(Font) scaled to size 13.85594pt on input line 7. -) (./chapter/thanks.tex - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 1. - -[18 - -] - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 1. - -) (./master_paper.bbl - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 1. - -[19 - -] - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 1. - -LaTeX Font Info: Font shape `JT2/hgt/m/n' will be -(Font) scaled to size 11.54663pt on input line 36. -LaTeX Font Info: Font shape `JY2/hgt/m/n' will be -(Font) scaled to size 11.54663pt on input line 36. - -LaTeX Font Warning: Font shape `JT2/hgt/m/it' undefined -(Font) using `JT2/hgt/m/n' instead on input line 36. - - -LaTeX Font Warning: Font shape `JY2/hgt/m/it' undefined -(Font) using `JY2/hgt/m/n' instead on input line 36. - -LaTeX Font Info: Font shape `JT2/hgt/m/it' will be -(Font) scaled to size 11.54663pt on input line 40. -LaTeX Font Info: Font shape `JY2/hgt/m/it' will be -(Font) scaled to size 11.54663pt on input line 40. - -Underfull \hbox (badness 2165) in paragraph at lines 59--62 -[]\OT1/cmr/m/n/12 redhat. \OT1/cmr/m/it/12 https://developers.redhat.com/blog/ -2019/02/21/podman-and-buildah-for- - [] - - -Underfull \hbox (badness 10000) in paragraph at lines 64--67 -[]\OT1/cmr/m/n/12 cisco. \OT1/cmr/m/it/12 https://www.cisco.com/c/ja[]jp/solut -ions/collateral/enterprise- - [] - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 67. - -[20 - -]) - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 125. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 125. - -[21] (./master_paper.aux) - -LaTeX Font Warning: Size substitutions with differences -(Font) up to 1.28pt have occurred. - - -LaTeX Font Warning: Some font shapes were not available, defaults substituted. - - -LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right. - - ) +/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: LaTeX Error: The font size command \normalsize is not defined: + there is probably something wrong with the class file. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.74 \newpage + +Your command was ignored. +Type I <command> <return> to replace it with another command, +or <return> to continue without it. + +[0] (/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:1: Undefined control sequence. +\chapter ...style {anotherheadings} \if@openright + \cleardoublepage \else \cl... +l.1 \chapter + *{要旨} +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:1: Extra \else. +\chapter ... \if@openright \cleardoublepage \else + \clearpage \fi \thispagest... +l.1 \chapter + *{要旨} +I'm ignoring this; it doesn't match any \if. + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:1: Extra \fi. +\chapter ...\cleardoublepage \else \clearpage \fi + \thispagestyle {anotherpla... +l.1 \chapter + *{要旨} +I'm ignoring this; it doesn't match any \if. + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:1: Undefined control sequence. +<argument> \@schapter + +l.1 \chapter* + {要旨} +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:1: Package inputenc Error: Unicode character 要 (U+8981) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.1 \chapter*{要 + 旨} +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:1: Package inputenc Error: Unicode character 旨 (U+65E8) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.1 \chapter*{要旨 + } +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character 近 (U+8FD1) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 近 + 年の企業や大学では事業や授業、研究などでコンピ... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character 年 (U+5E74) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 近年 + の企業や大学では事業や授業、研究などでコンピ... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character の (U+306E) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 近年の + 企業や大学では事業や授業、研究などでコンピ... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character 企 (U+4F01) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 近年の企 + 業や大学では事業や授業、研究などでコンピ... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character 業 (U+696D) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 近年の企業 + や大学では事業や授業、研究などでコンピ... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character や (U+3084) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 近年の企業や + 大学では事業や授業、研究などでコンピ... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character 大 (U+5927) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 近年の企業や大 + 学では事業や授業、研究などでコンピ... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character 学 (U+5B66) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 近年の企業や大学 + では事業や授業、研究などでコンピ... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character で (U+3067) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 近年の企業や大学で + は事業や授業、研究などでコンピ... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character は (U+306F) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 近年の企業や大学では + 事業や授業、研究などでコンピ... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character 事 (U+4E8B) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 近年の企業や大学では事 + 業や授業、研究などでコンピ... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character 業 (U+696D) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 近年の企業や大学では事業 + や授業、研究などでコンピ... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character や (U+3084) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 近年の企業や大学では事業や + 授業、研究などでコンピ... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character 授 (U+6388) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 近年の企業や大学では事業や授 + 業、研究などでコンピ... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character 業 (U+696D) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 近年の企業や大学では事業や授業 + 、研究などでコンピ... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character 、 (U+3001) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...の企業や大学では事業や授業、 + 研究などでコンピ... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character 研 (U+7814) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...企業や大学では事業や授業、研 + 究などでコンピュ... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character 究 (U+7A76) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...業や大学では事業や授業、研究 + などでコンピュー... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character な (U+306A) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...や大学では事業や授業、研究な + どでコンピュータ... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character ど (U+3069) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...大学では事業や授業、研究など + でコンピュータ上... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character で (U+3067) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...学では事業や授業、研究などで + コンピュータ上の... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character コ (U+30B3) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...では事業や授業、研究などでコ + ンピュータ上のサ... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character ン (U+30F3) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...は事業や授業、研究などでコン + ピュータ上のサー... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character ピ (U+30D4) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...事業や授業、研究などでコンピ + ュータ上のサービ... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character ュ (U+30E5) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...業や授業、研究などでコンピュ + ータ上のサービス... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character ー (U+30FC) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...や授業、研究などでコンピュー + タ上のサービスを... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character タ (U+30BF) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...授業、研究などでコンピュータ + 上のサービスを活... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character 上 (U+4E0A) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...業、研究などでコンピュータ上 + のサービスを活用... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character の (U+306E) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...、研究などでコンピュータ上の + サービスを活用し... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character サ (U+30B5) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...研究などでコンピュータ上のサ + ービスを活用して ... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character ー (U+30FC) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...究などでコンピュータ上のサー + ビスを活用して い... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character ビ (U+30D3) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...などでコンピュータ上のサービ + スを活用して いる.... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character ス (U+30B9) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...どでコンピュータ上のサービス + を活用して いる. ... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character を (U+3092) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...でコンピュータ上のサービスを + 活用して いる. こ... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character 活 (U+6D3B) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...コンピュータ上のサービスを活 + 用して いる. これ... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character 用 (U+7528) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...ンピュータ上のサービスを活用 + して いる. これら... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character し (U+3057) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...ピュータ上のサービスを活用し + て いる. これらサ... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character て (U+3066) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...ュータ上のサービスを活用して + いる. これらサー... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character い (U+3044) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...ータ上のサービスを活用して い + る. これらサービス... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character る (U+308B) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...タ上のサービスを活用して いる + . これらサービスと... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character こ (U+3053) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...のサービスを活用して いる. こ + れらサービスとは... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character れ (U+308C) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...サービスを活用して いる. これ + らサービスとはク... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character ら (U+3089) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...ービスを活用して いる. これら + サービスとはクラ... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character サ (U+30B5) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...ビスを活用して いる. これらサ + ービスとはクラウ... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character ー (U+30FC) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...スを活用して いる. これらサー + ビスとはクラウド... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character ビ (U+30D3) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...を活用して いる. これらサービ + スとはクラウドと... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character ス (U+30B9) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...活用して いる. これらサービス + とはクラウドとオ... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character と (U+3068) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...用して いる. これらサービスと + はクラウドとオン... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character は (U+306F) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...して いる. これらサービスとは + クラウドとオンプ... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character ク (U+30AF) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...て いる. これらサービスとはク + ラウドとオンプレ... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character ラ (U+30E9) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ... いる. これらサービスとはクラ + ウドとオンプレサ... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character ウ (U+30A6) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...る. これらサービスとはクラウ + ドとオンプレサー... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character ド (U+30C9) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 .... これらサービスとはクラウド + とオンプレサーバ... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character と (U+3068) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ... これらサービスとはクラウドと + オンプレサーバー... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character オ (U+30AA) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...れらサービスとはクラウドとオ + ンプレサーバーや... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character ン (U+30F3) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...らサービスとはクラウドとオン + プレサーバーやそ... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character プ (U+30D7) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...サービスとはクラウドとオンプ + レサーバーやその... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character レ (U+30EC) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...ービスとはクラウドとオンプレ + サーバーやその上... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character サ (U+30B5) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...ビスとはクラウドとオンプレサ + ーバーやその上で... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character ー (U+30FC) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...スとはクラウドとオンプレサー + バーやその上で稼... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character バ (U+30D0) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...とはクラウドとオンプレサーバ + ーやその上で稼働... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character ー (U+30FC) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...はクラウドとオンプレサーバー + やその上で稼働す... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character や (U+3084) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...クラウドとオンプレサーバーや + その上で稼働する... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character そ (U+305D) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...ラウドとオンプレサーバーやそ + の上で稼働するシ... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character の (U+306E) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...ウドとオンプレサーバーやその + 上で稼働するシス... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character 上 (U+4E0A) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...ドとオンプレサーバーやその上 + で稼働するシステ... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character で (U+3067) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...とオンプレサーバーやその上で + 稼働するシステム, ... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character 稼 (U+7A3C) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...オンプレサーバーやその上で稼 + 働するシステム, 利... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character 働 (U+50CD) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...ンプレサーバーやその上で稼働 + するシステム, 利用... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character す (U+3059) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...プレサーバーやその上で稼働す + るシステム, 利用 ... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character る (U+308B) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...レサーバーやその上で稼働する + システム, 利用 者... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character シ (U+30B7) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...サーバーやその上で稼働するシ + ステム, 利用 者が... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character ス (U+30B9) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...ーバーやその上で稼働するシス + テム, 利用 者が持... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character テ (U+30C6) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...バーやその上で稼働するシステ + ム, 利用 者が持ち... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character ム (U+30E0) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...ーやその上で稼働するシステム + , 利用 者が持ち込... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character 利 (U+5229) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...その上で稼働するシステム, 利 + 用 者が持ち込む PC ... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character 用 (U+7528) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...の上で稼働するシステム, 利用 + 者が持ち込む PC や... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character 者 (U+8005) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...上で稼働するシステム, 利用 者 + が持ち込む PC やモ... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character が (U+304C) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...で稼働するシステム, 利用 者が + 持ち込む PC やモバ... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character 持 (U+6301) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...稼働するシステム, 利用 者が持 + ち込む PC やモバイ... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character ち (U+3061) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...働するシステム, 利用 者が持ち + 込む PC やモバイル... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character 込 (U+8FBC) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...するシステム, 利用 者が持ち込 + む PC やモバイル端... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character む (U+3080) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...るシステム, 利用 者が持ち込む + PC やモバイル端末,... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character や (U+3084) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...ステム, 利用 者が持ち込む PC や + モバイル端末, それ... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character モ (U+30E2) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...テム, 利用 者が持ち込む PC やモ + バイル端末, それら... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character バ (U+30D0) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...ム, 利用 者が持ち込む PC やモバ + イル端末, それらを... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character イ (U+30A4) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ..., 利用 者が持ち込む PC やモバイ + ル端末, それらを繋... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character ル (U+30EB) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...用 者が持ち込む PC やモバイル + 端末, それらを繋ぐ... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character 端 (U+7AEF) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ... 者が持ち込む PC やモバイル端 + 末, それらを繋ぐ回... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character 末 (U+672B) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...者が持ち込む PC やモバイル端末 + , それらを繋ぐ回線... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character そ (U+305D) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...持ち込む PC やモバイル端末, そ + れらを繋ぐ回線を... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character れ (U+308C) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...ち込む PC やモバイル端末, それ + らを繋ぐ回線を含... +You may provide a definition with +\DeclareUnicodeCharacter + + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character ら (U+3089) +(inputenc) not set up for use with LaTeX. + +See the inputenc package documentation for explanation. +Type H <return> for immediate help. + ... + +l.2 ...込む PC やモバイル端末, それら + を繋ぐ回線を含む. ... +(That makes 100 errors; please try again.) Here is how much of TeX's memory you used: - 6334 strings out of 481134 - 95465 string characters out of 5917333 - 318754 words of memory out of 5000000 - 22310 multiletter control sequences out of 15000+600000 - 546949 words of font info for 99 fonts, out of 8000000 for 9000 - 929 hyphenation exceptions out of 8191 - 30i,10n,36p,1467b,992s stack positions out of 5000i,500n,10000p,200000b,80000s - -Output written on master_paper.dvi (26 pages, 55192 bytes). + 2561 strings out of 480608 + 37415 string characters out of 5903630 + 278427 words of memory out of 5000000 + 18459 multiletter control sequences out of 15000+600000 + 532741 words of font info for 26 fonts, out of 8000000 for 9000 + 1141 hyphenation exceptions out of 8191 + 30i,5n,36p,1517b,225s stack positions out of 5000i,500n,10000p,200000b,80000s + +/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: ==> Fatal error occurred, no output PDF file produced!
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mm/master.mm Sun Jan 21 16:34:31 2024 +0900 @@ -0,0 +1,525 @@ +<map version="freeplane 1.11.1"> +<!--To view this file, download free mind mapping software Freeplane from https://www.freeplane.org --> +<node TEXT="システム管理を体験させる学生実験に関する考察" FOLDED="false" ID="ID_452131666" CREATED="1610381621610" MODIFIED="1699006002847" STYLE="oval"> +<font SIZE="18"/> +<hook NAME="MapStyle" zoom="0.75"> + <properties edgeColorConfiguration="#808080ff,#ff0000ff,#0000ffff,#00ff00ff,#ff00ffff,#00ffffff,#7c0000ff,#00007cff,#007c00ff,#7c007cff,#007c7cff,#7c7c00ff" associatedTemplateLocation="template:/standard-1.6-noEdgeColor.mm" fit_to_viewport="false"/> + +<map_styles> +<stylenode LOCALIZED_TEXT="styles.root_node" STYLE="oval" UNIFORM_SHAPE="true" VGAP_QUANTITY="24 pt"> +<font SIZE="24"/> +<stylenode LOCALIZED_TEXT="styles.predefined" POSITION="bottom_or_right" STYLE="bubble"> +<stylenode LOCALIZED_TEXT="default" ID="ID_207122690" COLOR="#000000" STYLE="fork"> +<arrowlink SHAPE="CUBIC_CURVE" COLOR="#000000" WIDTH="2" TRANSPARENCY="200" DASH="" FONT_SIZE="9" FONT_FAMILY="SansSerif" DESTINATION="ID_207122690" STARTARROW="NONE" ENDARROW="DEFAULT"/> +<font NAME="SansSerif" SIZE="10" BOLD="false" ITALIC="false"/> +<richcontent CONTENT-TYPE="plain/auto" TYPE="DETAILS"/> +<richcontent TYPE="NOTE" CONTENT-TYPE="plain/auto"/> +</stylenode> +<stylenode LOCALIZED_TEXT="defaultstyle.details"/> +<stylenode LOCALIZED_TEXT="defaultstyle.attributes"> +<font SIZE="9"/> +</stylenode> +<stylenode LOCALIZED_TEXT="defaultstyle.note" COLOR="#000000" BACKGROUND_COLOR="#ffffff" TEXT_ALIGN="LEFT"/> +<stylenode LOCALIZED_TEXT="defaultstyle.floating"> +<edge STYLE="hide_edge"/> +<cloud COLOR="#f0f0f0" SHAPE="ROUND_RECT"/> +</stylenode> +<stylenode LOCALIZED_TEXT="defaultstyle.selection" BACKGROUND_COLOR="#afd3f7" BORDER_COLOR_LIKE_EDGE="false" BORDER_COLOR="#afd3f7"/> +</stylenode> +<stylenode LOCALIZED_TEXT="styles.user-defined" POSITION="bottom_or_right" STYLE="bubble"> +<stylenode LOCALIZED_TEXT="styles.topic" COLOR="#18898b" STYLE="fork"> +<font NAME="Liberation Sans" SIZE="10" BOLD="true"/> +</stylenode> +<stylenode LOCALIZED_TEXT="styles.subtopic" COLOR="#cc3300" STYLE="fork"> +<font NAME="Liberation Sans" SIZE="10" BOLD="true"/> +</stylenode> +<stylenode LOCALIZED_TEXT="styles.subsubtopic" COLOR="#669900"> +<font NAME="Liberation Sans" SIZE="10" BOLD="true"/> +</stylenode> +<stylenode LOCALIZED_TEXT="styles.important" ID="ID_3752836"> +<icon BUILTIN="yes"/> +<arrowlink COLOR="#003399" TRANSPARENCY="255" DESTINATION="ID_3752836"/> +</stylenode> +</stylenode> +<stylenode LOCALIZED_TEXT="styles.AutomaticLayout" POSITION="bottom_or_right" STYLE="bubble"> +<stylenode LOCALIZED_TEXT="AutomaticLayout.level.root" COLOR="#000000" STYLE="oval" SHAPE_HORIZONTAL_MARGIN="10 pt" SHAPE_VERTICAL_MARGIN="10 pt"> +<font SIZE="18"/> +</stylenode> +<stylenode LOCALIZED_TEXT="AutomaticLayout.level,1" COLOR="#0033ff"> +<font SIZE="16"/> +</stylenode> +<stylenode LOCALIZED_TEXT="AutomaticLayout.level,2" COLOR="#00b439"> +<font SIZE="14"/> +</stylenode> +<stylenode LOCALIZED_TEXT="AutomaticLayout.level,3" COLOR="#990000"> +<font SIZE="12"/> +</stylenode> +<stylenode LOCALIZED_TEXT="AutomaticLayout.level,4" COLOR="#111111"> +<font SIZE="10"/> +</stylenode> +<stylenode LOCALIZED_TEXT="AutomaticLayout.level,5"/> +<stylenode LOCALIZED_TEXT="AutomaticLayout.level,6"/> +<stylenode LOCALIZED_TEXT="AutomaticLayout.level,7"/> +<stylenode LOCALIZED_TEXT="AutomaticLayout.level,8"/> +<stylenode LOCALIZED_TEXT="AutomaticLayout.level,9"/> +<stylenode LOCALIZED_TEXT="AutomaticLayout.level,10"/> +<stylenode LOCALIZED_TEXT="AutomaticLayout.level,11"/> +</stylenode> +</stylenode> +</map_styles> +</hook> +<node TEXT="目次" POSITION="top_or_left" ID="ID_1456585329" CREATED="1699077462735" MODIFIED="1699077467304"> +<node TEXT="学生が管理する教育研究用システム" ID="ID_1304660188" CREATED="1699077476869" MODIFIED="1703577055187"> +<node TEXT="構成" ID="ID_1011518484" CREATED="1699169000754" MODIFIED="1699169003398"/> +<node TEXT="役割" ID="ID_1371659411" CREATED="1699169004266" MODIFIED="1699169006881"/> +</node> +<node TEXT="基礎概念" ID="ID_1760872435" CREATED="1699089402267" MODIFIED="1699089406511"/> +<node TEXT="現行のシステム" ID="ID_569320862" CREATED="1699092529442" MODIFIED="1703577115243"> +<node TEXT="背景" ID="ID_554325999" CREATED="1699169205513" MODIFIED="1699169208656"> +<node TEXT="学生のやる気" ID="ID_1070298522" CREATED="1699169208933" MODIFIED="1699169223047"/> +<node TEXT="システム管理の教育的な観点" ID="ID_1295598587" CREATED="1699169223604" MODIFIED="1699169231970"/> +</node> +</node> +<node TEXT="問題点" ID="ID_974202982" CREATED="1699092567371" MODIFIED="1699092571868"/> +<node TEXT="チャットツールを用いた改善案" ID="ID_568470806" CREATED="1699162718690" MODIFIED="1699162736388"/> +<node TEXT="今後の課題" ID="ID_205037702" CREATED="1699162917638" MODIFIED="1699162920922"/> +<node TEXT="学生の利点" ID="ID_1257276107" CREATED="1699168987889" MODIFIED="1699168991182"/> +<node TEXT="教員の利点" ID="ID_754519361" CREATED="1699168993266" MODIFIED="1699168997432"/> +</node> +<node TEXT="シス管が提供するサービス" POSITION="bottom_or_right" ID="ID_321456817" CREATED="1699077480923" MODIFIED="1699077493418"> +<node TEXT="サーバー" ID="ID_395668576" CREATED="1699077608438" MODIFIED="1699078179803"> +<node TEXT="オンプレサーバー" ID="ID_872524077" CREATED="1699077952343" MODIFIED="1699078193616"> +<node TEXT="基幹サーバー" ID="ID_1448061604" CREATED="1699078194620" MODIFIED="1699078212178"> +<node TEXT="ubutu" ID="ID_575762809" CREATED="1699165140870" MODIFIED="1699165143353"/> +</node> +<node TEXT="ディスクサーバー" ID="ID_1444103742" CREATED="1699078220825" MODIFIED="1699078226274"/> +</node> +<node TEXT="クラウドサーバー" ID="ID_224583027" CREATED="1699078169623" MODIFIED="1699078182413"> +<node TEXT="ume" ID="ID_771399410" CREATED="1699078226647" MODIFIED="1699078231827"/> +<node TEXT="raid disc(40TB)" ID="ID_1755602363" CREATED="1699165126285" MODIFIED="1699165138318"/> +</node> +</node> +<node TEXT="無線・有線LAN" ID="ID_1740704328" CREATED="1699077614058" MODIFIED="1699077749271"/> +<node TEXT="仮想環境" ID="ID_1437888904" CREATED="1699077778862" MODIFIED="1699077794442"> +<node TEXT="podman" ID="ID_952747783" CREATED="1699078236583" MODIFIED="1699078239901"/> +<node TEXT="vm" ID="ID_1280659027" CREATED="1699078240755" MODIFIED="1699078242003"/> +<node TEXT="sinugrality" ID="ID_9450102" CREATED="1699078242688" MODIFIED="1699078253117"/> +<node TEXT="slurm" ID="ID_1218500125" CREATED="1699165152111" MODIFIED="1699165163929"/> +</node> +<node TEXT="Akatsuki" ID="ID_1581851213" CREATED="1699077818582" MODIFIED="1699077829534"> +<node TEXT="ローカルIP管理" ID="ID_1271847911" CREATED="1699078636056" MODIFIED="1699078643882"/> +<node TEXT="ローカルドメイン管理" ID="ID_1186193284" CREATED="1699078644364" MODIFIED="1699078650113"/> +</node> +<node TEXT="gitlab" ID="ID_441831567" CREATED="1699077846438" MODIFIED="1699077849182"> +<node TEXT="CI/CD" ID="ID_931599477" CREATED="1699162135292" MODIFIED="1699162139796"/> +<node TEXT="バージョン管理" ID="ID_71842364" CREATED="1699162750266" MODIFIED="1699162754456"/> +</node> +<node TEXT="mattermost" ID="ID_1609600616" CREATED="1699077849534" MODIFIED="1699077852294"> +<node TEXT="授業連絡" ID="ID_640594037" CREATED="1699162144378" MODIFIED="1699162154087"/> +<node TEXT="連絡手段" ID="ID_629422298" CREATED="1699162154618" MODIFIED="1699162199538"/> +<node TEXT="就活案内" ID="ID_788824420" CREATED="1699162774612" MODIFIED="1699162780285"/> +<node TEXT="イベント案内" ID="ID_1745515424" CREATED="1699162780823" MODIFIED="1699162785515"/> +</node> +<node TEXT="学科web" ID="ID_1446782531" CREATED="1699077852657" MODIFIED="1699077862186"> +<node TEXT="ie-web" ID="ID_1073433127" CREATED="1699162790608" MODIFIED="1699162793560"/> +<node TEXT="受験生向け情報" ID="ID_1742809891" CREATED="1699162794023" MODIFIED="1699162830011"/> +<node TEXT="在学生向け情報" FOLDED="true" ID="ID_682845852" CREATED="1699162831304" MODIFIED="1699162836806"> +<node TEXT="時間割" POSITION="bottom_or_right" ID="ID_490888993" CREATED="1699162406046" MODIFIED="1699162409111"/> +</node> +</node> +<node TEXT="UTM" ID="ID_799069241" CREATED="1699078368593" MODIFIED="1699078371518"> +<node TEXT="NAT" ID="ID_1872133546" CREATED="1699162412998" MODIFIED="1699162415478"/> +<node TEXT="Firewall" ID="ID_1712198206" CREATED="1699162419320" MODIFIED="1699162453577"/> +</node> +<node TEXT="ie-command" ID="ID_1326343902" CREATED="1699079496365" MODIFIED="1699079503725"> +<node TEXT="ie-virsh" ID="ID_590881869" CREATED="1699079505620" MODIFIED="1699079509948"/> +<node TEXT="ie-podman" ID="ID_1451834208" CREATED="1699079510438" MODIFIED="1699079512836"/> +<node TEXT="ie-sshr" ID="ID_1029508885" CREATED="1699079514881" MODIFIED="1699079521352"/> +</node> +<node TEXT="LDAP" ID="ID_1457971126" CREATED="1699092204561" MODIFIED="1699092207323"/> +<node TEXT="インストール大会" ID="ID_925893925" CREATED="1699162860858" MODIFIED="1699162866679"/> +</node> +<node TEXT="問題点" POSITION="bottom_or_right" ID="ID_1527847869" CREATED="1699077504079" MODIFIED="1699077507945"> +<node TEXT="ダッシュボード、コンパネの使いづらさ" ID="ID_200257796" CREATED="1699078705083" MODIFIED="1699078716704"> +<node TEXT="loginが面倒" ID="ID_717587353" CREATED="1699078719252" MODIFIED="1699078760696"/> +<node TEXT="どの情報を見たらいいかわからない" ID="ID_1932274579" CREATED="1699079718359" MODIFIED="1699079728675"/> +<node TEXT="URLを知らない" ID="ID_63708182" CREATED="1699089125381" MODIFIED="1699089137169"/> +</node> +<node TEXT="ツールの脆弱性" ID="ID_516805037" CREATED="1699078791433" MODIFIED="1699092629617"> +<node TEXT="脆弱性検知" ID="ID_75716959" CREATED="1699079729268" MODIFIED="1699079749708"> +<node TEXT="セロデイ" ID="ID_1659752381" CREATED="1699089138855" MODIFIED="1699089142377"/> +</node> +<node TEXT="アップデート" ID="ID_1257753905" CREATED="1699092599257" MODIFIED="1699163562903"/> +<node TEXT="gitlabでsshkeyを使ってCDしている" ID="ID_865121925" CREATED="1699164145996" MODIFIED="1699164161521"/> +</node> +<node TEXT="自作アプリの脆弱性" ID="ID_1512235373" CREATED="1699092635542" MODIFIED="1699092644367"> +<node TEXT="ツールで検知不可" ID="ID_784192767" CREATED="1699161749976" MODIFIED="1699161762062"/> +<node TEXT="akatsuki" ID="ID_1883105650" CREATED="1699165236953" MODIFIED="1699165241606"/> +<node TEXT="gitlab runner" ID="ID_513896742" CREATED="1699165246548" MODIFIED="1699165251698"/> +<node TEXT="ie系command" ID="ID_1050703705" CREATED="1699165254269" MODIFIED="1699165261286"/> +<node TEXT="chat bot" ID="ID_689213938" CREATED="1699165261703" MODIFIED="1699165266606"/> +<node TEXT="外向けIPを持つVMの監査" ID="ID_792384084" CREATED="1699165273281" MODIFIED="1699165287680"/> +<node TEXT="サーバーにアクセス" ID="ID_245367499" CREATED="1699165345407" MODIFIED="1699165354799"/> +</node> +<node TEXT="参加者が少ない" ID="ID_14402763" CREATED="1699078802722" MODIFIED="1699078806876"> +<node TEXT="敷居が高い" ID="ID_501494143" CREATED="1699078807702" MODIFIED="1699078812123"/> +<node TEXT="難易度が高い" ID="ID_57160029" CREATED="1699079752802" MODIFIED="1699079766624"> +<node TEXT="ドメイン知識が多い" ID="ID_1027860422" CREATED="1699162676880" MODIFIED="1699162684616"/> +</node> +</node> +<node TEXT="定期的に使用する処理が自動化できてない" ID="ID_1808008456" CREATED="1699078985897" MODIFIED="1699079007116"/> +<node TEXT="zoomに参加して手を動かす人が少ない" ID="ID_1720739034" CREATED="1699089097007" MODIFIED="1699089116483"> +<node TEXT="主体性がない" ID="ID_1394158541" CREATED="1699165550385" MODIFIED="1699165554645"/> +</node> +<node TEXT="ログの場所がバラバラ" ID="ID_439427521" CREATED="1699089155850" MODIFIED="1699089165421"/> +<node TEXT="作業用の権限がadmin権限しかない" ID="ID_1937110242" CREATED="1699164182049" MODIFIED="1699164210948"> +<node TEXT="awsのロールが好ましい" ID="ID_1334752919" CREATED="1699164212836" MODIFIED="1699164248203"/> +<node TEXT="新人用の権限も欲しい" ID="ID_1396098166" CREATED="1699164254003" MODIFIED="1699164261373"/> +</node> +<node TEXT="作業ログ" ID="ID_474216496" CREATED="1699165397068" MODIFIED="1699165402123"> +<node TEXT="作業ログが大量になる" POSITION="bottom_or_right" ID="ID_644595449" CREATED="1699078854255" MODIFIED="1699078861964"> +<node TEXT="バックアップはどうするか" ID="ID_780993026" CREATED="1699163096729" MODIFIED="1699163102445"/> +</node> +<node TEXT="作業ログをまとめないといけない" POSITION="bottom_or_right" ID="ID_1267660173" CREATED="1699078862499" MODIFIED="1699078870530"> +<node TEXT="どのディレクトリで作業を行なったか" ID="ID_1980322623" CREATED="1699163111271" MODIFIED="1699163123508"/> +<node TEXT="どのサーバーで作業を行ったか" ID="ID_1485008293" CREATED="1699163123817" MODIFIED="1699163134083"/> +</node> +<node TEXT="作業ログの検索生の悪さ" POSITION="bottom_or_right" ID="ID_256954545" CREATED="1699078871230" MODIFIED="1699078881759"> +<node TEXT="似たような記事が多い" ID="ID_1551998493" CREATED="1699163137693" MODIFIED="1699163143710"/> +<node TEXT="ある程度知識がないと調べられない" ID="ID_1997678870" CREATED="1699163147583" MODIFIED="1699163162137"/> +</node> +</node> +<node TEXT="学生の興味がシステム管理から離れていっている" ID="ID_1885901160" CREATED="1699168699948" MODIFIED="1699168711394"> +<node TEXT="授業への態度が受動的" ID="ID_928851031" CREATED="1699168716001" MODIFIED="1699168725135"/> +<node TEXT="授業が動画を見ている感じ" ID="ID_174623773" CREATED="1699168735917" MODIFIED="1699168744698"> +<node TEXT="" ID="ID_1887538047" CREATED="1699168810762" MODIFIED="1699168810762"/> +</node> +</node> +</node> +<node TEXT="mattermostで呼び出すコマンド" POSITION="bottom_or_right" ID="ID_1581381494" CREATED="1699089201425" MODIFIED="1699089213897"> +<node TEXT="ldap" ID="ID_1542731430" CREATED="1699089214502" MODIFIED="1699089218757"> +<node TEXT="serch" ID="ID_688158527" CREATED="1699161138077" MODIFIED="1699161142762"/> +<node TEXT="add" ID="ID_1895196035" CREATED="1699161152340" MODIFIED="1699161156473"/> +<node TEXT="del" ID="ID_626619614" CREATED="1699161157386" MODIFIED="1699161159335"/> +</node> +<node TEXT="ceph" ID="ID_76329405" CREATED="1699089220465" MODIFIED="1699089223460"> +<node TEXT="ceph -s" ID="ID_406469481" CREATED="1699161160440" MODIFIED="1699161707455"/> +<node TEXT="ceph hels" ID="ID_1528782031" CREATED="1699161793334" MODIFIED="1699161805625"/> +</node> +<node TEXT="podman" ID="ID_462588483" CREATED="1699089224209" MODIFIED="1699089235869"> +<node TEXT="podman ps" ID="ID_616985981" CREATED="1699161853296" MODIFIED="1699161856498"/> +<node TEXT="podman inspect" ID="ID_1166575332" CREATED="1699161858491" MODIFIED="1699161864598"/> +<node TEXT="podman system prune" ID="ID_219751250" CREATED="1699161868368" MODIFIED="1699161874846"/> +</node> +<node TEXT="virsh" ID="ID_836925847" CREATED="1699089236510" MODIFIED="1699089240858"/> +<node TEXT="VM監査" ID="ID_127972639" CREATED="1699089241338" MODIFIED="1699089251162"> +<node TEXT="公開時の監査" ID="ID_279993634" CREATED="1699161816990" MODIFIED="1699161826806"/> +<node TEXT="定期的な監査" ID="ID_619975971" CREATED="1699161827501" MODIFIED="1699161833244"/> +</node> +<node TEXT="certcheck" ID="ID_1548970161" CREATED="1699089251734" MODIFIED="1699089266554"/> +<node TEXT="system status" ID="ID_700899239" CREATED="1699089267558" MODIFIED="1699089277642"> +<node TEXT="死活監視" ID="ID_365388624" CREATED="1699161940407" MODIFIED="1699161951333"/> +</node> +<node TEXT="システムの状態" ID="ID_736635626" CREATED="1699089278095" MODIFIED="1699089290888"/> +<node TEXT="network" ID="ID_1516686003" CREATED="1699161841694" MODIFIED="1699161846507"> +<node TEXT="SNMP" ID="ID_1296115818" CREATED="1699161887564" MODIFIED="1699161893613"/> +<node TEXT="ping" ID="ID_635970404" CREATED="1699161894161" MODIFIED="1699161896926"/> +<node TEXT="dig" ID="ID_504142418" CREATED="1699161897506" MODIFIED="1699161904730"/> +<node TEXT="arping" ID="ID_926671593" CREATED="1699161905336" MODIFIED="1699161910264"/> +<node TEXT="nmap" ID="ID_183902243" CREATED="1699161910664" MODIFIED="1699161913106"/> +</node> +<node TEXT="vuls" ID="ID_1002386636" CREATED="1699161920946" MODIFIED="1699161923306"/> +</node> +<node TEXT="学生実験" POSITION="bottom_or_right" ID="ID_848200323" CREATED="1699077595912" MODIFIED="1699077603149"> +<node TEXT="サーバー班" ID="ID_690426583" CREATED="1699078291061" MODIFIED="1699078301918"> +<node TEXT="バックアップの自動化" ID="ID_1390075419" CREATED="1699078437230" MODIFIED="1699078445381"> +<node TEXT="cronの調査" ID="ID_649054542" CREATED="1699162086903" MODIFIED="1699162098345"/> +<node TEXT="バックアップの調査" ID="ID_976847190" CREATED="1699162099071" MODIFIED="1699162103848"/> +</node> +<node TEXT="サーバーへのログイン" ID="ID_1058150373" CREATED="1699078916166" MODIFIED="1699078923723"> +<node TEXT="ssh keyを使った接続" ID="ID_197040205" CREATED="1699162106693" MODIFIED="1699162118493"/> +</node> +<node TEXT="VM temlateの作成" ID="ID_979872796" CREATED="1699080071056" MODIFIED="1699080118830"> +<node TEXT="同期をとる" ID="ID_1223338612" CREATED="1699162959525" MODIFIED="1699162976854"/> +</node> +</node> +<node TEXT="web班" ID="ID_853414503" CREATED="1699078302574" MODIFIED="1699078307356"> +<node TEXT="学科webのHugo化" ID="ID_1782937496" CREATED="1699078316414" MODIFIED="1699078328896"/> +<node TEXT="Hugo hands on" ID="ID_1062725861" CREATED="1699078544510" MODIFIED="1699078562444"/> +<node TEXT="vmでLAMP構築" ID="ID_894990962" CREATED="1699078563581" MODIFIED="1699078598572"/> +<node TEXT="コンテナ演習" ID="ID_1565319353" CREATED="1699079120338" MODIFIED="1699079129037"/> +</node> +<node TEXT="ネットワーク班" ID="ID_160329052" CREATED="1699078307926" MODIFIED="1699078935021"> +<node TEXT="Ciscoパケットトレーサー演習" ID="ID_1853725116" CREATED="1699078447091" MODIFIED="1699078946314"/> +<node TEXT="switch 構築" ID="ID_1443399193" CREATED="1699079613156" MODIFIED="1699079621381"/> +<node TEXT="wifi不具合の調査" ID="ID_1268698084" CREATED="1699089021849" MODIFIED="1699089030700"/> +<node TEXT="main switchのループ調査" ID="ID_1007791424" CREATED="1699089072290" MODIFIED="1699089088849"/> +</node> +<node TEXT="セキュリティ班" ID="ID_1249646246" CREATED="1699078498587" MODIFIED="1699078504776"> +<node TEXT="vulsの構築" ID="ID_1018660004" CREATED="1699078505432" MODIFIED="1699078511892"/> +<node TEXT="VMの構築" ID="ID_847246949" CREATED="1699078895044" MODIFIED="1699078906630"> +<node TEXT="ubuntu22.04" ID="ID_1459193929" CREATED="1699079627661" MODIFIED="1699079635093"/> +<node TEXT="podman v4" ID="ID_1526191156" CREATED="1699079653240" MODIFIED="1699079661042"/> +</node> +</node> +<node TEXT="オープンキャンパス" ID="ID_857627349" CREATED="1699079148844" MODIFIED="1699079176308"> +<node TEXT="シス管紹介" ID="ID_782434042" CREATED="1699079177732" MODIFIED="1699079185394"/> +<node TEXT="資料作成" ID="ID_1658812047" CREATED="1699079190850" MODIFIED="1699079194824"/> +</node> +<node TEXT="使用ツール" ID="ID_496812274" CREATED="1699163872383" MODIFIED="1699163875481"> +<node TEXT="zoom" ID="ID_1013102125" CREATED="1699163875844" MODIFIED="1699163879084"/> +<node TEXT="scrapbox" ID="ID_825624612" CREATED="1699163879397" MODIFIED="1699163884911"/> +<node TEXT="mattermost" ID="ID_1416609503" CREATED="1699163885363" MODIFIED="1699163888920"/> +</node> +<node TEXT="やりたいこと" ID="ID_1192376338" CREATED="1699168593972" MODIFIED="1699168600938"> +<node TEXT="cloudのhands on" ID="ID_291087021" CREATED="1699168601157" MODIFIED="1699168609983"/> +</node> +<node TEXT="シス管との違い" ID="ID_80709112" CREATED="1703493319490" MODIFIED="1703493342701"> +<node TEXT="何も知らない" ID="ID_668932006" CREATED="1703493345550" MODIFIED="1703493356650"/> +<node TEXT="システムの構成をしる" ID="ID_1918556105" CREATED="1703493360461" MODIFIED="1703493368269"/> +<node TEXT="シス管が使っているツールを知ること" ID="ID_1056813666" CREATED="1703493369951" MODIFIED="1703493388921"/> +<node TEXT="いきなりシステム管理活動をする難しさがある" ID="ID_1751616719" CREATED="1703493391408" MODIFIED="1703493414667"> +<node TEXT="敷居が高い" ID="ID_1688919831" CREATED="1703493435329" MODIFIED="1703493439875"/> +<node TEXT="システム管理の学習曲線をなだらかにする" ID="ID_1933567786" CREATED="1703493460173" MODIFIED="1703493474136"/> +</node> +<node TEXT="興味を持ってもらう為の活動" ID="ID_1279082731" CREATED="1703493542509" MODIFIED="1703493548811"/> +</node> +</node> +<node TEXT="/commandの利点" POSITION="bottom_or_right" ID="ID_1846276728" CREATED="1699090128168" MODIFIED="1699090153143"> +<node TEXT="新規メンバーに対して受け口が広がる" ID="ID_1296700804" CREATED="1699163010567" MODIFIED="1699163034348"> +<node TEXT="GUIなので直感的" ID="ID_934372313" CREATED="1703574503588" MODIFIED="1703574517249"/> +</node> +<node TEXT="commandで定期的に実行する処理を行う" ID="ID_1168326674" CREATED="1699163035043" MODIFIED="1699163059961"/> +<node TEXT="作業内容がチャットに残る" ID="ID_448710677" CREATED="1699163060668" MODIFIED="1699163071584"/> +<node TEXT="手間が省ける" ID="ID_1199028902" CREATED="1699163075751" MODIFIED="1699163087145"/> +</node> +<node TEXT="評価方法" POSITION="top_or_left" ID="ID_1583159546" CREATED="1699092975570" MODIFIED="1699092982586"> +<node TEXT="定量的な評価" ID="ID_1162485835" CREATED="1699169377328" MODIFIED="1699264307663" TEXT_ALIGN="LEFT"/> +</node> +<node TEXT="シス管チームの目的" POSITION="top_or_left" ID="ID_1100922032" CREATED="1703492719603" MODIFIED="1703492730568"> +<node TEXT="琉球大学卒のIT技術者とし期待される能力" ID="ID_1852807051" CREATED="1703492738749" MODIFIED="1703574719536"> +<node TEXT="システム管理能力があること" ID="ID_245839258" CREATED="1703492842173" MODIFIED="1703492864626"> +<node TEXT="cloud,linuxなど" ID="ID_1953913389" CREATED="1703492888905" MODIFIED="1703492897805"/> +<node TEXT="コーディング力" ID="ID_316867216" CREATED="1703576294218" MODIFIED="1703576395156"/> +</node> +<node TEXT="システム管理の経験がある" ID="ID_446177500" CREATED="1703492912714" MODIFIED="1703492927187"> +<node TEXT="システム管理がしたくない" ID="ID_1384937263" CREATED="1703492968465" MODIFIED="1703493072877"> +<node TEXT="IT土方" ID="ID_376319281" CREATED="1703493080205" MODIFIED="1703493085757"/> +</node> +<node TEXT="大変そうだからやらない" ID="ID_1368438180" CREATED="1703493099461" MODIFIED="1703493106288"/> +<node TEXT="シス管理の偏見がない" ID="ID_496404787" CREATED="1703493131438" MODIFIED="1703493138961"/> +<node TEXT="システムに触る勇気" ID="ID_1439617221" CREATED="1703493141560" MODIFIED="1703493152685"> +<node TEXT="自動化" ID="ID_1134395241" CREATED="1703493176392" MODIFIED="1703493179721"/> +</node> +<node TEXT="自身で考え実装する力がつく" ID="ID_1016492045" CREATED="1703574588913" MODIFIED="1703574616864"/> +</node> +<node TEXT="技術力" ID="ID_446979816" CREATED="1703578299900" MODIFIED="1703578373680"> +<node TEXT="プログラミング能力" ID="ID_1006117893" CREATED="1703578394962" MODIFIED="1703578405088"/> +</node> +<node TEXT="思考" ID="ID_938919047" CREATED="1703578374793" MODIFIED="1703578379696"/> +<node TEXT="コミュニケーション能力" ID="ID_319661580" CREATED="1703578380672" MODIFIED="1703578393172"> +<node TEXT="チームとしてプロジェクトを進める" ID="ID_651941846" CREATED="1703581316352" MODIFIED="1703581338582"/> +</node> +<node TEXT="技術者としての倫理観" ID="ID_1963915760" CREATED="1703578232910" MODIFIED="1703578281524"> +<node TEXT="情報を不正利用しない" ID="ID_106269541" CREATED="1703581345018" MODIFIED="1703581357337"/> +<node TEXT="" ID="ID_1792458466" CREATED="1703581358152" MODIFIED="1703581358152"/> +</node> +</node> +<node TEXT="大学大学院での研究者としてのシステム管理の知識" ID="ID_551879943" CREATED="1703492780891" MODIFIED="1703492823537"> +<node TEXT="既存システムの問題点を解消するシステムの構築" ID="ID_216695364" CREATED="1703577179225" MODIFIED="1703577194474"> +<node TEXT="効率的に学科システムリソースを使用してもらう為の研究" ID="ID_521149583" CREATED="1703577525272" MODIFIED="1703577543350"/> +<node TEXT="サーバーへの利用しやすいアクセス方法の提案" ID="ID_1531794237" CREATED="1703578577731" MODIFIED="1703578611874"/> +</node> +<node TEXT="ハイスペックなサーバーを研究環境にする" ID="ID_1346206279" CREATED="1703578441065" MODIFIED="1703578481571"> +<node TEXT="高性能なGPUマシンを利用した機械学習" ID="ID_781740263" CREATED="1703578620869" MODIFIED="1703578630228"/> +<node TEXT="バックアップとしてサーバーを利用する" ID="ID_629099041" CREATED="1703580087341" MODIFIED="1703580104077"/> +</node> +<node TEXT="システム管理を実践的教育として活用" ID="ID_790668431" CREATED="1703581580346" MODIFIED="1703581608801"/> +<node TEXT="様々な要求や課題を運用の中で解決" ID="ID_1589633605" CREATED="1703587120130" MODIFIED="1703587151341"/> +</node> +</node> +<node TEXT="システム管理を知る利点" POSITION="top_or_left" ID="ID_1691867685" CREATED="1699165561877" MODIFIED="1699165577417"> +<node TEXT="セキュリティに対する意識が高まる" ID="ID_1357628993" CREATED="1699165580243" MODIFIED="1699165594906"/> +<node TEXT="システム管理に対して協力的になる" ID="ID_1148991443" CREATED="1699165598036" MODIFIED="1699165611065"/> +<node TEXT="研究や学習に使えるツールを知ることができる" ID="ID_1086024165" CREATED="1699165616917" MODIFIED="1699165626997"/> +<node TEXT="就職に有利" ID="ID_983120047" CREATED="1699165631746" MODIFIED="1699165645349"/> +<node TEXT="実践的な経験になる" ID="ID_1392705656" CREATED="1699165645788" MODIFIED="1699165652705"/> +<node TEXT="システム設計に関するセンスと評価" ID="ID_1457186972" CREATED="1699165653143" MODIFIED="1699165682462"/> +<node TEXT="UIの設計" ID="ID_1979582284" CREATED="1699165686496" MODIFIED="1699165691213"/> +<node TEXT="インシデントに対する対応" ID="ID_740265971" CREATED="1699165694909" MODIFIED="1699165701360"/> +<node TEXT="手を動かして自分で調査する力がつく" ID="ID_1518378031" CREATED="1699165716917" MODIFIED="1699165729647"> +<node TEXT="システムの改良の提案ができる" ID="ID_1916980648" CREATED="1699165733761" MODIFIED="1699165741868"/> +</node> +<node TEXT="未知のサービスに対する実装力が上がる" ID="ID_692030530" CREATED="1699165755267" MODIFIED="1699165771708"/> +<node TEXT="日々の運用" ID="ID_131911662" CREATED="1699165772250" MODIFIED="1699165775451"> +<node TEXT="VMの監査" ID="ID_250666348" CREATED="1699165776872" MODIFIED="1699165779800"/> +<node TEXT="生徒・教員からの依頼" ID="ID_1203082404" CREATED="1699165780249" MODIFIED="1699165786236"/> +</node> +<node TEXT="学科システムのリソース使い放題" ID="ID_1794701230" CREATED="1699165795192" MODIFIED="1699165806230"/> +</node> +<node TEXT="学生実験にする利点" POSITION="top_or_left" ID="ID_1870174149" CREATED="1699165929675" MODIFIED="1699165954766"> +<node TEXT="強制的な機会がある" ID="ID_1412190080" CREATED="1699165937423" MODIFIED="1699165953788"/> +<node TEXT="人数が多いので能動的な授業になる" ID="ID_617858756" CREATED="1699165946458" MODIFIED="1699165985415"> +<node TEXT="難易度が低い" ID="ID_45019648" CREATED="1699165987982" MODIFIED="1699165992986"/> +</node> +<node TEXT="敷居の高さ" ID="ID_576900225" CREATED="1699165941858" MODIFIED="1699166039876"/> +<node TEXT="教員の役割" ID="ID_551555310" CREATED="1699166082576" MODIFIED="1699166148833"> +<node TEXT="最終決定・アドバイス" ID="ID_765056713" CREATED="1699166149153" MODIFIED="1699166157336"/> +<node TEXT="学生の保護" ID="ID_662306670" CREATED="1699166157890" MODIFIED="1699166170085"> +<node TEXT="責任を取る" ID="ID_622512540" CREATED="1699166170436" MODIFIED="1699166181362"/> +</node> +<node TEXT="システムの設計" ID="ID_530313171" CREATED="1699166198572" MODIFIED="1699166223153"> +<node TEXT="歴史" ID="ID_160346586" CREATED="1699166493601" MODIFIED="1699166497032"> +<node TEXT="1990年代" ID="ID_1791043823" CREATED="1699168105160" MODIFIED="1699168113516"> +<node TEXT="IBM AIX server" ID="ID_907187639" CREATED="1699168114074" MODIFIED="1699168146276"/> +</node> +<node TEXT="1999年代" ID="ID_295913479" CREATED="1699166499564" MODIFIED="1699166504409"> +<node TEXT="SUN enterprize 3000 x 2" ID="ID_818940176" CREATED="1699166505941" MODIFIED="1699166537764"> +<node TEXT="NFS(filesystem)" ID="ID_924939679" CREATED="1699166858941" MODIFIED="1699166871167"/> +</node> +</node> +<node TEXT="2000年代" ID="ID_797223836" CREATED="1699166542552" MODIFIED="1699166548252"> +<node TEXT="mint PC x 2 + imac x 40" ID="ID_1760049261" CREATED="1699166548995" MODIFIED="1699166580390"/> +</node> +<node TEXT="2005年代" ID="ID_1571456731" CREATED="1699166731293" MODIFIED="1699166735720"> +<node TEXT="1 U x 180" POSITION="top_or_left" ID="ID_787332597" CREATED="1699166589582" MODIFIED="1699166603484"/> +</node> +<node TEXT="2010年代" ID="ID_1000767383" CREATED="1699166584510" MODIFIED="1699166589247"> +<node TEXT="DL380 x 4 + Xserver x 4" ID="ID_1702984638" CREATED="1699166612314" MODIFIED="1699166627200"/> +</node> +<node TEXT="2015年代" ID="ID_943015998" CREATED="1699166704578" MODIFIED="1699166712614"> +<node TEXT="blade server" POSITION="top_or_left" ID="ID_1623054862" CREATED="1699166640028" MODIFIED="1699166656954"> +<node TEXT="GFS2(filesystem)" ID="ID_19656217" CREATED="1699166826975" MODIFIED="1699166846263"/> +</node> +</node> +<node TEXT="2020年代" ID="ID_62363552" CREATED="1699166629735" MODIFIED="1699166639299"> +<node TEXT="power edge x 6" ID="ID_301100416" CREATED="1699166664377" MODIFIED="1699166674062"> +<node TEXT="ceph" ID="ID_1587159658" CREATED="1699166850071" MODIFIED="1699166852569"/> +</node> +</node> +</node> +</node> +<node TEXT="システムの管理方針の決定" ID="ID_223224791" CREATED="1699166212980" MODIFIED="1699166218103"/> +<node TEXT="システム管理作業に対する人数不足" ID="ID_1646889247" CREATED="1699167318317" MODIFIED="1699167340333"/> +</node> +<node TEXT="学生から見た視点" ID="ID_1951681967" CREATED="1699167046802" MODIFIED="1699167054497"> +<node TEXT="予測不能" ID="ID_616353033" CREATED="1699167060020" MODIFIED="1699167063959"/> +<node TEXT="zoomを通した作業" ID="ID_1176562406" CREATED="1699167072582" MODIFIED="1699167088896"/> +<node TEXT="321に集まってプロジェクターで作業" ID="ID_540342957" CREATED="1699167133908" MODIFIED="1699167150051"/> +<node TEXT="" ID="ID_1125661083" CREATED="1699167165668" MODIFIED="1699167165668"> +<node TEXT="ずば抜けた学生の存在" ID="ID_542714141" CREATED="1699167171244" MODIFIED="1699167182756"> +<node TEXT="akatsukiの設計と実装" ID="ID_1409597889" CREATED="1699167189894" MODIFIED="1699167198085"/> +<node TEXT="networkの設計" ID="ID_1996942817" CREATED="1699167198580" MODIFIED="1699167204241"/> +<node TEXT="コンテナベースのシステムの設計と実装" ID="ID_1034369523" CREATED="1699167204801" MODIFIED="1699167217282"/> +</node> +</node> +<node TEXT="自分たちだけで勝手にシステムを設計していける" ID="ID_875599556" CREATED="1699167377987" MODIFIED="1699167396199"> +<node TEXT="学生がそう思えるように教員が誘導する" ID="ID_473977070" CREATED="1699167540164" MODIFIED="1699167549818"/> +</node> +<node TEXT="学生が自分で方針を決定し実装できる余地" ID="ID_1016305320" CREATED="1699167707988" MODIFIED="1699167739709"> +<node TEXT="新しいソフトウェアアーキテクチャ" ID="ID_462479780" CREATED="1699167748596" MODIFIED="1699167766963"> +<node TEXT="00年代のwordpress" ID="ID_219962318" CREATED="1699167796163" MODIFIED="1699167813241"/> +<node TEXT="10年代のVM" ID="ID_1605744327" CREATED="1699167815407" MODIFIED="1699167821270"/> +<node TEXT="20年代のコンテナ" ID="ID_1627322616" CREATED="1699167822378" MODIFIED="1699167832548"/> +</node> +</node> +<node TEXT="インシデント対応" ID="ID_68857417" CREATED="1699167875325" MODIFIED="1699167881437"> +<node TEXT="gitlabの復帰" ID="ID_316518026" CREATED="1699167898177" MODIFIED="1699167904568"> +<node TEXT="DDos" POSITION="top_or_left" ID="ID_351169150" CREATED="1699167977735" MODIFIED="1699167985379"/> +</node> +<node TEXT="NASへの攻撃" ID="ID_161791240" CREATED="1699167918438" MODIFIED="1699167950335"/> +<node TEXT="wordpressプラグインの汚染" ID="ID_767087889" CREATED="1699168002210" MODIFIED="1699168019762"/> +</node> +</node> +</node> +<node TEXT="スライドの構成(ストーリー)" POSITION="bottom_or_right" ID="ID_1438592172" CREATED="1703493670046" MODIFIED="1703572393501"> +<node TEXT="琉球大学知能情報コースの卒業生に期待される能力" ID="ID_873398202" CREATED="1703493683788" MODIFIED="1703493716590"> +<node TEXT="技術力" ID="ID_1729333757" CREATED="1703585833623" MODIFIED="1703587791163"> +<node TEXT="コーディング能力" ID="ID_1012626325" CREATED="1703587791168" MODIFIED="1703587798984"/> +<node TEXT="システム管理能力" ID="ID_886396410" CREATED="1703587802124" MODIFIED="1703587809714"/> +<node TEXT="ネットワークの知識" ID="ID_454909212" CREATED="1704357119139" MODIFIED="1704357127357"/> +</node> +<node TEXT="問題解決能力" ID="ID_1050067550" CREATED="1703587853542" MODIFIED="1703587862252"/> +<node TEXT="コミュニケーション能力" ID="ID_1103463114" CREATED="1703587862685" MODIFIED="1703587868796"/> +<node TEXT="技術者としての倫理観" ID="ID_141141964" CREATED="1703587868924" MODIFIED="1703587875441"/> +</node> +<node TEXT="卒論・修論生の研究者としてのシステムを利用する能力" ID="ID_1559347246" CREATED="1703493717162" MODIFIED="1703493747462"> +<node TEXT="旧システムの問題点を解消したシステムの設計・構築" ID="ID_976651151" CREATED="1703587876997" MODIFIED="1703587915110"/> +<node TEXT="様々な要求や課題に応えるシステム運用" ID="ID_600622802" CREATED="1703587915577" MODIFIED="1703587997323"/> +<node TEXT="コードの自動デプロイ" ID="ID_1580887883" CREATED="1704343994984" MODIFIED="1704344021052"/> +<node TEXT="ハイスペックなサーバーを研究環境にする" ID="ID_1183011943" CREATED="1704344153668" MODIFIED="1704344196382"/> +</node> +<node TEXT="本コースのシステム概要" ID="ID_74325686" CREATED="1703493750177" MODIFIED="1703588009522"> +<node TEXT="ハードウェア" ID="ID_1062779080" CREATED="1703493766195" MODIFIED="1703588009521"> +<node TEXT="基幹サーバー" ID="ID_1216699257" CREATED="1703588010420" MODIFIED="1703588019048"/> +<node TEXT="ディスクサーバー" ID="ID_1623908609" CREATED="1703588019820" MODIFIED="1703588023812"/> +<node TEXT="クラウドサーバー" ID="ID_923677468" CREATED="1703588027267" MODIFIED="1703588033941"/> +<node TEXT="Switch" ID="ID_681712668" CREATED="1703588034512" MODIFIED="1703588042344"/> +<node TEXT="無線アクセスポイント" ID="ID_175915466" CREATED="1703588042850" MODIFIED="1703588052059"/> +</node> +<node TEXT="サービス" ID="ID_410006097" CREATED="1703493770665" MODIFIED="1703493773506"> +<node TEXT="mattermpost" ID="ID_512271044" CREATED="1703588054565" MODIFIED="1703588059125"/> +</node> +<node TEXT="使用事例" ID="ID_1634093099" CREATED="1703493780896" MODIFIED="1703493784564"> +<node TEXT="KVMの使用事例" ID="ID_1735919780" CREATED="1703588063282" MODIFIED="1703588075656"/> +<node TEXT="gitlabの使用事例" ID="ID_688740876" CREATED="1703588077029" MODIFIED="1703588090271"/> +</node> +</node> +<node TEXT="システム管理チーム" ID="ID_985741638" CREATED="1703493795674" MODIFIED="1703493807551"> +<node TEXT="2009年のシス管論文の概要" ID="ID_891791254" CREATED="1703493984874" MODIFIED="1703494005757"> +<node TEXT="計算機システムリプレースの実践的教育への活用" ID="ID_912516373" CREATED="1703832445106" MODIFIED="1703832477934"> +<node TEXT="旧システムの問題点を検証し新システムの構築" ID="ID_1544977716" CREATED="1703835755355" MODIFIED="1703835780581"> +<node TEXT="ネットワーク" ID="ID_1988503989" CREATED="1703835822637" MODIFIED="1703835826345"/> +<node TEXT="演習環境" ID="ID_868698999" CREATED="1703835826419" MODIFIED="1703835833344"/> +<node TEXT="アカウント情報管理" ID="ID_73010960" CREATED="1703835833774" MODIFIED="1704343986710"/> +</node> +<node TEXT="学生が主体となって取り組んだ" ID="ID_851443169" CREATED="1703835780912" MODIFIED="1703835790233"/> +</node> +<node TEXT="アンケートを用いた評価・有効性の提示" ID="ID_1855193793" CREATED="1703832600772" MODIFIED="1703832618560"/> +</node> +<node TEXT="2009年以降のシス管" ID="ID_418093498" CREATED="1703494073952" MODIFIED="1703494085707"> +<node TEXT="システム内容の違い" ID="ID_1664417790" CREATED="1703494086064" MODIFIED="1703494093823"> +<node TEXT="web" ID="ID_1637099642" CREATED="1703494101306" MODIFIED="1703494106607"/> +<node TEXT="ファイルシステム" ID="ID_533841089" CREATED="1703494107777" MODIFIED="1703494113681"/> +</node> +</node> +<node TEXT="活動内容" POSITION="bottom_or_right" ID="ID_760342645" CREATED="1703579904180" MODIFIED="1703579926483"/> +<node TEXT="問題点" POSITION="bottom_or_right" ID="ID_986482711" CREATED="1703493819471" MODIFIED="1703493823073"> +<node TEXT="人数が少ない" ID="ID_1546441765" CREATED="1703493823077" MODIFIED="1703493826872"/> +</node> +</node> +<node TEXT="三年時の実験としてのサーバー班" POSITION="bottom_or_right" ID="ID_1642019296" CREATED="1703493840495" MODIFIED="1703493854269"> +<node TEXT="取り組み" ID="ID_1768860336" CREATED="1703579961052" MODIFIED="1703579965772"> +<node TEXT="シス管チームとの違い" ID="ID_953515596" CREATED="1703579967060" MODIFIED="1703579979210"/> +<node TEXT="管理を体験する" ID="ID_1086781703" CREATED="1703579980336" MODIFIED="1703579986739"/> +</node> +<node TEXT="問題点" ID="ID_1412579032" CREATED="1703493857700" MODIFIED="1703574464857"> +<node TEXT="システム管理の敷居が高い" ID="ID_365334805" CREATED="1703493860222" MODIFIED="1703493869003"/> +<node TEXT="知識がない" ID="ID_1054387532" CREATED="1703493869575" MODIFIED="1703574464857"/> +</node> +</node> +<node TEXT="チャットツールを使ったシステム管理" POSITION="bottom_or_right" ID="ID_677873022" CREATED="1703493940823" MODIFIED="1703493954409"/> +<node TEXT="まとめ" POSITION="bottom_or_right" ID="ID_93418819" CREATED="1703494288075" MODIFIED="1703494293124"> +<node TEXT="学生主体のシステム管理の概要について" ID="ID_1586176155" CREATED="1703494293709" MODIFIED="1703494310661"> +<node TEXT="良い点" ID="ID_1558979712" CREATED="1703494312013" MODIFIED="1703494316136"> +<node TEXT="システム管理に参加した学生の数" ID="ID_1985571944" CREATED="1703494329017" MODIFIED="1703494341790"/> +</node> +<node TEXT="ダメな点" ID="ID_592314587" CREATED="1703494359788" MODIFIED="1703494362547"> +<node TEXT="人数が少ない" ID="ID_241928572" CREATED="1703494363080" MODIFIED="1703494365950"/> +<node TEXT="大学院に行かない" ID="ID_117638267" CREATED="1703494366531" MODIFIED="1703494371143"> +<node TEXT="修士だと間に合わない" ID="ID_769514970" CREATED="1703494372734" MODIFIED="1703494378994"/> +</node> +</node> +<node TEXT="2009年の論文からの違い" ID="ID_100705293" CREATED="1703494391036" MODIFIED="1703494404102"> +<node TEXT="使用するツールの差" ID="ID_1401719242" CREATED="1703494409779" MODIFIED="1703494415699"/> +</node> +</node> +<node TEXT="今後" ID="ID_1865436898" CREATED="1703494442179" MODIFIED="1703494451478"> +<node TEXT="城間先生・小林さんが引き継ぐ" ID="ID_1483282456" CREATED="1703494453537" MODIFIED="1703494480384"/> +<node TEXT="来年にシステム更新がある" ID="ID_1130880333" CREATED="1703494482008" MODIFIED="1703494493264"/> +<node TEXT="" ID="ID_1384950188" CREATED="1704374219792" MODIFIED="1704374219792"/> +</node> +</node> +</node> +</node> +</map>