spin_paper/current/main_document.tex

28 lines
1.0 KiB
TeX

% main_document.tex
% "Atoms are Balls" - Version 23
% Git repository: https://git.esus.name/esus/spin_paper
%
% This is the main file that combines all sections
% Compile this file to generate the complete paper
%
% File structure:
% - main_header.tex: Document setup, title, abstract, introduction
% - theory_atoms.tex: Multi-atom analysis proving atoms are 3D balls
% - philosophical_considerations.tex: Quantum gravity implications
% - examples_explorations.tex: Applications to other scales
% - observations_discussion.tex: Tests, predictions, and conclusions
% Include the header with title, abstract, and introduction
\input{main_header.tex}
% Include the core theory: atoms are balls across the periodic table
\input{theory_atoms.tex}
% Include philosophical implications and quantum gravity connection
\input{philosophical_considerations.tex}
% Include exploratory applications at other scales
\input{examples_explorations.tex}
% Include observational tests, predictions, and final discussion
\input{observations_discussion.tex}