\documentclass{ieeeaccess}
\IEEEoverridecommandlockouts
\usepackage{cite}
\usepackage{amsmath,amssymb,amsfonts}
\usepackage{algorithm}
\usepackage[ruled]{algorithm2e}
\begin{document}
\history{Date of publication xxxx 00, 0000, date of current version xxxx 00, 0000.}
\doi{--.----/ACCESS.2021.DOI}
\title{Securing GA based Routing in an SDN for Blockchained Internet of Things}
\author{\uppercase{xyz} \authorrefmark{1}, \uppercase{abc} \authorrefmark{1,*}, (\IEEEmembership{Senior Member, IEEE})} \address[1]{Great University World} \corresp{*Correspondence: xyz}
\titlepgskip=-15pt
\maketitle
\begin{algorithm}[h]
\caption{LRA for Forwarding Nodes}
\label{Authentication}
% \SetAlgoLined
\KwIn{$ID_{RN},~L_{RN},~Er_{RN}$}
\KwOut{Storing or Updating the Node's Credentials}
\KwResult{$ID_{RN},~L_{RN},~Er_{RN}$ }
\eIf{$ID_{RN},~L_{RN}$ Not Stored in Blockchain}{
\eIf{$Er_{RN} \ge threshold$ }
{
$ID_{RN},~L_{RN},~ En_{RN}$\;
}
{
Reject\;
}
}
{
the $Er_{RN}$ if changed\;
}
\end{algorithm}
\EOD
\end{document}
Community talk ⇒ algorithm2e showing errors in IEEE Access format (“Argument of \@algocf@endoption has an extra }. } ”and “Paragraph ende
-
- Posts: 1
- Joined: Tue Jun 22, 2021 9:13 am
algorithm2e showing errors in IEEE Access format (“Argument of \@algocf@endoption has an extra }. } ”and “Paragraph ende
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Ijon Tichy
- Posts: 640
- Joined: Mon Dec 24, 2018 10:12 am
algorithm2e showing errors in IEEE Access format (“Argument of \@algocf@endoption has an extra }. } ”and “Paragraph ende
Where can I find the class? It is not part of TeX Live and I cannot find it on CTAN.
Depends the error on the class or does it also happen with article? (Cannot test soon myself, because of the issue above and the following explained issue.)
Please use code tags for your code instead of the LaTeX tag. Only the code tag activates the online editor/compiler.
