Compare commits
2 Commits
d498704220
...
d8e889f9d7
Author | SHA1 | Date | |
---|---|---|---|
d8e889f9d7 | |||
261be634ae |
0
.gitignore
vendored
Executable file → Normal file
0
.gitignore
vendored
Executable file → Normal file
@ -129,6 +129,8 @@
|
||||
\mode<presentation>{
|
||||
\newenvironment{body}{\document\ifcd\setbeamertemplate{sidebar
|
||||
right}{}\fi}{\input{bib-config.tex}\enddocument}
|
||||
\newcommand{\starteBody}{\begin{document}}
|
||||
\newcommand{\beendeBody}{\end{document}}
|
||||
% \newcommand{\newblock}{}
|
||||
}
|
||||
|
||||
@ -1613,7 +1615,7 @@
|
||||
|
||||
\newcount\ddimemoryline
|
||||
|
||||
\newenvironment{object}[1]
|
||||
\newenvironment{ahobject}[1]
|
||||
{
|
||||
\def\objectname{#1}
|
||||
\ddimemoryline=0\relax
|
||||
@ -1637,7 +1639,7 @@
|
||||
\endscope
|
||||
}
|
||||
|
||||
\def\attribute#1 #2=#3;{%
|
||||
\def\ahattribute#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 [text height=1mm,text depth=0pt,minimum height=4mm,anchor=base east] at (0,-1*\ddimemoryline) {\javacode|#1 #2|};
|
||||
\advance\ddimemoryline by 1\relax
|
||||
|
Loading…
Reference in New Issue
Block a user