|
49 | 49 |
|
50 | 50 | % --- Fonts -------------------------------------------------------------------
|
51 | 51 | \usepackage{fontspec}
|
| 52 | +\usepackage[fixed]{fontawesome5} |
52 | 53 | \usepackage[babel=true]{microtype}
|
53 | 54 | \defaultfontfeatures{Ligatures=TeX}
|
54 | 55 | \setmainfont{Source Serif Pro}[
|
|
318 | 319 |
|
319 | 320 | % --- Getting help ----------------------------------------------------------
|
320 | 321 | \begin{myboxed}{Getting help}
|
321 |
| - \includegraphics[height=.75em]{www.png} |
322 | 322 | \href{https://matplotlib.org}
|
323 |
| - {matplotlib.org}\\ |
324 |
| - \includegraphics[height=.75em]{github.png} |
| 323 | + {\faIcon{globe}\,matplotlib.org}\\ |
325 | 324 | \href{https://github.com/matplotlib/matplotlib/issues}
|
326 |
| - {github.com/matplotlib/matplotlib/issues}\\ |
327 |
| - \includegraphics[height=.75em]{discourse.pdf} |
| 325 | + {\faIcon{github}\,github.com/matplotlib/matplotlib/issues}\\ |
328 | 326 | \href{https://discourse.matplotlib.org}
|
329 |
| - {discourse.matplotlib.org}\\ |
330 |
| - \includegraphics[height=.75em]{stack-overflow.pdf} |
| 327 | + {\faIcon{discourse}\,discourse.matplotlib.org}\\ |
331 | 328 | \href{https://stackoverflow.com/questions/tagged/matplotlib}
|
332 |
| - {stackoverflow.com/questions/tagged/matplotlib}\\ |
333 |
| - \includegraphics[height=.75em]{gitter.pdf} |
| 329 | + {\faIcon{stack-overflow}\,stackoverflow.com/questions/tagged/matplotlib}\\ |
334 | 330 | \href{https://gitter.im/matplotlib/matplotlib}
|
335 |
| - {gitter.im/matplotlib}\\ |
336 |
| - \includegraphics[height=.75em]{twitter.pdf} |
| 331 | + {\faIcon{gitter}\,gitter.im/matplotlib}\\ |
337 | 332 | \href{https://twitter.com/matplotlib}
|
338 |
| - {twitter.com/matplotlib}\\ |
339 |
| - \includegraphics[height=.75em]{mail.pdf} |
| 333 | + {\faIcon{twitter}\,twitter.com/matplotlib}\\ |
340 | 334 | \href{https://mail.python.org/mailman/listinfo/matplotlib-users}
|
341 |
| - {Matplotlib users mailing list} |
| 335 | + {\faIcon[regular]{envelope}\,Matplotlib users mailing list} |
342 | 336 | \end{myboxed}
|
343 | 337 |
|
344 | 338 |
|
|
0 commit comments