Mercurial > hg > Papers > 2024 > kiyama-master
changeset 4:2728567f0768
update
author | kiyama <e185758@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 25 Jan 2024 20:24:02 +0900 |
parents | d352b0f22ea8 |
children | 61ff8d827f08 |
files | Paper/chapter/abstract.tex Paper/chapter/chatsystem.tex Paper/chapter/conclusion.tex Paper/chapter/evaluation.tex Paper/chapter/history.tex Paper/chapter/ie-system.log Paper/chapter/ie-system.tex Paper/chapter/introduction.tex Paper/chapter/previous-research.tex Paper/chapter/syskan-class.tex Paper/chapter/technology_overview.tex Paper/fig/akatsuki.png Paper/master_paper.aux Paper/master_paper.fdb_latexmk Paper/master_paper.fls Paper/master_paper.lof Paper/master_paper.log Paper/master_paper.lot Paper/master_paper.pdf Paper/master_paper.sty Paper/master_paper.synctex.gz Paper/master_paper.tex Paper/master_paper.toc mm/master.mm |
diffstat | 23 files changed, 1120 insertions(+), 5342 deletions(-) [+] |
line wrap: on
line diff
--- a/Paper/chapter/abstract.tex Sun Jan 21 16:34:31 2024 +0900 +++ b/Paper/chapter/abstract.tex Thu Jan 25 20:24:02 2024 +0900 @@ -1,5 +1,5 @@ \chapter*{要旨} -近年の企業や大学では事業や授業、研究などでコンピュータ上のサービスを活用して いる. これらサービスとはクラウドとオンプレサーバーやその上で稼働するシステム, 利用 者が持ち込む PC やモバイル端末, それらを繋ぐ回線を含む. システム管理者の仕事は常に サービスを安定したバージョンに更新することや不具合の修正, 利用者からの要望・問い合 わせに答える事, また, これらシステムを利用者に告知し使用してもらう事, さらにはシステ ムの情報を保護する事である. しかし, これを固定化された少数のメンバーで管理すること はリソース的に難しく, 教育的な観点からも望ましくない. 本学科には学生や教員に対して 提供しているシステムがある. そのシステムを運用するため教員と有志の学生からなるチー ムを作り対応している. このチームには 3 年次の学生実験からも参加するメンバーがおりそ れぞれシステム管理に関する知識に差がある. そこで, システム管理に参加する敷居を下げ る必要がある. 本稿ではチャットツールを用いたシステム管理の手法を提案する. また, 学生 実験での活動内容や取り組みに関する考察について述べる. +近年の企業や大学では事業や授業、研究などでコンピュータ上のサービスを活用している. これらサービスとはクラウドとオンプレサーバーやその上で稼働するシステム, 利用者が持ち込むPCやモバイル端末, それらを繋ぐ回線を含む. システム管理者の仕事は常にサービスを安定したバージョンに更新することや不具合の修正, 利用者からの要望・問い合わせに答える事,また,これらシステムを利用者に告知し使用してもらう事, さらにはシステムの情報を保護する事である. しかし, これを固定化された少数のメンバーで管理することはリソース的に難しく, 教育的な観点からも望ましくない.本学科には学生や教員に対して提供しているシステムがある. そのシステムを運用するため教員と有志の学生からなるチームを作り対応している. このチームには3年次の学生実験からも参加するメンバーがおりそれぞれシステム管理に関する知識に差がある. そこで, システム管理に参加する敷居を下げる必要がある. 本稿ではチャットツールを用いたシステム管理の手法を提案する. また, 学生実験での活動内容や取り組みに関する考察について述べる. \chapter*{Abstract} - +In recent years, companies and universities have been utilizing computer-based services for business, teaching, and research. These services include cloud and on-prem servers, systems running on them, PCs and mobile terminals brought in by users, and the lines connecting them. The job of system administrators is to update the services to stable versions, to fix problems, to respond to users' requests and inquiries, to notify users of these systems so that they can use them, and to protect the information on the systems. However, managing these tasks with a small number of fixed members is difficult in terms of resources, and is not desirable from an educational point of view. Our department has a system that is provided to students and faculty members. In order to operate the system, a team consisting of faculty members and students who are willing to participate in the project has been formed. This team includes members from third-year student experiments, and their knowledge of the system administration differs from each other. Therefore, it is necessary to lower the threshold for participation in system administration. In this paper, we propose a method of system administration using a chat tool. In addition, we discuss the contents of the activities in the student experiments and the discussion of the efforts.
--- a/Paper/chapter/chatsystem.tex Sun Jan 21 16:34:31 2024 +0900 +++ b/Paper/chapter/chatsystem.tex Thu Jan 25 20:24:02 2024 +0900 @@ -1,7 +1,7 @@ \chapter{メッセージングコマンドを使用した手法の提案} \section{システム概要} -システムの管理をオープンソースのセルフホスティング式のチャットサービスであるmattermostのスラッシュコマンドを通して実行する.スラッシュコマンドとは /から始まるコマンドを実行することで登録したサーバーに対しリクエストを送ることができる.また,スラッシュコマンドの後ろに空白くぎりで入力した文字列がリクエストボディとて認識される.また,スラッシュコマンドには空のメッセージボックスに / を入力すると,すべてのスラッシュ・コマンドのリストが表示される.特定の/コマンドを入力することでコマンドの引数やフラグの候補も表示される.本稿では学科で管理しているシステムの状態を確認できる機能を提供するhttpサーバーを立て,それにGET/POSTリクエストを送信することで処理を行う.図\ref{fig:chat-system}に構成図を示す. +システムの管理をオープンソースのセルフホスティング式のチャットサービスであるmattermostのスラッシュコマンドを通して実行する.スラッシュコマンドとは /から始まるコマンドを実行することで登録したサーバーに対しリクエストを送ることができる.また,スラッシュコマンドの後ろに空白くぎりで入力した文字列がリクエストボディとして認識される.また,スラッシュコマンドには空のメッセージボックスに / を入力すると,すべてのスラッシュ・コマンドのリストが表示される.特定の/コマンドを入力することでコマンドの引数やフラグの候補も表示される.本稿では学科で管理しているシステムの状態を確認できる機能を提供するHTTPサーバーを立て,それにGET/POSTリクエストを送信することで処理を行う.図\ref{fig:chat-system}に構成図を示す. \begin{figure}[htpb] \begin{center} @@ -11,14 +11,14 @@ \end{center} \end{figure} -学科システムは複数のサーバーから構成されており.それぞれでHTTP severを立てるとサービス毎にリクエスト先を変更しないといけない為,統括して管理するHTTP serverを一つ立てる. -そのHTTP serverから他の基幹サーバー内で動作しているサービスに対し処理を送り結果をmattermostから確認できる. +学科システムは複数のサーバーから構成されており.それぞれでHTTPサーバーを立てるとサービス毎にリクエスト先を変更しないといけない為,統括して管理するHTTPサーバーを一つ立てる. +そのHTTPサーバーから他の基幹サーバー内で動作しているサービスに対し処理を送り結果をmattermostから確認できる. 以下に実装した操作やセキュリティ面での実装を示す. \section{認証機能の実装} -mattermostはクラウドサーバー上で運用されているが今回実装したHTTP serverは基幹サーバー内で運用している.mattermostからHTTP serverにアクセスするためにグローバルIPを紐付け公開している.学科サーバーは在学中の生徒と教員のみがアクセス可能でありシステムの情報は秘匿するべきである. -その為外部からのアクセスを制限しmattermostからのみHTTP serverへのアクセスを許可した. +mattermostはクラウドサーバー上で運用されているが今回実装したHTTPサーバーは基幹サーバー内で運用している.mattermostからHTTPサーバーにアクセスするためにグローバルIPを紐付け公開している.学科サーバーは在学中の生徒と教員のみがアクセス可能でありシステムの情報は秘匿するべきである. +その為外部からのアクセスを制限しmattermostからのみHTTPサーバーへのアクセスを許可した. 本研究で実装したスラッシュコマンドはmattermostのシステム管理チームが管理するワークスペースのチャンネルから実行可能である.mattermostは学科に所属する全ての生徒がログインできシステム管理チームのワークスペースも制限をおこなっていない為全生徒がスラッシュコマンドの実行が可能である. しかし,学科のシステム利用者の情報はLDAPを用いて管理されており,サーバー上でシステム管理者として全ての操作を行えるのはsyskan,sudoのユーザー属性が割り振られているアカウントとなっている. @@ -26,4 +26,4 @@ その為,システム管理チームとそれ以外の利用者でスラッシュコマンド経由で実行できる操作に制限をかけた. mattermostはログインの際にgitlab認証を使用しており,gitlabはLDAP情報からログインを行う. その為mattermostのアカウント名などはLDAPに登録されている情報から作成される. -また,mattermostはスラッシュコマンドを実行する際にコマンド以外に実行したチャンネル情報や実行した操作者の情報をデータをして送信する.データの中にユーザー名がありHTTP serverでユーザー名でLDAP認証を行いsudo,syskanのユーザー属性を持つかを確認することによって実行できる操作に制限をかけることができる. \ No newline at end of file +また,mattermostはスラッシュコマンドを実行する際にコマンド以外に実行したチャンネル情報や実行した操作者の情報をデータをして送信する.データの中にユーザー名がありHTTPサーバーでユーザー名でLDAP認証を行いsudo,syskanのユーザー属性を持つかを確認することによって実行できる操作に制限をかけることができる. \ No newline at end of file
--- a/Paper/chapter/conclusion.tex Sun Jan 21 16:34:31 2024 +0900 +++ b/Paper/chapter/conclusion.tex Thu Jan 25 20:24:02 2024 +0900 @@ -1,7 +1,12 @@ \chapter{まとめ} \section{総括} +1章本研究の研究背景および目的を述べる +2章 本研究で必要な技術概要を述べる +3章 現行のシステムについて述べる +4章 演習科目のテーマでの活動について述べる +5章 チャットシステムを利用したシステム管理手法について述べる. +6章 本研究の総括と今後の課題について述べる \section{今後の課題} 本研究の今後の課題について述べる. -\subsection{}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Paper/chapter/evaluation.tex Thu Jan 25 20:24:02 2024 +0900 @@ -0,0 +1,1 @@ +\chapter{評価・考察}
--- a/Paper/chapter/history.tex Sun Jan 21 16:34:31 2024 +0900 +++ b/Paper/chapter/history.tex Thu Jan 25 20:24:02 2024 +0900 @@ -2,7 +2,7 @@ \begin{itemize} \item 木山瑞基,河野真治. ログ取集・管理をメッセージング経由で適切に設定する手法の提案,情報処理学会システムソフトウェアとオペレーティング・システム研究会(OS),May, 2022 -\item 木山瑞基,河野真治. システム管理を体験させる学生実験に関する考察. 第65回プログ +\item 木山瑞基,河野真治. システム管理を体験させる学生実験に関する取り組み. 第65回プログ ラミング・シンポジウム, Jan, 2024
--- a/Paper/chapter/ie-system.tex Sun Jan 21 16:34:31 2024 +0900 +++ b/Paper/chapter/ie-system.tex Thu Jan 25 20:24:02 2024 +0900 @@ -2,8 +2,8 @@ \section{オンプレミス環境} 物理サーバーは2Uサーバーを6台導入している. -このうち4台の2Uサーバーは仮想環境を提供するKVMやGPUリソースを使用できるsinglarityなどを提供している. -2台の2Uサーバーはディスクサーバーとして稼働しており,分散ファイルストレージのcephで管理されている. +このうち4台の2Uサーバーは仮想環境を提供するKVMやGPUリソースを使用できるsinglarityなどを提供している.(表\ref{tb:2U-server}) +2台の2Uサーバーはディスクサーバーとして稼働しており,分散ファイルストレージのcephで管理されている.(表\ref{tb:disk-server}) \begin{table}[htb] \begin{center} @@ -32,17 +32,119 @@ \end{center} \end{table} +また,基幹サービスや生徒のホームディレクトリのバックアップ用としてNASを一台導入している.(表\ref{tb:NAS-server}) +バックアップ元となるファイルはcephで基幹サーバー同士で分散されていることもあり,バックアップ処理を行う一台の基幹サーバーのみアクセス出来るようにしている. +\begin{table}[htb] + \begin{center} + \caption{NASスペック} + \begin{tabular}{|c|c|} \hline + CPU & Intel Atom C3538 \\ \hline + RAM & DDR4 ECC 8GB \\ \hline + SAS HDD & 4GB x 4 \\ \hline + RAID & 5 \\ \hline + 実効容量 & 12GB \\ \hline + \end{tabular} + \label{tb:NAS-server} + \end{center} +\end{table} \section{仮想環境} +学科システムでは複数の仮想環境を提供している. +一つは旧システムでも使用していたオープンソースソフトウェアのKVMである.2020年のシステム更新後はいくつかの基幹サービスを稼働する為に使用していたが,2024年現在では学生の実験演習用の環境として利用されている.virshコマンドのラッパーであるie-virshコマンドを使用する事で自由にVMを作成することが可能である. +続いてコンテナ型の仮想環境のpodmanがある.podmanの利点としてマルチユーザーに対応しており,ルートレスな点が挙げれらる.2024年現在基幹システムはpodmanコンテナで構築されている.しかし,コンテナにIPを紐づけるにはroot権限が必要である事からie-podmanが開発された. +最後にHPC環境に設計されているsingularityがある.簡単にGPUリソースが使用出来る為,機械学習用の環境として利用されている. \section{ネットワーク構成} 物理構成 VLAN構成 \section{基幹システム} +現行システムでは,利用者への教育研究用システムの提供にあたって,サービスごとにサーバーを立てている. +以下に基幹システム並びに役割を述べる. + +\begin{itemize} + \item extpdns + \begin{itemize} + \item DNS + \item 外向け権威DNSサーバ + \end{itemize} + \item powerdns + \begin{itemize} + \item DNS + \item 内向け権威DNSサーバ + \end{itemize} + \item recpdns + \begin{itemize} + \item DNS + \item フルリゾルバ + \end{itemize} + \item ldap-cons-server + \begin{itemize} + \item LDAPサーバ + \end{itemize} + \item ldap-prov-server + \begin{itemize} + \item LDAPのセカンダリ + \end{itemize} + \item registory + \begin{itemize} + \item コンテナレジストリ + \item Docker Hubの制限に引っかかることを防ぐ + \end{itemize} + \item Akatsuki + \begin{itemize} + \item 学科のWebサービスAkatsuki + \end{itemize} + \item ie-web-nginx + \begin{itemize} + \item 学科サイトの公開 + \end{itemize} + \item gitlab + \begin{itemize} + \item 学科のGitLabサーバ + \end{itemize} + \item GitLab-runner + \begin{itemize} + \item GitLab runner + \end{itemize} + \item ie-web-nginx-ldap-auth1 + \begin{itemize} + \item 学科関係者向けの認証 + \item 公開できない内容など + \end{itemize} +\end{itemize} \section{Akatsuki} +AkatsukiはRuby on Railsで作成されたウェブアプリケーションである.マシンへの学内IPの紐付け,学内ドメイン管理,LDAPユーザーの作成,ログインshellの変更ができる.Akatsukiの画面を図\ref{fig:akatsuki}に示す. -\section{クラウド環境} +\begin{figure}[htpb] + \begin{center} + \includegraphics[clip,width=13.0cm]{./fig/akatsuki.png} + \caption{Akatsukiの画面} + \label{fig:akatsuki} + \end{center} +\end{figure} +\section{さくらクラウドの利用} +基幹サーバは計画停電などの影響で年に数回停止する.その為,基幹サービスの冗長構成やmattermostの稼働にさくらの専用サーバを利用している. +以下にさくらで稼働しているサービスを示す. +\begin{itemize} + \item mattermost + \begin{itemize} + \item 学内チャットツール + \end{itemize} + \item pdns-ext-sec + \begin{itemize} + \item DNS + \item 外向け権威DNSサーバセカンダリ + \end{itemize} + \item psono + \begin{itemize} + \item Psono + \end{itemize} + \item proxy + \begin{itemize} + \item 停電時のコースweb + \end{itemize} +\end{itemize} \ No newline at end of file
--- a/Paper/chapter/introduction.tex Sun Jan 21 16:34:31 2024 +0900 +++ b/Paper/chapter/introduction.tex Thu Jan 25 20:24:02 2024 +0900 @@ -2,7 +2,7 @@ % \section{} 琉球大学工学科知能情報コースには学生や教員、約300名に対して有線・無線ネットワークや計算機リソースの貸し出しなどの教育研究用情報システムを提供している. これらのシステムの管理は平成24年度までは演習科目の一つのテーマとして行われてきた. -また,平成25年以降はサービスの多様化やシステムの高度化に伴い,半期で終了する演習科目として行うとが困難となり,教員と学生を中心としたシステム管理チーム(以降よりシス管とする)により管理が行われてきた. +また,平成25年以降はサービスの多様化やシステムの高度化に伴い,半期で終了する演習科目として行うとが困難となり,教員と学生を中心としたシステム管理チームにより管理が行われてきた. しかし,システム管理チームのメンバー不足から令和4年よりシス管と演習科目のテーマの両方でシステム管理活動を行った.教員の指導のもとシステムの安定稼働,発展を利用者である学生が主体性を持って参加する事を目的として取り組んできた. @@ -42,7 +42,7 @@ \begin{figure}[htpb] \begin{center} \scalebox{0.07}{\includegraphics{fig/install.jpg}} - \caption[monitoring]{インストール大会の様子.} + \caption{インストール大会の様子.} \label{fig:install} \end{center} \end{figure} @@ -65,7 +65,7 @@ \begin{figure}[htpb] \begin{center} \scalebox{0.3}{\includegraphics{fig/scrapbox.png}} - \caption[monitoring]{システム管理チームで利用しているscrapbox.} + \caption{システム管理チームで利用しているscrapbox.} \label{fig:scrapbox} \end{center} \end{figure} @@ -76,15 +76,16 @@ \begin{figure}[htpb] \begin{center} - \scalebox{0.3}{\includegraphics{fig/mattermost.png}} - \caption[monitoring]{システム管理チームで利用しているMattermost.} + \scalebox{0.39}{\includegraphics{fig/mattermost.png}} + \caption{システム管理チームで利用しているMattermost.} \label{fig:mattermost} \end{center} \end{figure} \section{研究目的} -本コースで利用しているシステムは2020年度の10月に構築された.2022年3月までシステム管理チーム - +本コースで利用しているシステムは2020年度の10月に構築された.2022年3月までシステム管理チームが主体となってシステムの管理を行ってきた.しかし,システム管理チームに参加する人が少数である事から2022年4月から演習科目のテーマにシステム管理活動を追加した. +また演習科目では学科システムが複雑で受講者の生徒には敷居が高い問題があった. +本稿では演習科目でのシステム管理チームの取り組みやそれらの活動からチャットツールを用いたシステム管理手法を提案した. \section{論文の構成} 本論文の構成は以下の通りになる.
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Paper/chapter/previous-research.tex Thu Jan 25 20:24:02 2024 +0900 @@ -0,0 +1,16 @@ +\chapter{関連研究} +\section{本研究の先行研究} +「情報工学系学科における教育用計算機システムの自主構築に関する取組み」ではネットワークが普及した社会における情報システム人材の需要と供給に焦点をあてている. +需要に対し特に実践力のあるシステム管理人材の数が不足しており,それらの人材育成における資金や教師の確保が課題になるとしている. +また,情報工学科において学科内で使用される情報システムの構築を外部の業者に委託している事から,学生が自らシステムを構築する機会が失われているという問題を指摘している. + + +先行研究での取り組みとして,2009年に学生が主体となって本学の情報システムのリプレースが行われた.それにより,旧システムの問題点を明確にし,それらを解消する新しいシステムの構築・設計を学生が主体となって行った. + +リプレイス後に取ったアンケートと旧システムとの比較によって有用性を示した. +旧システムの問題点を明確にし,それらを改善した新システム提示することで十分な完成度があることを示した. +利用者アンケートからも新システムが旧システムの課題を解決していることがわかる. +管理者の自己評価アンケートからは情報システムの総合的な技術習得に繋がったことが示された. + +\section{問題点} +学生自身が利用する情報システムの管理の有用性は先行研究で示されたが,2020年度から2023年度にかけてシステム管理に関わる学生の数が減少していることが新たな課題となっている.毎年平均して3~4人程度のメンバーしかおらず,管理に必要なリソースが不足している.加えて,先行研究で示された実践的な構築経験を体験できるのは限られた数の学生に限定される. \ No newline at end of file
--- a/Paper/chapter/syskan-class.tex Sun Jan 21 16:34:31 2024 +0900 +++ b/Paper/chapter/syskan-class.tex Thu Jan 25 20:24:02 2024 +0900 @@ -1,28 +1,45 @@ \chapter{演習科目での取り組み} -システム管理は2022年度から実践的なシステムの運用,構築に関するスキルを習得することや継続してシステム管理に参加する生徒の確保を目的として演習科目のテーマの一つになった. -演習科目とは知能情報分野の専門的な知識を習得することを目的としており様々なテーマの中から生徒が一つ選択し履修する. -知能情報コースの三年次の学生を対象に開講されており,1学年60名ほどでテーマ数が6つほどなので1テーマ当たり10名ほどの受講生がいる. -システム管理のテーマでは学生は基本zoomを使用した遠隔授業を通じて活動を行う.作業ログやドキュメントは普段システム管理チームが使用しているプロジェクトに招待されシステム管理におけるscrapboxの使い方の説明を受ける. -サーバー室の見学や運用しているサービスのコントロールパネルの説明サーバーへのssh configの設定やgitlabのsyskanグループへの登録などを行う. -また,システム管理のテーマの中からネットワーク,セキュリティ,web,サーバーのグループを作成しそれぞれで活動を行なっている. +システム管理活動は2022年度から実践的なシステムの運用,構築に関するスキルを習得することや継続してシステム管理に参加する生徒の確保を目的として演習科目のテーマの1つ(以下よりサーバー班とする)になった. +演習科目とは知能情報分野の専門的な知識を習得することを目的としており,様々なテーマの中から生徒が一つ選択し履修する. +知能情報コースの三年次の学生を対象に前・後期で開講されており,1学年60名ほどでテーマ数が6つほどなので1テーマ当たり10名ほどの受講生がいる. +サーバー班ではシステム管理活動を体験する.しかし現在の学科システムは大規模で様々なサービスが稼働しており複雑である.そこでwebやネットワーク,セキュリティなどの主な学科システムの管理活動ごとのグループを作成し,生徒と指導員を割り振っての取り組みを行った. +以下にサーバー班全体での取り組みと各グループでの取り組みを示す. + +\section{サーバー班の取り組み} +サーバー班で学生は基本的にzoomを使用した遠隔授業を通じて活動を行う. +説明や作業を行う際には教員,または生徒の一人が画面共有を行い,それ以外の生徒は必要に応じて作業ログを記載する形になっている. +作業ログやドキュメントは普段システム管理チームが使用しているプロジェクトに招待され,システム管理チームでのscrapboxの使い方の説明を受ける. + +授業の初回では,サーバー室の見学や管理しているシステムの説明,基幹サーバーへの接続設定や利用しているサービスへの招待などの設定を行う. -以下に各グループでのシステム管理チームの実験演習での取り組みを示す. +前期の授業では,システム管理活動でのオープンキャンパスへの出展があり,資料の作成,当日の発表などを行った. +資料作成ではシステム管理チームの紹介,メリット,活動内容,管理しているシステムの構成図の作成などをまとめてポスターとして学科webに投稿した. +当日の発表ではプロジェクタを用いてweb上のポスターを共有し参加者にシステム管理活動を説明した. + +後期の授業では,本コースの新入生を対象としたインストール大会の資料作成と当日の技術サポートを行った図\ref{fig:install}.本取り組みは新入生が入学後に学内活動を円滑に進める為に実施されている.これにはパソコンの初期セットアップや履修登録に必要な教務情報システムへのログイン,コース内の授業全般で使用するMattermostやZoom,プログラミング環境の構築などが含まれる. +当日の技術サポートでは作業に躓いている新入生に対して個別で対応する. + +\begin{figure}[htpb] + \begin{center} + \scalebox{0.1}{\includegraphics{fig/install.jpg}} + \caption[monitoring]{インストール大会の様子.} + \label{fig:install} + \end{center} +\end{figure} \section{web班} \section{server班} -サーバー班は基幹サーバー上の不具合の調査やその修正をおこなっている.取り組みのいくつかを以下に示す. +サーバー班では基幹サーバー上の不具合の調査やその修正をおこなった.取り組みのいくつかを以下に示す. \begin{quote} \begin{itemize} \item バックアップの修正\\ \item KVMテンプレートイメージファイルの修正\\ \end{itemize} \end{quote} -上記の二つの進め方として,代表者が一人サーバーにログインし,zoomで画面を共有する.その他の利用者は共有された画面を見て調査し,案を出したりscrapboxに作業のログを取った. - -{\bf バックアップの修正} - + +{\bf バックアップの修正}\\ システムに障害が発生した際に復旧できるようにrsnapshotでcephで管理されているディレクトリや学科web,生徒のホームディレクトリのバックアップをとっている.バックアップはdaily,weeklyをそれぞれ撮っていた.そのバックアップファイルの作成された日付を確認するとある期間から取られていなかった. まずは原因を調査するために実行ログ,エラーログの確認を行なった.するとバックアップファイルが大きすぎることからdailyの処理が正常に走っていないことがわかった.そこで処理をweeklyのみ変更することで解決した. @@ -36,7 +53,7 @@ \section{security班} セキュリティ班では学科システムへの脆弱性診断の構築を行なっている.システム更新前には脆弱性診断の環境があったが,現在の学科システムにはない. -また,以降のしやすさや現在の基幹サービスがコンテナで配信されており,管理のしやすさからコンテナ環境での構築を行なう.基幹サーバーには一台グローバルIPを持つものがあったり,生徒が利用するVMも申請した際にはグローバルIPを付与できるため使用する脆弱性診断ツールはサーバーのスキャンがVulsを選択した. +また,移行のしやすさや現在の基幹サービスがコンテナで配信されており,管理のしやすさからコンテナ環境での構築を行なう.基幹サーバーには一台グローバルIPを持つものがあったり,生徒が利用するVMも申請した際にはグローバルIPを付与できるため使用する脆弱性診断ツールはサーバーのスキャンがVulsを選択した. 基幹サーバー上で作業するにはadmin権限が必要だがシステム管理に慣れておらず操作ミスが考えられたことやコンテナで構築する為移行が安易なことから生徒それぞれにVMを構築させ基幹サーバーと同様の環境を作成した上で脆弱性診断の環境を構築する方針で進めた. 生徒には学科システムと同じubuntu22.04,podman v4系の環境を立てた.Vulsの構築にはdockerはあったがpodmanはなかった為,podman commandを使用できるようにスクリプトを書き換えた.
--- a/Paper/chapter/technology_overview.tex Sun Jan 21 16:34:31 2024 +0900 +++ b/Paper/chapter/technology_overview.tex Thu Jan 25 20:24:02 2024 +0900 @@ -53,8 +53,9 @@ \section{Hugo} golang製のオープンソースの静的サイトジェネレータ. +データベースを必要とせずコンテンツを全てファイルで管理しており,特定のディレクトリ配下にHTMLもしくはMarkDown記法で書かれたファイルを配置しコマンドを実行することでページの生成ができる. -\section{Nginx} +% \section{Nginx} \section{rsnapshot} rsyncをベースとするファイルシステムスナップショットでありローカルマシンだけでなくssh経由でリモートマシンの定期的なスナップショットを作成することが可能.
--- a/Paper/master_paper.aux Sun Jan 21 16:34:31 2024 +0900 +++ b/Paper/master_paper.aux Thu Jan 25 20:24:02 2024 +0900 @@ -1,1 +1,109 @@ \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 インストール大会の様子.}}{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 システム管理チームで利用しているscrapbox.}}{7}\protected@file@percent } +\newlabel{fig:scrapbox}{{1.2}{7}} +\@writefile{lof}{\contentsline {figure}{\numberline {1.3}{\ignorespaces システム管理チームで利用しているMattermost.}}{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}論文の構成}{9}\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}{12}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {2.10}scrapbox}{12}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {2.11}Psono}{12}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {2.12}LDAP}{12}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {2.13}WordPress}{12}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {2.14}Hugo}{13}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {2.15}rsnapshot}{13}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {2.16}Ceph}{13}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {2.17}Vuls}{13}\protected@file@percent } +\@writefile{toc}{\contentsline {chapter}{\numberline {第3章}現行のシステム}{14}\protected@file@percent } +\@writefile{lof}{\addvspace {10\p@ }} +\@writefile{lot}{\addvspace {10\p@ }} +\@writefile{toc}{\contentsline {section}{\numberline {3.1}オンプレミス環境}{14}\protected@file@percent } +\@writefile{lot}{\contentsline {table}{\numberline {3.1}{\ignorespaces 物理サーバースペック}}{14}\protected@file@percent } +\newlabel{tb:2U-server}{{3.1}{14}} +\@writefile{lot}{\contentsline {table}{\numberline {3.2}{\ignorespaces ディスクサーバースペック}}{14}\protected@file@percent } +\newlabel{tb:disk-server}{{3.2}{14}} +\@writefile{lot}{\contentsline {table}{\numberline {3.3}{\ignorespaces NASスペック}}{15}\protected@file@percent } +\newlabel{tb:NAS-server}{{3.3}{15}} +\@writefile{toc}{\contentsline {section}{\numberline {3.2}仮想環境}{15}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {3.3}ネットワーク構成}{15}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {3.4}基幹システム}{15}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {3.5}Akatsuki}{17}\protected@file@percent } +\@writefile{lof}{\contentsline {figure}{\numberline {3.1}{\ignorespaces Akatsukiの画面}}{17}\protected@file@percent } +\newlabel{fig:akatsuki}{{3.1}{17}} +\@writefile{toc}{\contentsline {section}{\numberline {3.6}さくらクラウドの利用}{17}\protected@file@percent } +\@writefile{toc}{\contentsline {chapter}{\numberline {第4章}関連研究}{19}\protected@file@percent } +\@writefile{lof}{\addvspace {10\p@ }} +\@writefile{lot}{\addvspace {10\p@ }} +\@writefile{toc}{\contentsline {section}{\numberline {4.1}本研究の先行研究}{19}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {4.2}問題点}{19}\protected@file@percent } +\@writefile{toc}{\contentsline {chapter}{\numberline {第5章}演習科目での取り組み}{20}\protected@file@percent } +\@writefile{lof}{\addvspace {10\p@ }} +\@writefile{lot}{\addvspace {10\p@ }} +\@writefile{toc}{\contentsline {section}{\numberline {5.1}サーバー班の取り組み}{20}\protected@file@percent } +\@writefile{lof}{\contentsline {figure}{\numberline {5.1}{\ignorespaces monitoring}}{21}\protected@file@percent } +\newlabel{fig:install}{{5.1}{21}} +\@writefile{toc}{\contentsline {section}{\numberline {5.2}web班}{21}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {5.3}server班}{21}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {5.4}network班}{22}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {5.5}security班}{22}\protected@file@percent } +\@writefile{toc}{\contentsline {chapter}{\numberline {第6章}メッセージングコマンドを使用した手法の提案}{23}\protected@file@percent } +\@writefile{lof}{\addvspace {10\p@ }} +\@writefile{lot}{\addvspace {10\p@ }} +\@writefile{toc}{\contentsline {section}{\numberline {6.1}システム概要}{23}\protected@file@percent } +\@writefile{lof}{\contentsline {figure}{\numberline {6.1}{\ignorespaces monitoring}}{23}\protected@file@percent } +\newlabel{fig:chat-system}{{6.1}{23}} +\@writefile{toc}{\contentsline {section}{\numberline {6.2}認証機能の実装}{24}\protected@file@percent } +\@writefile{toc}{\contentsline {chapter}{\numberline {第7章}評価・考察}{25}\protected@file@percent } +\@writefile{lof}{\addvspace {10\p@ }} +\@writefile{lot}{\addvspace {10\p@ }} +\@writefile{toc}{\contentsline {chapter}{\numberline {第8章}まとめ}{26}\protected@file@percent } +\@writefile{lof}{\addvspace {10\p@ }} +\@writefile{lot}{\addvspace {10\p@ }} +\@writefile{toc}{\contentsline {section}{\numberline {8.1}総括}{26}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {8.2}今後の課題}{26}\protected@file@percent } +\citation{*} +\bibdata{reference} +\@writefile{toc}{\contentsline {chapter}{謝辞}{27}\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}{参考文献}{28}\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 Sun Jan 21 16:34:31 2024 +0900 +++ b/Paper/master_paper.fdb_latexmk Thu Jan 25 20:24:02 2024 +0900 @@ -1,12 +1,12 @@ # Fdb version 3 -["makeindex master_paper.idx"] 0 "master_paper.idx" "master_paper.ind" "master_paper" 0 +["makeindex master_paper.idx"] 0 "master_paper.idx" "master_paper.ind" "master_paper" 1706181590 "master_paper.idx" 0 -1 0 "pdflatex" (generated) "master_paper.ind" "master_paper.ilg" -["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 "" +["pdflatex"] 1706181590 "/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex" "/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.pdf" "master_paper" 1706181590 + "/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.aux" 0 -1 0 "" + "/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex" 1706070634 2544 f47efd39ba092d4b0b46c23ddaeafbc4 "" "/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 "" "/usr/local/texlive/2020/texmf-dist/fonts/tfm/public/cm/cmbx12.tfm" 1136768653 1324 c910af8c371558dc20f2d7822f66fe64 "" @@ -34,15 +34,15 @@ "/usr/local/texlive/2020/texmf-var/fonts/map/pdftex/updmap/pdftex.map" 1586288239 4811913 0be9a7e86c70a26e5e3042966bcd7097 "" "/usr/local/texlive/2020/texmf-var/web2c/pdftex/pdflatex.fmt" 1587888976 2432462 e019fa49f5e51d98337e8c4e3adac443 "" "/usr/local/texlive/2020/texmf.cnf" 1586288231 577 d60164b4589a341208aff7a667fbbdcb "" - "chapter/abstract.tex" 1703317010 1460 882ba0ffbca0658cf7030450cf896cfb "" + "chapter/abstract.tex" 1705926224 2777 8c1f49de2f7b34ff3b6ba696a59ff46e "" "fig/u-ryukyu-Mark.pdf" 1703317010 18686 aeab8264e22aacaa470003eeac8f42b8 "" "master_paper.aux" 0 -1 0 "pdflatex" "master_paper.ind" 0 -1 0 "makeindex master_paper.idx" - "master_paper.sty" 1703317010 13271 c718e4a9594da4c20e1c9aee50424ee8 "" - "master_paper.tex" 1705044204 2469 f3bef6425f04658b6baab2a74700b06c "" + "master_paper.sty" 1706077765 13277 da0b18153b3cab5ec3623d8696b03558 "" + "master_paper.tex" 1706070634 2544 f47efd39ba092d4b0b46c23ddaeafbc4 "" (generated) + "/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.pdf" + "/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.log" "master_paper.idx" "master_paper.aux" "master_paper.log" - "/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.pdf" - "/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.log"
--- a/Paper/master_paper.fls Sun Jan 21 16:34:31 2024 +0900 +++ b/Paper/master_paper.fls Thu Jan 25 20:24:02 2024 +0900 @@ -49,8 +49,6 @@ 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.lof Sun Jan 21 16:34:31 2024 +0900 +++ b/Paper/master_paper.lof Thu Jan 25 20:24:02 2024 +0900 @@ -1,10 +1,14 @@ \addvspace {10\p@ } -\contentsline {figure}{\numberline {1.1}{\ignorespaces monitoring}}{6}% -\contentsline {figure}{\numberline {1.2}{\ignorespaces monitoring}}{7}% -\contentsline {figure}{\numberline {1.3}{\ignorespaces monitoring}}{8}% +\contentsline {figure}{\numberline {1.1}{\ignorespaces インストール大会の様子.}}{6}% +\contentsline {figure}{\numberline {1.2}{\ignorespaces システム管理チームで利用しているscrapbox.}}{7}% +\contentsline {figure}{\numberline {1.3}{\ignorespaces システム管理チームで利用しているMattermost.}}{8}% \addvspace {10\p@ } \addvspace {10\p@ } +\contentsline {figure}{\numberline {3.1}{\ignorespaces Akatsukiの画面}}{17}% \addvspace {10\p@ } \addvspace {10\p@ } -\contentsline {figure}{\numberline {5.1}{\ignorespaces monitoring}}{16}% +\contentsline {figure}{\numberline {5.1}{\ignorespaces monitoring}}{21}% \addvspace {10\p@ } +\contentsline {figure}{\numberline {6.1}{\ignorespaces monitoring}}{23}% +\addvspace {10\p@ } +\addvspace {10\p@ }
--- a/Paper/master_paper.log Sun Jan 21 16:34:31 2024 +0900 +++ b/Paper/master_paper.log Thu Jan 25 20:24:02 2024 +0900 @@ -1,534 +1,194 @@ -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 +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) 25 JAN 2024 20:23 entering extended mode restricted \write18 enabled. file:line:error style messages enabled. %&-line parsing enabled. -**/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 +**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 **************************************************************** -** 平成15年度 琉球大学大学院 学位論文(修士) ******************** +** 平成15年度 琉球大学大学院 学位論文(修士) ****************** +** ** スタイルファイル(LaTeX2e) : 非公式 ******************** **************************************************************** - -/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! +\c@defnum=\count177 ) (/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) -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 +\@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: 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@=\toks16 -) (/usr/local/texlive/2020/texmf-dist/tex/latex/graphics/graphics.sty -Overfull \hbox (20.0pt too wide) in paragraph at lines 487--27 -[] - [] +\KV@toks@=\toks17 +) +(/usr/local/texlive/2020/texmf-dist/tex/latex/graphics/graphics.sty +Package: graphics 2019/11/30 v1.4a Standard LaTeX Graphics (DPC,SPQR) -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=\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 +\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 Package: float 2001/11/08 v1.3d Float enhancements (AL) -\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 +\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 File: lstmisc.sty 2020/03/24 1.8d (Carsten Heinz) -\c@lstnumber=\count176 -\lst@skipnumbers=\count177 -\lst@framebox=\box57 -) (/usr/local/texlive/2020/texmf-dist/tex/latex/listings/listings.cfg +\c@lstnumber=\count186 +\lst@skipnumbers=\count187 +\lst@framebox=\box73 +) +(/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. - ) - -/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:10: LaTeX Error: Unknown option `deluxe' for package `otf'. +(/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. -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/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 +) (/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=\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 +\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 \multicolsep=\skip49 \multicolbaselineskip=\skip50 -\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 +\partial@page=\box75 +\last@line=\box76 +\maxbalancingoverflow=\dimen170 +\mult@rightbox=\box77 +\mult@grightbox=\box78 +\mult@gfirstbox=\box79 +\mult@firstbox=\box80 \@tempa=\box81 \@tempa=\box82 \@tempa=\box83 @@ -550,26 +210,52 @@ \@tempa=\box99 \@tempa=\box100 \@tempa=\box101 -\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 +\@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 ) \@indexfile=\write4 \openout4 = `master_paper.idx'. Writing index file master_paper.idx -(/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) +(/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 + +LaTeX Warning: Label `fig:install' multiply defined. + +) \openout1 = `master_paper.aux'. LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 65. @@ -586,5103 +272,933 @@ 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. - - -/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 +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. -/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> -/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 +LaTeX Font Warning: Font shape `OT1/cmr/m/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: 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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 67. -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 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. -/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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 67. -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. +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. -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 +LaTeX Font Warning: Font shape `OT1/cmr/m/n' in size <18> not available +(Font) size <17.28> substituted on input line 67. -/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 +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: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. +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. -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 +LaTeX Font Warning: Font shape `OT1/cmr/bx/n' in size <18> not available +(Font) size <17.28> substituted on input line 67. -/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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 67. -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. +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. -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 +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: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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 67. -See the inputenc package documentation for explanation. -Type H <return> for immediate help. - ... - -l.72 \makecommission - -You may provide a definition with -\DeclareUnicodeCharacter - +File: fig/u-ryukyu-Mark.pdf Graphic file (type pdf) +<fig/u-ryukyu-Mark.pdf> -/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 +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: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 +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: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 +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: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 +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: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 +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: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 +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: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 - +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: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. +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. -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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 67. -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. +[1 -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 +] +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. +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. -/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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 72. -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 - +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. -/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) <7> on input line 72. -LaTeX Font Info: External font `cmex10' loaded for size -(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. +Overfull \hbox (2.61108pt too wide) in paragraph at lines 72--73 +[]$[]$[] []$[]$[] + [] -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 +[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. -/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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 1. -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: 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. -/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 - +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 4. -/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. +[1 -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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 4. -See the inputenc package documentation for explanation. -Type H <return> for immediate help. - ... - -l.72 \makecommission - -You may provide a definition with -\DeclareUnicodeCharacter +) (./chapter/history.tex - -/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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 1. -See the inputenc package documentation for explanation. -Type H <return> for immediate help. - ... - -l.72 \makecommission - -You may provide a definition with -\DeclareUnicodeCharacter +[2 - -/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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 1. -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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 84. -See the inputenc package documentation for explanation. -Type H <return> for immediate help. - ... - -l.72 \makecommission - -You may provide a definition with -\DeclareUnicodeCharacter - +[3 -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 86. - -/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. +(./master_paper.toc -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 Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 1. -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 2. -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 7. -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 25. -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 29. - -/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 +[1 -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 32. -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 35. -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 41. -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 44. -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 45. -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 48. -/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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 49. -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. +) +\tf@toc=\write5 +\openout5 = `master_paper.toc'. -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 +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. -/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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 89. -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. +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. -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 - +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 89. -/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 - +[2] -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 89. - -/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 +(./master_paper.lof) +\tf@lof=\write6 +\openout6 = `master_paper.lof'. -/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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 92. -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. +[3 -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 - +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 92. -/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. +(./master_paper.lot) +\tf@lot=\write7 +\openout7 = `master_paper.lot'. -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. + (./chapter/introduction.tex -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 Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 1. - -/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. +[4 -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. +] +第 1 章(5ページ) -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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 1. -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. +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. -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 - +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 9. -/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 +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. - -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 23. -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 27. -/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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 31. -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 +[5 - -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 32. -/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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 37. -See the inputenc package documentation for explanation. -Type H <return> for immediate help. - ... - -l.72 \makecommission - -You may provide a definition with -\DeclareUnicodeCharacter - +File: fig/install.jpg Graphic file (type bmp) +<fig/install.jpg> -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 50. -/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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 50. -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. +[6] -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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 52. -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 55. -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 60. - -/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 +File: fig/scrapbox.png Graphic file (type bmp) +<fig/scrapbox.png> - -/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 (19.63487pt too wide) in paragraph at lines 67--68 + [] + [] -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 74. -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 76. -/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 - +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 76. -/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 - +[7] +File: fig/mattermost.png Graphic file (type bmp) +<fig/mattermost.png> -/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 -$[]$ $[]$ +Overfull \hbox (27.42842pt too wide) in paragraph at lines 79--80 + [] [] -/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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 85. -/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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 90. -/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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 90. -See the inputenc package documentation for explanation. -Type H <return> for immediate help. - ... - -l.1 \chapter*{要 - 旨} -You may provide a definition with -\DeclareUnicodeCharacter +[8] + +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 90. -/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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 94. + -See the inputenc package documentation for explanation. -Type H <return> for immediate help. - ... - -l.1 \chapter*{要旨 - } -You may provide a definition with -\DeclareUnicodeCharacter +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. -/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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 97. -See the inputenc package documentation for explanation. -Type H <return> for immediate help. - ... - -l.2 近 - 年の企業や大学では事業や授業、研究などでコンピ... -You may provide a definition with -\DeclareUnicodeCharacter + +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 98. -/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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 99. -See the inputenc package documentation for explanation. -Type H <return> for immediate help. - ... - -l.2 近年 - の企業や大学では事業や授業、研究などでコンピ... -You may provide a definition with -\DeclareUnicodeCharacter +) (./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. -/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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 1. -See the inputenc package documentation for explanation. -Type H <return> for immediate help. - ... - -l.2 近年の - 企業や大学では事業や授業、研究などでコンピ... -You may provide a definition with -\DeclareUnicodeCharacter +[9] +第 2 章(10ページ) + +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 1. -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 4. -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 8. -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 11. -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 15. -/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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 17. + +[10 -See the inputenc package documentation for explanation. -Type H <return> for immediate help. - ... - -l.2 近年の企業や大学で - は事業や授業、研究などでコンピ... -You may provide a definition with -\DeclareUnicodeCharacter +] + +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 18. -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 23. -/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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 28. -See the inputenc package documentation for explanation. -Type H <return> for immediate help. - ... - -l.2 近年の企業や大学では事 - 業や授業、研究などでコンピ... -You may provide a definition with -\DeclareUnicodeCharacter + +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 31. -/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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 36. -See the inputenc package documentation for explanation. -Type H <return> for immediate help. - ... - -l.2 近年の企業や大学では事業 - や授業、研究などでコンピ... -You may provide a definition with -\DeclareUnicodeCharacter + +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 39. -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 39. - -/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. +[11] -See the inputenc package documentation for explanation. -Type H <return> for immediate help. - ... - -l.2 近年の企業や大学では事業や授 - 業、研究などでコンピ... -You may provide a definition with -\DeclareUnicodeCharacter +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 40. -/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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 43. -See the inputenc package documentation for explanation. -Type H <return> for immediate help. - ... - -l.2 近年の企業や大学では事業や授業 - 、研究などでコンピ... -You may provide a definition with -\DeclareUnicodeCharacter + +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 46. -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 49. -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 54. -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 57. -/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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 57. -See the inputenc package documentation for explanation. -Type H <return> for immediate help. - ... - -l.2 ...や大学では事業や授業、研究な - どでコンピュータ... -You may provide a definition with -\DeclareUnicodeCharacter +[12] + +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 60. -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 64. -/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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 66. -See the inputenc package documentation for explanation. -Type H <return> for immediate help. - ... - -l.2 ...学では事業や授業、研究などで - コンピュータ上の... -You may provide a definition with -\DeclareUnicodeCharacter +) (./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. -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 1. - -/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. +[13] +第 3 章(14ページ) -See the inputenc package documentation for explanation. -Type H <return> for immediate help. - ... - -l.2 ...は事業や授業、研究などでコン - ピュータ上のサー... -You may provide a definition with -\DeclareUnicodeCharacter +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 1. -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 3. -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 52. -/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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 57. + +[14 -See the inputenc package documentation for explanation. -Type H <return> for immediate help. - ... - -l.2 ...授業、研究などでコンピュータ - 上のサービスを活... -You may provide a definition with -\DeclareUnicodeCharacter +] + +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 58. -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 62. -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 69. -/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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 70. -See the inputenc package documentation for explanation. -Type H <return> for immediate help. - ... - -l.2 ...研究などでコンピュータ上のサ - ービスを活用して ... -You may provide a definition with -\DeclareUnicodeCharacter + +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 74. -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 75. -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 76. -/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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 76. -See the inputenc package documentation for explanation. -Type H <return> for immediate help. - ... - -l.2 ...どでコンピュータ上のサービス - を活用して いる. ... -You may provide a definition with -\DeclareUnicodeCharacter +[15] + +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 79. -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 80. -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 84. -/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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 88. -See the inputenc package documentation for explanation. -Type H <return> for immediate help. - ... - -l.2 ...ンピュータ上のサービスを活用 - して いる. これら... -You may provide a definition with -\DeclareUnicodeCharacter + +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 92. -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 93. -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 97. -/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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 101. -See the inputenc package documentation for explanation. -Type H <return> for immediate help. - ... - -l.2 ...ータ上のサービスを活用して い - る. これらサービス... -You may provide a definition with -\DeclareUnicodeCharacter + +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 105. -/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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 109. -See the inputenc package documentation for explanation. -Type H <return> for immediate help. - ... - -l.2 ...タ上のサービスを活用して いる - . これらサービスと... -You may provide a definition with -\DeclareUnicodeCharacter + +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 113. -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 114. -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 118. -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 120. -/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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 120. -See the inputenc package documentation for explanation. -Type H <return> for immediate help. - ... - -l.2 ...ビスを活用して いる. これらサ - ービスとはクラウ... -You may provide a definition with -\DeclareUnicodeCharacter +[16] +File: ./fig/akatsuki.png Graphic file (type bmp) +<./fig/akatsuki.png> -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 129. -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 135. -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 139. -/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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 140. -See the inputenc package documentation for explanation. -Type H <return> for immediate help. - ... - -l.2 ...用して いる. これらサービスと - はクラウドとオン... -You may provide a definition with -\DeclareUnicodeCharacter + +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 144. -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 145. -/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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 145. + +[17] -See the inputenc package documentation for explanation. -Type H <return> for immediate help. - ... - -l.2 ...る. これらサービスとはクラウ - ドとオンプレサー... -You may provide a definition with -\DeclareUnicodeCharacter +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 148. + +) (./chapter/previous-research.tex + +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 1. -/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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 1. -See the inputenc package documentation for explanation. -Type H <return> for immediate help. - ... - -l.2 .... これらサービスとはクラウド - とオンプレサーバ... -You may provide a definition with -\DeclareUnicodeCharacter +[18] +第 4 章(19ページ) + +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 1. -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 2. -/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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 15. -See the inputenc package documentation for explanation. -Type H <return> for immediate help. - ... - -l.2 ...らサービスとはクラウドとオン - プレサーバーやそ... -You may provide a definition with -\DeclareUnicodeCharacter +) (./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. - -/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. +[19 -See the inputenc package documentation for explanation. -Type H <return> for immediate help. - ... - -l.2 ...サービスとはクラウドとオンプ - レサーバーやその... -You may provide a definition with -\DeclareUnicodeCharacter +] +第 5 章(20ページ) + +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 1. -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 9. -/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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 22. -See the inputenc package documentation for explanation. -Type H <return> for immediate help. - ... - -l.2 ...ビスとはクラウドとオンプレサ - ーバーやその上で... -You may provide a definition with -\DeclareUnicodeCharacter +[20 + +] +File: fig/install.jpg Graphic file (type bmp) +<fig/install.jpg> -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 31. -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 33. -/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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 42. -See the inputenc package documentation for explanation. -Type H <return> for immediate help. - ... - -l.2 ...はクラウドとオンプレサーバー - やその上で稼働す... -You may provide a definition with -\DeclareUnicodeCharacter + +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 45. -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 45. - -/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. +[21] -See the inputenc package documentation for explanation. -Type H <return> for immediate help. - ... - -l.2 ...ラウドとオンプレサーバーやそ - の上で稼働するシ... -You may provide a definition with -\DeclareUnicodeCharacter +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 48. -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 52. -/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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 54. -See the inputenc package documentation for explanation. -Type H <return> for immediate help. - ... - -l.2 ...ドとオンプレサーバーやその上 - で稼働するシステ... -You may provide a definition with -\DeclareUnicodeCharacter +) (./chapter/chatsystem.tex + +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 1. -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 1. - -/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. +[22] +第 6 章(23ページ) -See the inputenc package documentation for explanation. -Type H <return> for immediate help. - ... - -l.2 ...オンプレサーバーやその上で稼 - 働するシステム, 利... -You may provide a definition with -\DeclareUnicodeCharacter +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 1. -/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 - +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 3. -/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. +File: fig/chatsystem4.png Graphic file (type bmp) +<fig/chatsystem4.png> -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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 17. -See the inputenc package documentation for explanation. -Type H <return> for immediate help. - ... - -l.2 ...レサーバーやその上で稼働する - システム, 利用 者... -You may provide a definition with -\DeclareUnicodeCharacter +[23 - -/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 - +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 19. -/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. +) (./chapter/evaluation.tex -See the inputenc package documentation for explanation. -Type H <return> for immediate help. - ... - -l.2 ...ーバーやその上で稼働するシス - テム, 利用 者が持... -You may provide a definition with -\DeclareUnicodeCharacter +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 1. -/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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 1. -See the inputenc package documentation for explanation. -Type H <return> for immediate help. - ... - -l.2 ...バーやその上で稼働するシステ - ム, 利用 者が持ち... -You may provide a definition with -\DeclareUnicodeCharacter +[24] +第 7 章(25ページ) +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 1. -/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. +) (./chapter/conclusion.tex -See the inputenc package documentation for explanation. -Type H <return> for immediate help. - ... - -l.2 ...ーやその上で稼働するシステム - , 利用 者が持ち込... -You may provide a definition with -\DeclareUnicodeCharacter +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 1. +[25 -/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. +] +第 8 章(26ページ) -See the inputenc package documentation for explanation. -Type H <return> for immediate help. - ... - -l.2 ...その上で稼働するシステム, 利 - 用 者が持ち込む PC ... -You may provide a definition with -\DeclareUnicodeCharacter +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 1. -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 2. -/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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 10. -See the inputenc package documentation for explanation. -Type H <return> for immediate help. - ... - -l.2 ...働するシステム, 利用 者が持ち - 込む PC やモバイル... -You may provide a definition with -\DeclareUnicodeCharacter +) (./chapter/thanks.tex - -/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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 1. -See the inputenc package documentation for explanation. -Type H <return> for immediate help. - ... - -l.2 ...するシステム, 利用 者が持ち込 - む PC やモバイル端... -You may provide a definition with -\DeclareUnicodeCharacter +[26 +] -/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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 1. -See the inputenc package documentation for explanation. -Type H <return> for immediate help. - ... - -l.2 ...るシステム, 利用 者が持ち込む - PC やモバイル端末,... -You may provide a definition with -\DeclareUnicodeCharacter +) (./master_paper.bbl - -/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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 1. -See the inputenc package documentation for explanation. -Type H <return> for immediate help. - ... - -l.2 ...ステム, 利用 者が持ち込む PC や - モバイル端末, それ... -You may provide a definition with -\DeclareUnicodeCharacter +[27 - -/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 - +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 1. -/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. +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. -See the inputenc package documentation for explanation. -Type H <return> for immediate help. - ... - -l.2 ...ム, 利用 者が持ち込む PC やモバ - イル端末, それらを... -You may provide a definition with -\DeclareUnicodeCharacter +LaTeX Font Warning: Font shape `JT2/hgt/m/it' undefined +(Font) using `JT2/hgt/m/n' instead on input line 36. -/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. +LaTeX Font Warning: Font shape `JY2/hgt/m/it' undefined +(Font) using `JY2/hgt/m/n' instead on input line 36. -See the inputenc package documentation for explanation. -Type H <return> for immediate help. - ... - -l.2 ..., 利用 者が持ち込む PC やモバイ - ル端末, それらを繋... -You may provide a definition with -\DeclareUnicodeCharacter +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- + [] -/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 +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- + [] -/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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 67. -See the inputenc package documentation for explanation. -Type H <return> for immediate help. - ... - -l.2 ...者が持ち込む PC やモバイル端末 - , それらを繋ぐ回線... -You may provide a definition with -\DeclareUnicodeCharacter +[28 - -/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 +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 127. -/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. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 127. + +[29] (./master_paper.aux) -See the inputenc package documentation for explanation. -Type H <return> for immediate help. - ... - -l.2 ...ち込む PC やモバイル端末, それ - らを繋ぐ回線を含... -You may provide a definition with -\DeclareUnicodeCharacter +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. -/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. +LaTeX Warning: There were multiply-defined labels. -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: - 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 + 6349 strings out of 481134 + 95774 string characters out of 5917333 + 319842 words of memory out of 5000000 + 22316 multiletter control sequences out of 15000+600000 + 546321 words of font info for 95 fonts, out of 8000000 for 9000 + 929 hyphenation exceptions out of 8191 + 30i,10n,36p,1449b,992s 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! +Output written on master_paper.dvi (34 pages, 79616 bytes).
--- a/Paper/master_paper.lot Sun Jan 21 16:34:31 2024 +0900 +++ b/Paper/master_paper.lot Thu Jan 25 20:24:02 2024 +0900 @@ -1,6 +1,11 @@ +\addvspace {10\p@ } +\addvspace {10\p@ } +\addvspace {10\p@ } +\contentsline {table}{\numberline {3.1}{\ignorespaces 物理サーバースペック}}{14}% +\contentsline {table}{\numberline {3.2}{\ignorespaces ディスクサーバースペック}}{14}% +\contentsline {table}{\numberline {3.3}{\ignorespaces NASスペック}}{15}% \addvspace {10\p@ } \addvspace {10\p@ } \addvspace {10\p@ } \addvspace {10\p@ } \addvspace {10\p@ } -\addvspace {10\p@ }
--- a/Paper/master_paper.sty Sun Jan 21 16:34:31 2024 +0900 +++ b/Paper/master_paper.sty Thu Jan 25 20:24:02 2024 +0900 @@ -193,7 +193,7 @@ \newcommand{\makecommission} { \noindent - 論文題目: システム管理を体験させる学生実験に関する考察 \newline + 論文題目: システム管理を体験させる学生実験に関する取り組み \newline 氏\hspace{4ex}名: 木山瑞基 \vspace*{4.5cm} \begin{center}
--- a/Paper/master_paper.tex Sun Jan 21 16:34:31 2024 +0900 +++ b/Paper/master_paper.tex Thu Jan 25 20:24:02 2024 +0900 @@ -11,7 +11,7 @@ %\input{dummy.tex} %% font -\jtitle{システム管理を体験させる学生実験に関する考察} +\jtitle{システム管理を体験させる学生実験に関する取り組み} \etitle{} % \year{2024年 3月} \year{March 2024} @@ -98,8 +98,10 @@ \input{chapter/introduction.tex} \input{chapter/technology_overview.tex} \input{chapter/ie-system.tex} +\input{chapter/previous-research.tex} \input{chapter/syskan-class.tex} \input{chapter/chatsystem.tex} +\input{chapter/evaluation.tex} \input{chapter/conclusion.tex}
--- a/Paper/master_paper.toc Sun Jan 21 16:34:31 2024 +0900 +++ b/Paper/master_paper.toc Thu Jan 25 20:24:02 2024 +0900 @@ -3,7 +3,7 @@ \contentsline {section}{\numberline {1.1}システム管理チームの構成と活動}{5}% \contentsline {section}{\numberline {1.2}システム管理チームの情報共有}{7}% \contentsline {section}{\numberline {1.3}研究目的}{8}% -\contentsline {section}{\numberline {1.4}論文の構成}{8}% +\contentsline {section}{\numberline {1.4}論文の構成}{9}% \contentsline {chapter}{\numberline {第2章}技術概要}{10}% \contentsline {section}{\numberline {2.1}仮想化}{10}% \contentsline {section}{\numberline {2.2}ハイパーバイザ型}{10}% @@ -12,36 +12,38 @@ \contentsline {section}{\numberline {2.5}Podman}{11}% \contentsline {section}{\numberline {2.6}singularity}{11}% \contentsline {section}{\numberline {2.7}Slurm}{11}% -\contentsline {section}{\numberline {2.8}Gitlab}{11}% -\contentsline {section}{\numberline {2.9}mattermost}{11}% +\contentsline {section}{\numberline {2.8}GitLab}{11}% +\contentsline {section}{\numberline {2.9}mattermost}{12}% \contentsline {section}{\numberline {2.10}scrapbox}{12}% -\contentsline {section}{\numberline {2.11}Zoom}{12}% -\contentsline {section}{\numberline {2.12}Psono}{12}% -\contentsline {section}{\numberline {2.13}LDAP}{12}% -\contentsline {section}{\numberline {2.14}WordPress}{12}% -\contentsline {section}{\numberline {2.15}Hugo}{12}% -\contentsline {section}{\numberline {2.16}Nginx}{12}% -\contentsline {section}{\numberline {2.17}rsnapshot}{12}% -\contentsline {section}{\numberline {2.18}Ceph}{12}% -\contentsline {section}{\numberline {2.19}Vuls}{12}% -\contentsline {chapter}{\numberline {第3章}現行のシステム}{13}% -\contentsline {section}{\numberline {3.1}オンプレミス環境}{13}% -\contentsline {section}{\numberline {3.2}仮想環境}{13}% -\contentsline {section}{\numberline {3.3}ネットワーク構成}{13}% -\contentsline {section}{\numberline {3.4}基幹システム}{13}% -\contentsline {section}{\numberline {3.5}Akatsuki}{13}% -\contentsline {section}{\numberline {3.6}クラウド環境}{13}% -\contentsline {chapter}{\numberline {第4章}演習科目での取り組み}{14}% -\contentsline {section}{\numberline {4.1}web班}{14}% -\contentsline {section}{\numberline {4.2}server班}{14}% -\contentsline {section}{\numberline {4.3}network班}{15}% -\contentsline {section}{\numberline {4.4}security班}{15}% -\contentsline {chapter}{\numberline {第5章}メッセージングコマンドを使用した手法の提案}{16}% -\contentsline {section}{\numberline {5.1}システム概要}{16}% -\contentsline {section}{\numberline {5.2}認証機能の実装}{17}% -\contentsline {chapter}{\numberline {第6章}まとめ}{18}% -\contentsline {section}{\numberline {6.1}総括}{18}% -\contentsline {section}{\numberline {6.2}今後の課題}{18}% -\contentsline {subsection}{\numberline {6.2.1}}{18}% -\contentsline {chapter}{謝辞}{19}% -\contentsline {chapter}{参考文献}{20}% +\contentsline {section}{\numberline {2.11}Psono}{12}% +\contentsline {section}{\numberline {2.12}LDAP}{12}% +\contentsline {section}{\numberline {2.13}WordPress}{12}% +\contentsline {section}{\numberline {2.14}Hugo}{13}% +\contentsline {section}{\numberline {2.15}rsnapshot}{13}% +\contentsline {section}{\numberline {2.16}Ceph}{13}% +\contentsline {section}{\numberline {2.17}Vuls}{13}% +\contentsline {chapter}{\numberline {第3章}現行のシステム}{14}% +\contentsline {section}{\numberline {3.1}オンプレミス環境}{14}% +\contentsline {section}{\numberline {3.2}仮想環境}{15}% +\contentsline {section}{\numberline {3.3}ネットワーク構成}{15}% +\contentsline {section}{\numberline {3.4}基幹システム}{15}% +\contentsline {section}{\numberline {3.5}Akatsuki}{17}% +\contentsline {section}{\numberline {3.6}さくらクラウドの利用}{17}% +\contentsline {chapter}{\numberline {第4章}関連研究}{19}% +\contentsline {section}{\numberline {4.1}本研究の先行研究}{19}% +\contentsline {section}{\numberline {4.2}問題点}{19}% +\contentsline {chapter}{\numberline {第5章}演習科目での取り組み}{20}% +\contentsline {section}{\numberline {5.1}サーバー班の取り組み}{20}% +\contentsline {section}{\numberline {5.2}web班}{21}% +\contentsline {section}{\numberline {5.3}server班}{21}% +\contentsline {section}{\numberline {5.4}network班}{22}% +\contentsline {section}{\numberline {5.5}security班}{22}% +\contentsline {chapter}{\numberline {第6章}メッセージングコマンドを使用した手法の提案}{23}% +\contentsline {section}{\numberline {6.1}システム概要}{23}% +\contentsline {section}{\numberline {6.2}認証機能の実装}{24}% +\contentsline {chapter}{\numberline {第7章}評価・考察}{25}% +\contentsline {chapter}{\numberline {第8章}まとめ}{26}% +\contentsline {section}{\numberline {8.1}総括}{26}% +\contentsline {section}{\numberline {8.2}今後の課題}{26}% +\contentsline {chapter}{謝辞}{27}% +\contentsline {chapter}{参考文献}{28}%
--- a/mm/master.mm Sun Jan 21 16:34:31 2024 +0900 +++ b/mm/master.mm Thu Jan 25 20:24:02 2024 +0900 @@ -1,6 +1,6 @@ <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"> +<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"/>