tex Questions

3

Solved

In latex, I can use itemize and \item as follows. \begin{itemize} \item ... \end{itemize} I also can write as follows. \begin{itemize} \item[(any strings)] ... \end{itemize} However I can't w...
Lowgrade asked 10/5, 2015 at 2:47

8

Solved

I use gvim to edit LaTex .tex file. I noticed that it checks spelling on the fly only for the commented text. If I have a mistake in a regular text - no underline. If I comment this text with % , t...
Gahan asked 2/5, 2011 at 17:15

2

Solved

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 probl...
Strew asked 8/12, 2012 at 12:43

0

Having full_width = T in my kable function results in the error: ! You can't use `\relax' after \the. \tabu@elapsedtime ...optime {\the \pdfelapsedtime }\tabu@message {(tabu)\tab... But remo...
Bayless asked 20/2, 2020 at 17:7

2

Solved

I am using the \twocolumn tag to use the two-column layout in LaTeX. The problem is that this does not work properly and the text seems not to be fixed between the borders. Not sure if that minimal...
Adriatic asked 28/7, 2019 at 14:1

3

Solved

I'm making a document in LaTeX. It includes a set of images in a row. A small percentage are quite wide and will stretch and push off the page. If I shrink all the image sequences then most of them...
Meneau asked 28/7, 2010 at 10:42

4

Solved

I'm curious as to whether a native .NET renderer for TeX/LaTeX exists. The closest match I have been able to find is a Java implementation, JMathTeX. I am tempted to port this to C#, but before I d...
Binetta asked 1/10, 2009 at 0:32

2

Solved

I have the following simple python code: import numpy as np import matplotlib.pyplot as plt plt.rc( 'font', size=20, family="Times" ) # use a font with serifs # the following line triggers the ...
Ninfaningal asked 6/4, 2017 at 7:21

2

Solved

As I dont have sudo or root access, I want to install Tex live at a different location but install-tl doesn't have any option for this. Is there any other workaround? Default Path is: /usr/local/t...
Irby asked 21/4, 2015 at 7:26

3

Solved

This is for creating flashcards in LaTeX. My printer doesn't support duplex printing - which packages like flashcards and flacards seem to require - so I am trying to create a two-column arrangemen...
Monagan asked 9/1, 2010 at 17:12

3

Solved

I am writing a bunch of math equations in R Markdown inside Rstudio. And I want to align the content either to the left or center. However, seems like the align will align them to the right as defa...
Hebner asked 22/11, 2014 at 18:41

1

Solved

I'm trying to generate PDF from source files using Doxygen and MikTex (also Tex Live tested) but with no success. Here is an example file which from I'm trying to generate the documentation: /** ...
Wisdom asked 20/2, 2019 at 6:25

1

I'm trying to write a piecewise function in markdown on jupyter and jupyter is being spooky. Out of three functions, it only displays one properly (the $n_o$ one), even though they are all written ...
Oilbird asked 20/1, 2019 at 21:21

7

Solved

When I export to PDF via org-mode (C-c C-e d), any words with underscores end up being partially converted to subscript. How can I prevent this from happening? I found this article on the subject:...
Elanorelapid asked 30/3, 2009 at 18:53

1

I'm using \begin{equation}.. \end{equation} in markdown mode in a Colab notebook and I don't get equation numbering as I would expect from Latex. Is there a fix for this?
Pidgin asked 26/2, 2018 at 15:50

1

i would like to ask how to use the \hyperref because i've googled loads of loads of answers but i can't find. i've created my own TOC. then i included \hyperref package. Then the contents are autom...
Bonn asked 4/1, 2015 at 12:27

7

Solved

Are there arrays in LaTeX? I don't mean the way to typeset arrays. I mean arrays as the data structure in LaTeX/TeX as a "programming language". I need to store a number of vbox-es or hbox-es in an...
Orren asked 15/4, 2010 at 17:41

3

Solved

Minor point about LaTeX that bothers me. When one writes a^b^c, a_b_c or a'^b in math mode, LaTeX gives an error message complaining about multiple super/subscripts. This is particularly ...
Budbudapest asked 27/5, 2010 at 12:2

4

Solved

While trying to generate the PDF documentation of a Sphinx project, I get this: ! LaTeX Error: File `titlesec.sty' not found. Type X to quit or <RETURN> to proceed, or enter new name. (Defa...
Threadgill asked 6/7, 2015 at 12:57

1

My dataset is composed of arXiv astrophysics articles as .tex files, and I need to extract only text from the article body, not from any other part of the article (e.g. tables, figures, abstract, t...
Crustaceous asked 11/4, 2018 at 16:8

3

Solved

I have a problem which I thought would be more occurring. However, after scouring the internet for some time now I have not been able to find the solution to my problem. So here it goes: For a plo...
Pismire asked 12/3, 2014 at 10:35

1

Solved

I am trying to add .tex file in the Setting->Grammar of atom/spell-check so that it will check spellings in my document because .tex file is going to be a PDF document, but its not working. ...
Declassify asked 7/12, 2017 at 22:3

4

Solved

Rstudio Version 0.99.441; Windows 7 enterprise; knitr 1.10.5; MiKTex 0.4.5 r.1280 (2.9 64-bit) I have a an error on my office computer when trying to knit PDF's in Rstudio, there are no problems k...
Spotlight asked 17/6, 2015 at 11:52

3

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 co...
Idiom asked 20/12, 2011 at 14:50

1

I use the following code to create a box for equations. It uses Tikz to create the box. \documentclass[a4paper]{article} \usepackage{tikz} \usepackage{amsmath} \usepackage{amsmath,amssymb}% pour l...
Depopulate asked 2/4, 2016 at 11:21

© 2022 - 2024 — McMap. All rights reserved.