Search found 1 match

by m00se
Wed Jan 22, 2014 9:15 pm
Forum: General
Topic: Creating Function for R-Functions
Replies: 0
Views: 2229

Creating Function for R-Functions

Hi

I'm working on an introductory course for the R-language in LaTeX, so I'm trying to write a function that displays the R-function. This is what I've got:

\makeatletter
\newcommand{\fun}[3]{
\begin{tcolorbox}[top = 0mm, bottom = 0mm, left = 0mm, right = 0mm, colback=green!5,colframe=vubgreen ...