PC Review


Reply
Thread Tools Rate Thread

characters with bar

 
 
john t
Guest
Posts: n/a
 
      11th Sep 2003
Hallo
How do I put a bar over x (bar-x in statistics is the
mean) and over D (Roman numerals D with bar is 500,000)
Can't find these in the symbols
Have a nice day
john
 
Reply With Quote
 
 
 
 
Greg Maxey
Guest
Posts: n/a
 
      11th Sep 2003
John,

I use an EQ field {EQ \x\to(y)} where "y" is the value under the line. I
have a macro for gathering the input and generating the field:

Public Sub Negate()

Dim Expr As String
Expr = InputBox("Enter the expression to negate:", "Negate")
If Expr <> "" Then
ActiveDocument.Fields.Add Range:=Selection.Range, _
Type:=wdFieldEmpty, _
Text:="EQ \x\to(" & Expr & ")", _
PreserveFormatting:=False
End If
End Sub

See:
http://www.mvps.org/word/FAQs/Macros...eateAMacro.htm


--
\\\\///////////
( @ @ )
----oo00---(_)---00oo----
Greg Maxey
A peer in "peer to peer" support
Rockledge, FL

john t wrote:
> Hallo
> How do I put a bar over x (bar-x in statistics is the
> mean) and over D (Roman numerals D with bar is 500,000)
> Can't find these in the symbols
> Have a nice day
> john



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Random number of characters either side of Literal Characters Tim Locken Microsoft Access 2 6th Oct 2007 03:15 AM
RE: IE 6 windows shows characters fuzzy, not clean lined characters =?Utf-8?B?UGFsYWRvbg==?= Windows XP Internet Explorer 0 11th Feb 2007 06:18 PM
Re: IE 6 windows shows characters fuzzy, not clean lined characters Frank Saunders, MS-MVP OE/WM Windows XP Internet Explorer 0 21st Jan 2007 12:23 PM
RE: IE 6 windows shows characters fuzzy, not clean lined characters =?Utf-8?B?bmFzcw==?= Windows XP Internet Explorer 0 20th Jan 2007 08:06 PM
Extra characters and cursor jumps around when typing characters =?Utf-8?B?Q2hyaXMgQnV0bGVy?= Windows XP General 0 19th Oct 2004 07:51 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:55 PM.