This repository contains the LaTeX source for a comprehensive textbook on Information Storage and Retrieval, specifically designed for the Master's course at the Faculty of Computers and Information Sciences, Mansoura University, Egypt.
main.tex: The primary LaTeX file that includes all chapters and appendices.chapters/: Individual LaTeX files for the 13 core chapters.appendices/:question_bank.tex: Essay questions and detailed answer sketches.labs.tex: Practical labs involving Python and Linux (Ubuntu).
course_content.txt: The original raw content extracted from the provided blueprint.
- 13 Chapters: Covering everything from Boolean retrieval to RAG and Distributed Systems.
- 130 MCQs: 10 Multiple Choice Questions with answers at the end of each chapter.
- Essay Question Bank: Designed for pre-master examination preparation.
- Practical Labs: Hands-on exercises focusing on implementation and systems performance.
To generate the PDF, ensure you have a LaTeX distribution installed (e.g., TeX Live) and run:
pdflatex main.tex
pdflatex main.tex(Running it twice ensures all table of contents and internal references are updated.)