Linear Algebra/Matrixes with LaTeX

Matrices abcd abcd (abcd) (abcd) [abcd] [abcd] |abcd| |abcd| abcd abcd go back....

Physics Equations with LaTeX Syntax

Motion Equations Velocity Average Velocity v=ΔrΔt v=ΔrΔt unit:ms Instant Velocity v=drdt v=drdt unit:ms Acceleration Average Acceleration a=ΔvΔt a=ΔvΔt Instant Acceleration a=dvdt a=dvdt unit:ms2 Non-Uniform Motion Velocity v=dsdt v=dsdt sisfds=titfvdt sisfds=titfvdt sfsi=Δs=titfvdt sfsi=Δs=titfvdt sf=sittitfvdt sf=sittitfvdt Acceleration a=dvdt a=dvdt titfadt=vivfdv titfadt=vivfdv vfvi=titfadt vfvi=titfadt vf=vi+titfadt vf=vi+titfadt Vectors A=Ax+Ay A=Ax+Ay Unit Vectors i^x j^y i^x j^y Ax=Axi^, Ay=Ayj^ Ax=Axi^, Ay=Ayj^ A=Axi^+Ayj^ A=Axi+Ayj Multiplication Scaler βA=β(Axi^+Ayj^) βA=β(Axi^+Ayj^) Dot Product AB= Cross Product A×B=C A×B=C |A×B|=|A||B|sin(α)=|C| |A×B|=|A||B|sin(α)=|C| : out of plane : into plane...

LaTeX with Hugo and PaperMod

Intro I recently set up my personal site using Hugo the static site generator, with deployment to github pages. Most of the proccess was straight-forward and enjoyable. I did run into a few problems when trying to enable support for LaTeX type syntax embedded in my markdown files. I thought I would do a short step-by-step write-up for future reference. Most of this setup is available in the Official Hugo Documentation but there are a few pitfalls and theme specific steps that are not included there....