You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository is a template for internship reports at the UTBM. It is based on the UTBM internship LaTeX version and has been adapted and expanded with multiple functionalities.
\makeutbmfrontcover{} % Front cover\makeutbmbackcover{} % & Back cover
Covers support english and french languages, you can change the language using the babel package:
\usepackage[english]{babel} % English\usepackage[french]{babel} % French
III. Usage
There is multiple way to use this template, you can either use it online or locally:
Online
Overleaf
There is two way to import this template on Overleaf:
You can either use the "import from GitHub" button, and then paste the link of this repository. (You will need the paid plan to use this method)
Or you can download the repository as a zip file and upload it on Overleaf. (You can use this method for free)
The last step is to change the compiler from pdfLaTeX to XeLaTeX, you can do it by clicking on the Menu button and then you can find it in the Settings category.
Any other online LaTeX editors to suggest?
Locally
Clone this repository using the following command:
Easy to install but does not ship with Perl which the latexmk package requires.
Install MiKTeX using the above link. Then you have the option to upgrade your installation to a standard TeX system. Just click the Upgrade button. Please be aware that this starts a ~200MB download. Alternatively, you can turn on the auto-install feature and let MiKTeX install missing packages on-the-fly. You can find this option in the Settings tab.
On Windows
You can install Perl using Strawberry Perl, which is available here.
Once it's installed, you can verify that Perl is available by opening a new command prompt and typing perl -v. If it's installed correctly, you should see the version of Perl that you installed.
Verify that both Perl and MiKTeX are in your PATH and restart any open command prompts.
You should now be able to compile your $LaTeX$ files using MiKTeX.
On MacOS
You can install Perl using Homebrew, which is available here.
brew install perl
Once it's installed, you can verify that Perl is available by opening a new terminal and typing perl -v. If it's installed correctly, you should see the version of Perl that you installed.
Add ~/bin to your PATH by adding the following line to your ~/.zshrc file:
export PATH="/Users/<username>/bin:$PATH"
Warning
Here we use the full path instead of using ~/bin or $HOME/bin because the ~ and $HOME variables does not works if used in combination with the VS Code latex-workshop extension.
You should now be able to compile your $LaTeX$ files using MiKTeX.
Any other LaTeX distribution to suggest?
Part B: IDE
After installing a LaTeX distribution, you will need an IDE to edit and compile your $LaTeX$ files, here is a list of tested and working IDEs for this project: