Skip to content

Commit

Permalink
Curly brackets in input
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainhalle committed May 27, 2016
1 parent c7911a7 commit 1bdbb5f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,10 @@ the document class.
In the main paper file, called `paper.tex`, it suffices to uncomment the
`\input` line for the desired preamble and compile:

%\input preamble-ieee-journal.inc.tex
%\input preamble-ieee.inc.tex
%\input preamble-lncs.inc.tex
\input preamble-acm.inc.tex
%\input{preamble-ieee-journal.inc.tex}
%\input{preamble-ieee.inc.tex}
%\input{preamble-lncs.inc.tex}
\input{preamble-acm.inc.tex}
...

To change the authors or title, modify `authors.txt` and run
Expand Down

0 comments on commit 1bdbb5f

Please sign in to comment.