Tagged Questions
0
votes
2answers
62 views
How do I make frame environment play nice with \textbf?
I am getting a strange error message when I put textbf into a frame environment.
Minimal Example
\documentclass{article}
\listfiles
\begin{document}
\begin{frame}
\textbf{Lemma 1}
\end{frame}
...
5
votes
1answer
91 views
How to isolate / confine / contain a new font inside of a \NewEnviron (new environment using eviron package))
I have a situation here. I am designing an IPA Vowel Chart and I have created a new font environment for the IPA characters using the IPA font Doulos SIL like this: \newfontfamily{\ipafont}{Doulos ...
3
votes
1answer
974 views
Can I disable italics in the body text of a theorem without amsthm/ntheorem?
I'm submitting a paper and am required to use a provided document class which defines its own theorem environments, so I can't use packages like amsthm or ntheorem. The class doesn't define a ...
8
votes
2answers
292 views
Write a LaTeX macro to differentiate the text
I'm writing a report, and, for editorial purposes, I would like to use different fonts for each part of the report. I think I need to write a macro for it, but I don't know how to have this effect:
...
6
votes
3answers
343 views
New paragraph style for newbie
This question may have already been asked, but with all of my searching, I couldn’t find it.
I am new to LaTeX and after a few rough starts, I am finding my way. I am using this tool to create ...
6
votes
3answers
1k views
Change the font of the block quote?
Sorry if this is a duplicate, but I can't find the right way of doing this.
I want to redefine my quote and quotation commands to use a different font. My main font is Linux Libertine O (I am using ...
8
votes
2answers
822 views
How to change color of some particular environment for entire document
I want to change color of particular environment in document.
For example wherever I found verbatim environment or equation environment appears in my tex file. With some global settings, I want to ...
6
votes
2answers
153 views
Frame environment with fixed size given by numbers of characters and lines
I would like to make one framed environment with the following behavior.
Only the last 8 lines of the content must be displayed. If the content have more than 8 lines, a gentle warning must be ...
1
vote
1answer
772 views
How to temporarily remove the formatting in a definition environment?
I have a definition, written as follows:
\begin{definition}
This is a definition, in which I would like to have a few normal words.
\end{definition}
Ordinarily, the entire definition is rendered in ...
5
votes
1answer
150 views
Changing the font for a custom environment
I can't figure out how to embed a command like \textbf or something in a newly created environment, I have:
\newenvironment{definition}
{\begin{quote}}
{\end{quote}}
I want to customize my ...
