mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #11662 from overleaf/mj-update-blank-template
[web] Replace inputenc with graphicx in blank template GitOrigin-RevId: ca134c24d93c23665cc538ee0c654f2a727774f9
This commit is contained in:
parent
cd00968699
commit
a84b0e9b56
2 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
\documentclass{article}
|
||||
\usepackage[utf8]{inputenc}
|
||||
|
||||
\title{<%= project_name %>}
|
||||
\author{<%= user.first_name %> <%= user.last_name %>}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
\documentclass{article}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage{graphicx} % Required for inserting images
|
||||
|
||||
\title{<%= project_name %>}
|
||||
\author{<%= user.first_name %> <%= user.last_name %>}
|
||||
|
|
Loading…
Reference in a new issue