Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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 release/CommonUnits.pdf
Binary file not shown.
10 changes: 8 additions & 2 deletions src/CommonUnits.tex
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,20 @@
\author{CommonUnits Contributors}

%% Custom Macros
\newcommand{\cu}{CommonUnits}
\newcommand*{\cu}{CommonUnits}

\newcommand{\fhref}[2]{
\newcommand*{\fhref}[2]{
\href{#2}{#1}\footnote{\url{#2}}
}

\begin{document}

\pagenumbering{Alph}
\begin{titlepage}
\maketitle
\thispagestyle{empty}
\end{titlepage}
% \maketitle

%% Roman numbers for Special Chapters
\pagenumbering{roman}
Expand Down
19 changes: 19 additions & 0 deletions src/ht5mjlatex.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
\Preamble{xhtml,mathml}
\Configure{VERSION}{}
\Configure{DOCTYPE}{\HCode{<!DOCTYPE html>\Hnewline}}
\Configure{HTML}{\HCode{<html>\Hnewline}}{\HCode{\Hnewline</html>}}
\Configure{@HEAD}{}
\Configure{@HEAD}{\HCode{<meta charset="UTF-8" />\Hnewline}}
\Configure{@HEAD}{\HCode{<meta name="generator" content="TeX4ht
(http://www.cse.ohio-state.edu/\string~gurari/TeX4ht/)" />\Hnewline}}
\Configure{@HEAD}{\HCode{<link
rel="stylesheet" type="text/css"
href="\expandafter\csname aa:CssFile\endcsname" />\Hnewline}}
\Configure{@HEAD}{\HCode{<script type="text/javascript"\Hnewline
src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"\Hnewline
></script>\Hnewline}}
\Configure{@HEAD}{\HCode{<style type="text/css">\Hnewline
.MathJax_MathML {text-indent: 0;}\Hnewline
</style>\Hnewline}}
\begin{document}
\EndPreamble