improve directory structure
37
beamer/README.org
Normal file
|
@ -0,0 +1,37 @@
|
|||
* CCC Beamer Template
|
||||
|
||||
** Install
|
||||
|
||||
To use the template, simply copy all ~*.sty~ files and the ~ccc_img~
|
||||
directory to your project directory.
|
||||
|
||||
You can also install the template in your system, so that you can use it
|
||||
from all your projects. Simply run: ~make install~
|
||||
|
||||
** Usage
|
||||
|
||||
Simply include ~\usetheme{ccc}~ in your document.
|
||||
|
||||
#+BEGIN_SRC latex
|
||||
\documentclass{beamer}
|
||||
\usetheme{ccc}
|
||||
\begin{document}
|
||||
\begin{frame}{This is an Awesome Theme!}
|
||||
\end{frame}
|
||||
\end{document}
|
||||
#+END_SRC
|
||||
|
||||
*** Options
|
||||
- ~cfaedlogo~ places the cfaed logo on every slide
|
||||
- ~noccclogo~ removes the ccc logo from all slides except the title slide
|
||||
|
||||
** Build
|
||||
|
||||
To build the examples, run ~make example~.
|
||||
|
||||
To build your own presentation, please note that this template does not work
|
||||
with ~pdflatex~. Use ~lualatex~ instead! Please contact me, if you need
|
||||
pdflatex support.
|
||||
|
||||
|
||||
|
Before ![]() (image error) Size: 26 KiB After ![]() (image error) Size: 26 KiB ![]() ![]() |
Before ![]() (image error) Size: 1.5 KiB After ![]() (image error) Size: 1.5 KiB ![]() ![]() |
Before ![]() (image error) Size: 27 KiB After ![]() (image error) Size: 27 KiB ![]() ![]() |
Before ![]() (image error) Size: 17 KiB After ![]() (image error) Size: 17 KiB ![]() ![]() |
Before ![]() (image error) Size: 9 KiB After ![]() (image error) Size: 9 KiB ![]() ![]() |
BIN
beamer/sea-of-types/target/sea-of-types-0-bytes.png
Normal file
After ![]() (image error) Size: 2.2 KiB |
BIN
beamer/sea-of-types/target/sea-of-types-1-ieee754.png
Normal file
After ![]() (image error) Size: 6.6 KiB |
BIN
beamer/sea-of-types/target/sea-of-types-10-u8.png
Normal file
After ![]() (image error) Size: 102 KiB |
BIN
beamer/sea-of-types/target/sea-of-types-2-real.png
Normal file
After ![]() (image error) Size: 9.9 KiB |
BIN
beamer/sea-of-types/target/sea-of-types-3-real.png
Normal file
After ![]() (image error) Size: 18 KiB |
BIN
beamer/sea-of-types/target/sea-of-types-4-degrees.png
Normal file
After ![]() (image error) Size: 14 KiB |
BIN
beamer/sea-of-types/target/sea-of-types-5-turns.png
Normal file
After ![]() (image error) Size: 16 KiB |
BIN
beamer/sea-of-types/target/sea-of-types-6-radians.png
Normal file
After ![]() (image error) Size: 21 KiB |
BIN
beamer/sea-of-types/target/sea-of-types-7-angle.png
Normal file
After ![]() (image error) Size: 22 KiB |
BIN
beamer/sea-of-types/target/sea-of-types-8-hue.png
Normal file
After ![]() (image error) Size: 34 KiB |
BIN
beamer/sea-of-types/target/sea-of-types-9-u8.png
Normal file
After ![]() (image error) Size: 55 KiB |
Before ![]() (image error) Size: 9.4 KiB After ![]() (image error) Size: 9.4 KiB ![]() ![]() |
Before ![]() (image error) Size: 8.5 KiB After ![]() (image error) Size: 8.5 KiB ![]() ![]() |
Before ![]() (image error) Size: 150 KiB After ![]() (image error) Size: 150 KiB ![]() ![]() |
Before ![]() (image error) Size: 116 KiB After ![]() (image error) Size: 116 KiB ![]() ![]() |
21
beamer/texput.log
Normal file
|
@ -0,0 +1,21 @@
|
|||
This is pdfTeX, Version 3.141592653-2.6-1.40.26 (TeX Live 2024/Arch Linux) (preloaded format=pdflatex 2024.5.29) 23 SEP 2024 17:46
|
||||
entering extended mode
|
||||
\write18 enabled.
|
||||
%&-line parsing enabled.
|
||||
**
|
||||
|
||||
! Emergency stop.
|
||||
<*>
|
||||
|
||||
End of file on the terminal!
|
||||
|
||||
|
||||
Here is how much of TeX's memory you used:
|
||||
3 strings out of 476023
|
||||
111 string characters out of 5791582
|
||||
1925187 words of memory out of 5000000
|
||||
22228 multiletter control sequences out of 15000+600000
|
||||
558069 words of font info for 36 fonts, out of 8000000 for 9000
|
||||
14 hyphenation exceptions out of 8191
|
||||
0i,0n,0p,1b,6s stack positions out of 10000i,1000n,20000p,200000b,200000s
|
||||
! ==> Fatal error occurred, no output PDF file produced!
|