Added function to next and previous section in latex-mode
This commit is contained in:
@@ -48,7 +48,7 @@ hyperlinks = true
|
|||||||
#foreground_bold = #ffffff
|
#foreground_bold = #ffffff
|
||||||
|
|
||||||
# 20% background transparency (requires a compositor)
|
# 20% background transparency (requires a compositor)
|
||||||
background = rgba(63, 63, 63, 0.8)
|
background = rgba(63, 63, 63, 0.4)
|
||||||
|
|
||||||
# If unset, will reverse foreground and background
|
# If unset, will reverse foreground and background
|
||||||
#highlight = #2f2f2f
|
#highlight = #2f2f2f
|
||||||
|
|||||||
12
.emacs
12
.emacs
@@ -49,6 +49,13 @@
|
|||||||
((= 16 opt) "s"))))
|
((= 16 opt) "s"))))
|
||||||
(insert (shell-command-to-string (concat "xsel -o -" opt))))))
|
(insert (shell-command-to-string (concat "xsel -o -" opt))))))
|
||||||
|
|
||||||
|
;; Latex
|
||||||
|
(fset 'next-section
|
||||||
|
(lambda (&optional arg) "Keyboard macro." (interactive "p") (kmacro-exec-ring-item (quote ("\\sec
|
||||||
|
" 0 "%d")) arg)))
|
||||||
|
(fset 'prev-section
|
||||||
|
(lambda (&optional arg) "Keyboard macro." (interactive "p") (kmacro-exec-ring-item (quote ("\\sec
|
||||||
|
" 0 "%d")) arg)))
|
||||||
|
|
||||||
;; Theme
|
;; Theme
|
||||||
(custom-set-variables
|
(custom-set-variables
|
||||||
@@ -67,6 +74,7 @@
|
|||||||
;; Your init file should contain only one such instance.
|
;; Your init file should contain only one such instance.
|
||||||
;; If there is more than one, they won't work right.
|
;; If there is more than one, they won't work right.
|
||||||
'(font-latex-bold-face ((t (:foreground "brightcyan"))))
|
'(font-latex-bold-face ((t (:foreground "brightcyan"))))
|
||||||
|
'(font-latex-sedate-face ((t (:foreground "brightcyan"))))
|
||||||
'(font-lock-comment-face ((t (:foreground "color-142"))))
|
'(font-lock-comment-face ((t (:foreground "color-142"))))
|
||||||
'(font-lock-doc-face ((t (:foreground "color-242"))))
|
'(font-lock-doc-face ((t (:foreground "color-242"))))
|
||||||
'(font-lock-keyword-face ((t (:foreground "brightcyan" :weight bold))))
|
'(font-lock-keyword-face ((t (:foreground "brightcyan" :weight bold))))
|
||||||
@@ -83,6 +91,10 @@
|
|||||||
(workon "~/.virtualenv/default")
|
(workon "~/.virtualenv/default")
|
||||||
;; AUCTeX
|
;; AUCTeX
|
||||||
(setq TeX-auto-save t)
|
(setq TeX-auto-save t)
|
||||||
|
(setq TeX-parse-self t)
|
||||||
|
(setq-default TeX-master nil)
|
||||||
|
(eval-after-load 'latex
|
||||||
|
'(define-key LaTeX-mode-map (kbd "C-c n") 'next-section))
|
||||||
(eval-after-load 'latex
|
(eval-after-load 'latex
|
||||||
'(define-key LaTeX-mode-map (kbd "C-c p") 'prev-section))
|
'(define-key LaTeX-mode-map (kbd "C-c p") 'prev-section))
|
||||||
;; Tex To PDF
|
;; Tex To PDF
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,2 +1 @@
|
|||||||
cc-mode
|
cc-mode
|
||||||
c-lang-common
|
|
||||||
|
|||||||
BIN
.emacs.d/snippets/c++-mode/.yas-setup.elc
Normal file
BIN
.emacs.d/snippets/c++-mode/.yas-setup.elc
Normal file
Binary file not shown.
@@ -2,10 +2,9 @@
|
|||||||
# name: fsrtable
|
# name: fsrtable
|
||||||
# key: fsrtable
|
# key: fsrtable
|
||||||
# --
|
# --
|
||||||
|
\\\\
|
||||||
Abstimmung
|
|
||||||
\begin{tabular}{ccc}
|
\begin{tabular}{ccc}
|
||||||
\toprule
|
\toprule
|
||||||
Ja & Nein & Enthaltung \\\\\midrule
|
Ja & Nein & Enthaltung \\\\\midrule
|
||||||
3 & 1 & 9 \\\\\bottomrule
|
0 & 0 & 0 \\\\\bottomrule
|
||||||
\end{tabularx}
|
\end{tabular}
|
||||||
@@ -47,21 +47,48 @@
|
|||||||
|
|
||||||
\subsection{Eröffnung der Sitzung / Feststellung der Beschlussfähigkeit}
|
\subsection{Eröffnung der Sitzung / Feststellung der Beschlussfähigkeit}
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item anwesende Fachschaftsräte:
|
\item anwesende Fachschaftsräte: % Nach dem FSR 2017/18
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item
|
\item Jens-Rene Giesen
|
||||||
|
\item Nicolas Hasselhuhn
|
||||||
|
\item Ella Pohl
|
||||||
|
\item Johannes Waltmann
|
||||||
|
\item Mady Reimers
|
||||||
|
\item Annika Bendel
|
||||||
|
\item J\"oran Hesse
|
||||||
|
\item Marcel Zutter % Marecel Zutter
|
||||||
|
\item Hilal Bektas
|
||||||
|
\item Sebastian D\"omckes
|
||||||
|
\item Marvin Prochzka
|
||||||
|
\item Tobias Braun
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
\item abwesende Fachschaftsräte:
|
\item abwesende Fachschaftsräte:
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item
|
\item Niemand
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
\item anwesende Helfer:
|
\item anwesende Helfer:
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item
|
\item Sarah Delfing
|
||||||
|
\item Roman Heger
|
||||||
|
\item Christoph Anders
|
||||||
|
\item Jana Schmitz
|
||||||
|
\item Tobias Vennemann
|
||||||
|
\item Trutz Beckerpape
|
||||||
|
\item Markus Heikamp
|
||||||
|
\item Tim-Dennis Slotta
|
||||||
|
\item Tim Karbe
|
||||||
|
\item David Steimel
|
||||||
|
\item Tobias Stottrop
|
||||||
|
\item Stefan Lewin
|
||||||
|
\item Jan Sellerbeck
|
||||||
|
\end{itemize}
|
||||||
|
|
||||||
|
\item anwesende G\"aste:
|
||||||
|
\begin{itemize}
|
||||||
|
\item B\"arserker \heart
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
\item Die Beschlussfähigkeit wurde festgestellt.
|
\item Die Beschlussfähigkeit wurde festgestellt.
|
||||||
|
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
|||||||
*~
|
*~
|
||||||
\#*\#
|
\#*\#
|
||||||
*.log
|
*.log
|
||||||
|
fsrtemplate
|
||||||
Reference in New Issue
Block a user