Setup font capability on documentation.
This commit is contained in:
parent
50a29a4238
commit
8b38617b00
BIN
docs/JetCore.pdf
BIN
docs/JetCore.pdf
Binary file not shown.
Binary file not shown.
@ -1,4 +1,6 @@
|
|||||||
\documentclass{book}
|
\documentclass{book}
|
||||||
|
\usepackage{fontspec}
|
||||||
|
\setmainfont{Roboto}
|
||||||
|
|
||||||
\title{JET Extension Tags}
|
\title{JET Extension Tags}
|
||||||
\author{Bradford Matthew Arant Sr.}
|
\author{Bradford Matthew Arant Sr.}
|
||||||
@ -166,6 +168,8 @@ operators, as follows:
|
|||||||
|
|
||||||
\section{Date Functions}
|
\section{Date Functions}
|
||||||
|
|
||||||
|
\subsection{datediff}
|
||||||
|
|
||||||
\subsection{unixtime}
|
\subsection{unixtime}
|
||||||
|
|
||||||
\section{Math Functions}
|
\section{Math Functions}
|
||||||
@ -176,7 +180,7 @@ Returns the absolute value of the given parameter.
|
|||||||
|
|
||||||
\subsection{acos}
|
\subsection{acos}
|
||||||
|
|
||||||
Returns to arc-cosine of the given parameter.
|
Returns to arc cosine of the given parameter.
|
||||||
|
|
||||||
\subsection{asin}
|
\subsection{asin}
|
||||||
|
|
||||||
@ -208,11 +212,15 @@ Use the random function to return a random number between 0 and 1.
|
|||||||
|
|
||||||
\section{String Functions}
|
\section{String Functions}
|
||||||
|
|
||||||
String functions are provided to accelerate the building and parsing of strings passed into the expression. Numbers can be treated as a string or a number depending on the function called and the data state of the values being manipulated.
|
String functions are provided to accelerate the building and parsing of
|
||||||
|
strings passed into the expression. Numbers can be treated as a string or
|
||||||
|
a number depending on the function called and the data state of the values
|
||||||
|
being manipulated.
|
||||||
|
|
||||||
\subsection{concat}
|
\subsection{concat}
|
||||||
|
|
||||||
The concat function is used to assemble a string by concatenating one or more values to formulate the resulting string.
|
The concat function is used to assemble a string by concatenating one or
|
||||||
|
more values to formulate the resulting string.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -224,7 +232,7 @@ Use the left function to return the number of characters specified in
|
|||||||
the second parameter from the parameter passed as the first parameter.
|
the second parameter from the parameter passed as the first parameter.
|
||||||
|
|
||||||
If the number of characters to return is greater than the length of
|
If the number of characters to return is greater than the length of
|
||||||
the forst parameter then the entire parameter is returned.
|
the first parameter then the entire parameter is returned.
|
||||||
|
|
||||||
\subsection{reverse}
|
\subsection{reverse}
|
||||||
|
|
||||||
|
|||||||
@ -24,3 +24,24 @@ mktextfm Bookman
|
|||||||
mktextfm Bookman
|
mktextfm Bookman
|
||||||
mktextfm Bookman
|
mktextfm Bookman
|
||||||
mktextfm Bookman
|
mktextfm Bookman
|
||||||
|
mktextfm Georgia
|
||||||
|
mktextfm Georgia
|
||||||
|
mktextfm Georgia
|
||||||
|
mktextfm Georgia/BI
|
||||||
|
mktextfm Georgia
|
||||||
|
mktextfm Georgia/B
|
||||||
|
mktextfm Georgia
|
||||||
|
mktextfm Georgia/I
|
||||||
|
mktextfm Georgia
|
||||||
|
mktextfm Georgia
|
||||||
|
mktextfm Georgia
|
||||||
|
mktextfm Georgia
|
||||||
|
mktextfm Georgia
|
||||||
|
mktextfm Georgia
|
||||||
|
mktextfm Georgia
|
||||||
|
mktextfm PadaukBook
|
||||||
|
mktextfm PadaukBook
|
||||||
|
mktextfm PadaukBook
|
||||||
|
mktextfm Gerramond
|
||||||
|
mktextfm URWBookman
|
||||||
|
mktextfm Bookman
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user