Skip to content

Commit ab0d251

Browse files
pwt-cdclaude
andcommitted
FIX: Remove hardcoded version from PDF LaTeX source
- Remove hardcoded "Version: 3.2.2" comment from boost-spec.tex - Replace with generic comment about schema-driven build system - Keep {{VERSION}} placeholder for build system replacement - Resolves PDF version synchronization issue where PDF showed outdated version - Ensures PDF version matches git tags via build system automation 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 3c35882 commit ab0d251

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drafts/current/specifications/boost-spec.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
% ================================
66
% Main LaTeX document for BOOST W3C Community Group Specification
77
% Utilizes boost-spec.sty package for professional W3C formatting
8-
% Version: 3.2.2 - Executive Summary Implementation and Documentation Consistency
8+
% Generated from schema-driven specification build system
99

1010
\usepackage{boost-spec}
1111
\usepackage[utf8]{inputenc}
@@ -196,7 +196,7 @@ \section{Data Model Architecture}
196196
\input{tex/data-model}
197197

198198
% Chapter 6: Complete Entity Definitions
199-
\section{Complete Entity Definitions}
199+
\section{Core Data Entities}
200200
\label{sec:complete-entities}
201201

202202
% All 7 thematic areas with comprehensive entity tables

0 commit comments

Comments
 (0)