Compare commits

..

No commits in common. "d8e889f9d7a908e8aa7ad8f722ff08658dba8988" and "d4987042208ece64a8563d2c18e05215b79a58ed" have entirely different histories.

2 changed files with 2 additions and 4 deletions

0
.gitignore vendored Normal file → Executable file
View File

View File

@ -129,8 +129,6 @@
\mode<presentation>{ \mode<presentation>{
\newenvironment{body}{\document\ifcd\setbeamertemplate{sidebar \newenvironment{body}{\document\ifcd\setbeamertemplate{sidebar
right}{}\fi}{\input{bib-config.tex}\enddocument} right}{}\fi}{\input{bib-config.tex}\enddocument}
\newcommand{\starteBody}{\begin{document}}
\newcommand{\beendeBody}{\end{document}}
% \newcommand{\newblock}{} % \newcommand{\newblock}{}
} }
@ -1615,7 +1613,7 @@
\newcount\ddimemoryline \newcount\ddimemoryline
\newenvironment{ahobject}[1] \newenvironment{object}[1]
{ {
\def\objectname{#1} \def\objectname{#1}
\ddimemoryline=0\relax \ddimemoryline=0\relax
@ -1639,7 +1637,7 @@
\endscope \endscope
} }
\def\ahattribute#1 #2=#3;{% \def\attribute#1 #2=#3;{%
\node [@kind,minimum height=4mm,text height=1mm,text depth=0pt,anchor=base west] (\objectname-#2) at (0,-1*\ddimemoryline) {\scantokens{\javacode|#3|}}; \node [@kind,minimum height=4mm,text height=1mm,text depth=0pt,anchor=base west] (\objectname-#2) at (0,-1*\ddimemoryline) {\scantokens{\javacode|#3|}};
\node [text height=1mm,text depth=0pt,minimum height=4mm,anchor=base east] at (0,-1*\ddimemoryline) {\javacode|#1 #2|}; \node [text height=1mm,text depth=0pt,minimum height=4mm,anchor=base east] at (0,-1*\ddimemoryline) {\javacode|#1 #2|};
\advance\ddimemoryline by 1\relax \advance\ddimemoryline by 1\relax