Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

28
votes
11answers
4k views

How can I mix LaTeX in with Markdown?

I've been using Markdown for class notes, and it's great. I even do some preprocessing on the Markdown so I can do things like tables. But this term I'm teaching a class with a lot of math, and I'd ...
10
votes
5answers
246 views

How do I create a circled symbol in Mathematica?

I know that Framed is used to show a frame around a symbol, how can I show a circle around a symbol?
4
votes
2answers
787 views

Typesetting LaTeX fraction terms to be larger in an equation

I have the following formula in LaTeX, based on Fisher's Exact Test. (NOTE: requires the use of the amsmath package for \binom.) \begin{equation} P(i,j) = \sum_{x=|N(V_i) \cap V_j|}^{\min\{|V_j|, ...
3
votes
1answer
1k views

math or LaTeX engine for Droid phones

Are there math or LaTeX engines available for the Android phone? The flashcard app I like best (AnyMemo) doesn't seem to be able to integrate equations into the flashcards except as graphics, ...
3
votes
2answers
535 views

Rendering LaTeX on third-party websites?

There are some sites on the web that render LaTeX into some more readable form, such as Wikipedia, some Wordpress blogs, and MathOverflow. They may use images, MathML, jsMath, or something like that. ...
3
votes
5answers
6k views

How to strike out inside LaTeX equations?

Please see the snippet below and tell me how can I achieve the same strike-out effect as in the main text. I am using the version of LaTeX from the latest Ubuntu repositories. \documentclass{article} ...
2
votes
3answers
291 views

Convert xypic matrix to eps. (LaTeX)

I have a lot of BIG xypic-matrices in my LaTeX file for one of my papers, and it takes long/infinite time to compile. Is there a way to convert just the separate xypic-pieces to eps files, that I ...
2
votes
0answers
180 views

Is there any free Equation Editor Control

Hi am going to do some project there i need to show integral , sigma, pie , etc.. so is there any equation edtior controls available. so I have to integrate to my Asp.Net project I got one ...
1
vote
2answers
232 views

Simple preprocessor for latex: detect whether you are an included file or being compiled stand-alone

I work on a huge script in \latex. I want to be able to compile each of the chapters as stand-alone, because it is easier for hacking sessions with Latex. On the other hand, I would like to maintain ...
1
vote
3answers
296 views

Rendering mathematical formulas on an iDevice

Is there any support for rendering/displaying mathematical formulas under iOS? I'm assuming there's nothing built-in to the OS itself, so a solution that is free-as-in-beer and won't cause my app to ...
1
vote
3answers
317 views

How to print out equations in Mathematica

How do I define that a formula should not be computed, but rather displayed in Traditional format? Here are 2 examples, where the first one is displayed like I want it, but the second one is ...
1
vote
2answers
2k views

Adding an equation or formula to a figure caption in LaTeX

I have a figure in LaTeX with a caption to which I need to add a formula (equation* or displaymath environments). For example: \documentclass[12pt]{article} \begin{document} \begin{figure}[tbph] ...
0
votes
2answers
197 views

Error while writing multi-valued function in LateX

I am creating a document in LateX and the following multivalued function has been giving me trouble for a while. The Latex code for the above as I gave is $\[delta \tau_{i,j}^{k}$ = $\left\{$ ...
0
votes
1answer
477 views

adding prefix to figure caption in LaTeX?

How can I change the caption of all figures in LaTeX to include a prefix? For example, make all figures appear as "Supplementary Figure 1", "Supplementary Figure 2", ... rather than "Figure 1", ...