Skip to content
Snippets Groups Projects
Commit 4d3e9dd2 authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

[userman] revert back to pure Frama-C's frama-c-book.cls

parent 79e297a5
No related branches found
No related tags found
No related merge requests found
...@@ -262,16 +262,6 @@ ...@@ -262,16 +262,6 @@
\listadd{\@people}{#1} \listadd{\@people}{#1}
} }
\def\@anrprojects{}
\newcommand{\acknowledgeANRproject}[1]{
\listadd{\@anrprojects}{#1}
}
\def\@euprojects{}
\newcommand{\acknowledgeEUproject}[1]{
\listadd{\@euprojects}{#1}
}
\newcommand{\commaorandlist}[1]{% \newcommand{\commaorandlist}[1]{%
\count255=0 \count255=0
\def\do##1{\advance\count255 1 \chardef\finalitem=\count255 }% \def\do##1{\advance\count255 1 \chardef\finalitem=\count255 }%
...@@ -292,28 +282,26 @@ ...@@ -292,28 +282,26 @@
}} }}
% \acknowledgeprogram{<flag image file>}{<text inside box>} % \acknowledge{<flag image file>}{<text inside box>}
\newcommand{\acknowledgeprogram}[5]{ \newcommand{\acknowledgeprogram}[2]{
\noindent\fbox{% \fbox{
\parbox{\dimexpr\linewidth-2\fboxsep-2\fboxrule}{% \begin{minipage}{0.97\textwidth}
\begin{minipage}{1.2cm}% \begin{minipage}{1.2cm}
\includegraphics[width=\textwidth]{#1}% \includegraphics[width=\linewidth]{#1}
\end{minipage}% \end{minipage}
\hfill% \begin{minipage}{0.90\textwidth}
\begin{minipage}{0.9\textwidth}% This project has received funding from #2.
This work has been partially funded by #2 as part of the #3 program, \end{minipage}
through the #4 project, under grant agreement No #5.% \end{minipage}
\end{minipage}% }
}%
}%
} }
\newcommand{\acknowledgeANR}[3]{ \newcommand{\acknowledgeANR}[1]{
\acknowledgeprogram{anr-logo.png}{ANR}{#1}{#2}{#3} \acknowledgeprogram{anr-logo.png}{#1}
} }
\newcommand{\acknowledgeEU}[3]{ \newcommand{\acknowledgeEU}[1]{
\acknowledgeprogram{eu-flag.jpg}{European Union}{#1}{#2}{#3} \acknowledgeprogram{eu-flag.jpg}{#1}
} }
% -------------------------------------------------------------------------- % --------------------------------------------------------------------------
......
...@@ -42,7 +42,7 @@ This is the user manual for the \FramaC plug-in ...@@ -42,7 +42,7 @@ This is the user manual for the \FramaC plug-in
\framaclang.\footnote{\url{https://frama-c.com/frama-clang.html}} \framaclang.\footnote{\url{https://frama-c.com/frama-clang.html}}
The contents of this The contents of this
document correspond to version \fclangversion of the plug-in compatible with the document correspond to version \fclangversion of the plug-in compatible with the
\framacversion version of \FramaC~\cite{userman,fac15}. The development of \framacversion version of \FramaC~\cite{userman,baudinCACM21}. The development of
the \framaclang plug-in is still ongoing. Features described by this document will certainly the \framaclang plug-in is still ongoing. Features described by this document will certainly
evolve in the future. evolve in the future.
...@@ -50,7 +50,8 @@ evolve in the future. ...@@ -50,7 +50,8 @@ evolve in the future.
\insertpeople \insertpeople
\\[1em] \\[1em]
\acknowledgeEU{Horizon 2020}{VESSEDIA}{731453} \acknowledgeEU{the European Union's Horizon 2020 Programme
under grant agreement N°\,731453 (VESSEDIA)}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment