mirror of
https://github.com/Juicysteak117/pghrt.git
synced 2025-12-21 15:35:25 +00:00
Cleaned up repo
This commit is contained in:
@@ -1,43 +1,3 @@
|
||||
/* build instructions:
|
||||
|
||||
1. move TOC nav outside of ltx_page_main
|
||||
2. replace from </head> to the TOV nav top line with the following:
|
||||
|
||||
<meta property="og:title" content="A Practical Guide To Feminizing HRT" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://www.pghrt.diy" />
|
||||
<meta property="og:image" content="/img/cover.png" />
|
||||
<meta property="og:description" content="The futile attempt at answering every possible question for someone looking to trans their sex." />
|
||||
<link rel="icon" type="image/png" href="/img/favicon.png">
|
||||
<link rel="stylesheet" href="pghrtcss.css" type="text/css">
|
||||
<script type="text/javascript" src="pghrtjs.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="header"><button id="menu" onclick="document.getElementById('sidebar').classList.toggle('show')">☰</button></div>
|
||||
<nav id="sidebar" class="ltx_TOC ltx_list_toc ltx_toc_toc"><h6 class="ltx_title ltx_title_contents">Contents</h6>
|
||||
|
||||
|
||||
word -> latex conversion::
|
||||
|
||||
\\sub
|
||||
\\
|
||||
|
||||
^(?: )([^\n]+$)
|
||||
\\subsection{$1}
|
||||
|
||||
(and i'm leaving these here because it's funny but after devising these hideous
|
||||
things it turns out that in my desire to have the styled text pasted for me
|
||||
the easiest way was to paste the word into overleaf and THEN run regex
|
||||
and then take it to vs code because i am not doing this in overleaf. funny, huh?)
|
||||
|
||||
^[A-Z ]+$
|
||||
\\section{$0}
|
||||
|
||||
^((?:[A-Z][a-zA-Z ’'“”\-,\/()\[\]ü]+(?:\.[a-zA-Z ’'“”\-,\/()\[\]ü]+)?)\?)$
|
||||
\\subsection{$0}
|
||||
|
||||
*/
|
||||
|
||||
@font-face {
|
||||
font-family: 'bold';
|
||||
src: url('font/bold.otf') format('opentype');
|
||||
|
||||
Reference in New Issue
Block a user