Spelling fix
This commit is contained in:
parent
e4aa44cb15
commit
abb61efba8
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -1,3 +1,10 @@
|
|||
## Visual Studio Code
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
||||
|
||||
## Core latex/pdflatex auxiliary files:
|
||||
*.aux
|
||||
*.lof
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
\nopagenumbers{}
|
||||
|
||||
% character encoding
|
||||
% if you are not using xelatex ou lualatex, replace by the encoding you are
|
||||
% if you are not using xelatex or lualatex, replace by the encoding you are
|
||||
% using
|
||||
\usepackage[utf8]{inputenc}
|
||||
|
||||
|
|
Loading…
Reference in a new issue