\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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- 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.
