From d66b9c6344c236a900285c6d26407117379e0c7d Mon Sep 17 00:00:00 2001 From: NotXia <35894453+NotXia@users.noreply.github.com> Date: Fri, 22 Dec 2023 21:23:44 +0100 Subject: [PATCH] Changed references to other courses as imports --- .../module2/sections/_logic.tex | 12 ++++++++++-- .../module2/sections/_prolog.tex | 11 +++++++++-- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/src/fundamentals-of-ai-and-kr/module2/sections/_logic.tex b/src/fundamentals-of-ai-and-kr/module2/sections/_logic.tex index 4384b36..97cdae0 100644 --- a/src/fundamentals-of-ai-and-kr/module2/sections/_logic.tex +++ b/src/fundamentals-of-ai-and-kr/module2/sections/_logic.tex @@ -1,3 +1,11 @@ -\chapter{Propositional and first order logic} +\lohead{\color{gray} Chapter taken from \href{https://github.com/NotXia/unibo-ai-notes/tree/pdfs/languages-and-algorithms-for-ai/module2}{\texttt{\color{gray}Languages and Algorithms for AI (module 2)}}} +\lehead{\color{gray} Chapter taken from \href{https://github.com/NotXia/unibo-ai-notes/tree/pdfs/languages-and-algorithms-for-ai/module2}{\texttt{\color{gray}Languages and Algorithms for AI (module 2)}}} -See \href{https://github.com/NotXia/unibo-ai-notes/tree/pdfs/languages-and-algorithms-for-ai/module2}{\texttt{Languages and Algorithms for AI (module 2)}}. \ No newline at end of file +\graphicspath{{../../languages-and-algorithms-for-ai/module2/}} +\input{../../languages-and-algorithms-for-ai/module2/sections/_propositional_logic.tex} +\input{../../languages-and-algorithms-for-ai/module2/sections/_first_order_logic.tex} +\graphicspath{} + +\newpage +\lohead{} +\lehead{} \ No newline at end of file diff --git a/src/languages-and-algorithms-for-ai/module2/sections/_prolog.tex b/src/languages-and-algorithms-for-ai/module2/sections/_prolog.tex index 9b9b7d3..9d1dcf4 100644 --- a/src/languages-and-algorithms-for-ai/module2/sections/_prolog.tex +++ b/src/languages-and-algorithms-for-ai/module2/sections/_prolog.tex @@ -1,3 +1,10 @@ -\chapter{Prolog} +\lohead{\color{gray} Chapter taken from \href{https://github.com/NotXia/unibo-ai-notes/tree/pdfs/fundamentals-of-ai-and-kr/module2}{\texttt{\color{gray}Fundamentals of AI and KR (module 2)}}} +\lehead{\color{gray} Chapter taken from \href{https://github.com/NotXia/unibo-ai-notes/tree/pdfs/fundamentals-of-ai-and-kr/module2}{\texttt{\color{gray}Fundamentals of AI and KR (module 2)}}} -See \href{https://github.com/NotXia/unibo-ai-notes/tree/pdfs/fundamentals-of-ai-and-kr/module2}{\texttt{Fundamentals of AI and KR (module 2)}}. \ No newline at end of file +\graphicspath{{../../fundamentals-of-ai-and-kr/module2/}} +\input{../../fundamentals-of-ai-and-kr/module2/sections/_prolog.tex} +\graphicspath{} + +\newpage +\lohead{} +\lehead{} \ No newline at end of file