A Native LaTeX Import Study

Ada Lovelace

Grace Hopper

June 2026

Abstract

This article tests a semantic import path for Project Harbor. It keeps meaningful structure editable instead of reproducing page layout.

Contents

Methods

The method uses native PHP and links to the implementation note. A footnote keeps context1 close to its text.

The energy estimate is E=mc2E = mc^2.

α+β=γ\begin{equation} \alpha + \beta = \gamma \label{eq:identity} \end{equation}

f(x)=x2+1g(x)=1x\begin{align} f(x) &= x^2 + 1 \\ g(x) &= \frac{1}{x} \end{align}

  1. Parse source safely.

  2. Never execute TeX packages or shell escapes.

Editable structure is more useful than a simulated printed page.

The import architecture.
The import architecture.
GateScopeStatus
TextParagraphsReady
MediaFiguresReady
Import quality gates.

As shown in Figure 1, the table in 1 supports the method in Methods. Equation 1 remains math. (Knuth 1984; Lamport 1994, pp. 12--14)

Imported Appendix

The local include is parsed through a bounded PHP file resolver. Unknown commands such as \custompublisher{review} remain visible raw TeX instead of being executed or discarded.

References

Knuth 1984

Lamport 1994

  1. Footnotes become WordPress note references.

    Back