ソースを参照

Initial commit

Lily Carpenter 9 年 前
コミット
bdbc46d439
共有5 個のファイルを変更した382 個の追加0 個の削除を含む
  1. 258 0
      .gitignore
  2. 47 0
      auto/presentation.el
  3. 28 0
      presentation.org
  4. BIN
      presentation.pdf
  5. 49 0
      presentation.tex

+ 258 - 0
.gitignore

@@ -0,0 +1,258 @@
1
+# Created by https://www.gitignore.io/api/emacs,elisp,latex,linux
2
+
3
+### Emacs ###
4
+# -*- mode: gitignore; -*-
5
+*~
6
+\#*\#
7
+/.emacs.desktop
8
+/.emacs.desktop.lock
9
+*.elc
10
+auto-save-list
11
+tramp
12
+.\#*
13
+
14
+# Org-mode
15
+.org-id-locations
16
+*_archive
17
+
18
+# flymake-mode
19
+*_flymake.*
20
+
21
+# eshell files
22
+/eshell/history
23
+/eshell/lastdir
24
+
25
+# elpa packages
26
+/elpa/
27
+
28
+# reftex files
29
+*.rel
30
+
31
+# AUCTeX auto folder
32
+/auto/
33
+
34
+# cask packages
35
+.cask/
36
+dist/
37
+
38
+# Flycheck
39
+flycheck_*.el
40
+
41
+# server auth directory
42
+/server/
43
+
44
+# projectiles files
45
+.projectile
46
+
47
+### Elisp ###
48
+# Compiled
49
+*.elc
50
+
51
+# Packaging
52
+.cask
53
+
54
+
55
+### LaTeX ###
56
+## Core latex/pdflatex auxiliary files:
57
+*.aux
58
+*.lof
59
+*.log
60
+*.lot
61
+*.fls
62
+*.out
63
+*.toc
64
+*.fmt
65
+*.fot
66
+*.cb
67
+*.cb2
68
+
69
+## Intermediate documents:
70
+*.dvi
71
+*-converted-to.*
72
+# these rules might exclude image files for figures etc.
73
+# *.ps
74
+# *.eps
75
+# *.pdf
76
+
77
+## Generated if empty string is given at "Please type another file name for output:"
78
+.pdf
79
+
80
+## Bibliography auxiliary files (bibtex/biblatex/biber):
81
+*.bbl
82
+*.bcf
83
+*.blg
84
+*-blx.aux
85
+*-blx.bib
86
+*.brf
87
+*.run.xml
88
+
89
+## Build tool auxiliary files:
90
+*.fdb_latexmk
91
+*.synctex
92
+*.synctex(busy)
93
+*.synctex.gz
94
+*.synctex.gz(busy)
95
+*.pdfsync
96
+
97
+## Auxiliary and intermediate files from other packages:
98
+# algorithms
99
+*.alg
100
+*.loa
101
+
102
+# achemso
103
+acs-*.bib
104
+
105
+# amsthm
106
+*.thm
107
+
108
+# beamer
109
+*.nav
110
+*.snm
111
+*.vrb
112
+
113
+# cprotect
114
+*.cpt
115
+
116
+# fixme
117
+*.lox
118
+
119
+#(r)(e)ledmac/(r)(e)ledpar
120
+*.end
121
+*.?end
122
+*.[1-9]
123
+*.[1-9][0-9]
124
+*.[1-9][0-9][0-9]
125
+*.[1-9]R
126
+*.[1-9][0-9]R
127
+*.[1-9][0-9][0-9]R
128
+*.eledsec[1-9]
129
+*.eledsec[1-9]R
130
+*.eledsec[1-9][0-9]
131
+*.eledsec[1-9][0-9]R
132
+*.eledsec[1-9][0-9][0-9]
133
+*.eledsec[1-9][0-9][0-9]R
134
+
135
+# glossaries
136
+*.acn
137
+*.acr
138
+*.glg
139
+*.glo
140
+*.gls
141
+*.glsdefs
142
+
143
+# gnuplottex
144
+*-gnuplottex-*
145
+
146
+# hyperref
147
+*.brf
148
+
149
+# knitr
150
+*-concordance.tex
151
+# TODO Comment the next line if you want to keep your tikz graphics files
152
+*.tikz
153
+*-tikzDictionary
154
+
155
+# listings
156
+*.lol
157
+
158
+# makeidx
159
+*.idx
160
+*.ilg
161
+*.ind
162
+*.ist
163
+
164
+# minitoc
165
+*.maf
166
+*.mlf
167
+*.mlt
168
+*.mtc
169
+*.mtc[0-9]
170
+*.mtc[1-9][0-9]
171
+
172
+# minted
173
+_minted*
174
+*.pyg
175
+
176
+# morewrites
177
+*.mw
178
+
179
+# mylatexformat
180
+*.fmt
181
+
182
+# nomencl
183
+*.nlo
184
+
185
+# sagetex
186
+*.sagetex.sage
187
+*.sagetex.py
188
+*.sagetex.scmd
189
+
190
+# scrwfile
191
+*.wrt
192
+
193
+# sympy
194
+*.sout
195
+*.sympy
196
+sympy-plots-for-*.tex/
197
+
198
+# pdfcomment
199
+*.upa
200
+*.upb
201
+
202
+# pythontex
203
+*.pytxcode
204
+pythontex-files-*/
205
+
206
+# thmtools
207
+*.loe
208
+
209
+# TikZ & PGF
210
+*.dpth
211
+*.md5
212
+*.auxlock
213
+
214
+# todonotes
215
+*.tdo
216
+
217
+# easy-todo
218
+*.lod
219
+
220
+# xindy
221
+*.xdy
222
+
223
+# xypic precompiled matrices
224
+*.xyc
225
+
226
+# endfloat
227
+*.ttt
228
+*.fff
229
+
230
+# Latexian
231
+TSWLatexianTemp*
232
+
233
+## Editors:
234
+# WinEdt
235
+*.bak
236
+*.sav
237
+
238
+# Texpad
239
+.texpadtmp
240
+
241
+# Kile
242
+*.backup
243
+
244
+# KBibTeX
245
+*~[0-9]*
246
+
247
+
248
+### Linux ###
249
+*~
250
+
251
+# temporary files which can be created if a process still has a handle open of a deleted file
252
+.fuse_hidden*
253
+
254
+# KDE directory preferences
255
+.directory
256
+
257
+# Linux trash folder which might appear on any partition or disk
258
+.Trash-*

+ 47 - 0
auto/presentation.el

@@ -0,0 +1,47 @@
1
+(TeX-add-style-hook
2
+ "presentation"
3
+ (lambda ()
4
+   (setq TeX-command-extra-options
5
+         "\"-shell-escape\"")
6
+   (TeX-add-to-alist 'LaTeX-provided-class-options
7
+                     '(("beamer" "bigger")))
8
+   (TeX-add-to-alist 'LaTeX-provided-package-options
9
+                     '(("inputenc" "utf8") ("fontenc" "T1") ("ulem" "normalem")))
10
+   (add-to-list 'LaTeX-verbatim-environments-local "semiverbatim")
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
+   (add-to-list 'LaTeX-verbatim-macros-with-delims-local "path")
18
+   (TeX-run-style-hooks
19
+    "latex2e"
20
+    "beamer"
21
+    "beamer10"
22
+    "inputenc"
23
+    "fontenc"
24
+    "fixltx2e"
25
+    "graphicx"
26
+    "longtable"
27
+    "float"
28
+    "wrapfig"
29
+    "rotating"
30
+    "ulem"
31
+    "amsmath"
32
+    "textcomp"
33
+    "marvosym"
34
+    "wasysym"
35
+    "amssymb"
36
+    "hyperref")
37
+   (LaTeX-add-labels
38
+    "sec-1"
39
+    "sec-1-1"
40
+    "sec-2"
41
+    "sec-3"
42
+    "sec-4"
43
+    "sec-5"
44
+    "sec-6"
45
+    "sec-7"))
46
+ :latex)
47
+

+ 28 - 0
presentation.org

@@ -0,0 +1,28 @@
1
+#+TITLE: State of the Lisp Family
2
+#+DATE: 2016-07-14
3
+#+AUTHOR: Lily Carpenter
4
+#+EMAIL: lily-presentation@azrazalea.net
5
+#+OPTIONS: ':nil *:t -:t ::t <:t H:2 \n:nil ^:t arch:headline author:t c:nil
6
+#+OPTIONS: creator:comment d:(not "LOGBOOK") date:t e:t email:nil f:t inline:t
7
+#+OPTIONS: num:t p:nil pri:nil stat:t tags:t tasks:t tex:t timestamp:t toc:t
8
+#+OPTIONS: todo:t |:t
9
+#+CREATOR: Emacs 24.5.1 (Org mode 8.2.10)
10
+#+DESCRIPTION:
11
+#+EXCLUDE_TAGS: noexport
12
+#+KEYWORDS:
13
+#+LANGUAGE: en
14
+#+SELECT_TAGS: export
15
+#+startup: beamer
16
+#+LaTeX_CLASS: beamer
17
+#+LaTeX_CLASS_OPTIONS: [bigger]
18
+#+BEAMER_FRAME_LEVEL: 2
19
+#+COLUMNS: %40ITEM %10BEAMER_env(Env) %9BEAMER_envargs(Env Args) %4BEAMER_col(Col) %10BEAMER_extra(Extra)
20
+* Introduction
21
+** A simple slide
22
+I've got text baby
23
+* Common Lisp
24
+* CLASP
25
+* ECL
26
+* Racket Scheme
27
+* Guile Scheme
28
+* Chicken Scheme

BIN
presentation.pdf


+ 49 - 0
presentation.tex

@@ -0,0 +1,49 @@
1
+% Created 2016-07-12 Tue 21:51
2
+\documentclass[bigger]{beamer}
3
+\usepackage[utf8]{inputenc}
4
+\usepackage[T1]{fontenc}
5
+\usepackage{fixltx2e}
6
+\usepackage{graphicx}
7
+\usepackage{longtable}
8
+\usepackage{float}
9
+\usepackage{wrapfig}
10
+\usepackage{rotating}
11
+\usepackage[normalem]{ulem}
12
+\usepackage{amsmath}
13
+\usepackage{textcomp}
14
+\usepackage{marvosym}
15
+\usepackage{wasysym}
16
+\usepackage{amssymb}
17
+\usepackage{hyperref}
18
+\tolerance=1000
19
+\author{Lily Carpenter}
20
+\date{2016-07-14}
21
+\title{State of the Lisp Family}
22
+\hypersetup{
23
+  pdfkeywords={},
24
+  pdfsubject={},
25
+  pdfcreator={Emacs 24.5.1 (Org mode 8.2.10)}}
26
+\begin{document}
27
+
28
+\maketitle
29
+\tableofcontents
30
+
31
+\section{Introduction}
32
+\label{sec-1}
33
+\subsection{A simple slide}
34
+\label{sec-1-1}
35
+I've got text baby
36
+\section{Common Lisp}
37
+\label{sec-2}
38
+\section{CLASP}
39
+\label{sec-3}
40
+\section{ECL}
41
+\label{sec-4}
42
+\section{Racket Scheme}
43
+\label{sec-5}
44
+\section{Guile Scheme}
45
+\label{sec-6}
46
+\section{Chicken Scheme}
47
+\label{sec-7}
48
+% Emacs 24.5.1 (Org mode 8.2.10)
49
+\end{document}