Electronic Projects, forums and more.

Go Back   Electronic Circuits Projects Diagrams Free > Other Forums > Math and Physics


Math and Physics Discuss the complex nature of mathmatics and physics relating to electronic circuitry.

Reply
 
Thread Tools Display Modes
Old 23rd September 2006, 05:42 PM   (permalink)
Default Latex math symbols

can we use latex math symbols on ETO
if so we need to get to know them
 /int

i guess not , this should have been the integral symbol
unless i did it wrong
williB is offline   Reply With Quote
Old 23rd September 2006, 05:49 PM   (permalink)
Default

hmmm - use www.forkosh.com/mimetex.html, save the image , upload to imageshack.us and include the link here in ETO.
__________________
iČ = jČ = kČ = ijk = -1
_nox_ is offline   Reply With Quote
Old 24th September 2006, 01:22 AM   (permalink)
Default

Was you after ∫. The only way I know to insert them is to open character map (start, all programs, accessories, system tools) select Arial Black as the font, scroll down to find ∫ and copy and paste. There are lots of useful ones there such as Ω ∏ ∑ √ ∞ ∂.

Mike.
Pommie is online now   Reply With Quote
Old 24th September 2006, 08:49 AM   (permalink)
Default

But LaTeX is much nicer...
__________________
iČ = jČ = kČ = ijk = -1
_nox_ is offline   Reply With Quote
Old 24th September 2006, 08:21 PM   (permalink)
Default

Quote:
Originally Posted by Pommie
Was you after ∫. The only way I know to insert them is to open character map (start, all programs, accessories, system tools) select Arial Black as the font, scroll down to find ∫ and copy and paste..
Which isn't much help if you don't use Windows.
__________________
I also post at the following sites:
http://www.stop-microsoft.org http://www.heated-debates.com
Screen name: Aloone_Jonez
Hero999 is offline   Reply With Quote
Old 24th September 2006, 11:16 PM   (permalink)
Default

Does your operating system not have a font viewer? How would you insert characters into your reply here?

Mike.
Pommie is online now   Reply With Quote
Old 25th September 2006, 04:50 AM   (permalink)
Default

If you need a cut and paste source:

http://en.wikipedia.org/wiki/Unicode...ical_Operators
http://en.wikipedia.org/wiki/Greek_alphabet

Ωμθ∞≥⊃∃∆∬

And if you're interested in the whole can of worms that is UTF and unicode:

http://en.wikipedia.org/wiki/Utf-8
http://www.columbia.edu/kermit/utf8.html
http://www.cl.cam.ac.uk/~mgk25/unicode.html

The fun part is being able to load http://www.cl.cam.ac.uk/~mgk25/ucs/e...UTF-8-demo.txt
in a mlterm (linux) window and seeing actual *runes* floating around in there.

references:
http://www.cl.cam.ac.uk/~mgk25/ucs/examples/
google for "linux utf8"
hjames is offline   Reply With Quote
Old 25th September 2006, 11:52 AM   (permalink)
Default

Quote:
Originally Posted by Pommie
Does your operating system not have a font viewer? How would you insert characters into your reply here?
It does have a character selector, it's just a web page is often more convenient. Also, character map can be a problem as there's a danger as it is possible to uses non-standard characters which won't work on other OSes.

hjames,
I've noticed that half the characters there are square boxes, and I've tried viewing the page in both Linux and Windows using several browsers, do you get the same problem?
__________________
I also post at the following sites:
http://www.stop-microsoft.org http://www.heated-debates.com
Screen name: Aloone_Jonez
Hero999 is offline   Reply With Quote
Old 25th September 2006, 02:03 PM   (permalink)
Default

there's a bit of a difference between sticking in greek characters, and actually formatting equations with LaTeX.

for instance, from http://crab.rutgers.edu/~karel/latex/class4/class4.html
something like:
\frac{d}{dx}\left( \int_{0}^{x} f(u)\,du\right)=f(x).

becomes:


granted, most of the discussion on this forum is project ideas and conceptual stuff, not very much detailed math, so having such functionality isn't exactly necessary, but it would still be cool because LaTeX rocks
__________________
EEgeek.net
evandude is offline   Reply With Quote
Old 25th September 2006, 02:16 PM   (permalink)
Default

Quote:
Originally Posted by Hero999
It does have a character selector, it's just a web page is often more convenient. Also, character map can be a problem as there's a danger as it is possible to uses non-standard characters which won't work on other OSes.

hjames,
I've noticed that half the characters there are square boxes, and I've tried viewing the page in both Linux and Windows using several browsers, do you get the same problem?
Which page?
I'm on my windows machine right now and the "math operators" page only displays most of the first table (the last row seems to be mangled), the remaining tables are all question marked out. The Greek page displays fine, but there do seem to be a couple blocks of unknown characters which are mangled in the utf-8-demo file. I just tried installing some random unicode font (everson mono - seems to have a shareware license attached) which added a couple more characters - the runes and some of the block drawing characters, but the ethiopian and braille are still blanked out...

I'm pretty sure it's a matter of fonts and encoding - if you have the wrong encoding set (i.e. not UTF8), the browser is going to try and guess, and if you don't have the font installed, the browser is going to have to draw a placeholder. Firefox seems to be drawing question marks, I remember an older Mozilla browser drawing a square with the actual character code in hex in there.

On my Linux box (where I've purposely installed unicode fonts) I can load that utf-8-demo file in a terminal and see the entire page including curly brackets and properly aligned drawing elements. I'll try opening up the file in Mozilla (on Linux) when I get a chance. +edit: The Linux box seems to do all the characters in the utf-8-demo properly with some alignment errors.
James

Last edited by hjames; 26th September 2006 at 08:51 AM.
hjames is offline   Reply With Quote
Old 25th September 2006, 03:00 PM   (permalink)
Default

Quote:
Originally Posted by evandude
there's a bit of a difference between sticking in greek characters, and actually formatting equations with LaTeX.

for instance, from http://crab.rutgers.edu/~karel/latex/class4/class4.html
something like:
\frac{d}{dx}\left( \int_{0}^{x} f(u)\,du\right)=f(x).

becomes:


granted, most of the discussion on this forum is project ideas and conceptual stuff, not very much detailed math, so having such functionality isn't exactly necessary, but it would still be cool because LaTeX rocks

I remember hearing about mathml - but I've never really looked into it until now. It looks like the default entry format is LaTeX, but I'm not even going to try to attempt to use it.

http://www.mozilla.org/projects/math...texvsmml.xhtml
http://pear.math.pitt.edu/mathzilla/...ftheWeek.mhtml

Agreed about the coolness of LaTeX - a couple years back I turned in the problem sets for one of my math classes all typeset using LaTeX. Haven't needed to use it much since then though.
hjames is offline   Reply With Quote
Old 26th September 2006, 01:53 AM   (permalink)
Default

Hi guys,

Ive been working on integrating latex into eto and will have it complete shortly. I am also working on special characters as well.

~phil
__________________
Electro Tech Online Owner
Need to contact me? Send me a Private Message.
Verification Email didn't arrive? See this thread.
ElectroMaster is offline   Reply With Quote
Old 26th September 2006, 02:07 AM   (permalink)
Default

it works! it works!

Well that was quicker than anticipated. I was stuck on a server problem with adding this and just solved it. Latex is now fully functional on ETO.

I will post an intro to it and make it a sticky.

Enjoy.
__________________
Electro Tech Online Owner
Need to contact me? Send me a Private Message.
Verification Email didn't arrive? See this thread.
ElectroMaster is offline   Reply With Quote
Old 26th September 2006, 02:40 AM   (permalink)
Default

f(x)=\frac{Top}{Bottom}

Mike.

Last edited by Pommie; 30th September 2006 at 06:15 AM.
Pommie is online now   Reply With Quote
Old 19th October 2006, 02:24 AM   (permalink)
Default

Quote:
Originally Posted by Pommie
f(x)=\frac{Top}{Bottom}

Mike.
You didn't start with "[ latex ]" and end with "[ /latex ]".. (no spacing between the word latex and the "[]"..
__________________
Superman returns..
bananasiong is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Latest
math function pic neelam29 Micro Controllers 2 3rd March 2006 06:56 AM
Can PIC16F877 do floating point math? stevenlkz Micro Controllers 5 12th June 2005 04:59 PM
89c51 32-bit Math calculation garg29 Micro Controllers 1 1st February 2005 05:14 AM
PIC math question Tako Kichi Micro Controllers 4 12th November 2003 02:47 AM
ASCII Symbols Test kinjalgp General Electronics Chat 9 1st February 2003 06:14 PM



All times are GMT. The time now is 05:23 AM.


Electronic Circuits  |  Electronics Wiki
Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.