**Motivations:** - Traçabilité et cohérence du livre v0 (phrasé méta, lexique, citations) **Correctifs:** - Phrasé méta neutre (ch10-14), crossref (ch11), lexique (ch15-16) - Admissibilité des citations (ch1) - Tableaux Markdown pipe final (ch8) - Artifacts filecite, sync introduction/fermeture - Corruption LaTeX indices - Lexique futur accessible globalement **Pages affectées:** - v0/chapitre3-8.md, v0/livre.md - fixKnowledge/ : 2026-02-17-v0-chapter1-admissibility-citations, v0-livre-ch8-markdown-table-trailing-pipe, v0-livre-ch10-16-neutral-*, v0-livre-filecite-artifacts, v0-livre-introduction-fermeture-sync, v0-livre-latex-subscript-corruption, v0-livre-lexicon-futur-accessible-global, v0-livre-neutral-meta-phrasing-global Co-authored-by: Cursor <cursoragent@cursor.com>
48 lines
1.2 KiB
Markdown
48 lines
1.2 KiB
Markdown
---
|
||
author: 4NK Team
|
||
date: 2026-02-17
|
||
scope: v0/livre.md
|
||
type: fix
|
||
---
|
||
|
||
# Fix: stray `filecite` artifacts in `v0/livre.md`
|
||
|
||
## Problem
|
||
|
||
`v0/livre.md` contained non-Markdown inline artifacts of the form:
|
||
|
||
- `\uE200filecite\uE202turn2file0\uE201`
|
||
- `\uE200filecite\uE202turn2file5\uE201`
|
||
|
||
These markers are not part of the book’s intended source text and are not present in `v0/chapitre5.md`.
|
||
|
||
## Impacts
|
||
|
||
- Pollutes the book text with non-standard characters.
|
||
- Breaks copy/paste and may break downstream Markdown processing/rendering.
|
||
- Creates divergence between `v0/chapitre5.md` and the compiled `v0/livre.md`.
|
||
|
||
## Cause
|
||
|
||
Two occurrences of `filecite` artifacts were embedded inline in Chapter 5 in `v0/livre.md`.
|
||
|
||
## Root cause
|
||
|
||
Unknown editing or transformation step inserted citation placeholders into the compiled book file.
|
||
|
||
## Fix applied
|
||
|
||
In `v0/livre.md`, removed the two inline `filecite` markers found in Chapter 5.
|
||
|
||
## Affected pages
|
||
|
||
- `v0/livre.md`
|
||
|
||
## Deployment / regeneration considerations
|
||
|
||
- If `v0/livre.md` is regenerated by a build script, ensure the generation pipeline does not introduce these placeholders.
|
||
|
||
## Analysis / verification steps
|
||
|
||
- Search `v0/livre.md` for `filecite` / `turn2file` and remove any occurrences.
|