Skip to content

Commit e993def

Browse files
committed
slides: fix closing slide — centered content clobbered the reference footer
The .center class vertically centers the slide body, which overlapped the bottom-pinned ::: aside (the Boyd & Vandenberghe line). Drop .center and move both references into a normal-flow Resources list.
1 parent 5090f18 commit e993def

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

slides/intro.qmd

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -207,16 +207,18 @@ Disciplined nonlinear programming: [cvxr.rbind.io/examples/dnlp/tutorial](https:
207207
Everything expanded, with more examples: [cvxr.rbind.io](https://cvxr.rbind.io)
208208
:::
209209

210-
## Let's begin {.center}
210+
## Let's begin
211211

212212
Open the book at **A Gentle Introduction** and run the first chunk.
213213

214214
<br>
215215

216-
*Convex Optimization in R Using CVXR* · Fu, Narasimhan & Boyd
216+
**Resources**
217217

218-
[cvxr.rbind.io](https://cvxr.rbind.io) · Fu, Narasimhan & Boyd (2020), *JSS* 94(14)
218+
- The book & all examples: [cvxr.rbind.io](https://cvxr.rbind.io)
219+
- The package paper: Fu, Narasimhan & Boyd (2020), *JSS* **94**(14)
220+
- The standard reference: Boyd & Vandenberghe, *Convex Optimization* (2004)
219221

220-
::: aside
221-
The standard reference: Boyd & Vandenberghe, *Convex Optimization* (2004).
222-
:::
222+
<br>
223+
224+
*Convex Optimization in R Using CVXR* · Fu, Narasimhan & Boyd

0 commit comments

Comments
 (0)