diff options
Diffstat (limited to 'default.latex')
-rw-r--r-- | default.latex | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/default.latex b/default.latex index 80f6a7f..b03c4d8 100644 --- a/default.latex +++ b/default.latex | |||
@@ -257,6 +257,7 @@ $highlighting-macros$ | |||
257 | $endif$ | 257 | $endif$ |
258 | $if(tables)$ | 258 | $if(tables)$ |
259 | \usepackage{longtable,booktabs} | 259 | \usepackage{longtable,booktabs} |
260 | \usepackage{calc} % for calculating minipage widths | ||
260 | $if(beamer)$ | 261 | $if(beamer)$ |
261 | \usepackage{caption} | 262 | \usepackage{caption} |
262 | % Make caption package work with longtable | 263 | % Make caption package work with longtable |
@@ -383,10 +384,10 @@ $if(csl-refs)$ | |||
383 | \fi | 384 | \fi |
384 | }% | 385 | }% |
385 | {} | 386 | {} |
386 | \usepackage{calc} % for \widthof, \maxof | 387 | \usepackage{calc} |
387 | \newcommand{\CSLBlock}[1]{#1\hfill\break} | 388 | \newcommand{\CSLBlock}[1]{#1\hfill\break} |
388 | \newcommand{\CSLLeftMargin}[1]{\parbox[t]{\maxof{\widthof{#1}}{\csllabelwidth}}{#1}} | 389 | \newcommand{\CSLLeftMargin}[1]{\parbox[t]{\csllabelwidth}{#1}} |
389 | \newcommand{\CSLRightInline}[1]{\parbox[t]{\linewidth}{#1}} | 390 | \newcommand{\CSLRightInline}[1]{\parbox[t]{\linewidth - \csllabelwidth}{#1}} |
390 | \newcommand{\CSLIndent}[1]{\hspace{\cslhangindent}#1} | 391 | \newcommand{\CSLIndent}[1]{\hspace{\cslhangindent}#1} |
391 | $endif$ | 392 | $endif$ |
392 | 393 | ||