Aqshalikhsan GitHub avatar

IEEE-Access-Modular-Template

Aqshalikhsan

一个为 IEEE Access 论文设计的模块化 LaTeX 模板,每节独立文件,并附带官方文档类和字体,开箱即用。

Stars

11

7 天增长

暂无数据

Fork 数

0

开放 Issue

0

开源协议

NOASSERTION

最近更新

2026-06-29

AI 仓库情报摘要
FR-AI / ANALYSIS

为什么值得关注

它集成了 IEEE Access 官方文档类、所需字体和所有宏包,无需额外安装;模块化结构便于版本控制和协作写作。

适合谁使用

  • 准备向 IEEE Access 投稿的研究人员
  • 希望使用结构化模板的 LaTeX 用户
  • 用 LaTeX 学习学术写作的学生
  • 合作编写 IEEE 风格文档的团队

典型使用场景

  • 撰写并提交 IEEE Access 论文
  • 管理包含多节和多作者的大型文档
  • 无需安装缺失宏包即可快速搭建 IEEE Access 论文框架
  • 教学演示 LaTeX 模块化文档组织

项目优势

  • 模块化文件结构——每节对应 sections/ 下独立文件
  • 附带了 ieeeaccess.cls、字体和 CTAN 宏包,在 Overleaf、TeX Live、MiKTeX 上可直接编译
  • 预配置了超链接、浮动体调整和作者简介间距
  • 详尽的添加章节、图片、表格和参考文献的说明

使用前须知

  • 附带的字体和 IEEE 类文件有其各自的许可(属于 IEEE 财产),可能不能自由再分发
  • 参考文献默认使用手动 thebibliography,如需 BibTeX 需自行转换
  • 需要一定的 LaTeX 知识才能自定义或调试编译错误

README 快速开始

IEEE Access — Modular LaTeX Template

A clean, ready-to-use IEEE Access paper template with a modular file structure: every part of the paper (title, abstract, each section, references, biographies) lives in its own file under sections/, so the main file stays short and the paper is easy to navigate and version-control.

This template ships with the official IEEE Access document class (ieeeaccess.cls) and all required fonts, so it compiles out of the box — no extra downloads needed.


Folder structure

IEEE-Access-Modular-Template/
├── access.tex              # MAIN file — wires everything together (compile this)
├── sections/
│   ├── 00_title.tex        # title, authors, affiliations, funding footnote
│   ├── 00_abstract.tex     # abstract + index terms (keywords)
│   ├── 01_introduction.tex
│   ├── 02_related_work.tex
│   ├── 03_method.tex       # equation / figure / table / algorithm examples
│   ├── 04_results.tex      # full-width figure & table examples
│   ├── 05_conclusion.tex
│   ├── 06_acknowledgment.tex
│   ├── 07_references.tex   # manual thebibliography (or switch to BibTeX)
│   └── 08_biographies.tex  # author biographies
├── images/                 # put all figures/photos here
├── ieeeaccess.cls          # IEEE Access document class
├── IEEEtran.cls / .bst     # support for biographies & BibTeX
├── spotcolor.sty
└── t1-*.pfb / .tfm / .fd   # bundled fonts (Formata, Giovanni, Times)

Requirements

You only need a LaTeX distribution — there is nothing else to install.

  • Overleaf — works immediately, nothing to set up. Just upload the folder.
  • TeX Live (full) — works out of the box.
  • MiKTeX — works too; if it reports a missing package on the first compile, let it install on the fly (MiKTeX downloads missing packages automatically), or enable it once with: initexmf --set-config-value "[MPM]AutoInstall=1".

Bundled with this repo (no installation needed): the document class (ieeeaccess.cls), IEEEtran.cls/.bst, spotcolor.sty, and all fonts (t1-*.pfb/.tfm/.fd/.map).

Standard CTAN packages used (all included in a full TeX Live / Overleaf, auto-installed by MiKTeX): cite, amsmath, amssymb, amsfonts, algorithm, algorithmic, graphicx, textcomp, booktabs, multirow, array, pifont, placeins, bm, stfloats, etoolbox, hyperref.

How to build

Com

相关仓库与替代方案

根据分类、Topic 和编程语言匹配的相似项目。

Polaris-Aeterna
Polaris-Aeterna GitHub avatar

loom-notes

Loom is a XeLaTeX document class for creating interactive study notes that combine readable exposition with fill-in-the-blank exercises and proof skeletons to promote active recall.

TeX
135
dct-cell
dct-cell GitHub avatar

erdos

A repository hosting proposed solutions and related work for problems from the Erdős Problems database, currently featuring a single paper on Problem 1005 regarding the Mayer–Erdős phenomenon for Farey sequences.

TeX
7
MohaElbadry
MohaElbadry GitHub avatar

PFE-Report-Template-Latex

A LaTeX template for an end-of-studies engineering report (PFE) with pre-filled placeholders and example text, structured for English content with a French résumé.

TeX
7