Revision history for LatexCommands


Revision [10588]

Last edited on 2009-12-28 15:44:30 by ToBo
Additions:
LaTeX erlaubt es eigene Kommandos zu definieren und die vorhandenen Kommandos zu ersetzen.
Neues Kommando \kl ohne Parameter
Neues Kommando \ia ohne Parameter
Das Kommando \textbf{ ... } soll anstelle des Fettgedruckten einen gelben Hintergrund liefern
Environment wird immer mit \begin{EnvironmentName} eingeleitet und \end{EnvironmentName} beendet.
Deletions:
% Change the command for bold characters to characters wirh yellow background


Revision [10559]

Edited on 2009-12-27 17:19:20 by ToBo
Additions:
\newenvironment{myquote}%
{\begin{quote}\small}%
{\end{quote}}%
\SetBlockEnvironment{myquote}


Revision [10495]

Edited on 2009-12-15 03:37:31 by ToBo
Additions:
=====Erstellen und Modifizieren von Kommandos in LaTeX=====
%%(latex)
\newcommand{\kl}{{ \colorbox{yellow}{\large \textcolor{green}{ZUM KORREKTURLESEN}}}\\ }
%%
%%(latex)
\newcommand{\ia}{{ \colorbox{yellow}{\large \textcolor{red}{IN ARBEIT}}}\\ }
%%
%%(latex)
% Change the command for bold characters to characters wirh yellow background
\renewcommand{\textbf}[1]{\colorbox{yellow}{#1}}
%%
%%(latex)
% My commands
\newcommand{\kl}[1]{\colorbox{yellow}{#1}} % activate higlighting
\newcommand{\ia}[1]{\colorbox{red}{#1}}
%\newcommand{\kl}[1]{#1} % deactivate higlighting
%\newcommand{\ia}[1]{#1}
%%
Deletions:
=====Titel=====


Revision [10494]

The oldest known version of this page was created on 2009-12-15 03:35:45 by ToBo
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki