Selaa lähdekoodia

Add the generated files for the last commit

Lily Carpenter 9 vuotta sitten
vanhempi
commit
9fb839f159
3 muutettua tiedostoa jossa 8 lisäystä ja 8 poistoa
  1. 5 5
      auto/presentation.el
  2. BIN
      presentation.pdf
  3. 3 3
      presentation.tex

+ 5 - 5
auto/presentation.el

@@ -8,12 +8,12 @@
8 8
    (TeX-add-to-alist 'LaTeX-provided-package-options
9 9
                      '(("inputenc" "utf8") ("fontenc" "T1") ("ulem" "normalem")))
10 10
    (add-to-list 'LaTeX-verbatim-environments-local "semiverbatim")
11
-   (add-to-list 'LaTeX-verbatim-macros-with-braces-local "path")
12
-   (add-to-list 'LaTeX-verbatim-macros-with-braces-local "url")
13
-   (add-to-list 'LaTeX-verbatim-macros-with-braces-local "nolinkurl")
14
-   (add-to-list 'LaTeX-verbatim-macros-with-braces-local "hyperbaseurl")
15
-   (add-to-list 'LaTeX-verbatim-macros-with-braces-local "hyperimage")
16 11
    (add-to-list 'LaTeX-verbatim-macros-with-braces-local "hyperref")
12
+   (add-to-list 'LaTeX-verbatim-macros-with-braces-local "hyperimage")
13
+   (add-to-list 'LaTeX-verbatim-macros-with-braces-local "hyperbaseurl")
14
+   (add-to-list 'LaTeX-verbatim-macros-with-braces-local "nolinkurl")
15
+   (add-to-list 'LaTeX-verbatim-macros-with-braces-local "url")
16
+   (add-to-list 'LaTeX-verbatim-macros-with-braces-local "path")
17 17
    (add-to-list 'LaTeX-verbatim-macros-with-delims-local "path")
18 18
    (TeX-run-style-hooks
19 19
     "latex2e"

BIN
presentation.pdf


+ 3 - 3
presentation.tex

@@ -217,7 +217,7 @@
217 217
 \item Clojurescript info \url{https://github.com/clojure/clojurescript/wiki}
218 218
 \item \#clojure on freenode IRC
219 219
 \end{itemize}
220
-\section{Racket Scheme}
220
+\section{Racket}
221 221
 \label{sec-4}
222 222
 \subsection{Brief History}
223 223
 \label{sec-4-1}
@@ -373,7 +373,7 @@
373 373
 \item Simplicity and minimalism
374 374
 \item Single internal data type (cell)
375 375
 \item Numbers, symbols, and lists are the ONLY built in data types
376
-\item Differs from other lisps in not having lambda, but does not require it
376
+\item Differs from other lisps in not having lambda, but does not require it due to the way its quote works
377 377
 \item Integrated database
378 378
 \item "Awesome" C/Java interop
379 379
 \end{itemize}
@@ -410,7 +410,7 @@
410 410
 \label{sec-10-1}
411 411
 \begin{itemize}
412 412
 \item Written by Paul Graham starting in 2001
413
-\item Written in Racket Scheme
413
+\item Written in Racket
414 414
 \item See essay \url{http://www.paulgraham.com/popular.html}
415 415
 \item Released in 2008
416 416
 \item Designed to be simple