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