Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Layout improvements for etable, in particular for LaTex output #583

Merged
merged 33 commits into from
Aug 22, 2024
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
c9da5c1
Added feature to relabel variables in etable
dsliwka Aug 9, 2024
0b60738
Added explanation of relabeling feature
dsliwka Aug 9, 2024
3bb0748
update etable docstring for order of keep, drop, label, felabels
s3alfisc Aug 9, 2024
3a723c4
add API tests
s3alfisc Aug 9, 2024
0433f74
test only felabels
s3alfisc Aug 9, 2024
5b087f2
Merge branch 'master' of https://github.com/dsliwka/pyfixest
dsliwka Aug 10, 2024
f55aab5
Regression table layout improvements; latex table layout; custom mode…
dsliwka Aug 16, 2024
dbe9713
update stargazer nb on with new features
s3alfisc Aug 17, 2024
27411e0
small cleanups
s3alfisc Aug 17, 2024
2b7dadb
PR allows newline in tex
s3alfisc Aug 19, 2024
3484071
update readme
s3alfisc Aug 19, 2024
3f78e83
add tests
s3alfisc Aug 19, 2024
954eca4
small update
s3alfisc Aug 19, 2024
f88a43a
bring back Dirk's notebook changes
s3alfisc Aug 19, 2024
6014d39
bring back Dirks nb
s3alfisc Aug 19, 2024
1c2a416
delete fls changes
s3alfisc Aug 19, 2024
19a54e7
Small layout changes for type="df"
dsliwka Aug 21, 2024
d22521e
Merge branch 'etables--Layout-Latex-Tables' of https://github.com/dsl…
dsliwka Aug 21, 2024
f665a40
Option to print latex string in etable
dsliwka Aug 21, 2024
e73ef4f
Set default of print_tex to False (Reason: A user who includes the ta…
dsliwka Aug 21, 2024
d0a2e8c
Edited the Stargazer notebook to document latex output and the use in…
dsliwka Aug 21, 2024
455af84
Few edits in documentation
dsliwka Aug 21, 2024
879bf27
Corrected mistake I made in earlier commit
dsliwka Aug 21, 2024
ca00022
Display YAML code for quarto example as plain text
dsliwka Aug 21, 2024
28ab18b
Update YAML code for quarto example as plain text
dsliwka Aug 21, 2024
24c921a
As the inclusion of the quarto example in the Stargazer notebook caus…
dsliwka Aug 21, 2024
e57e73c
do not run, only format python code in quarto example
s3alfisc Aug 21, 2024
a8c209c
install tinytex in github action
s3alfisc Aug 21, 2024
7eb423b
add API test for print_tex argument
s3alfisc Aug 21, 2024
60c1158
Allow to hide fixed effects and se-type rows. Allow to add custom mod…
dsliwka Aug 22, 2024
c17c59f
Explain the new features in the Stargazer notebook
dsliwka Aug 22, 2024
ab7730a
Update documentation
dsliwka Aug 22, 2024
57f3dbd
fix small typos
s3alfisc Aug 22, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .coverage
Binary file not shown.
Binary file added docs/latexdocs/SampleTableDoc.pdf
Binary file not shown.
46 changes: 46 additions & 0 deletions docs/latexdocs/SampleTableDoc.tex
s3alfisc marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
\documentclass{article}%
\usepackage[T1]{fontenc}%
\usepackage[utf8]{inputenc}%
\usepackage{lmodern}%
\usepackage{textcomp}%
\usepackage{lastpage}%
\usepackage{booktabs}%
\usepackage{threeparttable}%
\usepackage{makecell}%
%
%
%
\begin{document}%
\normalsize%
\section{A PyFixest LateX Table}%
\label{sec:APyFixestLateXTable}%


\begin{table}[htbp]%
\renewcommand\cellalign{t}
\begin{threeparttable}
\begin{tabular}{lcccccc}
\toprule
& \multicolumn{3}{c}{Y} & \multicolumn{3}{c}{Y2} \\
\cmidrule(lr){2-4} \cmidrule(lr){5-7}
& (1) & (2) & (3) & (4) & (5) & (6) \\
\midrule
X1 & \makecell{-0.95*** \\ (0.07)} & \makecell{-0.92*** \\ (0.06)} & \makecell{-0.92*** \\ (0.06)} & \makecell{-1.27*** \\ (0.17)} & \makecell{-1.23*** \\ (0.19)} & \makecell{-1.23*** \\ (0.19)} \\
X2 & \makecell{-0.17*** \\ (0.02)} & \makecell{-0.17*** \\ (0.01)} & \makecell{-0.19*** \\ (0.03)} & \makecell{-0.13*** \\ (0.04)} & \makecell{-0.12*** \\ (0.04)} & \makecell{-0.07 \\ (0.10)} \\
X1:X2 & & & \makecell{0.01 \\ (0.02)} & & & \makecell{-0.04 \\ (0.08)} \\
\midrule
f2 & - & x & x & - & x & x \\
f1 & x & x & x & x & x & x \\
\midrule
$R^2$ & 0.49 & 0.66 & 0.66 & 0.12 & 0.17 & 0.17 \\
S.E. type & by: f1 & by: f1 & by: f1 & by: f1 & by: f1 & by: f1 \\
Observations & 997 & 997 & 997 & 998 & 998 & 998 \\
\bottomrule
\end{tabular}
\footnotesize Significance levels: $*$ p $<$ 0.1, $**$ p $<$ 0.05, $***$ p $<$ 0.01. Format of coefficient cell: Coefficient
(Std. Error)
\end{threeparttable}%
\end{table}

%
\end{document}
7 changes: 7 additions & 0 deletions docs/latexdocs/SampleTableDoc2.aux
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
\relax
\@writefile{toc}{\contentsline {section}{\numberline {1}A PyFixest LateX Table}{1}{}\protected@file@percent }
\newlabel{sec:APyFixestLateXTable}{{1}{1}}
\newlabel{LastPage}{{}{1}}
\xdef\lastpage@lastpage{1}
\gdef\lastpage@lastpageHy{}
\gdef \@abspage@last{1}
56 changes: 56 additions & 0 deletions docs/latexdocs/SampleTableDoc2.fdb_latexmk
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# Fdb version 3
["pdflatex"] 1723814157 "c:/Users/dirks/OneDrive/Python/GitHubForks/pyfixest/docs/latexdocs/SampleTableDoc2.tex" "SampleTableDoc2.pdf" "SampleTableDoc2" 1723814158
"SampleTableDoc2.aux" 1723814158 267 637dcd87d1eae1e7e692a1f7dc672d22 "pdflatex"
"SampleTableDoc2.tex" 1723814110 1909 eca8421f3a78abad9337c7c556f97a53 ""
"c:/Users/dirks/OneDrive/Python/GitHubForks/pyfixest/docs/latexdocs/SampleTableDoc2.tex" 1723814110 1909 eca8421f3a78abad9337c7c556f97a53 ""
"c:/texlive/2021/texmf-dist/fonts/enc/dvips/lm/lm-ec.enc" 1647607589 2375 baa924870cfb487815765f9094cf3728 ""
"c:/texlive/2021/texmf-dist/fonts/enc/dvips/lm/lm-mathit.enc" 1647607589 2405 5dcf2c1b967ee25cc46c58cd52244aed ""
"c:/texlive/2021/texmf-dist/fonts/enc/dvips/lm/lm-mathsy.enc" 1647607589 2840 216e6e45ad352e2456e1149f28885bee ""
"c:/texlive/2021/texmf-dist/fonts/enc/dvips/lm/lm-rm.enc" 1647607589 2327 9d6df24f9c4f7368395224341a95523a ""
"c:/texlive/2021/texmf-dist/fonts/map/fontname/texfonts.map" 1647606767 3524 cb3e574dea2d1052e39280babc910dc8 ""
"c:/texlive/2021/texmf-dist/fonts/tfm/jknappen/ec/ecrm1000.tfm" 1647606478 3584 adb004a0c8e7c46ee66cad73671f37b4 ""
"c:/texlive/2021/texmf-dist/fonts/tfm/public/lm/ec-lmbx12.tfm" 1647607589 12088 d750ac78274fa7c9f73ba09914c04f8a ""
"c:/texlive/2021/texmf-dist/fonts/tfm/public/lm/ec-lmr10.tfm" 1647607589 12056 7e13df7fe4cbce21b072ba7c4f4deb6e ""
"c:/texlive/2021/texmf-dist/fonts/tfm/public/lm/ec-lmr12.tfm" 1647607589 12092 7b1546e2d096cfd5dcbd4049b0b1ec2e ""
"c:/texlive/2021/texmf-dist/fonts/tfm/public/lm/ec-lmr8.tfm" 1647607589 12064 9b9ade9f64cb32ce1d9a88d21fbd5c2d ""
"c:/texlive/2021/texmf-dist/fonts/tfm/public/lm/lmex10.tfm" 1647607589 992 ce925c9346c7613270a79afbee98c070 ""
"c:/texlive/2021/texmf-dist/fonts/tfm/public/lm/lmmi10.tfm" 1647607589 1528 6d36b2385e0ca062a654de6ac59cb34f ""
"c:/texlive/2021/texmf-dist/fonts/tfm/public/lm/lmmi5.tfm" 1647607589 1508 51526923e80e59e37a4e87448b5af6e0 ""
"c:/texlive/2021/texmf-dist/fonts/tfm/public/lm/lmmi7.tfm" 1647607589 1528 d5b028dd23da623848ef0645c96a1ed7 ""
"c:/texlive/2021/texmf-dist/fonts/tfm/public/lm/lmsy10.tfm" 1647607589 1308 02cc510f9dd6012e5815d0c0ffbf6869 ""
"c:/texlive/2021/texmf-dist/fonts/tfm/public/lm/lmsy5.tfm" 1647607589 1296 54ed1a711e2303d5282575278e3620b0 ""
"c:/texlive/2021/texmf-dist/fonts/tfm/public/lm/lmsy7.tfm" 1647607589 1304 32f22a15acc296b2a4e15698403dcb88 ""
"c:/texlive/2021/texmf-dist/fonts/tfm/public/lm/rm-lmr10.tfm" 1647607589 11868 4f81e9b6033c032bdaf9884f4d7ef412 ""
"c:/texlive/2021/texmf-dist/fonts/tfm/public/lm/rm-lmr5.tfm" 1647607589 11804 aefb10c002e6492c25236524a447f969 ""
"c:/texlive/2021/texmf-dist/fonts/tfm/public/lm/rm-lmr7.tfm" 1647607589 11852 5a9022f105fd1ee2797df861e79ae9a0 ""
"c:/texlive/2021/texmf-dist/fonts/type1/public/lm/lmbx12.pfb" 1647607589 116908 9a7a12d1e4df280ea0ab4aad83cdef88 ""
"c:/texlive/2021/texmf-dist/fonts/type1/public/lm/lmmi10.pfb" 1647607589 30388 702fae6a5f0e6e9c48a1d872b442ffcf ""
"c:/texlive/2021/texmf-dist/fonts/type1/public/lm/lmr10.pfb" 1647607589 119235 05e5c8d6d60439433e50047898c2c0e0 ""
"c:/texlive/2021/texmf-dist/fonts/type1/public/lm/lmr7.pfb" 1647607589 121145 00b210fbe9efd7ce850c04e64670de9a ""
"c:/texlive/2021/texmf-dist/fonts/type1/public/lm/lmr8.pfb" 1647607589 122174 a2d5e73f396ddbeb3bdf5c79aea0993d ""
"c:/texlive/2021/texmf-dist/fonts/type1/public/lm/lmsy10.pfb" 1647607589 27863 09ce3735688ffde955e72da27c95b61a ""
"c:/texlive/2021/texmf-dist/tex/latex/base/article.cls" 1647607411 20144 8a7de377ae7a11ee924a7499611f5a9d ""
"c:/texlive/2021/texmf-dist/tex/latex/base/fontenc.sty" 1647607411 4946 461cc78f6f26901410d9f1d725079cc6 ""
"c:/texlive/2021/texmf-dist/tex/latex/base/inputenc.sty" 1647607411 5049 969aec05d5f39c43f8005910498fcf90 ""
"c:/texlive/2021/texmf-dist/tex/latex/base/size10.clo" 1647607411 8448 96f18c76bf608a36ee6fbf021ac1dd32 ""
"c:/texlive/2021/texmf-dist/tex/latex/base/textcomp.sty" 1647607411 2894 55431114fc0e491ecee275edafd6c881 ""
"c:/texlive/2021/texmf-dist/tex/latex/booktabs/booktabs.sty" 1647605898 6078 f1cb470c9199e7110a27851508ed7a5c ""
"c:/texlive/2021/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def" 1647607383 29921 d0acc05a38bd4aa3af2017f0b7c137ce ""
"c:/texlive/2021/texmf-dist/tex/latex/lastpage/lastpage.sty" 1647607410 10253 d1fb80bca50ae6aa432ccf86e6663bd0 ""
"c:/texlive/2021/texmf-dist/tex/latex/lm/lmodern.sty" 1647607589 1608 b00724785a9e9c599e5181bb8729160b ""
"c:/texlive/2021/texmf-dist/tex/latex/lm/omllmm.fd" 1647607589 890 57f5adccd504fb5c98bdf99ed7e7f195 ""
"c:/texlive/2021/texmf-dist/tex/latex/lm/omslmsy.fd" 1647607589 807 3de192f3efa968913bd2f096a7b430d8 ""
"c:/texlive/2021/texmf-dist/tex/latex/lm/omxlmex.fd" 1647607589 568 a5494d810f2680caf10205cd1226c76c ""
"c:/texlive/2021/texmf-dist/tex/latex/lm/ot1lmr.fd" 1647607589 1882 28c08db1407ebff35a658fd141753d16 ""
"c:/texlive/2021/texmf-dist/tex/latex/lm/t1lmr.fd" 1647607589 1867 996fe743d88a01aca041ed22cc10e1bb ""
"c:/texlive/2021/texmf-dist/tex/latex/makecell/makecell.sty" 1647607745 15773 2dd7dde1ec1c2a3d0c85bc3b273e04d8 ""
"c:/texlive/2021/texmf-dist/tex/latex/threeparttable/threeparttable.sty" 1647609342 13506 a4e71a27db1a69b6fabada5beebf0844 ""
"c:/texlive/2021/texmf-dist/tex/latex/tools/array.sty" 1647609459 12694 6c23725d50ab9d1e2d3ce482c58ffcf3 ""
"c:/texlive/2021/texmf-dist/web2c/texmf.cnf" 1647605470 40042 fe981136cbb5f3715ab1b0e46e3d3892 ""
"c:/texlive/2021/texmf-var/fonts/map/pdftex/updmap/pdftex.map" 1647609999 4448422 1ce8db434ffa4259b75148f2b12051ea ""
"c:/texlive/2021/texmf-var/web2c/pdftex/pdflatex.fmt" 1647610097 2826124 203992d6c3e618f4cb7ac80be8667715 ""
"c:/texlive/2021/texmf.cnf" 1647609974 713 e69b156964470283e0530f5060668171 ""
(generated)
"SampleTableDoc2.aux"
"SampleTableDoc2.log"
"SampleTableDoc2.pdf"
184 changes: 184 additions & 0 deletions docs/latexdocs/SampleTableDoc2.fls
Original file line number Diff line number Diff line change
@@ -0,0 +1,184 @@
PWD c:/Users/dirks/OneDrive/Python/GitHubForks/pyfixest/docs/latexdocs
INPUT c:/texlive/2021/texmf.cnf
INPUT c:/texlive/2021/texmf-dist/web2c/texmf.cnf
INPUT c:/texlive/2021/texmf-var/web2c/pdftex/pdflatex.fmt
INPUT c:/Users/dirks/OneDrive/Python/GitHubForks/pyfixest/docs/latexdocs/SampleTableDoc2.tex
OUTPUT SampleTableDoc2.log
INPUT c:/texlive/2021/texmf-dist/tex/latex/base/article.cls
INPUT c:/texlive/2021/texmf-dist/tex/latex/base/article.cls
INPUT c:/texlive/2021/texmf-dist/tex/latex/base/article.cls
INPUT c:/texlive/2021/texmf-dist/tex/latex/base/article.cls
INPUT c:/texlive/2021/texmf-dist/tex/latex/base/article.cls
INPUT c:/texlive/2021/texmf-dist/tex/latex/base/article.cls
INPUT c:/texlive/2021/texmf-dist/tex/latex/base/article.cls
INPUT c:/texlive/2021/texmf-dist/tex/latex/base/article.cls
INPUT c:/texlive/2021/texmf-dist/tex/latex/base/article.cls
INPUT c:/texlive/2021/texmf-dist/tex/latex/base/article.cls
INPUT c:/texlive/2021/texmf-dist/tex/latex/base/article.cls
INPUT c:/texlive/2021/texmf-dist/tex/latex/base/size10.clo
INPUT c:/texlive/2021/texmf-dist/tex/latex/base/size10.clo
INPUT c:/texlive/2021/texmf-dist/tex/latex/base/size10.clo
INPUT c:/texlive/2021/texmf-dist/tex/latex/base/size10.clo
INPUT c:/texlive/2021/texmf-dist/tex/latex/base/fontenc.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/base/fontenc.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/base/fontenc.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/base/fontenc.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/base/fontenc.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/base/fontenc.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/base/fontenc.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/base/fontenc.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/base/fontenc.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/base/fontenc.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/base/fontenc.sty
INPUT c:/texlive/2021/texmf-dist/fonts/map/fontname/texfonts.map
INPUT c:/texlive/2021/texmf-dist/fonts/tfm/jknappen/ec/ecrm1000.tfm
INPUT c:/texlive/2021/texmf-dist/tex/latex/base/inputenc.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/base/inputenc.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/base/inputenc.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/base/inputenc.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/base/inputenc.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/base/inputenc.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/base/inputenc.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/base/inputenc.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/base/inputenc.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/base/inputenc.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/base/inputenc.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/lm/lmodern.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/lm/lmodern.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/lm/lmodern.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/lm/lmodern.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/lm/lmodern.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/lm/lmodern.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/lm/lmodern.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/lm/lmodern.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/lm/lmodern.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/lm/lmodern.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/lm/lmodern.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/base/textcomp.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/base/textcomp.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/base/textcomp.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/base/textcomp.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/base/textcomp.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/base/textcomp.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/base/textcomp.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/base/textcomp.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/base/textcomp.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/base/textcomp.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/base/textcomp.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/lastpage/lastpage.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/lastpage/lastpage.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/lastpage/lastpage.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/lastpage/lastpage.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/lastpage/lastpage.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/lastpage/lastpage.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/lastpage/lastpage.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/lastpage/lastpage.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/lastpage/lastpage.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/lastpage/lastpage.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/lastpage/lastpage.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/booktabs/booktabs.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/booktabs/booktabs.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/booktabs/booktabs.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/booktabs/booktabs.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/booktabs/booktabs.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/booktabs/booktabs.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/booktabs/booktabs.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/booktabs/booktabs.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/booktabs/booktabs.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/booktabs/booktabs.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/booktabs/booktabs.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/threeparttable/threeparttable.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/threeparttable/threeparttable.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/threeparttable/threeparttable.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/threeparttable/threeparttable.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/threeparttable/threeparttable.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/threeparttable/threeparttable.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/threeparttable/threeparttable.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/threeparttable/threeparttable.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/threeparttable/threeparttable.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/threeparttable/threeparttable.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/threeparttable/threeparttable.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/makecell/makecell.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/makecell/makecell.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/makecell/makecell.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/makecell/makecell.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/makecell/makecell.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/makecell/makecell.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/makecell/makecell.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/makecell/makecell.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/makecell/makecell.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/makecell/makecell.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/makecell/makecell.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/tools/array.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/tools/array.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/tools/array.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/tools/array.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/tools/array.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/tools/array.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/tools/array.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/tools/array.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/tools/array.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/tools/array.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/tools/array.sty
INPUT c:/texlive/2021/texmf-dist/tex/latex/lm/t1lmr.fd
INPUT c:/texlive/2021/texmf-dist/tex/latex/lm/t1lmr.fd
INPUT c:/texlive/2021/texmf-dist/tex/latex/lm/t1lmr.fd
INPUT c:/texlive/2021/texmf-dist/tex/latex/lm/t1lmr.fd
INPUT c:/texlive/2021/texmf-dist/fonts/tfm/public/lm/ec-lmr10.tfm
INPUT c:/texlive/2021/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def
INPUT c:/texlive/2021/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def
INPUT c:/texlive/2021/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def
INPUT c:/texlive/2021/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def
INPUT c:/texlive/2021/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def
INPUT c:/texlive/2021/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def
INPUT c:/texlive/2021/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def
INPUT c:/texlive/2021/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def
INPUT c:/texlive/2021/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def
INPUT c:/texlive/2021/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def
INPUT c:/texlive/2021/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def
INPUT ./SampleTableDoc2.aux
INPUT SampleTableDoc2.aux
INPUT SampleTableDoc2.aux
OUTPUT SampleTableDoc2.aux
INPUT c:/texlive/2021/texmf-dist/fonts/tfm/public/lm/ec-lmr12.tfm
INPUT c:/texlive/2021/texmf-dist/fonts/tfm/public/lm/ec-lmbx12.tfm
INPUT c:/texlive/2021/texmf-dist/tex/latex/lm/ot1lmr.fd
INPUT c:/texlive/2021/texmf-dist/tex/latex/lm/ot1lmr.fd
INPUT c:/texlive/2021/texmf-dist/tex/latex/lm/ot1lmr.fd
INPUT c:/texlive/2021/texmf-dist/tex/latex/lm/ot1lmr.fd
INPUT c:/texlive/2021/texmf-dist/fonts/tfm/public/lm/rm-lmr10.tfm
INPUT c:/texlive/2021/texmf-dist/fonts/tfm/public/lm/rm-lmr7.tfm
INPUT c:/texlive/2021/texmf-dist/fonts/tfm/public/lm/rm-lmr5.tfm
INPUT c:/texlive/2021/texmf-dist/tex/latex/lm/omllmm.fd
INPUT c:/texlive/2021/texmf-dist/tex/latex/lm/omllmm.fd
INPUT c:/texlive/2021/texmf-dist/tex/latex/lm/omllmm.fd
INPUT c:/texlive/2021/texmf-dist/tex/latex/lm/omllmm.fd
INPUT c:/texlive/2021/texmf-dist/fonts/tfm/public/lm/lmmi10.tfm
INPUT c:/texlive/2021/texmf-dist/fonts/tfm/public/lm/lmmi7.tfm
INPUT c:/texlive/2021/texmf-dist/fonts/tfm/public/lm/lmmi5.tfm
INPUT c:/texlive/2021/texmf-dist/tex/latex/lm/omslmsy.fd
INPUT c:/texlive/2021/texmf-dist/tex/latex/lm/omslmsy.fd
INPUT c:/texlive/2021/texmf-dist/tex/latex/lm/omslmsy.fd
INPUT c:/texlive/2021/texmf-dist/tex/latex/lm/omslmsy.fd
INPUT c:/texlive/2021/texmf-dist/fonts/tfm/public/lm/lmsy10.tfm
INPUT c:/texlive/2021/texmf-dist/fonts/tfm/public/lm/lmsy7.tfm
INPUT c:/texlive/2021/texmf-dist/fonts/tfm/public/lm/lmsy5.tfm
INPUT c:/texlive/2021/texmf-dist/tex/latex/lm/omxlmex.fd
INPUT c:/texlive/2021/texmf-dist/tex/latex/lm/omxlmex.fd
INPUT c:/texlive/2021/texmf-dist/tex/latex/lm/omxlmex.fd
INPUT c:/texlive/2021/texmf-dist/tex/latex/lm/omxlmex.fd
INPUT c:/texlive/2021/texmf-dist/fonts/tfm/public/lm/lmex10.tfm
INPUT c:/texlive/2021/texmf-dist/fonts/tfm/public/lm/ec-lmr8.tfm
OUTPUT SampleTableDoc2.pdf
INPUT c:/texlive/2021/texmf-var/fonts/map/pdftex/updmap/pdftex.map
INPUT SampleTableDoc2.aux
INPUT c:/texlive/2021/texmf-dist/fonts/enc/dvips/lm/lm-ec.enc
INPUT c:/texlive/2021/texmf-dist/fonts/enc/dvips/lm/lm-rm.enc
INPUT c:/texlive/2021/texmf-dist/fonts/enc/dvips/lm/lm-mathit.enc
INPUT c:/texlive/2021/texmf-dist/fonts/enc/dvips/lm/lm-mathsy.enc
INPUT c:/texlive/2021/texmf-dist/fonts/type1/public/lm/lmbx12.pfb
INPUT c:/texlive/2021/texmf-dist/fonts/type1/public/lm/lmmi10.pfb
INPUT c:/texlive/2021/texmf-dist/fonts/type1/public/lm/lmr10.pfb
INPUT c:/texlive/2021/texmf-dist/fonts/type1/public/lm/lmr7.pfb
INPUT c:/texlive/2021/texmf-dist/fonts/type1/public/lm/lmr8.pfb
INPUT c:/texlive/2021/texmf-dist/fonts/type1/public/lm/lmsy10.pfb
Loading