Newest Questions
265,867 questions
0
votes
1
answer
10
views
Coding preamble issues with apacite style bib
I'm quite new to latex, and lately I started to have some problems with apa citing. here is the code of my preamble and the portrait of the article.
%DISEÑO Y FORMATO DE DOCUMENTO
\documentclass[...
0
votes
1
answer
23
views
Add a tikzpicture to every pages except the first and last one
I want to add a tikzpicture (in the example below a circle at the top of the page) to every page in my article, except for the first and last page. I am using \AtBeginShipout, but how can I exclude ...
0
votes
0
answers
14
views
Memory overflow error on virtual computer win11Prof
Moved XP Prof and Dos6.22 dual boot onto virtual machine in Windows 11 Professional.
Getting memory overflow error when processing input file.
Any suggestions re memory parameters for virtual computer?...
0
votes
1
answer
7
views
Is there a beamer option to change section of a given frame [duplicate]
Given multiple frames in a beamer presentation. I want to shift some of the frames to the end/backup section of the presentation. Is there an option that can help achieve this?
The following is an ...
5
votes
1
answer
44
views
The Clara font family removes bolded characters sequence
I'm using the clara font, but noticed that in boldface the font removes the character encoding "ffi", as in the MWE example below:
\documentclass{minimal}
\usepackage{clara}
\RequirePackage[...
2
votes
2
answers
38
views
Wrong calculus in Boxplot
I want to draw a boxplot using the PGFplots as in the following MWE:
\documentclass{standalone}
\usepackage{pgfplots}
% Nice color sets, see see http://colorbrewer2.org/
%\usepgfplotslibrary{...
5
votes
1
answer
42
views
How can I create a new TikZ-element that takes some keyval arguments?
I've got the following code:
\documentclass[a4paper]{article}
\usepackage{tikz}
\usetikzlibrary{intersections, calc, spath3}
\begin{document}
\begin{tikzpicture}
\coordinate (P) at (110:1.5);
\...
2
votes
1
answer
40
views
\mathbb{\gamma} and \mathbb{\pi} are swapped in ConTeXt
In ConTeXt, \mathbb{\gamma} outputs a pi symbol, while \mathbb{\pi} outputs a gamma. This seems to be a ConTeXt issue, not font-related. What should I do?
\startTEXpage[offset=5pt]
\m{\mathbb{\gamma\...
3
votes
3
answers
29
views
breaking lines of a lengthy equation in a multiline bracket using equation*
I am trying to write an equation -first order conditions of a Lagrangian- in a multiline open bracket but due the length of the equation it doesn't look right. I am using equation* and cases from ...
5
votes
2
answers
70
views
How do I recreate this Sangoku?
I am trying to recreate this Japanese Sangoku using tkz-euclide:
My attempt so far:
\documentclass[border=1mm]{standalone}
\usepackage{tkz-euclide}
\begin{document}
\begin{tikzpicture}
\tkzDefPoint(...
1
vote
1
answer
11
views
Opacity in Beamer with Items and Colored Text
As a follow up to a previous question, I was wondering how, starting from the setting
\documentclass{beamer}
\usetheme{CambridgeUS}
\usepackage[english]{babel}
\begin{document}
\begin{frame}
...
2
votes
1
answer
17
views
Vertical padding in table cells containing matrices
I am trying to construct a table containing matrices. There are solutions that use \booktabs, \arraystretch, and \extrarowheight, but I still can't find what I need. Here is my MWE using booktabs ...
0
votes
0
answers
42
views
How to recreate "old style" graphs
I am still a beginner in LaTeX and would like to know if it is possible to reproduce this type of graph identically (same font, same line thickness, etc.). If this is indeed possible, I would love to ...
0
votes
1
answer
9
views
Changing Opacity in Beamer of Specific Parts of a Frame
Given the following setup of a frame in beamer
\begin{frame}
\begin{definition}
Definition
\end{definition}
\begin{proposition}
Proposition
\end{proposition}
\begin{theorem}
Theorem
\end{theorem}
\...
1
vote
1
answer
27
views
Text in table with vertical spanning not wrapping
I have a table which uses horizontal and vertical spanning of table cells (the MWE only includes horizontal spanning). I want the table to fully span the \textwidth of the document. Hence, I am ussing ...