On Wed, Dec 9, 2015 at 4:25 PM, Vincent Bain <b...@toraval.fr> wrote:

> We could complete the page with some LaTeX considerations : my knowledge
> of latex is limited to my own daily experience. I recently set up beamer
> presentations that I compiled with XeLaTeX. For those documents I put
> the following lines in preambule
>
>         \newfontface\firathin{FiraSans-Thin.otf}
>         \newcommand{\grass}{\textbf{GRASS}\,{\firathin{GIS}}}
>
> then \grass{} automatically displays the word GRASS GIS in the right
> fontface in the document. Maybe we could give some *TeX/Xe*TeX hints on
> how to e.g. cite grass and display its icon, slogan, ... maybe not ?
>


This would be good. *TeX and also HTML. I personally prefer the non-font
versions but I think the website can handle more versions as long as the
few most important files are at the top.

I've recently used something like in a LaTeX Beamer presentation:

\href{https://grass.osgeo.org/}{
    \includegraphics[height=0.25\textheight]{grass_gis_logo}
}

I'm not sure if I always consider good linking an external image but often
projects provide HTML to include their logo:

<a href="https://grass.osgeo.org/";>
    <img alt="GRASS GIS logo" style="border-width:0" src="
https://grass.osgeo.org/uploads/images/logo_variant_nobg.png";>
</a>
_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to