Align charged-ieee with IEEEtran conference mode - #95
Closed
charlesbmi wants to merge 4 commits into
Closed
charlesbmi wants to merge 4 commits into
charlesbmi wants to merge 4 commits into
Conversation
The letter/A4 margins were the original 2023 Typst approximation and were never taken from IEEEtran.cls. IEEE's 2024 conference zip still ships that class (V1.8b), so use its conference-mode text block: 43 pc × 9.25 in, 0.75 in top, 1 pc gutter.
IEEEtran conference mode sets \section to \normalsize\scshape (10pt). The template started at 12pt and typst#50 moved it to 11pt as a visual step toward the class; finish that step.
Heading display already uses I. / A., but refs took the numbering pattern I.A.a), which prints Section II.B. IEEEtran's \thesubsection is I-A.
Member
|
While I appreciate the intent to align the template with guidelines, we do not accept PRs that are implemented or described with AI. This is currently unfortunately only spelled out in our main repository's |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
charged-ieeeis meant to match IEEE conference proceedings, but several layout details still differ from\documentclass[conference]{IEEEtran}. IEEE’s own conference kit says to use that class in conference mode, and the June 2024 LaTeX zip still ships IEEEtran.cls V1.8b (2015-08-26) — the same class, not a newer geometry.This PR takes that class as the source of truth.
Related: #85, #87. #50 already moved some metrics toward IEEEtran (interword spacing, heading size 12pt → 11pt) using V1.8b as the reference.
Summary
Four focused commits:
50pt/216mm, …) and were never updated from IEEEtran. Use the conference-mode text block:\textwidth 43pc,\textheight 9.25in, top0.75in,\columnsep 1pc. A4 keeps that block and only changes leftover margins (as the class documents).\sectionis\normalfont\normalsize\scshape(10pt). Get closer to the standard IEEE conference template #50 went 12pt → 11pt; this finishes the step to 10pt.I./A.; refs usedI.A.a)and printedSection II.B. IEEEtran\thesubsectionisI-A.1)toa). That was intentional but it does not match\thesubsubsectiondis(1)). Restores the pre-Make style closer to IEEE template #31 form. Fixes charged-ieee: incorrect 3rd level heading format #85.Out of scope
typst.toml/ template import): maintainers bump that on release (Get closer to the standard IEEE conference template #50 review).\textheight(integer lines per column). The documented 0.75in / 9.25in / 1in letter box is used instead.History: stale vs intentional
81fad3d)I.A.a)numbering /Section II.BrefsI-A; display third level should be1)1)→a)subsubsection1)#87 also aims at IEEE fidelity but uses the IEEE-IES 2016 Word margin sheet (0.625in sides, 0.25in gutter). That is the Word kit, not IEEEtran conference mode (
43pctext,1pcgutter). This PR keeps the 12pt gutter from #52 and does not take that Word geometry.References
\textheight 9.25in,\columnsep 1pc,\textwidth 43pc,\thesubsection=I-A,\section=\normalsize\scshape,\thesubsubsectiondis=1)).texdated 6/27/2024 uses\documentclass[conference]{IEEEtran}Validation
charged-ieee/lib.typ(Typst 0.14.2)charged-ieee/template/main.typrewritten to import the locallib.typ(2 pages, US Letter)Observed:
(8.5in − 43pc) / 2)Section I.A)