Difference between revisions of "Problem Statement Template"

From Problem Archive
Jump to: navigation, search
(Import)
 
(Redirect to Problem Format)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
=== Overview ===
+
#REDIRECT [[Problem Format]]
 
 
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.
 

Latest revision as of 14:49, 30 July 2013

Redirect to: