Skip to main content

All Questions

Tagged with
4 questions with no upvoted or accepted answers
1 vote
0 answers
5k views

larger math fonts for R Markdown

I am looking for an "easy", i.e. not package dependent way of increasing the font size of the math equations I embed in my Rmd documents (eventually compiled by knitr). As an example: $$ \boxed{P(x=a;...
Markus Loecher's user avatar
0 votes
0 answers
46 views

xelatex - how to change font size (resize)

I am creating equation through code (C#) to png file. How I can change a size of equation? Because sometimes my equation is long and the image contains small characters and for short equations the ...
damian17's user avatar
0 votes
0 answers
62 views

How do I define a macro that depends on the height of an argument?

I'd like to write a macro that surrounds an argument with two round parentheses which are correctly sized to the argument. Currently I'm using the following macro, \newcommand{\inpl}[1]{{\left(\kern-....
Gautam Chaudhuri's user avatar
0 votes
0 answers
40 views

How increase the font size of an equation with begin{equation}?

I have the following code in RMarkdown that prints an equation like: # in a LaTeX environment I would write: \usepackage{amsmath} \begin{document} \begin{equation}\label{eq: eq1} \psi_{j} = \frac{\...
Rollo99's user avatar
  • 327