Hi,
I am unsuccessfully trying to have a couple of icons from Fonts Awesome included into a PDF via the latex builder. My setup is as follows.
In conf. py I have (Only relevant options reported, the latex_elements is quite long and complex)
*****
import sphinx_fontawesome
extensions = ['sphinx.ext.ifconfig' , 'sphinx_fontawesome','sphinx.ext.todo' ]
latex_elements['preamble'] = """
\\usepackage{fontawesome}
"""
*****
In the rst file:
*****
To move all oll usersfrom a column to the other, click on the
:fa:`angle-double-right` or :fa:`angle-double-left` icons on
top of the columns.
*****
In the latex output, however, I just have
*****To move all oll usersfrom a column to the other, click on the
\sphinxstyleemphasis{} or \sphinxstyleemphasis{} icons on
top of the columns.*****
So, I wonder if this is actually possible or supported.
Any hint will be appreciated, thanks!
Stefano