Skip to content

Instantly share code, notes, and snippets.

@konard
Created October 30, 2013 14:30
Show Gist options
  • Select an option

  • Save konard/7233641 to your computer and use it in GitHub Desktop.

Select an option

Save konard/7233641 to your computer and use it in GitHub Desktop.
<w:r>
<w:rPr>
<w:rFonts w:ascii="Times New Roman" w:hAnsi="Times New Roman" />
<w:sz w:val="20" />
<w:b w:val="0" />
<w:i w:val="0" />
<w:color w:val="000000" />
<w:highlight w:val="none" />
</w:rPr>
<w:t>x&lt;sup&gt;4&lt;/sup&gt;</w:t>
</w:r>
Заменить на:
<w:r>
<w:rPr>
<w:rFonts w:ascii="Times New Roman" w:hAnsi="Times New Roman" />
<w:sz w:val="24" />
<w:b w:val="0" />
<w:i w:val="0" />
<w:color w:val="000000" />
<w:highlight w:val="none" />
</w:rPr>
<w:t>x</w:t>
</w:r>
<w:r>
<w:rPr>
<w:rFonts w:ascii="Times New Roman" w:hAnsi="Times New Roman" />
<w:sz w:val="30" />
<w:b w:val="0" />
<w:i w:val="0" />
<w:color w:val="000000" />
<w:highlight w:val="none" />
<w:vertAlign w:val="superscript" />
</w:rPr>
<w:t>4</w:t>
</w:r>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment