আপনি চেষ্টা করেছেন \include{}
কমান্ড? মত \include{chapters/filename}
আপনি একটি .tex ফাইল অন্তর্ভুক্ত করতে পারেন। কিন্তু কমান্ডের মধ্যে .text লিখুন না। স্ট্যাক এক্সচেঞ্জ নেটওয়ার্কের একটি পৃষ্ঠা রয়েছে যা কেবল TeX সম্পর্কে।
আমার বেস TeX প্রকল্প এই মত দেখাচ্ছে:
আমার projectname.tex
\input{header}
\begin{document}
\hyphenation{} % Words where LaTex-hyphenation fails
\maketitle % Creates a page with the title
\newpage
% \onehalfspacing % This uses the package setspace
\tableofcontents % This creates the table of contents
\include{chapter/acronym} % Acronyms i use
\include{chapter/chapter_1}
% ...
\include{chapter/chapter_n}
\include{chapter/glossary} % My glossary
\bibliography{bibliography/bibliography} % Literature database
\end{document}
একটি chapter_x.tex এই মত দেখায়:
\section[section short title]{section title}
এবং আমার header.tex এই মত দেখায়:
%
% Document preamble
%
\documentclass[ %
12pt, % default font size
a4paper, % papersize
twoside, % printout will be two sided
% txt, %
]{article}
\usepackage{ulem} % all words have the underline at the same height \uline statt \underline
\usepackage[ %
T1 % T1 font has european sigs
]{fontenc}
\usepackage[ %
utf8 % Depends on the operating system
]{inputenc} %
\usepackage[ %
dvips, %
usenames % allows to use blue yellow etc for font colors
]{color}
\usepackage{hyperref} % allows hyperlings in the table of contents
\usepackage{amsmath} % math stuff
\usepackage{amssymb} % even more math stuff
\usepackage{extpfeil}
\usepackage[ %
style=long, %
% toc=true, % Boolean; if true the glossary will be shown in the table of contents
hypertoc=true, % Hyperlinks in the glossary
hyper=true, %
number=none, %
acronym=true %
]{glossary}
\setacronymnamefmt{\gloshort}
\usepackage{makeidx}
% \usepackage{xymtexps}
% \usepackage{cite} % Used for citing
\usepackage{bibgerm}
\usepackage[numbers,square]{natbib}
\bibliographystyle{dinat}
\usepackage{textcomp} % Allows to set a ° for example
\usepackage[ %
german % You may not need this *g*
]{babel}
\usepackage{setspace} % allows to easily change the space between lines
\usepackage{pstricks} % Used to create graphs
\usepackage{pst-plot} % Used to create graphs
\renewcommand{\acronymname}{Abkürzungsverzeichnis} % Sets the name for acronymepage (I'm from germany)
\makeindex
\makeacronym
\makeglossary
\author{Autor name}
\title{Document title}
\date{\copyright\ \today}
এই সেটআপ আমার জন্য ভাল কাজ করে।
ফাইল মন্তব্য মন্তব্য typos জন্য দুঃখিত। আমি শুধু জার্মান থেকে আমার মন্তব্য অনুবাদ করেছি এবং আমি তাদের ঠিক করার জন্য খুব অলস ছ