Difference between revisions of "Problem Statement Template"

From Problem Archive
Jump to: navigation, search
(Import)
 
(Moved this to Problem Format page)
Line 1: Line 1:
=== Overview ===
 
  
Problem statements are
 
written in LaTeX, containing only the actual problem statement, no sample data
 
(the .tex file is included in a template that
 
adds these).  A typical problem.tex looks as follows:
 
 
\problemname{Problem Name}
 
 
<Problem statement here>
 
 
\section*{Input}
 
 
<Input description here>
 
 
\section*{Output}
 
 
<Output description here>
 
 
 
=== Additional options ===
 
 
In case the problem name consists of special LaTeX code (for instance, math, or escaped characters), a "plain" version of the problem name must be specified by a comment of the form
 
 
%% plainproblemname: Problem Name
 
 
in the beginning of the file.
 

Revision as of 14:48, 30 July 2013