<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 40: Using on Texmaths the font on the text on LibreOffice.</title><link>https://sourceforge.net/p/texmaths/feature-requests/40/</link><description>Recent changes to 40: Using on Texmaths the font on the text on LibreOffice.</description><atom:link href="https://sourceforge.net/p/texmaths/feature-requests/40/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sat, 16 Nov 2019 22:47:12 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/texmaths/feature-requests/40/feed.rss" rel="self" type="application/rss+xml"/><item><title>#40 Using on Texmaths the font on the text on LibreOffice.</title><link>https://sourceforge.net/p/texmaths/feature-requests/40/?limit=25#0756</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Really. I have studied about. It's not possible. Just some fonts. Thanks!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JONES SANTOS DA SILVA</dc:creator><pubDate>Sat, 16 Nov 2019 22:47:12 -0000</pubDate><guid>https://sourceforge.net8a651af13fb5f93e30b123a448f88123c7d8f9e9</guid></item><item><title>#40 Using on Texmaths the font on the text on LibreOffice.</title><link>https://sourceforge.net/p/texmaths/feature-requests/40/?limit=25#8e0c</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;TexMaths is just a program that calls the LaTeX engine. So you should check the LaTeX documentation about the feature you wants (I'm not an expert).&lt;/p&gt;
&lt;p&gt;However, TexMaths can also use the XeLaTeX engine (use the TexMaths configuration button for that option), and the latter has more possibilities to deal with sans serif fonts.&lt;/p&gt;
&lt;p&gt;But, I'm pretty sure it is not possible to use &lt;em&gt;any&lt;/em&gt; font in LaTeX or XeLaTeX...&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Roland Baudin</dc:creator><pubDate>Sat, 16 Nov 2019 17:46:06 -0000</pubDate><guid>https://sourceforge.neta36db5acf92e8e6f995ce692f6e4a9bd88048adc</guid></item><item><title>Using on Texmaths the font on the text on LibreOffice.</title><link>https://sourceforge.net/p/texmaths/feature-requests/40/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;To generate my docs I'm using two templates on preamble.&lt;br/&gt;
This like principal:&lt;br/&gt;
\usepackage&lt;span&gt;[brazil]&lt;/span&gt;&lt;br/&gt;
\usepackage{dsfont}&lt;br/&gt;
\usepackage{fouriernc}&lt;br/&gt;
\usepackage{amsmath}&lt;br/&gt;
\usepackage{cases}&lt;br/&gt;
\usepackage&lt;span&gt;[T1]&lt;/span&gt;&lt;br/&gt;
\usepackage{amssymb}&lt;br/&gt;
\usepackage&lt;span&gt;[utf8]&lt;/span&gt;&lt;br/&gt;
\usepackage{mathrsfs}&lt;br/&gt;
\usepackage&lt;span&gt;[normalem]&lt;/span&gt;&lt;br/&gt;
\usepackage{graphicx}&lt;br/&gt;
\usepackage{xcolor}&lt;br/&gt;
\definecolor{navy}{HTML}{000080}&lt;br/&gt;
\definecolor{mogg}{HTML}{000066}&lt;br/&gt;
\definecolor{plug}{HTML}{800000}&lt;br/&gt;
\usepackage&lt;span color=""&gt;[usenames]&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;% Uncomment this line for sans-serif font&lt;br/&gt;
%\everymath{\mathsf{\xdef\mysf{\mathgroup\the\mathgroup\relax}}\mysf}&lt;/p&gt;
&lt;p&gt;% Uncomment these lines for colored equations&lt;br/&gt;
% Caution! Background color breaks transparency!&lt;br/&gt;
%\definecolor{fgcolor}{RGB}{0,0,255}&lt;br/&gt;
%\definecolor{bgcolor}{RGB}{255,0,0}&lt;br/&gt;
%\pagecolor{bgcolor}\color{fgcolor}&lt;/p&gt;
&lt;p&gt;With it, I can work with texts using serif fonts and have equations with a font more similar to that of text.&lt;/p&gt;
&lt;p&gt;And I use this other:&lt;br/&gt;
\usepackage&lt;span&gt;[brazil]&lt;/span&gt;&lt;br/&gt;
\usepackage{amsmath}&lt;br/&gt;
\usepackage{sfmath}&lt;br/&gt;
\usepackage{DejaVu Sans Condensed}&lt;br/&gt;
\renewcommand*\familydefault{\sfdefault}&lt;br/&gt;
\usepackage{cases}&lt;br/&gt;
\usepackage&lt;span&gt;[T1]&lt;/span&gt;&lt;br/&gt;
\usepackage{amssymb}&lt;br/&gt;
\usepackage{mathastext}&lt;br/&gt;
\usepackage&lt;span&gt;[utf8]&lt;/span&gt;&lt;br/&gt;
\usepackage{sansmathaccent}&lt;br/&gt;
\usepackage{mathrsfs}&lt;br/&gt;
\usepackage&lt;span&gt;[normalem]&lt;/span&gt;&lt;br/&gt;
\usepackage{graphicx}&lt;br/&gt;
\usepackage{xcolor}&lt;br/&gt;
\definecolor{navy}{HTML}{000080}&lt;br/&gt;
\definecolor{mogg}{HTML}{000066}&lt;br/&gt;
\definecolor{plug}{HTML}{800000}&lt;br/&gt;
\usepackage&lt;span color=""&gt;[usenames]&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;% Uncomment this line for sans-serif font&lt;br/&gt;
\everymath{\mathsf{\xdef\mysf{\mathgroup\the\mathgroup\relax}}\mysf}&lt;/p&gt;
&lt;p&gt;% Uncomment these lines for colored equations&lt;br/&gt;
% Caution! Background color breaks transparency!&lt;br/&gt;
\definecolor{fgcolor}{RGB}{0,0,102}&lt;br/&gt;
\definecolor{bgcolor}{RGB}{255,255,255}&lt;br/&gt;
\pagecolor{bgcolor}\color{fgcolor}&lt;/p&gt;
&lt;p&gt;This one I use for texts with sans serif fonts. In this specific case, I use the dejaVu Sans Condensed font. Would it be possible to use another font? What happens is that when I change the font in the fourth line of the preamble texmaths shows an error message stating that the font is not part of my system. Is it my mistake? Why does only DejaVu Sans Condensed font work? &lt;/p&gt;
&lt;p&gt;What I would like is to have the option of using any font in my system for texmaths equation text like "mathtype", for example. It's possible?&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JONES SANTOS DA SILVA</dc:creator><pubDate>Sun, 10 Nov 2019 13:16:16 -0000</pubDate><guid>https://sourceforge.net6a78648fc9f45e684349629c8053b4a74afdb709</guid></item></channel></rss>