diff --git a/my_docs/24/sc_24_booth_talk/Makefile b/my_docs/24/sc_24_booth_talk/Makefile new file mode 100644 index 000000000..fd9a03553 --- /dev/null +++ b/my_docs/24/sc_24_booth_talk/Makefile @@ -0,0 +1,15 @@ +PRESENTATIONS := presentation.pdf +TEX_SUFS := .aux .log .nav .out .snm .toc .vrb .fdb_latexmk .fls + +%.pdf:%.tex + latexmk -pdflua $< + +all: $(PRESENTATIONS) + +clean: + $(RM) $(foreach suf, ${TEX_SUFS}, $(PRESENTATIONS:.pdf=${suf})) *~ + $(RM) -r auto + +clobber: clean + $(RM) $(PRESENTATIONS) + diff --git a/my_docs/24/sc_24_booth_talk/presentation.pdf b/my_docs/24/sc_24_booth_talk/presentation.pdf new file mode 100644 index 000000000..9319e1875 Binary files /dev/null and b/my_docs/24/sc_24_booth_talk/presentation.pdf differ diff --git a/my_docs/24/sc_24_booth_talk/presentation.tex b/my_docs/24/sc_24_booth_talk/presentation.tex index 4f7f59140..f93f72133 100644 --- a/my_docs/24/sc_24_booth_talk/presentation.tex +++ b/my_docs/24/sc_24_booth_talk/presentation.tex @@ -180,8 +180,8 @@ \section{Introduction} \item New function depends\_on\_any() \item \$MODULES\_AUTO\_HANDLING converts prereq, prereq\_any into depends\_on, depends\_on\_any - \item Support for new: \texttt{hide{}} and \texttt{forbid{}} - \item Support for $LMOD\_SHOW\_HIDDEN: avail, list, spider + \item Support for new: \texttt{hide\{\}} and \texttt{forbid\{\}} + \item Support for \$LMOD\_SHOW\_HIDDEN: avail, list, spider \item Support for non-reversible functions: setenv, load, ... \end{itemize} \end{frame} @@ -191,9 +191,9 @@ \section{Introduction} \begin{itemize} \item LMOD\_MODULERC controls defaults. \item With this dynamic a site can change what are the defaults - \item The \mathtt{conflict()} function says you can't load the + \item The \texttt{conflict()} function says you can't load the current modulefile if - \item Downstream Conflicts allows sites to fail depend_on() loads + \item Downstream Conflicts allows sites to fail depend\_on() loads \end{itemize} \end{frame} @@ -204,12 +204,12 @@ \section{Introduction} first module you find \item The tricky part is that Lmod remembers which one it loaded. \item Needed to support converting prereq\_any() into - depends\_on\_any() when \$MODULES_AUTO_HANDLING is set + depends\_on\_any() when \$MODULES\_AUTO\_HANDLING is set \end{itemize} \end{frame} % page 15 -\begin{frame}{\texttt{hide{}}} +\begin{frame}{\texttt{hide\{\}}} \begin{itemize} \item A more powerful hide function with controls for users and/or groups @@ -220,7 +220,7 @@ \section{Introduction} \end{frame} % page 16 -\begin{frame}{\texttt{forbid{}}} +\begin{frame}{\texttt{forbid\{\}}} \begin{itemize} \item A forbid function which displays with ml avail but can't be loaded. \item Can forbid before or after certain dates