Questions tagged [italics]

This tag should not be used. Use typography instead.

This tag is under discussion here: A [bold] initiative.

72 questions
0
votes
1 answer

Character totally changes when in italics

I have a small problem with the character "т", ascii code : 209 130 When this character is set in italics, the letter changes totally... Here is the т character in italics (inspect the code it is amazing): т Do you have any idea if it is normal…
strategesim
  • 327
  • 2
  • 3
  • 13
0
votes
0 answers

Remove italics in latex subscript symbol in matplotlib

I am trying to remove italics font from a latex symbol in a matplotlib plot. I tried \mathrm{/copyright} from the following post, but it seems to not work with symbols: remove italics in latex subscript in matplotlib Please help! import numpy as…
T-Dog
  • 135
  • 8
0
votes
0 answers

Making axis labels italic when using names.arg (R)

I have labelled my axis using the function names.arg, just wondering how to make these labels italic. Here's my code below. (Using R) barplot(species_and_abundance_$Abundance, ylim = c(0,44), names.arg = species_and_abundance_$Species, las=2,…
0
votes
0 answers

How do I make japanese text italic in Chrome?

I have a div whose contents the user can edit, since it has the attribute contenteditable="true". The user can type Chinese, Japanese, or Korean text in there, and style it as bold, italic, or underline. All works well in Firefox. But not in Chrome,…
MikeMichaels
  • 454
  • 1
  • 6
  • 25
0
votes
4 answers

Is there a way to italicize certain words when displaing it in a TextView on Android?

My Android app is displaying text in a TextView. Are there any tags or anything to put around words that I want italicized? I don't need to set the TextView as italics because the whole sentence would be that way, and I only need specific words…
Mark
  • 1,130
  • 3
  • 17
  • 32
0
votes
1 answer

Add XML markup to italic text sentence in MS Word

I am up against a MS Word text formatting problem and wondered if there were any Regular Expression geeks who also use MS Word out there (unlikely, I know...) I am trying to wrap a sentence that appears in italics in Word, using XML markup,…
0
votes
1 answer

Font and colour for Python matplotlib legend- superscript

Can someone help me make the R2 writing look like the rest? Especially not italics. This is my code below: While I'm here can anyone tell me how to either get that R2=0.97 line in red writing to indicate that's what the red line is on the…
paula.n
  • 131
  • 2
  • 2
  • 5
0
votes
0 answers

How can I italicize one word of a single line y-axis label in RStudio?

I'm trying to make my y-axis label read as "Nam expression" but seem to be having trouble. I'm using this command (I've tried a number of combinations of quotations and parentheses already but nothing seems to…
0
votes
1 answer

How to superscript and italicize in the same plot in R

I'm trying to create the following legend: legend(x = 23, y = 40, legend = c('Col-0 Control', 'Col-0 840g ha-1', 'TOC1-ox Control', "TOC1 840g ha-1"), col = c('black', 'black','red', 'red'), lty = c(1,2,1,2 ), pch=c(15,15,15,15), pt.bg = c('white',…
GW97
  • 91
  • 1
  • 11
0
votes
0 answers

Where is italics and bold in NSMutableAttributedString (Xcode)?

I have a large string and I want parts of it to be in italics or bold. I have successfully used NSMutableAttributedString to change certain properties. See below: let attributedString = NSMutableAttributedString.init(string: "Testing Bold") …
tore
  • 619
  • 2
  • 9
  • 23
0
votes
2 answers

TextView: How to italicise one word in a sentence

Hey guys =) android newbie here. I'm trying to write a sentence in TextView, and I only want one word in the sentence to be in italics. for e.g. android:text="my name isn't Amber?" ==> I want only the word "isn't" to be italicised. Any help would…
0
votes
2 answers

How to Indent in an Italics Tag

So I have some text between italics tags like this: Lorem ipsum... I need to indent it. I have tried the text-indent css property, but it does not work on italics tags. For the layout of my programming, I CANNOT surround the italics tags in…
user4826496
0
votes
1 answer

InDesign GREP: Italicized specific characters

I want to use a GREP style to italicize a portion of a company name. For example: "In*Design*." Design is only italicized when it follows the word "In" but "Design" never appears italicized when it stands by itself.
0
votes
1 answer

In a plot, show in italic name passed as an element of a vector

I have a vector of characters: x <- c("species1", "species2", "species3") I would like to add each of these elements in a plot, as a legend, for instance, like this: legend("topleft", x[1], bty="n") But here comes my problem: it needs to be in…
user18441
  • 643
  • 1
  • 7
  • 15
0
votes
1 answer

Italicize a specified string inside of a field in FileMaker Pro

I administer a simple Filemaker Pro 12 database for a company. The current project we are working on requires us to italicize proper names. For example, If the database was movie database I would have the following caption: Wendy, Peter Pan At the…