Skip to content

Commit

Permalink
add SCORM description paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
xworld21 committed Aug 21, 2024
1 parent 0333da4 commit 78ddd06
Show file tree
Hide file tree
Showing 7 changed files with 160 additions and 111 deletions.
8 changes: 8 additions & 0 deletions docs.tex
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,14 @@ \subsection{Alternative formats}
See \texttt{template.tex}, \texttt{template-sans.tex}, \texttt{template-sans-large.tex} for an example.
\subsection{SCORM description}
BookML supports adding metadata to your SCORM packages via the \texttt{hyperref} package:
\begin{lstlisting}[style=bookml]
\usepackage{hyperref}
\hypersetup{pdfsubject={Description of this file}}
\end{lstlisting}
Note that the metadata is not specific to the SCORM package, but will also become part of the PDF. Use \ltxinline|\iflatexml...\fi| appropriately if you need different information. If the \texttt{pdfsubject} is not present, the abstract will be used as description.
\subsection{Direct \HTML{} input}
You can insert arbitrary \HTML{} code using \ltxinline|\bmlRawHTML{html code}|.
Expand Down
Binary file modified docs/docs-sans-large.pdf
Binary file not shown.
Binary file modified docs/docs-sans.pdf
Binary file not shown.
Binary file modified docs/docs.pdf
Binary file not shown.
136 changes: 79 additions & 57 deletions docs/index.html

Large diffs are not rendered by default.

125 changes: 72 additions & 53 deletions docs/index.plain.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/search_index.json

Large diffs are not rendered by default.

0 comments on commit 78ddd06

Please sign in to comment.