In this tutorial we will go through the installation process of MacTeX and TexStudio which we will be using it for our upcoming tutorials. Hope to see you in. Download the most recent TeXLive install-tl-windows.exe from their website. Run install-tl-windows.exe and follow the instructions. Windows (MiKTeX) Download the most recent MiKTeX installer from their website. Run the installer and follow the instructions. Mac OS X (TeXLive) Download the most recent MacTeX from their website.
- Miktex Download Mac Free
- How To Use Miktex
- Mac Software Update 10.9
- Texmaker Download
- How To Open Miktex
- Download Miktex For Mac
- Download Miktex 2.9
To set up a basic TeX/LaTeX system, download and run the Basic MiKTeX Installer. MiKTeX has the ability to install missing packages automatically, i.e., this installer is suitable for computers connected to the Internet.
Before you run the installer, you should check the prerequisites.
If you want to deploy MiKTeX in your organization, it is recommended that you use the MiKTeX Setup Utility to install MiKTeX silently on the client computers. Please read this howto, for a step-by-step recipe.
Running the Basic MiKTeX Installer
The 'Basic MiKTeX Installer' is used to set up a standard TeX/LaTeX system. The installer is available on the download page. You start it with a double-click on the downloaded file.
Miktex Download Mac Free
Copying conditions
The wizard first shows the MiKTeX copying conditions:
Read the text carefully and click I accept the MiKTeX copying conditions
, if you agree. You can then click Next
, to go to the next page.
Installation scope
If you have administrator privileges, you can choose between two options:
- Set up a private (per-user) TeX installation.
- Set up a shared (system-wide) TeX installation.
It is highly recommended that you choose a private installation.
Setting up a shared (system-wide) installation requires administrator privileges and you should keep in mind that maintaining a shared installation can become complicated and error prone.
When you have made your decision, click Next
to go to the next page.
Installation directory
You can accept the default MiKTeX installation directory. If you want, you can specify another location.
Click Next
, to go to the next page.
Settings
The wizard allows you to set the preferred paper size:
You also have the option to change the default behavior of the integrated package installer.Select Ask me first
, if you want to confirm installation of required packages.Select Always
, if required packages are to be installed without confirmation.Select Never
, if you disallow the installation of missing packages.
All the preferences can be changed later.
Click Next
, to go to the next page.
Review
Before the actual installation process begins, you get a chance to review your decisions:
If you are satisfied with the settings, then click Start
to start the actual installation.
Installation progress
The installation will take a few minutes. The progress bar shows an approximate percentage of completion:
When the installation has finished, you can click Next
to open the last wizard page.
Finish
MiKTeX is now installed:
How To Use Miktex
Click Close
, to close the exit the wizard.
Getting updates
It is recommended that you start MiKTeX Console now and check for updates.
Remarks
LaTeX
What is LaTeX?
LaTeX (pronounced lay-tech or lah-tekh) is a markup language for typesetting documents similar to how HTML is one for web sites.
LaTeX has advantages over What-You-See-Is-What-You-Get (WYSIWYG) editors such as Microsoft Word because with LaTeX you provide the content, and LaTeX takes care of the layout. Separation of content from typesetting results in documents that are consistently and beautifully formatted. Furthermore, because LaTeX markup is of plain text format (unlike more complex file formats produced by WYSIWYG editors, like .docx
), LaTeX files are lightweight and can be easily kept under version control.
LaTeX documents are typically compiled to PDF files so that consistency in layout is retained across different viewers, and for printing.
LaTeX is especially popular in academic writing due to its rich support for typesetting equations, cross-referencing figures and tables, and citations and bibliographies.
Versions
Version | Release Date |
---|---|
LaTeX 2.09 | 1985-09-01 |
LaTeX 2e | 1994-06-01 |
Installation and Setup
You can choose between major distributions of LaTeX:
- TeX Live (Windows, Linux, and OS X), the standard, cross-platform distribution.
- MacTeX (Mac) A packaged version of TeX Live made for OS X with some Mac-specific tools
- MiKTeX (Windows) A separate distribution entirely that
Mac Software Update 10.9
All distributions are more or less equivalent in an ideal world. TeX Live has the advantage of being available on all platforms and thus has much better community support. MiKTeX can take advantage of Windows-specific features. For licensing reasons, MiKTeX will also distribute a few packages that TeX Live will not.
In all cases, the full install is recommended. Specifically, using MiKTeX's download-on-command feature will hang/crash many editors.
Installation
Windows (TeXLive)
- Download the most recent TeXLive
install-tl-windows.exe
from their website. - Run
install-tl-windows.exe
and follow the instructions.
Windows (MiKTeX)
- Download the most recent MiKTeX installer from their website.
- Run the installer and follow the instructions.
Mac OS X (TeXLive)
- Download the most recent MacTeX from their website.
- Run
MacTeX.pkg
and follow the instructions.
Linux (TeXLive)
Linux users have two options:
- Install via your distribution's package manager (usually several releases behind)
- Install from upstream (released yearly, updated often)
Using Package Managers
- Arch Linux:
pacman -S texlive-most
- Debian/Ubuntu/Mint:
apt-get install texlive-full
- Fedora:
yum install texlive
Note that using this method means that you will be dependent on that package's maintainer for the distribution for updates. These packages will often be several releases behind the most recent distribution, often meaning critical updates will be missing. It's almost always best to install from upstream. Also note that the distribution's package manager will probably not recognize the direct installation and could try to install it when one installs other related support packages.
Installing from Upstream
Texmaker Download
Download the most recent TeXLive
install-tl-unx.tar.gz
from their website.Extract the files from the archive with
tar -zxvf install-tl-unx.tar.gz
.Change into the downloaded folder with
cd install-tl-unx
.Run
./install-tl
and follow the instructions.TeXLive should now be installed under
/usr/local/texlive/YEAR/
, whereYEAR
is the four digit year (e.g.2016
). In this way, it is possible to have multiple TeXLive versions alongside each other and switch between them by changing your PATH variable.Open this folder and check the
bin
folder. It should contain a subfolder, which (depending on your platform) will be something likei386-linux
orx86_64-linux
.Add the TeX Live binary folder to your path with
where
YEAR
is the four digit year (e.g.2016
), andPLATFORM
is your platform (e.g.x86_64-linux
).
Test Installation
The LaTeX installation is now complete. To test it, create a new file with your favorite text editor, name it test.tex
and add the following content:
Now, open the console or terminal, navigate to the folder where you saved test.tex
and run
(Note that your editor may have facilities to run this for you.)
This creates several new files, including test.pdf
. This is the output document, and looks like this:
Congratulations, you have successfully installed LaTeX, and created your first LaTeX document!
LaTeX Editors
How To Open Miktex
While you can create LaTeX documents using any editor and compiling using the console, there exist several plugins for widely used editors to simplify creating LaTeX documents, and there are specialized LaTeX editors. An exhaustive list of LaTeX editors is available on TeX.SE (the StackExchange site, dedicated to TeX, LaTeX & Friends).
Download Miktex For Mac
The most widely used editors, according to this list, are:
- The Emacs editor with the AUCTeX extension.
- The Vim editor with the LaTeX-suite plugin.
- Texmaker – a specialized LaTeX IDE.
- TeXstudio – another LaTeX IDE.
- TeXworks – one more LaTeX IDE.
Download Miktex 2.9
While experienced users of Emacs or Vim may want to stick to their editor (whose plugins provide a host of functionality unavailable elsewhere), a specialized IDE might be easier to install/use for beginners. The last three on the list have a preview function where one can see the results of the compilation of the document.
Additionally, there are online LaTeX tools that can be of use to beginners or people that must collaborate, e.g. ShareLaTeX and Overleaf.