diff --git a/amc-templates/amc_template.zip b/amc-templates/amc_template.zip deleted file mode 100644 index 3b447a4..0000000 Binary files a/amc-templates/amc_template.zip and /dev/null differ diff --git a/amc-templates/amc_template/README b/amc-templates/amc_template/README index 04fa6d8..dfd03d2 100644 --- a/amc-templates/amc_template/README +++ b/amc-templates/amc_template/README @@ -1,34 +1,34 @@ Quick template user guide: -------------------------- 1) Place your QCM & TF questions in the 'questions/[language]/' subfolder(s). 2) Place your media files (if any) in the 'media/lang/' subfolders. In your "\includegraphics" commands in your question files, prefix your path with the same folder name. e.g.: \includegraphics[width=0.5\textwidth]{media/fr/BarreQuiGlisse2.eps} 3) Place your open questions in 'extra_section.tex' file. -4) Edit the 'exam.tex' file and add your questions within the "{document}" envirinment with an "\input" command. +4) Edit the 'exam.tex' file and add your questions within the "{document}" environment with an "\input" command. [...] \begin{document} \input{./questions/fr/mc1.tex} \input{./questions/fr/tf1.tex} \input{./extra_section.tex} \end{document} 5) In a Linux or MacOS terminal : - run "./build.sh" to build the PDF - run "./clean.sh" to remove the temporary files and PDF Notes: ------ * For extra packages please add them in the file 'packages.tex' * For extra commands please add them in the file 'commands.tex' * QCM & TF questions will be mixed by type with the final AMC compilation !