latex Questions

4

I think this question is novel. Here is the problem I have. I have a relatively short piece of text associated with a lot of figures and a table. I want floats to appear on pages just for floats bu...
Biosphere asked 14/10, 2010 at 18:40

5

Solved

When I write code in platex using {lstlisting} \begin{lstlisting} if True: print("latex") \end{lstlisting} However how can I put the code in the sentence?? like the ` in stackoverflow. ...
Endocarp asked 8/2, 2021 at 16:2

2

I am trying to use beamer_presentation in RMarkdown and in the YAML header I include, say, title: "Long title". This title appears on the first title page of my slides but also at the bottom of all...
Scoter asked 8/5, 2018 at 4:22

2

Solved

How can I scale a table to fit a PDF page in Quarto? Example: --- title: "Untitled" format: pdf --- ```{r setup} #| include: false library(dplyr) library(gt) ``` ```{r tbl} #| include...
Vulpecula asked 16/10, 2022 at 19:21

2

Solved

I am attempting to create a table which has citations built into the table. Here is a visual of what I am trying to achieve. As far as I know you can only add footnotes in rowvars or colvars in ...
Cerda asked 31/7, 2018 at 12:13

4

I am producing reports using rmarkdown. When knitting a PDF --- title: "Untitled" output: pdf_document --- I would like to specify the font to be used in creating the PDF. The official documenta...
Anhydrite asked 26/6, 2014 at 1:48

5

Solved

I have a pdf file obtained from the network and it has red boxes around links. How can I get rid of them? How can I view the document without them? P.S. Something that I found: pdf is prob...
Irresoluble asked 21/12, 2017 at 10:37

4

Solved

There are posts in TeX.SE that shows how argmin and argmax with limits can be typesetted using the \DeclareMathOperator* command. But how to do this in Markdown? I am especially interested in doin...

2

Solved

I want to highlight my changes in the revised paper for submitting it to the journal. Specifically, I want to highlight specific reference numbers included in multi-reference citations. I tried...
Balenciaga asked 15/10, 2019 at 9:42

4

Solved

I would like to get quotation marks like these „...” but when I process my markdown text wih Pandoc, it gives me “...”. It probably boils down to the question how to make Pandoc use locale settings...
Resolutive asked 26/11, 2015 at 15:44

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...
Heavenly asked 18/7, 2017 at 16:10

14

I have just installed debian 10 as well as vscode. I have been struggling with this for 3 days now.. I installed texlive from terminal with the following command: sudo apt install texlive I then i...
Myrilla asked 29/6, 2021 at 13:7

3

Solved

I have a two-column paper where space restrictions are very tight. I just looked at my last version of the manuscript and saw that the upper half contains a figure (as expected), but in the lower...
Marelda asked 13/3, 2009 at 16:50

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

4

Solved

The font of the axis tick mark labels produced from the following code isn't Helvetica, but is still the default serif Computer Modern. Any suggestions are greatly appreciated. from matplotlib imp...
Crowning asked 7/9, 2012 at 17:27

4

How can I rotate a page 180 degrees in LaTeX?
Bufflehead asked 4/6, 2009 at 11:41

2

I write documentation in markdown using ViM and I also put math using the latex $$ symbol (I compile using pandoc). The thing is that ViM syntax wouldn't ignore the underscores _ inside the dollar ...
Bianchi asked 30/9, 2015 at 12:11

1

I'm writing for a python function's documentation on vscode, and find it will be very convenient if the hover showing view of a function's docs can render the formula instead of raw string of stiff...
Amalee asked 14/8, 2022 at 4:1

4

Figure explaining what i want to do exactly I am using the following code to add figures in main body of the text. I need to ref figures in main body like Fig 1a, Fig 2a. but i dont want to add ca...
Sapphira asked 3/2, 2018 at 8:43

13

Solved

I'm looking for a clean way to migrate numpy arrays to latex bmatrix. It should work for both 2d arrays and horizontal and vertical 1d array. Example A = array([[12, 5, 2], [20, 4, 8], [ 2, 4, ...
Aquiline asked 16/6, 2013 at 1:0

3

Solved

I would like to use some iteration control flow to simplify the following LaTeX code. \begin{sidewaystable} \caption{A glance of images} \centering \begin{tabular}{| c ||c| c| c |c| c|| c |c| ...
Cultivar asked 1/4, 2010 at 16:3

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.
Eschar asked 28/8, 2009 at 11:47

5

I want to plot math symbols in a plotly dash app. For example, I've Tried this: import dash import dash_html_components as html app = dash.Dash(__name__) app.layout = html.Div( children=[ html.P...
Kaylil asked 12/8, 2020 at 15:16

8

I want to manually break a line inside $$: $$something something <breakline> something else$$ I tried \\, \newline, and \linebreak but none work. Ideas?
Harlandharle asked 23/12, 2009 at 18:55

6

Solved

In (La)TeX non-breaking spaces are called ties and they are made by ~. Ties are for instance used after abbreviations so that there is no line break directly after them and so that dots ending abbr...
Oldline asked 16/2, 2012 at 12:48

© 2022 - 2024 — McMap. All rights reserved.