\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{salt}[2007/12/14 Include SALT metadata in pdflatex]

\DeclareRobustCommand*{\@internalnote}[5]{\pdfannot height 1cm{/Subtype /Text /Name #5 /Subj (#1) /Open #4 /T (#2) /C [1.0 1.0 0.0] /Contents (#3)}}

\DeclareRobustCommand*{\visualnote}[3]{\@internalnote{#1}{#2}{#3}{false}{/Comment}}
\DeclareRobustCommand*{\n3}[2][]{}
\DeclareRobustCommand*{\isAbout}[2][]{}

\DeclareRobustCommand*{\sposition}[3][]{#3}
\DeclareRobustCommand*{\cposition}[3][]{#3}
\DeclareRobustCommand*{\position}[3][]{#3}

\DeclareRobustCommand*{\cbibliography}[1]{}

\DeclareRobustCommand*{\claim}[2][]{#2}

\newenvironment{background}{}{}
\newenvironment{motivation}{}{}
\newenvironment{scenario}{}{}
\newenvironment{contribution}{}{}
\newenvironment{evaluation}{}{}
\newenvironment{discussion}{}{}
\newenvironment{conclusion}{}{}

\endinput