Document Classes ⇒ What kind of algorithm package used in this PDF?
What kind of algorithm package used in this PDF?
http://siret.ms.mff.cuni.cz/skopal/pub/dfile.pdf
Where can I download it?
Thank you!
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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
What kind of algorithm package used in this PDF?
As soon as the problem is sored out, please act exactly according to Section 3 of the Board Rules.
Best regards and welcome to the board
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
What kind of algorithm package used in this PDF?
and if the block contains only 1 row how do eliminate { and } (please see below).
Code: Select all
double func(param1) {
if cond1 then {
.....
if cond2 then // this block contains only 1 statement and
res = 1 // without parentheses
} else {
.....
}
return res }