task 1189: task 1139 후속 미주/수식 정합 보정#1194
Merged
Merged
Conversation
3-09월_교육_통합_2023 19쪽 미주 흐름과 3-11월_실전_통합_2022 10~12쪽/14쪽/17쪽 후속 정합을 보정했다. 수식 렌더링 Y축 스케일 과적용을 제거하고, HWP 변화표 대문자 대각 화살표 토큰을 매핑했다. 검증: cargo fmt --all --check; git diff --check; cargo test --test issue_1139_inline_picture_duplicate -- --nocapture; cargo test --tests; wasm-pack build --target web --out-dir pkg
U+FFFC 인라인 객체 placeholder를 텍스트 폭에서 제외해 3-11월 실전 통합 2022 1쪽 문1) 수식 위치를 PDF/한컴 기준에 맞춘다. 검증: cargo test --test issue_1139_inline_picture_duplicate -- --nocapture 검증: cargo test --tests 검증: wasm-pack build --target web --out-dir pkg
edwardkim
added a commit
that referenced
this pull request
May 31, 2026
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
edwardkim
added a commit
that referenced
this pull request
May 31, 2026
edwardkim
added a commit
that referenced
this pull request
May 31, 2026
…m fallback 추적 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
변경 내용
3-09월_교육_통합_2023.hwp19쪽 미주 흐름에서 문29) 꼬리 내용이 페이지 하단으로 밀리는 문제를 보정했습니다.3-11월_실전_통합_2022.hwp10~12쪽, 14쪽, 17쪽의 미주 수식 흐름과 문28)/문19) 정합 문제를 후속 보정했습니다.3-11월_실전_통합_2022.hwp1쪽 문1) 앞의 보이지 않는U+FFFC인라인 객체 placeholder가 텍스트 폭에 포함되어 첫 수식이 오른쪽으로 밀리던 문제를 수정했습니다.원인
SEARROW/NEARROW토큰이 화살표 기호로 매핑되지 않는 케이스가 있었습니다.검증
cargo fmt --all --checkcargo test --test issue_1139_inline_picture_duplicate -- --nocapturecargo test --testswasm-pack build --target web --out-dir pkgoutput/task1189_*아래에 생성해 확인했습니다. SVG→PNG 변환은rsvg-convert기준입니다.Closes #1189