ae
, lmodern
, babel
, fourier
and fontenc
:
Code: Select all
Code, edit and compile here:
\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}
\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}
?