tex Questions
2
Solved
Consider a simple webpage like this one:
<!DOCTYPE html>
<html><head><title>Test!</title></head>
<body>
<p>a b c</p>
</body></html>...
3
Solved
I tried to implement math equations in flutter application using the flutter TeX package. It takes much time to render the equation.
It doesn't look so nice as I wanted to be. Are there any other i...
Raiment asked 27/4, 2020 at 5:24
11
I have the following problem when starting RStudio and when I try to compile a PDF from a .rnw format:
Error: '\U' used without hex digits in character string starting ""C:\U"
When ...
2
Solved
I have this .bib file for reference management while writing my thesis in LaTeX:
@article{garg2017patch,
title={Patch testing in patients with suspected cosmetic dermatitis: A retrospective study...
3
There is such an extension in VS: TeX Comments and the example:
I wonder if it's possible to do this in VS Code?
Sachasachem asked 18/1, 2021 at 0:3
6
Solved
I recently upgraded my laptop to Snow Leopard, updated TeX to Version 3.1415926 (TeX Live 2011/MacPorts 2011_5), and installed Python 2.7.3. After all these installs, I ran macport selfupdate and m...
Bifurcate asked 5/7, 2012 at 23:58
7
Solved
How can you escape _ without the use of \_?
This is the example of the question
word_a_a_a_a_a_b_c_dd
There is one function which you can use for this.
However, I cannot remember its name.
10
Solved
In history-books you often have timeline, where events and periods are marked on a line in the correct relative distance to each other. How is it possible to create something similar in LaTeX?
6
Solved
I want to have bold labels on my axis, so I can use the plot for publication. I also need to have the label of the lines in the legend plotted in bold.
So far I can set the axis labels and the lege...
Romulus asked 21/4, 2015 at 8:29
3
There is a package called flutter_tex. But, it required internet access. I want to render Latex without using internet. How to render Latex in flutter, without using internet.
4
I have a template, which defines all the typesetting recommendations for thesis, but it uses xelatex for compilation. I want to continue using VS Code with Latex Workshops, question is how to chang...
Tedium asked 13/5, 2019 at 9:11
3
Solved
I have a dataframe that I am putting into a sweave document using xtable, however one of my column names is quite long, and I would like to break it over two lines to save space
calqc_table<-st...
3
Solved
I'm trying to open a .tex file.
I'm not sure I've got to the bottom of the (possibly) surprisingly complex process. I was told I could do it with Notepad++, which I proceeded to download. He...
Calysta asked 9/3, 2014 at 16:2
2
I am trying to compile a .tex document into a pdf in TexStudio (and I have also tried in MikTex) and the following error is outputted File l3backend-pdfmode.def not found. I have tried downloading ...
3
Solved
I have the following lines to render TeX annotations in my matplotlib plot:
import numpy as np
import matplotlib.pyplot as plt
from matplotlib import rc
rc('text', usetex=True)
rc('font', family=...
Vivacious asked 20/5, 2011 at 7:8
3
I haven't found a way to select multiple files at the same time on overleaf, which makes deleting or moving many files very time consuming.
Is there something I'm missing?
6
Solved
How to insert pipe symbol | in TeX (LaTeX)?
4
Solved
Sometimes, I define new commands such as the following.
\newcommand{\comment}[1]{\textbf{#1}}
%\necommand{\comment}[1]{\emph{#1}}
The above commands enable me to change the style of parts of my...
3
Solved
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", "Fi...
Ligan asked 22/10, 2010 at 12:38
3
I have this small .tex file.
\documentclass{article}
\usepackage[T2A]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{titling}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{tikz}
\setleng...
6
Solved
EDIT: As I see in the first answer, underline is the wrong word. I want a line under the section heading, separating the heading from the following text.
I want to separate section headings from t...
Minimize asked 8/9, 2009 at 8:3
4
Solved
Superficially, an easy question: how do I get a great-looking PDF from my XML document? Actually, my input is a subset of XHTML with a few custom attributes added (to save some information on citat...
4
Solved
I have one .tex-document in which one graph is made by the python module matplotlib. What I want is, that the graph blends in to the document as good as possible. So I want the characters used in t...
Borst asked 16/7, 2013 at 21:20
1
There are many ways of exporting R graphs and R Tables quickly into LaTeX using the R tikzDevice (on the R side) and the LaTeX tikz package (On LaTeX side). Have a look at this blog article for mor...
Mcknight asked 6/1, 2018 at 12:34
5
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?
1 Next >
© 2022 - 2024 — McMap. All rights reserved.