Compare commits
No commits in common. "d8e889f9d7a908e8aa7ad8f722ff08658dba8988" and "d4987042208ece64a8563d2c18e05215b79a58ed" have entirely different histories.
d8e889f9d7
...
d498704220
0
.gitignore
vendored
Normal file → Executable file
0
.gitignore
vendored
Normal file → Executable file
@ -129,8 +129,6 @@
|
||||
\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}{}
|
||||
}
|
||||
|
||||
@ -1615,7 +1613,7 @@
|
||||
|
||||
\newcount\ddimemoryline
|
||||
|
||||
\newenvironment{ahobject}[1]
|
||||
\newenvironment{object}[1]
|
||||
{
|
||||
\def\objectname{#1}
|
||||
\ddimemoryline=0\relax
|
||||
@ -1639,7 +1637,7 @@
|
||||
\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 [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