Questions tagged [custom]
The custom tag has no summary.
31 questions
2
votes
1
answer
44
views
How to set a custom encoding in Metafont?
font_quad:=150pt#;
font_normal_space:=50pt#;
font_normal_stretch:=6pt#;
font_normal_shrink:=5pt#;
font_identifier:="tpie";
font_coding_scheme:="AEFMNOPST only";
What ...
2
votes
1
answer
74
views
Mixing description entries and plain text
I am a programmer who is somewhat new to Tex
I am using MikTex and TextStudio (latest version of each)
My goal is to produce a text document of an index. I do not need to create an index, just print ...
1
vote
2
answers
70
views
Missing horizontal space from a simple macro [duplicate]
I'm using the following macro to help typing:
\newcommand*{\mma}{\textcolor{violet}{\textsl{Mathematica}}}%
The issue is very small: It doesn't keep the space in the text, when I type something like ...
4
votes
3
answers
199
views
Displaying Enumerate Item Numbers Directly Above the Item Descriptions
Consider the code:
\documentclass[12pt]{book}
\usepackage{enumitem}
\begin{document}
\thispagestyle{empty}
\begin{enumerate}[label=\large\textbf{\arabic*.}]
\item First item.
\item Second item.
\...
2
votes
0
answers
86
views
How can I include a new documentclass in a LaTeX document or LaTeX distribution [duplicate]
I am writing an article for publication. The publisher, Trans Tech Publications, provided a custom document class named TTP.CLS.
This documentclass is not in my TeXLive LaTeX distribution.
How can I ...
6
votes
1
answer
109
views
Adding a custom component in circuitikz and using it within different files
I am new to using latex and found-out recently of the library circuitikz.
I would like to know how to create and edit custom components within this library,
and also how to import them into circuits ...
-2
votes
1
answer
81
views
How to get a custom generated style for the first use of an acronym? [closed]
When using a package supporting acronyms such as acro, acronym, glossaries-extra, glossaries, or any other relevant, how to get a custom generated form for the first use of an acronym, like such :
...
1
vote
0
answers
68
views
Custom command to autofill values from quadratic equations not working after new page command
Here's the custom command a friend wrote for me (probably used AI):
\usepackage{xcolor}
% Color commands for variables and values
\newcommand{\avar}{\textcolor{red}{a}}
\newcommand{\aval}[1]{\...
2
votes
2
answers
128
views
Could you provide tips on themes or customization for Beamer presentation frames with dense text?
I'm creating a Beamer presentation and need to include a significant amount of text on a single frame. Are there any themes that are designed to accommodate large blocks of text? Alternatively, are ...
0
votes
0
answers
83
views
Using beamer to create an article-like presentation
The question might sound confusing but what I am trying to achieve is a similar behavior to what we see in a default article document, but using beamer instead. The goal is to do a presentation as a ...
0
votes
1
answer
66
views
How to make table of contents with chapter summaries with tocloft?
How can I make this custom table of contents with tocloft?
My question is asking for a tocloft version of "Table of Contents with additional description of entries"
0
votes
1
answer
61
views
Can you show me how to make a custom float for schemes in my RSC journal manuscript following their template?
I'm really new to Latex thinking this could solve my issues with editing manuscript in Word. I would like to know if someone worked with RSC latex templates before. And if you did, can you show me how ...
2
votes
3
answers
181
views
Customized equation referencing
I am trying to cobble together a decent solution for referencing multiple equations on a single line. First, my MWE and then I will ask my question(s).
\documentclass[]{article}
\usepackage{amsmath}
...
0
votes
1
answer
54
views
How to Increase the Vertical Gap Induced by the Linebreak Command on an Ad Hoc Basis?
Consider the code:
\documentclass[12pt]{book}
\usepackage[showframe,paperwidth=5.5in,paperheight=8.25in]{geometry}
\textwidth=4in \textheight=3.50in
\begin{document}
\thispagestyle{empty}
\noindent{\...
2
votes
2
answers
141
views
Adding spacing before hbar embedded in text
I am writing text in Maltese, and UNICODE char U+0127 ħ is not supported by default. To bypass this I redefined the hbar to be upright, as instructed here: https://tex.stackexchange.com/questions/...