-
All Sites mathjax
-
Stack Overflow latex tikz metapost pdftex pgf xetex miktex auctex lyx tex sweave
-
Super User latex pdftex xetex texlive miktex auctex lyx tex mactex texshop
-
Ask Ubuntu latex kile
-
Cross Validated latex sweave
-
Web Applications latex
-
Mathematics latex
-
Programmers latex
-
Server Fault latex
-
Writers latex
-
Unix & Linux kile
Highlight Text feature like google play book android
I want my android application to have feature of text highlighting same as in Google play book. Does any one has idea how to achieve this. edit: I believe the user is talking about this effect:
Guidelines for good use of $\LaTeX$ in question titles
Motivation: Every once in a while, I find myself making edits like this one, where OP (likely due to inexperience in asking questions) has used display math mode ($$ delimiters) and/or the ...
LaTeX hyperref package: Opening a target PDF at a specific page
Does anyone know if it is possible to employ the LaTeX hyperref package to open a target PDf at a specific page? I have tried using the \href{FILENAME#page=XX}{LINK_TEXT} command, where XX is the ...
Using Latex in a C++ Program
I want to write a program that allows me to type in plain text and LaTex code into a text field and displays in real time that text parsed with LaTex, essentially how the preview panel works in ...
How to use SyncTeX with Org-mode?
Background With SyncTeX you can get forward and backward search between a source document and the typeset material. More specifically: Forward search is to jump from a particular place in the ...
AUCTeX: Run Compile Command n-times
I'd like to have a function that asks for a number n and executes the default compile command n-times afterwards. That is to say unlike C-c C-c (i.e. TeX-command-master) I don't want to be asked which …
Lyx cannot find knitr module
I am migrating/branching from sweave to knitr and can run @yihui's minimal example in Rstudio but am having trouble making it run with Lyx (2.06). I get the message The module knitr has been requested …
emacs AUCTeX macros fontification
I recently started using the excellent package xargs that provides \newcommandx. It shares a syntax similar to the default \newcommand. I would like font-lock to reflect this. I did ...
Emacs Auctex highlighting in .dtx documentation part
Am I missing something, or Auctex really uncapable to highligh documentation section? After taking a glance on manual and quick greping the source, I found nothing. In my .dtx file all lines, ...
UIWebView's content height returns wrong value while using mathjax
I am using mathjax for displaying the mathematical expressions on UIWebView. So i want to change the UIWebView height dynamically. For that , i have used CGFloat newHeight = [[self.questionWebView …
vim-latex suite, how to open a file without folding the text by default
I have downloaded and successfully installed the vim-latex suite from http://vim-latex.sourceforge.net/index.php It is a great tool, but slightly annoying that when you open a file it folds all of …
Change “List of Listings” text
I tried to change the "List of Listings" text with the command \renewcommand*{\lstlistlistingname}{List of XYZ} before my \begin{document}. What's wrong with this? By the way ...
How to execute a Golang template when “{” or “}” are in the static part of the template?
My Problem is that, I want to build a letter generator, which first builds a latex-file from user input, and then compiles this via latex to PDF. The template contains multiple lines like this: ...
change to letter size on teXnicCenter & MikTex
How come TeXicCenter and MiKTeX always generate an A4 size pdf paper? I reinstalled both MiKTeX and TeXicCenter and I made sure that I selected "Letter" to be my default paper size. Nothing changes.
Export Google Drive document to LaTeX
Is there a way for exporting a document created in Google Drive to a .tex file? I tried to use the .zip file that you can directly download from the Google Drive interface. That file contains the …
How to write LaTeX in IPython Notebook?
Can anyone share the way, how to write LaTeX code in IPython Notebook?
Can we get a $\LaTeX$ button?
I would like to propose the addition of a $\LaTeX$ button. It would be very similar to the "code" button that formats the highlighted text into code, the $\LaTeX$ button would surround the highlighted …
Loading Webview with Mathjax Javascript Creating Empty Space?
Above is the layout with top and bottom with LinearLayout...and in the middle with Webview. The Webview contains the html code that is configured with mathjax javascript for proper mathematical ...
Mathjax 2.2 beta
UPDATE: Mathjax 2.2 final has been released. We have deployed the latest Mathjax 2.2 beta on Math.SE. As with any beta release please post an answer to this question if you find any issues. We will …
Perspective to equip MathStackExchange resources to the creation of diagrams such as in LaTeX
There are some perspective to equip MathStackExchange resources to the creation of diagrams such as the packages TikZ LaTeX? This is a viable possibility in the future?
are any people facing problem of not loading latex symbols?
are people facing problem of not loading latex symbols in MSE? I have high speed internet connection but I am facing this problem from yesterday,any suggestion?It says "math processing error" if my …
Texstudio Menu Integration in Unity
Is possible to integrate texstudio menubar with unity panel ?
How to hide whizzytex yellow cursor in Emacs
How to hide it? It is way too yellow, and automatically switched on when activating whizzytex. I looked at the Emacs variables but cannot find it there. Using Ubuntu 13.04 and Emacs 24.
Why isn't there `\textsf` commands, and what should we do about it?
Currently MathJax supports several fonts for text in mathematics: $$normal,\mathbf{mathbf},\mathsf{mathsf},\mathrm{mathrm},\mathtt{mathtt}.$$ (And I intentionally omitted all the ...
Footnote spacing in LaTeX
I'm writing my dissertation and the grad school says I need a space between multiple footnotes and also the space between the text and the start of the footnotes is too small. Is there a way to do ...
LaTeX does not render on a user page after navigating using page numbers or changing the sort criterion
The title describes the problem pretty well. I will use Sivaram's user page as an example, since his question and answer titles have a fair bit of LaTeX in them, but I am seeing this problem on all …
The double-bar delimiter does not stretch in MathJax 2.2
With the recent switch to MathJax 2.2, it seems that the double-bar delimiter (i.e. \|, or \lVert and \rVert) does not stretch when used with \left and \right (on my computer at least). The problem …
LaTeX package to do syntax highlighting of code in various languages
I am looking for a LaTeX package that does syntax highlighting on code. For example, right now I use the verbatim block to write code: \begin{verbatim} <html> <head> …
Removing prefix from figure captions in LaTeX
I'd like to make my own caption inside \caption{} in figures of LaTeX. How can I turn off the "Figure " prefix from the captions that appear?
Getting MathJax to update after changes to AngularJS model
I am trying to use AngularJS two-way binding text which includes Latex style equations. I would like to call MathJax to format the equations, but I'm not sure of the best way to ensure that MathJax …