28 lines
1.1 KiB
TeX
28 lines
1.1 KiB
TeX
% main_document_v23.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_v23.tex: Document setup, title, abstract, introduction
|
|
% - theory_atoms_v23.tex: Multi-atom analysis proving atoms are 3D balls
|
|
% - philosophical_considerations_v23.tex: Quantum gravity implications
|
|
% - examples_explorations_v23.tex: Applications to other scales
|
|
% - observations_discussion_v23.tex: Tests, predictions, and conclusions
|
|
|
|
% Include the header with title, abstract, and introduction
|
|
\input{main_header_v23.tex}
|
|
|
|
% Include the core theory: atoms are balls across the periodic table
|
|
\input{theory_atoms_v23.tex}
|
|
|
|
% Include philosophical implications and quantum gravity connection
|
|
\input{philosophical_considerations_v23.tex}
|
|
|
|
% Include exploratory applications at other scales
|
|
\input{examples_explorations_v23.tex}
|
|
|
|
% Include observational tests, predictions, and final discussion
|
|
\input{observations_discussion_v23.tex} |