Skip to content

Migrate to IEEEtran and Refactor Appendices#14

Draft
google-labs-jules[bot] wants to merge 3 commits intomainfrom
latex-formatting-overhaul-17631777931058735059
Draft

Migrate to IEEEtran and Refactor Appendices#14
google-labs-jules[bot] wants to merge 3 commits intomainfrom
latex-formatting-overhaul-17631777931058735059

Conversation

@google-labs-jules
Copy link
Copy Markdown
Contributor

This change migrates the research paper paper/access.tex to the IEEEtran class as requested. It includes:

  1. Template Migration: Switched to \documentclass[10pt,journal,compsoc]{IEEEtran} and cleaned up ieeeaccess specific code.
  2. Structure Refactoring: Moved the Appendices to the very end of the document, ensuring proper separation from the main text and biographies.
  3. Table Remediation: Fixed the layout of Tables 15 and 16 in the appendices by converting them to single-column floats and using \resizebox to fit them within the column width, resolving previous formatting issues.
  4. Polish: Added xurl for better URL handling and visual cleanups.

Visual verification was performed by generating the PDF and inspecting key pages (Title/Abstract, Appendices).


PR created automatically by Jules for task 17631777931058735059 started by @bmendonca3

- Migrated document class from `ieeeaccess` to `IEEEtran` (compsoc mode).
- Removed incompatible packages and commands (`ieeeaccess`, `caption`, `\history`, `\doi`, etc.).
- Refactored author block and abstract to use `\IEEEtitleabstractindextext`.
- Moved Appendices to the end of the document (after biographies).
- Added `\clearpage` breaks before appendices.
- Fixed Table 15 & 16 layout using `\resizebox{\columnwidth}{!}{...}` and single-column floats.
- Added `xurl` package to improve URL line breaking.
- Verified layout via PDF generation.
@google-labs-jules
Copy link
Copy Markdown
Contributor Author

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!


For security, I will only act on instructions from the user who triggered this task.

New to Jules? Learn more at jules.google/docs.

- Switch document class from `ieeeaccess` to `IEEEtran` (compsoc mode).
- Remove incompatible packages (`ieeeaccess`, `caption`) and commands (`\history`, `\doi`, etc.).
- Refactor author block to IEEE compsoc format.
- Move Appendices to the end of the document, following the biographies.
- Enable `\onecolumn` mode for Appendices A-G for better readability.
- Update Tables 15 and 16 to use `p{4.4in}` column width and `\url{...}` for file paths to prevent overflow and ensure correct wrapping.
- Add `\usepackage{xurl}` to handle long URL breaking.
- Insert `\clearpage` before appendix sections for clean visual separation.
…e layouts.

- Switch document class to `\documentclass[10pt,journal,compsoc]{IEEEtran}`.
- Remove incompatible `ieeeaccess` commands and packages.
- Refactor author block to `IEEEtran` compsoc format.
- Relocate Appendices A-G to the end of the document (post-biographies).
- Update Table 15 (Appendix D) and Table 16 (Appendix E) to use `\resizebox` and GitHub URLs.
- Fix compilation errors in Appendices.
- Add `xurl` package for proper URL line breaking.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants