The substitution tag has no wiki summary.
5
votes
2answers
34 views
xstring substitution with font commands fails in error
I want to substitute some spaces with normal font \dots in between name parts typeset in \ttfamily.
Below example works except for the commented part which fails miserably with the error: TeX ...
4
votes
2answers
101 views
Substitute all 'A' with \textsc{a}
Can I use catcode to substitute all capital letters in my document to \textsc{\myletter}?
EDIT: I would like to make this by a function, like:
\thisismystring{BLABLABLA}, that converts into ...
5
votes
2answers
192 views
Replace asterisk with nothing in string
I have a function which grabs cells out of a table and returns them. Many of these cells end with two asterisks, and I would not like these returned from the function if they are present. For ...
5
votes
1answer
120 views
How to replace specific words with an underscore equal in length to the original word replaced in ConTeXt?
My problem is identical to Phantom and line break, however, I am using ConTeXt.
I am creating a cloze test, e.g.:
Frogs have four ____ and two eyes.
The original text in the source appears like ...
7
votes
2answers
430 views
Glyph substitution: alternate capital Q in URW-Garamond? (LaTeX, Mac OS X)
I am using URW Garamond in LaTeX running on Mac OS X. The capital Q has a very long swash (extending beyond the next two glyphs!), which makes it unusable for me (I have too many capital Q's in my ...
1
vote
0answers
72 views
changing font of one (or a small number of) text character only [duplicate]
Possible Duplicate:
Font substitution with XeLaTeX
I am using a text font that unfortunately does not have accents for the letter e, which I need. But I have found a very similar font, and ...
6
votes
1answer
644 views
Font substitution with XeLaTeX
I have an automatically generated document (using Doxygen) that has
many different Unicode characters for many languages: Hebrew, Japanese, Greek, Arabic and more.
Some parts of text displayed using ...
6
votes
3answers
493 views
Substitute font's glyphs with glyphs from the same font
Is it possible to substitute certain font's glyphs with other glyphs from the same font? I am using Xelatex and Fontspec.
More specifically, I am using small caps with Linux Libertine O C and the ...
7
votes
4answers
697 views
Search and replace in a verbatim token list
I maintain a package for the R programming language that contains a vignette which gets processed using the Sweave literate programming system. Now, one of the irks about Sweave is that it always ...
6
votes
1answer
1k views
Replacing a substring
I've got a string like this: aXYbXYc, and need to replace the XY substring with a right arrow: a $\to$ b $\to$ c.
Is there any function (also provided by external packages) to help me do that?
5
votes
1answer
1k views
Recommendations for substitution of non-free fonts with LaTeX typefaces?
I'm trying to create a LaTeX template for reports we use in our organization. The original template is in .doc format, and uses a few non-free fonts, specifically Gill Sans. I'm looking for a LaTeX ...