From 3eaac4068fdd07c3c356546a3ea233d2cb2bb75d Mon Sep 17 00:00:00 2001 From: Juicysteak117 <20595808+Juicysteak117@users.noreply.github.com> Date: Sat, 11 Oct 2025 12:44:15 -0700 Subject: [PATCH] Cleaned up repo --- .gitignore | 10 + LaTeXML.cache | Bin 12288 -> 0 bytes LaTeXML.css | 509 -- build.ps1 | 2 +- export/index.html | 4 +- export/pghrt.pdf | 10 +- export/pghrtcss.css | 40 - font/boit.otf | Bin 253980 -> 0 bytes font/bold.otf | Bin 221904 -> 0 bytes font/crm.otf | Bin 235656 -> 0 bytes font/italics.otf | Bin 291936 -> 0 bytes latexml.log | 25 - ltx-article.css | 75 - output_prebuild.html | 3019 -------- pghrt.aux | 293 - pghrt.fdb_latexmk | 106 - pghrt.fls | 218 - pghrt.latexml.log | 100 - pghrt.log | 517 -- pghrt.out | 244 - pghrt.pdf | 16534 ----------------------------------------- pghrt.synctex.gz | Bin 461736 -> 0 bytes pghrt.toc | 244 - pghrtcss.css | 172 - pghrtjs.js | 19 - soup.py | 2 +- 26 files changed, 19 insertions(+), 22124 deletions(-) create mode 100644 .gitignore delete mode 100644 LaTeXML.cache delete mode 100644 LaTeXML.css delete mode 100644 font/boit.otf delete mode 100644 font/bold.otf delete mode 100644 font/crm.otf delete mode 100644 font/italics.otf delete mode 100644 latexml.log delete mode 100644 ltx-article.css delete mode 100644 output_prebuild.html delete mode 100644 pghrt.aux delete mode 100644 pghrt.fdb_latexmk delete mode 100644 pghrt.fls delete mode 100644 pghrt.latexml.log delete mode 100644 pghrt.log delete mode 100644 pghrt.out delete mode 100644 pghrt.pdf delete mode 100644 pghrt.synctex.gz delete mode 100644 pghrt.toc delete mode 100644 pghrtcss.css delete mode 100644 pghrtjs.js diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ff21727 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +*.log +*.cache +*.aux +*.fls +*.fdb_latexmk +*.out +*.gz +*.toc +LaTeXML.css +ltx-article.css \ No newline at end of file diff --git a/LaTeXML.cache b/LaTeXML.cache deleted file mode 100644 index bd9f9140cbd76a66d43703d1a601e0d7315abd2c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12288 zcmeI%J5Iwu5P;z^G6*4|rJ?r)Knfv%mjloQiGqRxMOc*JL?Ufv%* zy!b7xF{z^~p&M^^z0UNy?hyzefB*srAb#ye76voX6 z1Q0*~0R#|0009ILKmY**5SS|v^atJZL7oq{N5k&86(5XSdvVZCPP4P)wzVgDQCfR+ zlZ<-(w6HFDl3V2$X>y%ym3g$=+==2UqDECRyZtQKZ0ye~=rilf>E~r0&f&(N`e00IagfB*srAb .ltx_figure, -.ltx_subfigure > .ltx_figure, -.ltx_subtable > .ltx_figure, -.ltx_subfloat > .ltx_figure { - margin:0em; -} - -/* theorems, figure, tables, floats captions.. */ -/*====================================================================== - Blocks, Lists, Floats */ -.ltx_p, -.ltx_quote, -.ltx_block, -.ltx_logical-block, -.ltx_para { - display: block; } - -/* alignment within blocks */ -.ltx_align_left { text-align:left; } -.ltx_align_right { text-align:right; } -.ltx_align_center { text-align:center; } -.ltx_align_justify { text-align:justify; } -.ltx_align_top { vertical-align:top; } -.ltx_align_bottom { vertical-align:bottom; } -.ltx_align_middle { vertical-align:middle; } -.ltx_align_baseline { vertical-align:baseline; } - -.ltx_align_floatleft { float:left; } -.ltx_align_floatright { float:right; } - -.ltx_td.ltx_align_left, .ltx_th.ltx_align_left, -.ltx_td.ltx_align_right, .ltx_th.ltx_align_right, -.ltx_td.ltx_align_center, .ltx_th.ltx_align_center { white-space:nowrap; } -.ltx_td.ltx_align_left.ltx_wrap, .ltx_th.ltx_align_left.ltx_wrap, -.ltx_td.ltx_align_right.ltx_wrap, .ltx_th.ltx_align_right.ltx_wrap, -.ltx_td.ltx_align_center.ltx_wrap, .ltx_th.ltx_align_center.ltx_wrap, -.ltx_td.ltx_align_justify, .ltx_th.ltx_align_justify { white-space:normal; } - -.ltx_tabular .ltx_tabular { width:100%; } -.ltx_inline-block, -.ltx_inline-logical-block { display:inline-block; } - -/* tabbing is always a standalone paragraph-level construct */ -.ltx_tabular.ltx_tabbing { - display: table; } - -/* avoid padding when aligning adjacent columns, e.g. for split decimals */ -.ltx_norightpad { padding-right:0!important; } -.ltx_noleftpad { padding-left:0!important; } -.ltx_nopad { padding:0!important; } - -/* equations in non-aligned mode (not normally used) */ -.ltx_eqn_div { display:block; width:95%; text-align:center; } - -/* equations in aligned mode (aligning tags, etc as well as equations) */ -.ltx_eqn_table { display:table; width:100%; border-collapse:collapse; } -.ltx_eqn_row { display:table-row; } -.ltx_eqn_cell { display:table-cell; width:auto; } - -/* Padding between column pairs in ams align */ -table.ltx_eqn_align tr.ltx_equation td.ltx_align_left + td.ltx_align_right, -table.ltx_eqn_align tr.ltx_equation td.ltx_align_left + td.ltx_align_center, -table.ltx_eqn_align tr.ltx_equation td.ltx_align_center + td.ltx_align_right, -table.ltx_eqn_align tr.ltx_equation td.ltx_align_center + td.ltx_align_center { padding-left:3em; } -table.ltx_eqn_eqnarray tr.ltx_eqn_lefteqn + tr td.ltx_align_right { min-width:2em; } - -.ltx_eqn_eqno { max-width:0em; overflow:visible; white-space: nowrap; } -.ltx_eqn_eqno.ltx_align_right .ltx_tag { float:right; } - -.ltx_eqn_center_padleft, -.ltx_eqn_center_padright { width:50%; min-width:2em;} -.ltx_eqn_left_padleft, -.ltx_eqn_right_padright { min-width:2em; } -.ltx_eqn_left_padright, -.ltx_eqn_right_padleft { width:100%; } - -/* Various lists */ -.ltx_itemize, -.ltx_enumerate, -.ltx_description { - display:block; } -.ltx_itemize .ltx_item, -.ltx_enumerate .ltx_item { - display: list-item; white-space:nowrap; } - -/* Position the tag to look like a normal item bullet. */ -li.ltx_item > .ltx_tag { - display:inline-block; margin-left:-1.5em; min-width:1.5em; - text-align:right; } -.ltx_item .ltx_tag + .ltx_para { - display:inline-block; vertical-align:top;} -.ltx_item .ltx_tag + .ltx_para .ltx_p { - display:inline; } -.ltx_item > .ltx_para > .ltx_p:first-child { - text-indent:0em; } - -.ltx_item > .ltx_para > .ltx_p { margin-top:0em; margin-bottom:0em; } -dd.ltx_item { margin-bottom:0.5em; } - -/* NOTE: Need to try harder to get runin appearance? */ -dl.ltx_description dt { margin-right:0.5em; float:left; - font-weight:bold; font-size:95%; } -dl.ltx_description dd { margin-left:5em; } -dl.ltx_description dl.ltx_description dd { margin-left:3em; } - -/* Theorems */ -.ltx_theorem {margin:1em 0em 1em 0em; } -.ltx_title_theorem { font-size:100%; } - -/* Bibliographies */ -.ltx_bibliography dt { margin-right:0.5em; float:left; } -.ltx_bibliography dd { margin-left: clamp(1em, 4.5%, 3em); } -/*.ltx_biblist { list-style-type:none; }*/ -.ltx_bibitem { list-style-type:none; } -.ltx_bibitem .ltx_tag { font-weight:bold; margin-left:-2em; width:3em; } -/*.bibitem-tag + div { display:inline; }*/ -.ltx_bib_title { font-style:italic; } -.ltx_bib_article .bib-title { font-style:normal !important; } -.ltx_bib_journal { font-style:italic; } -.ltx_bib_volume { font-weight:bold; } - -/* Indices */ -.ltx_indexlist li { list-style-type:none; } -.ltx_indexlist { margin-left:1em; padding-left:1em;} - -/* Listings */ -.ltx_listing { - display:block; - margin: 1ex 3em 1ex 0em; - overflow-x:auto; - text-align: left; } -.ltx_float .ltx_listing { - margin: 0; } -.ltx_listingline { white-space:nowrap; min-height:1em; } -.ltx_lst_space { white-space: pre; } -.ltx_lst_numbers_left .ltx_listingline .ltx_tag { - background-color:transparent; - margin-left:-3em; width:2.5em; - position:absolute; - text-align:right; } -.ltx_lst_numbers_right .ltx_listingline .ltx_tag { - background-color:transparent; - width:2.5em; - position:absolute; right:3em; - text-align:right; } -/* - position:absolute; left:0em; - max-width:0em; text-align:right; } -*/ -.ltx_parbox { - text-indent:0em; - display: inline-block; } - -/* NOTE that it is CRITICAL to put position:relative outside & absolute inside!! - I wish I understood why! - Outer box establishes resulting size, neutralizes any outer positioning, etc; - inner establishes position of stuff to be rotated */ -.ltx_transformed_outer { - position:relative; bottom:0pt;left:0pt; - overflow:visible; } -.ltx_transformed_inner { - display:block; - position:absolute;bottom:0pt;left:0pt; } -.ltx_transformed_inner > .ltx_p {text-indent:0em; margin:0; padding:0; } - -/* If simulating a table (html5), try to get rowspan to work...sorta? */ -span.ltx_tabular { position:relative; } -span.ltx_rowspan { position:absolute; top:0; bottom:0; } - -/* by default, p doesn't indent */ -.ltx_p { text-indent:0em; white-space:normal; } -/* explicit control of indentation (on ltx_para) */ -.ltx_indent > .ltx_p:first-child { text-indent:2em!important; } -.ltx_noindent > .ltx_p:first-child { text-indent:0em!important; } - -/*====================================================================== - Columns */ -.ltx_page_columns { - display: flex; } -.ltx_page_column1, -.ltx_page_column2 { - flex:100%; - margin: 0 20px; - } -@media screen and (max-width: 60em){ - .ltx_page_columns { - flex-direction: column; } - .ltx_page_column1 > ul, - .ltx_page_column1 > ol, - .ltx_page_column1 > dl { - margin-bottom: 0; } - .ltx_page_column2 > ul, - .ltx_page_column2 > ol, - .ltx_page_column2 > dl { - margin-top: 0; } -} - -/*====================================================================== - Borders and such */ -.ltx_tabular { display:inline-table; border-collapse:collapse; } -.ltx_tabular.ltx_centering { display:table; } -.ltx_thead, -.ltx_tfoot, -.ltx_tbody { display:table-row-group; } -.ltx_tr { display:table-row; } -.ltx_td, -.ltx_th { display:table-cell; } - -.ltx_tabular .ltx_td, -.ltx_tabular .ltx_th { padding:0.1em 0.5em; } -.ltx_tabular .ltx_td.ltx_nopad_l, -.ltx_tabular .ltx_th.ltx_nopad_l { padding-left:0; } -.ltx_tabular .ltx_td.ltx_nopad_r, -.ltx_tabular .ltx_th.ltx_nopad_r { padding-right:0; } - -/* min-height does NOT apply to tr! */ -.ltx_tabular .ltx_tr td:first-child::after, -.ltx_tabular .ltx_tr th:first-child::after { - content: ""; - display: inline-block; - vertical-align: top; - min-height: 1em; -} - - -/* regular lines */ -.ltx_border_t { border-top:1px solid black; } -.ltx_border_r { border-right:1px solid black; } -.ltx_border_b { border-bottom:1px solid black; } -.ltx_border_l { border-left:1px solid black; } -/* double lines */ -.ltx_border_tt { border-top:3px double black; } -.ltx_border_rr { border-right:3px double black; } -.ltx_border_bb { border-bottom:3px double black; } -.ltx_border_ll { border-left:3px double black; } -/* Light lines */ -.ltx_border_T { border-top:1px solid gray; } -.ltx_border_R { border-right:1px solid gray; } -.ltx_border_B { border-bottom:1px solid gray; } -.ltx_border_L { border-left:1px solid gray; } -/* Framing */ -.ltx_framed { padding:3pt; } -span.ltx_framed { display:inline-block; text-indent:0; } /* avoid padding/margin collapse */ -.ltx_framed_rectangle { border-style:solid; border-width:1px; } -.ltx_framed_top { border-top-style:solid; border-top-width:1px; } -.ltx_framed_left { border-left-style:solid; border-left-width:1px; } -.ltx_framed_right { border-right-style:solid; border-right-width:1px; } -.ltx_framed_bottom, -.ltx_framed_underline { border-bottom-style:solid; border-bottom-width:1px; } -.ltx_framed_topbottom { border-top-style:solid; border-top-width:1px; - border-bottom-style:solid; border-bottom-width:1px; } -.ltx_framed_leftright { border-left-style:solid; border-left-width:1px; - border-right-style:solid; border-right-width:1px; } - -.ltx_rule { vertical-align: bottom; height: 0.4pt; width: 0.4pt; } - -/*====================================================================== - Misc */ -/* .ltx_verbatim*/ -.ltx_verbatim { text-align:left; } -/*====================================================================== - Meta stuff, footnotes */ -.ltx_note_content { display:none; } -/*right:5%; */ -.ltx_note_content { - max-width: 70%; font-size:90%; left:15%; - text-align:left; - background-color: white; - padding: 0.5em 1em 0.5em 1.5em; - border: 1px solid black; border-radius: 0 5px 5px 5px; box-shadow: 5px 5px 10px gray; } -.ltx_note_mark { color:blue; } -.ltx_note_type { font-weight: bold; } -.ltx_note { display:inline-block; text-indent:0; } /* So we establish containing block */ -.ltx_note_content .ltx_note_mark { position:absolute; left:0.2em; top:-0.1em; } -.ltx_note:hover .ltx_note_content, -.ltx_note .ltx_note_content:hover { - display:block; position:absolute; z-index:10; } -.ltx_note.ltx_marginpar_left { display:none; } - -.ltx_ERROR { color:red; } -.ltx_rdf { display:none; } -.ltx_missing { color:red;} -.ltx_nounicode { color:red; } -.ltx_nodisplay { display:none; } -/*====================================================================== - SVG (pgf/tikz ?) basics */ - -/* Stuff appearing in svg:foreignObject */ -.ltx_svg_fog foreignObject { margin:0; padding:0; overflow:visible; } -.ltx_svg_fog foreignObject > p { margin:0; padding:0; display:block; } -/*.ltx_svg_fog foreignObject > p { margin:0; padding:0; display:block; white-space:nowrap; }*/ - -/*====================================================================== - Low-level Basics */ -/* Note that LaTeX(ML)'s font model doesn't map quite exactly to CSS's */ -/* Font Families => font-family */ -.ltx_font_serif { font-family: serif; } -.ltx_font_sansserif { font-family: sans-serif; } -.ltx_font_typewriter { font-family: monospace; } -/* dingbats should be converted to unicode? */ -/* Math font families handled within math: script, symbol, fraktur, blackboard ? */ -/* Font Series => font-weight */ -.ltx_font_bold { font-weight: bold; } -.ltx_font_medium { font-weight: normal; } -/* Font Shapes => font-style or font-variant */ -.ltx_font_italic { font-style: italic; font-variant:normal; } -.ltx_font_upright { font-style: normal; font-variant:normal; } -.ltx_font_slanted { font-style: oblique; font-variant:normal; } -.ltx_font_smallcaps { font-variant: small-caps; font-style:normal; } -.ltx_font_oldstyle { font-variant-numeric: oldstyle-nums; } -.ltx_font_mathcaligraphic { font-family: "Lucida Calligraphy", "Zapf Chancery","URW Chancery L"; } -/* Fallbacks for when content+mathvariant cannot be mapped to Unicode */ -.ltx_mathvariant_italic { font-style: italic; } -.ltx_mathvariant_bold { font-weight: bold; } -.ltx_mathvariant_bold-italic { font-style: italic; font-weight: bold; } -.ltx_mathvariant_sans-serif { font-family: sans-serif; } -.ltx_mathvariant-bold-sans-serif { font-family: sans-serif; font-weight: bold; } -.ltx_mathvariant-sans-serif-italic { font-family: sans-serif; font-style: italic; } -.ltx_mathvariant-bold-sans-serif-italic { font-family: sans-serif; font-style: italic; font-weight: bold; } -.ltx_mathvariant_monospace { font-family: monospace; } -/* Can we say anything generic about double-struck, script or fraktur ? */ -.ltx_mathvariant_double-struck { font-weight: bold; } -.ltx_mathvariant_script { font-family: "Lucida Calligraphy", "Zapf Chancery","URW Chancery L", cursive; } -.ltx_mathvariant_bold-script { font-family: "Lucida Calligraphy", "Zapf Chancery","URW Chancery L", cursive; font-weight: bold; } -.ltx_mathvariant-fraktur { }/* ??? */ -.ltx_mathvariant_bold-fraktur { font-weight: bold; } - -/* - -.ltx_font_mathscript { ? } -*/ -cite { font-style: normal; } - -.ltx_red { color:red; } -/*.ltx_centering { text-align:center; margin:auto; }*/ -/*.ltx_inline-block.ltx_centering,*/ -/* Hmm.... is this right in general? */ -.ltx_centering { display:block; margin:auto; text-align:center; } - -/* Dubious stuff */ -.ltx_hflipped { - display:inline-block; - transform: scaleX(-1); } -.ltx_vflipped { - display:inline-block; - transform: scaleY(-1); } - -/* .ltx_phantom handled in xslt */ - -.ltx_minipage { - align-self: normal; - display: inline-block; -} -.ltx_minipage > .ltx_graphics { - max-width:100%; -} diff --git a/build.ps1 b/build.ps1 index 5ea0c28..a30f319 100644 --- a/build.ps1 +++ b/build.ps1 @@ -1 +1 @@ - latexmlc --destination=output_prebuild.html pghrt; python soup.py \ No newline at end of file + latexmlc --destination=export/index.html pghrt; python soup.py \ No newline at end of file diff --git a/export/index.html b/export/index.html index 65aa573..bf01039 100644 --- a/export/index.html +++ b/export/index.html @@ -3,7 +3,7 @@ A PRACTICAL GUIDE TO FEMINIZING HRT - + @@ -2773,7 +2773,7 @@
-
diff --git a/export/pghrt.pdf b/export/pghrt.pdf index 414bb7d..1005100 100644 --- a/export/pghrt.pdf +++ b/export/pghrt.pdf @@ -10515,11 +10515,11 @@ endobj stream xڵYYsF~EPUҏȝD$MSY D^>0: -]^41HI5Y0rs/O*& pMgmQ/CXc4 fW> /Z.uDÈNg4M+PTkymUځ,,Yg/eO-V,Y0J'J`%}u뫛JW1,y )KUSmR٢>ExA<=YyK<-?y7ܡ2VS9WjzEF  tYQK+tJ{G"fi/.vU޽d"}Ph XtT=~|GoP)?-m<ۨ()8blkg AtrE Dibxd*c|7앪\8JF#X[~nErpX$A) H%[nMqBb 7+.@M$4)flxD5=[]je4E53*MNyɂa2̳0[D+U̬YpmgZae&Uk1ye:m(sP?j t'\?\AT66FiۗҸ qaĺ Nc7H-9 a͆bThp^+R>ay»ȹ9?- u8l[L!7-a͏TmpN' N#>r_}GB *pmQoij?8H9D.u؃Pf )ހUEϵ5uT*+țubVZ=<CY;BՎxtr6$)BO /Z.uDÈNg4M+PTkymUځ,,Yg/eO-V,Y0J'J`%}u뫛JW1,y )KUSmR٢>ExA<=YK<-?y7ܡ2VS9WjzEF  tYQK+tJ{G"fi/.vU޽d"}Ph XtT=~|GoP)?-m<ۨ()8blkg AtrE Dibxd*c|7앪\8JF#X[~nErpX$A) H%[nMqBb 7+.@M$4)flxD5=[]je4E53*MNyɂa2̳0[D+U̬YpmgZae&Uk1ye:m(sP?j t'\?\AT66FiۗҸ qaĺ Nc7H-9 a͆bThp^+R>ay»ȹ9?- u8l[L!7-a͏TmpN' N#>r_}GB *pmQoij?8H9D.u؃Pf )ހUEϵ5uT*+țubVZ=<CY;BՎxtr6$)BO.S\OX`ͦ>#N) ƧN?r'c m{oB=,;0 [0r8>T5~ɁXbHy$bwk--o8CxBgta[N @BK U " +vuΗM7z.-j-ـɺeJAr֘8/EQz#zn4Hٗ7+L<^)S E(Y?4- BM+!Dž@KFnժo 1E1%5ljj߿k}PaG2! ?P8jumӫͲ.V[l{s jKǮJٔA&.g}FÀ;׹s`޻7@ 8[Bӛ+~0c2q[-`56HV2_[]P2ozrc+2#{\c$nƣq -~zO5 +~z| 5 endstream endobj 1628 0 obj @@ -14753,8 +14753,8 @@ endobj << /Producer (MiKTeX pdfTeX-1.40.27) /Author()/Title()/Subject()/Creator(LaTeX with hyperref)/Keywords() -/CreationDate (D:20251010183407-07'00') -/ModDate (D:20251010183407-07'00') +/CreationDate (D:20251010225556-07'00') +/ModDate (D:20251010225556-07'00') /Trapped /False /PTEX.Fullbanner (This is MiKTeX-pdfTeX 4.21.0 (1.40.27)) >> @@ -16528,7 +16528,7 @@ trailer << /Size 1763 /Root 1761 0 R /Info 1762 0 R -/ID [<5BDDA150816971145B373B4C1401B3D6> <5BDDA150816971145B373B4C1401B3D6>] >> +/ID [<51E893C7D3A55D14F0B987B32B4ADEE0> <51E893C7D3A55D14F0B987B32B4ADEE0>] >> startxref 1148542 %%EOF diff --git a/export/pghrtcss.css b/export/pghrtcss.css index 428c947..62941d5 100644 --- a/export/pghrtcss.css +++ b/export/pghrtcss.css @@ -1,43 +1,3 @@ -/* build instructions: - -1. move TOC nav outside of ltx_page_main -2. replace from to the TOV nav top line with the following: - - - - - - - - - - - -
-