سلام
تشکر از توضیحات جناب صفیاقدم
مشکل در نوع پردازش فایل شما میباشد. لطفاً ابتدا مراحل این درس را برای تنظیم ویرایشگر خود (تک استودیو) انجام دهید; با این تفاوت که در مرحلهی 3
، nomencl
را وارد کنید و در مرحلهی 4
کدهای زیر را قرار دهید:
pdflatex.exe -synctex=1 -interaction=nonstopmode %.tex|makeindex %.nlo -s nomencl.ist -o %.nls|pdflatex.exe -synctex=1 -interaction=nonstopmode %.tex
و سپس با یوزر nomencl
فایل خود را پردازش کنید. توجه کنید که روش فوق سه پردازش pdflatex.exe
، makeindex(nomencl)
و pdflatex.exe
همزمان انجام میشوند. چند نمونه نیز من به فایل شما اضافه کردهام.
ویرایشگر تکاستودیو را میتوانید از اینجا دانلود کنید.
دستورات شما مطابق زیر است:
\documentclass[conference]{IEEEtran}
\IEEEoverridecommandlockouts
% The preceding line is only needed to identify funding in the first footnote. If that is unneeded, please comment it out.
\usepackage{cite}
\usepackage{amsmath,amssymb,amsfonts}
\usepackage{algorithmic}
\usepackage{graphicx}
\usepackage{textcomp}
\usepackage{xcolor}
\usepackage{hyperref}
\usepackage{array}
\usepackage{tabu}
\usepackage{nomencl}
\makenomenclature
\def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08em
T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}
\begin{document}
\title{Managing Time and Resources of Construction Projects\\
{\footnotesize \textsuperscript{}}
\thanks{Identify applicable funding agency here. If none, delete this.}
}
\author{\IEEEauthorblockN{1\textsuperscript{st} Khodakaram Salimifard }
\IEEEauthorblockA{\textit{Industrial Management Department } \\
\textit{Persian Gulf University}\\
Bushehr, Iran \\
salimifard@pgu.ac.ir}
\and
\IEEEauthorblockN{2\textsuperscript{nd} Gholamreza Jamali}
\IEEEauthorblockA{\textit{Industrial Management Department} \\
\textit{Persian Gulf University}\\
Bushehr, Iran \\
gjamali@pgu.ac.ir}
\and
\IEEEauthorblockN{3\textsuperscript{rd} Sara Behbahaninezhad}
\IEEEauthorblockA{\textit{Industrial Management Department} \\
\textit{Shiraz Payamenour University}\\
Shiraz, Iran \\
sbehbahani8@gmail.com}
}
\maketitle
\begin{abstract}
Time and resource management are two crucial activities within the project management framework. This paper demonstrates how resource assignment Petri net $(RAPN)$ a class of colored Petri nets, is applied effectively for modeling and scheduling of construction projects, known as a resource-constrained project scheduling (RCPSP)
\end{abstract}
\begin{IEEEkeywords}
Project management
\end{IEEEkeywords}
\section{Introduction}
One of the major limitations of project scheduling is resource constraints
%begin{figure}[htbp]
%\centerline{\includegraphics{fig1.png}}
%\caption{Example of a figure caption.}
%\label{fig}
%\end{figure}
\begin{thebibliography}{28}
\bibitem{b1} F. Habibi, F. Barzinpour, and S. J. Sadjadi, ``Resource-constrained project scheduling problem: review of past and recent developments,'' Journal of Project Management,2018, vol. 3, pp. 55-–88.
\end{thebibliography}
\vspace{12pt}
\center{ABBREVIATIONS}\\
\nomenclature{$RAPN$}{resource assignment Petri net}
\nomenclature{$RCPSP$}{resource constraned}
\nomenclature{$a$}{The number of angels per unit area}%
\nomenclature{$N$}{The number of angels per needle point}%
\nomenclature{$A$}{The area of the needle point}%
\nomenclature{$\sigma$}{The total mass of angels per unit area}%
\nomenclature{$m$}{The mass of one angel}
\printnomenclature
\end{document}
خروجی شما در نسخههای اولیهی تکلایو 2018 مطابق زیر است:
موفق باشید.