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

update userman

parent 4c406b61
No related branches found
No related tags found
No related merge requests found
...@@ -77,6 +77,6 @@ transfmain.cmo: transf.cmo ...@@ -77,6 +77,6 @@ transfmain.cmo: transf.cmo
clean: clean:
rm -rf *~ *.aux *.log *.nav *.out *.snm *.toc *.lof *.pp *.bnf \ rm -rf *~ *.aux *.log *.nav *.out *.snm *.toc *.lof *.pp *.bnf \
*.haux *.hbbl *.htoc \ *.haux *.hbbl *.htoc *.fls \
*.cb* *.cm? *.bbl *.blg *.idx *.ind *.ilg \ *.cb* *.cm? *.bbl *.blg *.idx *.ind *.ilg \
transf trans.ml pp.ml pp transf trans.ml pp.ml pp
...@@ -3,6 +3,17 @@ ...@@ -3,6 +3,17 @@
This chapter summarizes the changes in \framaclang and its documentation This chapter summarizes the changes in \framaclang and its documentation
between each release, with the most recent releases first. between each release, with the most recent releases first.
\section*{Version 0.0.15}
\begin{itemize}
\item
Better handling of mixed C/C++ code and \texttt{extern\ "C"}
declarations
\item
Compatibility with Clang 17
\item
Compatibility with Frama-C 28.x Nickel
\end{itemize}
\section*{Version 0.0.14} \section*{Version 0.0.14}
\begin{itemize} \begin{itemize}
\item Compatibility with \FramaC 27.x Cobalt. \item Compatibility with \FramaC 27.x Cobalt.
......
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
\newcommand{\addcopyrightowner}[1]{ \newcommand{\addcopyrightowner}[1]{
\listadd{\@copyrightowner}{#1} \listadd{\@copyrightowner}{#1}
} }
\addcopyrightowner{cealist} % add it by default \addcopyrightowner{\cealist} % add it by default
\newcommand{\insertcopyrightowners}{{ \newcommand{\insertcopyrightowners}{{
\def\listsep{\def\listsep{, }}% \def\listsep{\def\listsep{, }}%
...@@ -167,7 +167,7 @@ ...@@ -167,7 +167,7 @@
\tikzfading[name=fade right,left color=transparent!0, right color=transparent!80] \tikzfading[name=fade right,left color=transparent!0, right color=transparent!80]
\tikz[remember picture,overlay]{ \tikz[remember picture,overlay]{
\node[inner sep=0pt,anchor=south,yshift=35mm] (named) at (current page.south){ \node[inner sep=0pt,anchor=south,yshift=35mm] (named) at (current page.south){
\includegraphics[width=\paperwidth]{logos/frama-c-guy} \includegraphics[width=\paperwidth]{frama-c-guy}
}; };
\fill[white,path fading=fade right] \fill[white,path fading=fade right]
(named.south west) rectangle (named.north east); (named.south west) rectangle (named.north east);
...@@ -244,14 +244,16 @@ ...@@ -244,14 +244,16 @@
{\medskip} {\medskip}
{\makebox[3em][l]{\thecontentslabel}} {\makebox[3em][l]{\thecontentslabel}}
{\hspace*{3em}} {\hspace*{3em}}
{\space\tocdotfill\makebox[1.5em]{\contentspage}}[] {\titlerule*[1pc]{.}\makebox[1.5em]{\contentspage}}[]
% {\space\tocdotfill\makebox[1.5em]{\contentspage}}[]
\titlecontents{subsection} \titlecontents{subsection}
[5em] [5em]
{\smallskip} {\smallskip}
{\makebox[4.5em][l]{\thecontentslabel}} {\makebox[4.5em][l]{\thecontentslabel}}
{\hspace*{4.5em}} {\hspace*{4.5em}}
{\space\tocdotfill\makebox[1.5em]{\contentspage}}[] {\titlerule*[1pc]{.}\makebox[1.5em]{\contentspage}}[]
% {\space\tocdotfill\makebox[1.5em]{\contentspage}}[]
% -------------------------------------------------------------------------- % --------------------------------------------------------------------------
% Acknoledgements % Acknoledgements
...@@ -281,19 +283,19 @@ ...@@ -281,19 +283,19 @@
\fi \fi
}} }}
% \acknowledgeprogram{<flag image file>}{<text inside box>}
% \acknowledge{<flag image file>}{<text inside box>}
\newcommand{\acknowledgeprogram}[2]{ \newcommand{\acknowledgeprogram}[2]{
\fbox{ \noindent\fbox{%
\begin{minipage}{0.97\textwidth} \parbox{\dimexpr\linewidth-2\fboxsep-2\fboxrule}{%
\begin{minipage}{1.2cm} \begin{minipage}{1.2cm}%
\includegraphics[width=\linewidth]{#1} \includegraphics[width=\textwidth]{#1}%
\end{minipage} \end{minipage}%
\begin{minipage}{0.90\textwidth} \hfill%
This project has received funding from #2. \begin{minipage}{0.9\textwidth}%
\end{minipage} This project has received funding from #2.%
\end{minipage} \end{minipage}%
} }%
}%
} }
\newcommand{\acknowledgeANR}[1]{ \newcommand{\acknowledgeANR}[1]{
......
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