“您拨打的机主是老赖” 厦门翔安区法院为老赖推出定制彩铃
13 questions
1
vote
0
answers
182
views
Mixing Source Sans Pro and Computer Modern for math
\documentclass{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage[LGR,T1]{fontenc}
\usepackage{amsmath, amssymb}
\usepackage[default]{sourcesanspro}
\SetSymbolFont{operators}{normal}{OT1}{cmr}{m}{n}...
2
votes
2
answers
150
views
Slashed notation in fourier font package redefinition
I'd need to change \slashed{} command (slashed package) visualization in fourier package that looks like this:
\documentclass{article}
\usepackage{fourier}
\usepackage{slashed}
\begin{document}
$$
(i\...
1
vote
0
answers
38
views
Minion Pro - how to make the angle symbol the same height as text? [duplicate]
I am using the minion pro package and noticed that when you use \angle, the resulting symbol is not the same height as the text as it is for computer modern, as seen in the below picture.
What can I ...
8
votes
1
answer
1k
views
How to make a long equation small to fit in LaTeX?
I am trying to use one equation in my thesis but that equation is long enough to fit in LaTeX format, I found one image but don't know how to convert that into LaTeX format, it uses some different ...
4
votes
1
answer
360
views
Why do only certain font switches work in math mode?
If my codes have a statement like ${\bfseries{\emph{something}}$, it will return an error:
\bfseries invalid in math code.
But if I change the order of the control sequences, like this ${\emph{\...
3
votes
1
answer
595
views
LaTeX Equation left aligned with smaller fonts size
I have the sample below, When I compile and run, each step of the equation is left aligned with smaller fonts.
What I'm trying to achieve is, each step of the equation should appear on a line by ...
5
votes
2
answers
4k
views
Missing character: there is no 'x' in font nullfont
I want to generate an image from a Tex file. I use a template and then programmatically insert LaTeX inside it. For example, if I want to create an image for x^2 + \phi, this would be the resulting ...
3
votes
1
answer
2k
views
How can I make text inside set notation look like normal text?
I'm very new to LaTeX, and have never been very good with computers, so apologies for not knowing how to post questions on here properly or missing out anything important.
I have this:
\...
7
votes
3
answers
9k
views
Problem with the \mathbf command
In this MWE, I want to obtain bold letter for the letter "H" (compare the two "H") :
\documentclass[10 pt]{beamer}
\usetheme{default}
\usepackage{lmodern} % load a font with all the characters
\...
2
votes
2
answers
397
views
reducing space taken by big math equation
i hve few big equation in my file and they take lot of space. plase help me in reducing their size.i have already tried using \declaremathsizes but it only reduces math font size nt the space it takes....
4
votes
2
answers
2k
views
LaTeX Capabilities: Complicated and Important Equations
As I am introducing LaTeX to an audience, I'd like to show how it can render equations beautifully. As such, I'd like one equation (math/physics) that combines many different formatting requirements, ...
5
votes
2
answers
282
views
Break after arrow
The length of formula in attached code is getting too long, I would wish to break it short.
I try to insert a break after the \rightsquigarrow by failed.
How should I insert a break?
\...
4
votes
0
answers
243
views
sansmath and boldmath--mutually exclusive? [duplicate]
Possible Duplicate:
Make mathfont respect the surrounding family
This question is similar to the Bold, italic math (\bm) and sansmath question, but with a few more requirements.
I am making a ...