ae
, lmodern
, babel
, fourier
and fontenc
:
Code: Select all
\usepackage{ae,lmodern}
\usepackage[english]{babel}
\usepackage{fourier}
%\usepackage[utf8]{inputenc} % not mandatory
\usepackage[T1]{fontenc}
ae
, lmodern
, babel
, fourier
and fontenc
:
Code: Select all
\usepackage{ae,lmodern}
\usepackage[english]{babel}
\usepackage{fourier}
%\usepackage[utf8]{inputenc} % not mandatory
\usepackage[T1]{fontenc}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
\documentclass
.In case I would useIjon Tichy wrote:And the order of comment lines usually doesn't influence anything. So you can place them usually wherever you want, even before\documentclass
.
\usepackage[utf8]{inputenc}
, would the order matter with respect to \usepackage[T1]{fontenc}
?Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis