typesetting Questions
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...
Quadrille asked 23/3, 2016 at 10:1
2
Solved
I am using typst to render some stuff, I want a side by side display of 2 images I gured out how to get things vertically:
#figure(
(image("eulerian.svg", width: 10%),
image("lagra...
Lundberg asked 9/4, 2023 at 5:39
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
4
Solved
I am making PDF with LaTeX. I have a few sections and subsections. I want to put a link towards the top of the document so that in the PDF someone can click on it and it'll go to that section/subse...
Cannonade asked 14/7, 2010 at 9:18
1
Solved
I want to be able to make several symbols bold by grouping them within some sort of bolding command. I can make a single symbol bold by using (for example)
\boldsymbol \phi
but I want to be able...
Agronomy asked 7/12, 2017 at 0:42
8
Solved
Impressed by is-latex-worth-learning-today, and many how-to's on Windows,
How do you have someone started with LaTeX on Linux?
How do you generate a pdf out of it and give up the OOO Word p...
Goodwife asked 19/6, 2009 at 9:18
3
Solved
problem
I'm using LilyPond to typeset sheet music for a church choir to perform. Depending on who is available on any given week, songs will be played in various keys. We have an amazing pianist w...
Obliquity asked 28/4, 2009 at 21:10
2
Solved
I'm writing a WinForms .NET program that needs to lay some text out on a page (with a few basic geometric/vector graphics). Is there an equivalent of OS X's Core Graphics and/or Core Text? So far, ...
Witt asked 3/7, 2013 at 13:25
1
I am having a bizarre problem in converting postscript to pdf using ps2pdf. Here is a minimal code snippet that causes the problem.
/Times findfont 40 scalefont setfont
-1 1 scale
15 15 moveto (R)...
Hasid asked 26/2, 2013 at 19:53
1
I have a linear model in a code chunk that I want to display nicely in LaTeX. The model call takes the standard form with a tilde ~ which gets typeset horribly in LaTeX.
\documentclass{artic...
Winter asked 5/2, 2013 at 15:0
2
Solved
Mathematica appears to have difficulty horizontally aligning accents (e.g. bars, hats, and tildes) when placed on top of certain mathematical symbols.
Here's a simple example:
Using the Adjust...
Vo asked 20/12, 2011 at 21:13
5
Solved
I know that Framed is used to show a frame around a symbol, how can I show a circle around a symbol?
Sequester asked 29/10, 2011 at 22:10
4
Solved
Please see the snippet below and tell me how can I achieve the same strike-out effect as in the main text. I am using the version of LaTeX from the latest Ubuntu repositories.
\documentclass...
Lipocaic asked 18/4, 2010 at 21:0
2
Solved
Simple preprocessor for latex: detect whether you are an included file or being compiled stand-alone
I work on a huge script in \latex.
I want to be able to compile each of the chapters as stand-alone, because it is easier for hacking sessions with Latex.
On the other hand, I would like to maint...
Opportuna asked 1/5, 2011 at 0:9
2
Solved
How can I make figures be renumbered in a TeX document? I want the main figures to be 1, 2, 3, ...etc. But then I want a section to have supplementary figures, S1, S2, S3, S4. The "S" does not have...
Etymologize asked 2/8, 2010 at 20:37
1
Solved
I've been looking at Philip Bunge's post on how to create a "Tango" style with LaTeX listings, and trying to adapt this to make the default text style white and the background black (this is for sl...
Bothwell asked 28/6, 2010 at 13:57
2
Solved
I'm creating documents using the memoir class in XeLaTeX. I'm having trouble creating proper paragraph presentation, and in particular my when I create paragraphs with \paragraph{}lorem ipsum LaTeX...
Manicurist asked 25/6, 2010 at 16:46
1
Solved
I'm trying to typeset something in LaTeX and I would like to know if I'm doing it right. The basic idea is that section number hangs in the left margin. The number takes the height of the header+2 ...
Ops asked 19/5, 2010 at 13:51
2
Solved
I've been looking for the answer to this question for a while now but can't seem to find it, so I'm hoping someone on here can help me.
I'm writing up a thesis in Latex, and really like the \fron...
Aerobiology asked 29/4, 2010 at 12:43
3
Solved
how can I make equations smaller in TeX? For example, I want to use the equation environment as follows:
\begin{equation}
long equation here
\end{equation}
but then it's displayed in a way that'...
Salesclerk asked 4/2, 2010 at 3:32
2
Solved
How can I insert a figure (i.e. graphic) that extends 100% of the viewport but with a given height?
Kentigerma asked 28/9, 2009 at 19:19
4
Solved
I am using a LaTeX class file which sets various parameters such as margins, line spacing, ... according to the parameters passed to it. For some reason, the end result does not look right. Some ma...
Noonan asked 22/7, 2009 at 22:3
1
© 2022 - 2024 — McMap. All rights reserved.