KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
latex
★ 15
Open GitHub ↗
Latex classes for IACR publications.
Download README (.md)
Explore Similar Repositories
mobile_open
:
MLPerf Mobile benchmarks
eskiz-sms
:
python package for eskiz.uz/sms
unity-verify-code
:
An email parser to get 6 digit verification code
PiDiNet-NCNN
:
PiDiNet running in Android by ncnn
smace
:
Code for the paper "SMACE: A New Method for the Interpretability of Composite Decision Systems", ECML 2022
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
latex
?
Download (.md)
# IACR LaTeX repository This contains three major components: 1. the `metacapture.sty` package for metadata capture. 2. the `iacrj.cls` document class that can be used to produce journal articles for the three journals: * IACR Transactions on Cryptographic Hardware and Embedded Systems * IACR Transactions on Symmetric Cryptology * IACR Communications on Cryptology 3. the `iacrcc.cls` document class for the [IACR Communications in Cryptology](https://cic.iacr.org/) that has now been replaced by the `iacrj.cls` document class. Note that this depends upon cryptobib as a git submodule. Submodules are tricky. If you want to pull in the latest version of the submodule, use ``` git submodule init git submodule update ```