This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(defvar required-packages | |
'( | |
auctex | |
auto-complete | |
auto-complete-auctex | |
auto-complete-c-headers | |
auto-complete-nxml | |
better-defaults | |
bubbleberry-theme | |
csharp-mode |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;method to check if all packages are installed | |
(defun packages-installed-p () | |
(loop for p in required-packages | |
when (not (package-installed-p p)) do (return nil) | |
finally (return t))) | |
;;if not all packages are installed, check one by one and install the missing ones | |
(unless (packages-installed-p) | |
;;check for new packages | |
(message "%s" "Emacs is now refreshing its package database...") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gamedir [/home/koz/annex] | |
Looking for LDCONFIG []... | |
LDCONFIG environment variable is not set... | |
Found LDCONFIG using which [/usr/bin/ldconfig]... | |
- default library [libdirectfb-1.2.so.0] is missing, attempting to find and link to a newer version if available... | |
> not found ! | |
- default library [libfusion-1.2.so.0] is missing, attempting to find and link to a newer version if available... | |
> not found ! | |
- default library [libdirect-1.2.so.0] is missing, attempting to find and link to a newer version if available... | |
> not found ! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
07: core 324 MHz memory 648 MHz | |
0a: core 540 MHz memory 1620 MHz | |
0f: core 1071 MHz memory 5000 MHz | |
AC: core 324 MHz memory 648 MHz |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Copyright (C) 2015 Koz Ross <[email protected]> | |
* | |
* This program is free software: you can redistribute it and/or modify | |
* it under the terms of the GNU General Public License as published by | |
* the Free Software Foundation, either version 3 of the License, or | |
* (at your option) any later version. | |
* | |
* This program is distributed in the hope that it will be useful, | |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(load "~/.emacs.d/my-loadpackages.el") | |
(add-hook 'after-init-hook | |
'(lambda () (load "~/.emacs.d/my-noexternals.el"))) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[onlymath]{beamer} | |
\mode<presentation> | |
{ | |
\usetheme{Antibes} | |
\usecolortheme{beaver} | |
\setbeamercovered{transparent} | |
\setbeamercolor{block body}{bg=gray!10!white} | |
\setbeamercolor{structure}{fg=darkred} | |
\usenavigationsymbolstemplate{} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is pdfTeX, Version 3.14159265-2.6-1.40.15 (TeX Live 2014/Parabola) (preloaded format=pdflatex) | |
restricted \write18 enabled. | |
entering extended mode | |
(./traffic.tex | |
LaTeX2e <2014/05/01> | |
Babel <3.9k> and hyphenation patterns for 79 languages loaded. | |
(/usr/share/texmf-dist/tex/latex/beamer/beamer.cls | |
(/usr/share/texmf-dist/tex/latex/beamer/beamerbasercs.sty) | |
Document Class: beamer 2013/12/02 3.33 A class for typesetting presentations (r | |
cs-revision 332bfd3ce558) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input ecss1095 | |
This is METAFONT, Version 2.7182818 (TeX Live 2014/Parabola) (preloaded base=mf) | |
kpathsea: Running mktexmf ecss1095 | |
! I can't find file `ecss1095'. | |
<*> ...ljfour; mag:=1; nonstopmode; input ecss1095 | |
Please type another input file name | |
! Emergency stop. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is XeTeX, Version 3.14159265-2.6-0.99991 (TeX Live 2014/Parabola) (preloaded format=xelatex) | |
restricted \write18 enabled. | |
entering extended mode | |
(./traffic.tex | |
LaTeX2e <2014/05/01> | |
Babel <3.9k> and hyphenation patterns for 79 languages loaded. | |
(/usr/share/texmf-dist/tex/latex/beamer/beamer.cls | |
(/usr/share/texmf-dist/tex/latex/beamer/beamerbasercs.sty) | |
Document Class: beamer 2013/12/02 3.33 A class for typesetting presentations (r | |
cs-revision 332bfd3ce558) |
OlderNewer