0
votes
0answers
12 views

Setting text Indentation inside list Item in LAtex [migrated]

In side My latex file I code something like this \begin{itemize} \item Item NO 1 \\paragraph no1 paragraph no1 paragraph no1 paragraph no1 paragraph no1 paragraph no1 paragraph no1 paragraph no1 ...
3
votes
1answer
65 views

Multiline Comments Syntax Coloring in VIM for TeX Files

To my biggest surprise, the multi-line comment syntax in TeX : \usepackage{verbatim} ... \begin{comment} I don't like this line anymore. Please don't print it. \end{comment} is not ...
0
votes
0answers
20 views

How do I get the width of \hfill? [migrated]

In my LaTeX document, I have a first line with a given spacing obtained using \hfill, then a paragraph, and then a third line in which I would like to use the same spacing as in the first line. The ...
0
votes
0answers
34 views

pdflatex does not create pdf file anymore [closed]

I have a tex file (test.tex) which I cannot compile any more. % % Some comment % \documentclass[pdftex,a4paper]{scrartcl} \usepackage{ngerman} \usepackage[latin1]{inputenc} \usepackage[T1]{fontenc} ...
0
votes
1answer
42 views

Disable what ever causes Vim LaTexSuite from automatically entering braces

I'm working on a paper using LaTex, and my preferred text editor is Vim. When using the LaTeX plugin from https://github.com/gerw/vim-latex-suite gives me just about everything I need when working ...
2
votes
1answer
48 views

The 'gq' command merge comment lines with non-comment lines

I'm writing a LaTeX doc using vim now, and I met a problem when using the 'gq' command to format paragraphs. For example, if I have a paragraph like this: some text% this is a comment some text The ...
0
votes
0answers
27 views

How to prevent MacTeX from creating so many files? [closed]

I'm starting LaTeX on Mac and tried to create a pdf. However, it automatically creates so many files such as a log and something else I don't know what they are. Is there a way to keep my folder ...
0
votes
0answers
67 views

Latex: How to fit the title into a single line? [closed]

I think I am just too new to the Latex environment. Do I just change the font size to fit the title into a single line? Then How do one change the font size of the title? Is there any other ...
0
votes
0answers
24 views

what is the best strategy during hyphenation using patgen? [closed]

I have about 10k words hyphenated. Have .tra file. What can be the best strategy to make good hyphenation patterns using patgen? Namely hyph_start and hyph_finish, pat_start pat_finish good, bad, ...
0
votes
0answers
44 views

Error using minted in latex [closed]

Writing my thesis, I need to embed some source code. I've chosen minted for that purpose but I'm having problems with it. When I try to generate the PDF with PDFLatex (-shell-escape set), theres's ...
2
votes
0answers
61 views

How can I make graph in LaTeX, where nodes are such as in image [closed]

I want to create graph with nodes as in the image: I wrote an example graph with \xymatrix - that's OK. I added circles with &*+[Fo], that's OK too. I added table inside first circle with ...
1
vote
1answer
66 views

Printing - easier by creating a .tex file or directly from code?

I have never written any printing methods myself, and after reading and trying a few examples in C# I'm really discouraged. Either I'm using completely outdated methods, not the right libraries or ...
0
votes
1answer
533 views

How to insert plain text? [closed]

I have some xml text to be inserted in the document as plain text. I directly inserted but it gives weird symbols. How can I avoid that? XML I want to add: \begin{tabular}{|c|} <table> ...
2
votes
1answer
343 views

Create an ePub file from markdown with math

I've spent a considerable about of time trying to figure out how I can take a markdown file, which contains TeX math and convert it into an ePub file where the math is rendered properly. For example: ...
2
votes
1answer
553 views

Full LaTeX parser in Java

I've written small Java application to create printable flashcards for my Maths revision. At the moment, I'm using JLaTeXMath to generate the images for each side from LaTeX. The only problem is, ...
6
votes
3answers
171 views

LaTeX and R bundle?

I am using R to analyse statistical data and plot histograms, scatter plots etc. And then I have to export all plots as PDFs to manually include them in LaTeX report. I wonder if there is any way ...
-1
votes
1answer
620 views

How to remove this bad box? [closed]

\documentclass[a4paper, 10pt, notitlepage]{article} \begin{document} \begin{minipage}[t]{1.0 \textwidth} aaaaaaaaaaaaaaaaaaaaaaa \end{minipage} \end{document}
5
votes
2answers
258 views

Heroku buildpack - Installing texlive binary package

I'm trying to install the texlive-full package on heroku through making a custom buildpack. I'm working on django application, so I'm currently using version of heroku-buildpack-python ...
1
vote
0answers
44 views

LaTeX install path on OS X [closed]

I run the MacTeX 2012 installer and it installed a bunch of apps and tools under /Applications/TeX. However, I can't find the latex executables. There is no /usr/texbin, no /usr/local/texlive. If I ...
-3
votes
2answers
612 views

Java library to create PDF from LaTeX source [closed]

I have Java program, which receives some data and generates LaTeX document. I need Java library to create PDF file from generated LaTeX source. Could you recommend me something, please?
0
votes
0answers
56 views

mathTeX and LaTeX occasional problems

I'm using mathTeX to render my math formulas. But on mobile site from time to time happen errors on same formula. In other words one time (or even more) formula is rendered correctly and another with ...
0
votes
0answers
160 views

Is there any LaTeX functions interpreter library for C++ or .NET?

I want to feed to some interpreter library TeX written functions and get lambdas (in C++ or C#) out of it. Is there any such translator library?
0
votes
0answers
201 views

Prevent splitting of HTML table in doxygen output

I wrote a table using HTML, sample given below: <table> <tr><td>256 colors</td><td>Indexed color modes. You need ... ...</td></tr> <tr><td>Hi ...
0
votes
0answers
320 views

LATEX2e font zplmr7m Metric (TFM) file not found [closed]

Using Miktex 2.6 on Windows7 Latex Error: miktex-maketfm: No creation rule for font zplmr7m. ! Font OML/zplm/m/it/14.4=zplmr7m at 14.4pt not loadable: Metric (TFM) file not found. miktex-maketfm: ...
0
votes
0answers
30 views

Why reducing size of document in LaTeX causes improper header appearence [closed]

I have a LaTeX file that generates a 23 Mb document when using dvi2pdf but I need to reduce it below 5 mb so I used dvi2ps and then ps2pdf. But this causes header of each page not well positioned and ...
1
vote
1answer
185 views

How do I change font size in Sphinx latexpdf with anysize or cm-super?

This isn't a duplicate of this question: I'm trying to set a bigger font size for all elements. I managed to make font size 12 instead of 10, but it's still too small to be readable. Werner suggests ...
0
votes
1answer
199 views

How to create a Highlight Box in Latex? [closed]

I am writing an Article in Latex. Please suggest me how to create a highlight box like the one shown below in Latex:
0
votes
0answers
77 views

How does latex source multiple configuration files..? [closed]

I have got a very peculiar question I'd like to ask about my latex processor: In my school we are using the pdfTeXk backend. At some point there was a need to make a few configuration changes within ...
0
votes
0answers
49 views

histdel() failing to apply in omap

I have the following mapping in my TeX ftplugin to make gqip work better on LaTeX sources, not wrapping environments along with the rest of the paragraph. omap <buffer> <silent> ip ...
0
votes
0answers
393 views

How to install beamer in MikTex 2.9? [closed]

I'm having problem with MikTeX 2.9. I can't make presentation using beamer. I downloaded the latest version of MikTeX, which is version 2.9. But after installing, and running a TeX codes which is ...
1
vote
1answer
87 views

latex tab issue [closed]

I am creating a tabular in latex. I want one column to be as small as possible, with no inter column spacing, so that it's just enough to fit the text. I know the answer to this question: I need to ...
0
votes
0answers
248 views

Annotating external PDF graphics with TikZ/PGF [closed]

I tried the solution proposed in : http://tex.stackexchange.com/questions/1449/how-can-should-i-include-annotated-images However, the coordinates don't match with the coordinates I used when plotting ...
1
vote
2answers
99 views

How to use '_' and other characters on LATEX?

I need to put samples of some comand lines in a LaTeX file, but every time I try to use some characters (such as _) I got the " !Missing $ inserted" error. How can I write strings such as : ...
0
votes
0answers
293 views

Latex techniques and templates for writing a book [closed]

I am about to write a couple of books using latex. I am fairly used to producing small latex articles using Sweave and R, but I have never written a book using latex and I am not conversant with the ...
0
votes
0answers
355 views

Logo in a LaTeX header [closed]

I use this class definition in the preamble of my document: \documentclass[standard, backaddress=off, foldmarks=false, enlargefirstpage, pagenumber=off, ...
4
votes
3answers
1k views

Rendering LaTeX to an image

I have read lots of questions and answers here but I haven't found a clear Question/Answer. I need to create a really simple webpage wich allows users to enter LaTeX and generate a PNG (or other ...
4
votes
1answer
240 views

How to convert R expressions to LaTeX/TeX without using a CAS?

I would like to be able to convert R expressions (ex. 1/2*x^2) or formulas into a character string that contains the LaTeX (ex. "\frac{1}{2} \times x^{2}" - or something similar). I know that ...
1
vote
1answer
484 views

Too long vertical lines in LaTeX table [closed]

Ok, I've looked at this code too long and need some fresh eyes and ideas. Question: Why do I get too long vertical lines on my LaTeX table? Looks to me like some sort of overflow, but the document ...
6
votes
0answers
379 views

TeX rendering in a java application [closed]

I want to render math formulas in my Java GUI application. I am looking for a library made for computer use, not web use, which can render TeX. I have already tried jLatexMath, but it's very slow when ...
6
votes
1answer
593 views

Getting Sweave code chunks to stay inside page margins?

Sometimes I get to make an R code chunk (in Sweave) which is longer then the margins of the page. Is there a way to force it to "go to the next line" once that happens? Here is a simple example of ...
3
votes
2answers
498 views

Getting Sweave code chunks inside some framed box?

I would like to make an R code chunk (in Sweave) printed inside a framed box in the resulting pdf. Is there an easy solution for doing that?
1
vote
1answer
176 views

Generate LaTeX and PDF from Objective-C

I want to generate a LaTeX document from Objective-C and compile it with pdfLatex so that I have an PDF in the end. Is there a SDK to do this, or do I need to write to file some LaTeX code from a ...
3
votes
2answers
2k views

PHP LaTeX to PDF Conversion/Compiling

I have searched far and wide to find a PHP-based tool to convert LaTeX to PDF, but have had no success. I understand that LaTeX runs on the server side, however I still require a PHP-based command ...
0
votes
2answers
825 views

LaTeX section highlighting in vim

In LaTeX, a section looks like: \section{Section Title} I would like to highlight such sections, or section titles. I tried to put the following in ~/.vim/bundle/latexrc/after/syntax/tex.vim: syn ...
-1
votes
1answer
92 views

Latex on a .txt file

Is it possible to use Latex for scientific formulas (mathematic, physic, chemistry) that are written on a .txt file ? example about a chemistry formule \[ HC \equiv CH + H_{2}O ...
4
votes
2answers
3k views

Tex vs. Latex: Is it worth the change? [closed]

I have been producing documents (both mathematical and non-mathematical) with Latex for about two years, and I feel rather confortable with it. Now I would like to learn Tex, but I wonder if there are ...
2
votes
1answer
213 views

Multirow cells in TeX tables

I'm trying to make a table that is very similar to the first table of Cremona's book on Elliptic Curves, however occasionally I want to have cells that span multiple row. I am not opposed to using ...
4
votes
3answers
267 views

How to display bazaar version number in a latex document?

I am using bazaar as a version control system for my research. I have many latex documents. I want to display the version number in all the .dvi files under bazaar.
1
vote
2answers
2k views

How to add special character in LaTeX?

In my current work I need to use arrow symbols, representing injection, surjection and bijection. First two can be given by commands \rightarrowtail and \twoheadrightarrow, but the bijection arrow - ...
8
votes
1answer
216 views

C source in .W file

I found a C source in these files with .w extensions. It seems like a mix of TeX code and C Programming Language. This is an example of these sources. How can I compile? PS: Excuse me for the ...

1 2 3 4