Go Back   Science Forums > Physical Sciences Forums > Physics and Mathematics
Reply
 
LinkBack Thread Tools
Old 05-11-2006   #1 (permalink)
alexander's Avatar
Dedicated Smart-ass

Senior Moderator
Gallery Curator
Dev Team Member

Location:
Just before 0xAA55
 
alexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond repute
Send a message via AIM to alexander
 



Not Ranked  0 score     
LaTeX Fomulas: Math v2.0

NOTE: I am in the process of reworking this, it is still a decent reference, but i will be working on it, so expect changes

Intro:
This has been a long coming, endless traps have been setting the math evolutionary progress back throughout time, and you, Physics and Math people have been forced to use simple text equation display techniques to show complex math. Well, be that no longer, as i am about to introduce you to the world that no longer follows the standard text rules, it defies the normal thought, depends only on how far you are willing to take it and has no rivals in the realm of
Microsoft
. I will attempt to teach you how to block the evil force from taking control of you, make you free as in freedom, to be what you want to be and know no limit. And when the forces of evil can no longer hold you down (and i am referring to M$ IE support for CSS 2 and 3), you will enter the new realm of Latex.
how's that for an intro?


Actually, it is quite sad that this hasn't happened any earlier, we are a scientific community, so the need for something like this, has bound to be around from very early on in the game (back when Uncle AL, TeleMad, FreeThinker, Gahd and Tormod ran the "Math and Physics" show). But i do have this to say, the software really hasn't caught up with this until early last year, so i guess it's just been ignored or something. Latex itself is a language, similar to HTML, but with major differences; it is a typesetting language made to be able to generate files that will be printable on many different types of printers. Latex is actually a dialect of Tex that was created by D.E.Knuth, it includes many plugins to the original Tex, including the one that i will describe to you today, one created for math.

So what is the major difference between Math v1.0 and Math v2.0? Well its simply this, say you have an expression, and in Math v1.0 you would write it like such:
f(x)=integral from -infinity to x of (e^(-t^2))/(radical(pi^x))dt
uh, yeah, its kinda hard to follow, and some people would actually need to write it out to understand what is going on.... Wouldn't it be easier if you said just:
f(x)=\int_{-\infty}^x \frac{(e^{-t^2})}{\sqrt{\pi^x}}dt
So, finally arching your attention? I sure hope so, because i am excited as well, and it is not that difficult to write this expression, in latex it looks like this:
f(x)=\int_{-\infty}^x\frac{(e^{-t^2})}{\sqrt{\pi^x}}dt
It may seem a bit much, but trust me, this will be a breeze once you get it.

Basics:

BB Tags Hypography uses a [math] tag to signify the beginning and [/math] tag to signify the end of a latex section of the post. Tags are surrounded by square brackets such as [tag] and respectively [/tag]. I strongly urge you to not forget to close the tags, it is not vital, but it is a good practice, even if you only plan to display an expression

Tex Characters:
Most characters in latex are rendered as the regular characters, such as a-z 0-9 () {} [] * $ % and so forth a-z 0-9 () [] * \$ \%. Some need escaping, such is the case with $ and % in our previous case, escaping means putting a \ in front like \$. But latex introduces some characters that have a meaning and render things differently (for math purposes) such characters would include the underscore (_) and the carat(^). Those characters are used to identify sub and superscript, respectively; for example a_b renders as a_b, a^b renders as a^b. Latex also has a load of characters that are not defined by regular keyboards, they are special characters and follow the following syntax: \name. Things like \alpha, \beta, \gamma, \delta, \pi and many many others are included ftp://tug.ctan.org/pub/tex-archive/i...ensive/SYMLIST
Those character commands are case sensitive, so \delta \deltais different from \Delta \Delta.

to be continued...

Continued

Size:
Latex supports many size options, the new software lets us support all of it, but for simplification reasons, any text you type, enclose it in the \text{} tag, you can actually control color, font and size from within those, but to simplify the size for you:
\tiny \text{\tiny{tiny}}
\small \text{\small{small}}
\normalsize (default)\text{\normalsize{normal}}
\Large \text{\Large{large}}
\LARGE \text{\LARGE{even larger}}
\huge \text{\huge{huge}}

I highly recommend using the default size... its just text

You have probably noticed, but latex in math mode also removes spaces thus not making it ideal to write normal text. Another thing to notice is that it outputs an image, however it is partly so, this image is dynamically generated and actually does not get saved on our server; it only exists in your browser, hence linking to it from other websites may be a bit harder then you'd expect, and if the outside traffic picks up too much, i will have to block anyone from the outside domain to be able to use this program...

Spaces and Styling:

Spaces are not mandatory, however i encourage my readers to use them to avoid confusion, for example you can write \frac{2}{x} and it will render as \frac{2}{x}, however this is fine it still presents a problem, if the fraction is x over 2 then \frac{x}{2} will not work, latex will render the command as fracx and that is not a valid command and hence a problem is due. To avoid confusion i recommend sticking to a good syntax style, such as using popper curly braces and spaces, you can either write that fraction as \frac x2 or using the prototype you should really get used to writing \frac{x}{2} that way you will not have to remember the braces when a complex fraction is due and the fraction or any function for that matter will come out right the first time. On the topic of spaces, i can see that people will ask about newlines and things of that manner. You can actually write text and use newlines and things of that nature. A new line is represented by a \\ and if you needed to write text, you can use the \text{} mode to write it and spaces and such will be used. For example y=\left\lbrace\begin{array}{c c}{2x+5} & \text{if x is less then 1/2} \\ {\pi{x}}^e & \text{if x is more then 1}\end{array}\right. y=\left\lbrace\begin{array}{c c}{2x+5} & \text{if x is less then 1/2} \\ {\pi{x}}^e & \text{if x is more then 1}\end{array}\right. Latex actually provides spacing commands \, \: \; \quad \qquad, those take no arguments and (a\,b\:c\;d\ e\quad f\qquad g) renders as (a\,b\:c\;d\  e\quad  f\qquad  g)

Latex has a couple of fonts, here's how to use them:
\mathnormal - default - \mathnormal{A B C d e f 1 2 3 \delta \Delta \infty \lceil \rceil}
\mathrm - default without italic lower case - \mathrm{A B C d e f 1 2 3 \delta \Delta \infty \lceil \rceil}
\mathit - italic -\mathit{A B C d e f 1 2 3 \delta \Delta \infty \lceil \rceil}
\mathbf - bold - \mathbf{A B C d e f 1 2 3 \delta \Delta \infty \lceil \rceil}
\mathsf - sans serif - \mathsf{A B C d e f 1 2 3 \delta \Delta \infty \lceil \rceil}
\mathtt - mono space - \mathtt{A B C d e f 1 2 3 \delta \Delta \infty \lceil \rceil}
\mathcal - caligraphy - \mathcal{A B C d e f 1 2 3 \delta \Delta \infty \lceil \rceil}
\mathfrak - fraktur - \mathfrak{A B C d e f 1 2 3 \delta \Delta \infty \lceil \rceil}
\mathbb - blackboard bold - \mathbb{A B C d e f 1 2 3 \delta \Delta \infty \lceil \rceil}

you can also choose to bold a symbol (such as a greek symbol)
\boldsymbol
\boldsymbol{\Delta} \Delta

also there are times when latex does not render something quite to your personal spacing specifications, sometimes you need to add or subtract a small space to "nudge" things into place, for this they created a set of spaces for "nudging"

\, 3/18th of a quad
\: 4/18
\; 5/18
\! -3/18

the negative space is handy for places like this:
\left(\begin{array}{c} n \\ r \end{array}\right) = \frac{n!}{r!(n-r)!}
it looks good, but it could look better
\left(\!\!\!\begin{array}{c} n \\ r \end{array}\!\!\!\right) = \frac{n!}{r!(n-r)!}


Brackets, Braces and More:

Ofcourse latex supports every imaginable and unimaginable bracet and brace you can ever imagine, from the simple [] () to over and under braces, and more. The curly brackets have their own symbol, as they are used in the syntax, \lbrace and \rbrace will render as [math]\lbrace\rbrace[\math]. Also braces brackets and such render as their default size unless they are specified to do differently, so if you have a complex fraction that you need to be bracketed, say [\frac{(\frac{x+3}{7})+5}{3x+8}] will render as [\frac{(\frac{x+3}{7})+5}{3x+8}] however to actually extend those brackets you can use \left and \right flags to do the job, so with the addition of them \left[\frac{\left(\frac{x+3}{7}\right)+5}{3x+8}\right] \left[\frac{\left(\frac{x+3}{7}\right)+5}{3x+8}\right].

Now as promissed the unimaginable stuff. These things are referred to as math accents, and they include vector signs and things of that nature. So tags like \vec{} \hat{} \tilde{} \dot{} \ddot{} will output as \vec{x} \hat{x} \tilde{x} \dot{x} \ddot{x}. If you need an expression under the sign, the developers have also thought about you, the \widevec \widehat \widetilde do just that \vec{xyz} \hat{xyz} \tilde{xyz}. Not done yet, also available are \underline{} \overline{} that underline and overline text, as well as \overbrace and \underbrace that make horizontal braces as such \overbrace{x+2}. There's more to add though, as the sub and superscript come into play here, using it you can explain expressions such is that a1 a2 .. an are just referred to as ai in the matter, you can write that as \overbrace{a_1,a_2...a_n}^{a_i} \overbrace{a_1,a_2...a_n}^{a_i} with the underbrace remember that you are trying to put stuff under the brace, so use the subscript sign (_) to accomplish the task. Also once again, notice that proper use of brackets is the key, it is easy to make a mistake in the expression, so use the advanced mode preview fearute.
Also available symbols:
\langle and \range \left\langle xyz\right\rangle
\| \left\| xyz\right\|

Common Math Needs:
Matixees, use the \begin{matrix} and \end{matrix} to display one
\left[\begin{matrix} a1,1 & a1,2 & ... & a1,n \\ a2,1 & a2,2 & ... & a2,n \\ ..... & ..... & ..... & ..... \\ am,1 & am,2 & ... & am,n \end{matrix}\right]
\left[\begin{matrix} a1,1 & a1,2 & ... & a1,n \\ a2,1 & a2,2 & ... & a2,n \\ ..... & ..... & ..... & ..... \\ am,1 & am,2 & ... & am,n \end{matrix}\right]

matrix uses no relimiters
pmatrix ()
bmatrix []
Bmatrix {}
vmatrix |
Vmatrix || ||

example:
A_{m,n} = \begin{pmatrix} a_{1,1} & a_{1,2} & \cdots & a_{1,n} \\ a_{2,1} & a_{2,2} & \cdots & a_{2,n} \\ \vdots & \vdots & \ddots & \vdots \\ a_{m,1} & a_{m,2} & \cdots & a_{m,n} \end{pmatrix}
A_{m,n} = \begin{pmatrix} a_{1,1} & a_{1,2} & \cdots & a_{1,n} \\ a_{2,1} & a_{2,2} & \cdots & a_{2,n} \\ \vdots & \vdots & \ddots & \vdots \\ a_{m,1} & a_{m,2} & \cdots & a_{m,n} \end{pmatrix}

like matrices arrays allow you to space your content horizontally as well as vertically, they also allow you to define the lining for it:

\begin{array}{c|c}
1 & 2 \\
\hline
3 & 4
\end{array}

\begin{array}{c|c}  1 & 2 \\   \hline  3 & 4 \\ \end{array}

similarly

\begin{array}{c|c||}\hline1 & 2 \\ \hline3 & 4 \\\hline5 & 6 \\\hline\end{array}

or if you get really creative with them:

\begin{array}{|r|l|} \hline  7C0 & hexadecimal \\  3700 & octal \\ \cline{2-2}  11111000000 & binary \\  \hline \hline  1984 & decimal \\  \hline\end{array}

There is more then a dozen common math symbols recognized in latex:
\arccos \arccos{\left ( \frac{\pi}{2} \right )}
\arcsin \arcsin{\left ( \frac{\pi}{2} \right )}
\arctan \arctan{(1)}
\arg \arg{\left ( \frac{-1-i}{i} \right )}
\cos \cos{(\pi)}
\cosh \cosh{(x)}
\cot \cot{\left( \frac{3\pi}{2} \right )}
\coth \coth{(x)}=\frac{e^{2x}+1}{e^{2x}-1}
\csc \csc{(y)}
\deg f_m([X])=\deg{f[Y]}
\det_ \Delta_{\overline{a}} \det(A)=\overline{a} \times \overline{c}
\dim \dim{X}=-1
\exp \exp{(x)}=e^x
\gcd_ \gcd{(a,b)}=2 \sum_{k=1}^{a-1} \lfloor kb/a \rfloor +a+b-ab
\hom \hom{(X, Y)}
\inf_ \inf{\{1,2,3\}}=1
\ker \ker{T}:=\{ v \in V: Tv=0_w\}
\lg \lg{(2)}=\log_2{(2)}
\lim_ \lim_{x \to \infty}{(2x+1)}
\liminf_ \liminf_{n \to \infty}{(x_n)}
\limsup_ \limsup_{n \to \infty}{(x_n)}
\ln \ln{(2)}=\log_{e}{(2)}
\log \log{(2)}=\log_{10}{(2)}
\max_ \lim_{0 \to 1}\max{(x, 1-x)}dx=\frac{3}{4}
\min_ \lim_{0 \to 1}\min{(x, 1-x)}dx=\frac{1}{4}
\Pr_ no clue when this is used, if someone figures it out, let me know, i will post example
\sec \sec{(20)}
\sin \sin{\theta} = \cos{\left( \frac{\pi}{2} - \theta \right )}
\sinh \sinh{(x)}=-i \sin{(ix)}
\sup_ \sup{(X_n)}
\tan \tan{(x)}
\tanh \tanh{(x)}=\frac{\sinh(x)}{\cosh(x)}
\infty \infty

Stuff that didn't fit anywhere else
\not can be used with other symbols \not\in \not\in
\cancel \cancel{ABC}
\overset{a}{=} \overset{a}{=}
\underset{a}{=} \underset{a}{=}
\overrightarrow{abc} \overrightarrow{abc}
\overleftarrow{abc} \overleftarrow{abc}
\widetilde{abc} [LaTeX Error: Syntax error (Undefined control sequence. \[ \overwidetilde )]
\widehat{abc} [LaTeX Error: Syntax error (Undefined control sequence. \[ \overwidehat )]
\overline{abc} \overline{abc}
\underline{abc} \underline{abc}

\subtrack
\sum_{\substack{   0<i<m \\   0<j<n  }}  P(i,j)

more math stuff:
roots:
\sqrt \sqrt{2}
root of another power
\sqrt[#] \sqrt[5]{2}

\exists - \exists
\forall - \forall
\neg - \neg

brackets:
() \, [] \, \{\} \, || \, \|\| \, \langle\rangle \, \lfloor\rfloor \, \lceil\rceil
() \, [] \, \{\} \, || \, \|\| \, \langle\rangle \, \lfloor\rfloor \, \lceil\rceil

You are free to practice latex in this thread: Latex Practice Ground
PLEASE ASK ALL YOUR QUESTIONS HERE
I will try to answer them as well I can, and eventually others will be able to answer them as well as they can, but it will create only one thread to go to for answers about latex synthax.

Here is a good reference, and this is my reference for some of the things on this page: LaTeX/Mathematics - Wikibooks, collection of open-content textbooks

Thanks for your time, use math v2.0 wisely, and become free in your expression of math...
Peace


----------------
Microsoft, the leader in using innovative tactics to promote irksome experience, coupled with antiquated technology that's held together by a pyramid of makeshift afterthoughts.

Apple, the leader in using irksome tactics to promote innovative experience, coupled with an antiquated core that's enhanced by state-of-the-art afterthoughts.

Linux, the leader in not using any tactics to promote user-defined experience, coupled with state-of-the-art core enhanced by innovative afterthoughts.


Last edited by alexander; 07-22-2009 at 06:23 AM..
Reply With Quote
Old 05-12-2006   #2 (permalink)
Jay-qu's Avatar
Ancora Imparo

Moderator
Editor
Gallery Curator

Location:
Australia
 
Jay-qu has a reputation beyond reputeJay-qu has a reputation beyond reputeJay-qu has a reputation beyond reputeJay-qu has a reputation beyond reputeJay-qu has a reputation beyond reputeJay-qu has a reputation beyond reputeJay-qu has a reputation beyond reputeJay-qu has a reputation beyond reputeJay-qu has a reputation beyond repute
 



Not Ranked  0 score     
Re: Math v2.0

Excellent, so its all orking now


----------------
Jay-qu
::Hypography Moderator of..
Chemistry, Physics & Mathematics, Astronomy & Cosmology, Space and Technology & gadgets Forums

"I don't think much of a man who is not wiser today than he was yesterday."
-Abraham Lincoln

Physics Guides - Physics Resources and help
Reply With Quote
Old 05-12-2006   #3 (permalink)
Qfwfq's Avatar
Exhausted Gondolier

Administrator

Location:
Floating On An Ocean Of Hydrogen
 
Qfwfq has a reputation beyond reputeQfwfq has a reputation beyond reputeQfwfq has a reputation beyond reputeQfwfq has a reputation beyond reputeQfwfq has a reputation beyond reputeQfwfq has a reputation beyond reputeQfwfq has a reputation beyond reputeQfwfq has a reputation beyond repute
 



Not Ranked  0 score     
Re: Math v2.0

You mean the alignment is better now?
testing, one two three...
now, how does that look?

Huge! How do we get sizes right?


----------------
Inutil insegnà al mus, si piart timp, in plui si infastidìs la bestie.

Hypography Forum PITA...... er, Administrator.
Reply With Quote
Old 05-12-2006   #4 (permalink)
alexander's Avatar
Dedicated Smart-ass

Senior Moderator
Gallery Curator
Dev Team Member

Location:
Just before 0xAA55
 
alexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond repute
Send a message via AIM to alexander
 



Not Ranked  0 score     
Re: Math v2.0

you should use a small case x, that or use \norm before the expression, i will explain more later, when i write up another section of the tutorial, but you can set size with:
\Large
\normalsize
\small


----------------
Microsoft, the leader in using innovative tactics to promote irksome experience, coupled with antiquated technology that's held together by a pyramid of makeshift afterthoughts.

Apple, the leader in using irksome tactics to promote innovative experience, coupled with an antiquated core that's enhanced by state-of-the-art afterthoughts.

Linux, the leader in not using any tactics to promote user-defined experience, coupled with state-of-the-art core enhanced by innovative afterthoughts.


Last edited by alexander; 05-13-2006 at 06:39 PM..
Reply With Quote
Old 05-13-2006   #5 (permalink)
Qfwfq's Avatar
Exhausted Gondolier

Administrator

Location:
Floating On An Ocean Of Hydrogen
 
Qfwfq has a reputation beyond reputeQfwfq has a reputation beyond reputeQfwfq has a reputation beyond reputeQfwfq has a reputation beyond reputeQfwfq has a reputation beyond reputeQfwfq has a reputation beyond reputeQfwfq has a reputation beyond reputeQfwfq has a reputation beyond repute
 



Not Ranked  0 score     
Lightbulb Re: Math v2.0

Great, thanx, but woudn't it be better for \norm to be the default?



----------------
Inutil insegnà al mus, si piart timp, in plui si infastidìs la bestie.

Hypography Forum PITA...... er, Administrator.
Reply With Quote
Old 05-13-2006   #6 (permalink)
Tormod's Avatar
Hypographer

Administrator
Senior Editor
Editor
Dev Team Member

Location:
Oslo, Norway
 
Tormod has a reputation beyond reputeTormod has a reputation beyond reputeTormod has a reputation beyond reputeTormod has a reputation beyond reputeTormod has a reputation beyond reputeTormod has a reputation beyond reputeTormod has a reputation beyond reputeTormod has a reputation beyond reputeTormod has a reputation beyond repute
 



Not Ranked  0 score     
Re: Math v2.0

Sticking this and rewriting the title slightly.


----------------
Your Friendly Neighborhood Administrator

Want to lose the advertisements? Become a Sponsor!

Join our Facebook group or follow us on Twitter

Science is not only compatible with spirituality; it is a profound source of spirituality.
- Carl Sagan
Reply With Quote
Old 05-13-2006   #7 (permalink)
alexander's Avatar
Dedicated Smart-ass

Senior Moderator
Gallery Curator
Dev Team Member

Location:
Just before 0xAA55
 
alexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond repute
Send a message via AIM to alexander
 



Not Ranked  0 score     
Re: Math v2.0

Finally, finished, please post what you want to see in the tutorial and i will add it. Also, Math v2.0 was a catchy name for this stuff, but i guess you made it make more sense...

I just made a practice thread in testing section quick link:
LaTeX Fomulas: Math v2.0
You can use it to practice latex if you would choose to do so, however, and i emphasize this, ASK YOUR QUESTIONS HERE PLEASE, so anyone looking for an answer will have only one thread to refer to.
Thank you for your attention...


----------------
Microsoft, the leader in using innovative tactics to promote irksome experience, coupled with antiquated technology that's held together by a pyramid of makeshift afterthoughts.

Apple, the leader in using irksome tactics to promote innovative experience, coupled with an antiquated core that's enhanced by state-of-the-art afterthoughts.

Linux, the leader in not using any tactics to promote user-defined experience, coupled with state-of-the-art core enhanced by innovative afterthoughts.

Reply With Quote
Old 05-13-2006   #8 (permalink)
alexander's Avatar
Dedicated Smart-ass

Senior Moderator
Gallery Curator
Dev Team Member

Location:
Just before 0xAA55
 
alexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond repute
Send a message via AIM to alexander
 



Not Ranked  0 score     
Re: Math v2.0

I attempted to spellcheck the text, it should be mostly ok, so dont point fingers and say "he does not use spellcheck", however you will still not see proper gramar, so pbtt


----------------
Microsoft, the leader in using innovative tactics to promote irksome experience, coupled with antiquated technology that's held together by a pyramid of makeshift afterthoughts.

Apple, the leader in using irksome tactics to promote innovative experience, coupled with an antiquated core that's enhanced by state-of-the-art afterthoughts.

Linux, the leader in not using any tactics to promote user-defined experience, coupled with state-of-the-art core enhanced by innovative afterthoughts.

Reply With Quote
Old 05-22-2006   #9 (permalink)
Zerg's Avatar
Curious


 
Zerg is an unknown quantity at this point
 



Not Ranked  0 score     
Re: LaTeX Fomulas: Math v2.0

I started use LaTeX some time ago, it's great!

Last edited by Zerg; 05-22-2006 at 05:28 AM..
Reply With Quote
Old 05-22-2006   #10 (permalink)
Zerg's Avatar
Curious


 
Zerg is an unknown quantity at this point
 



Not Ranked  0 score     
Re: LaTeX Fomulas: Math v2.0

Yep, LaTeX is great thing. Btw., I found one interesting program few days ago on iosoftware.co.uk and tried its trial. It supports LaTeX and visual editing simultaneosely. Though it doesn't support all Latex features, I found it useful in learning LaTeX.
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to: use LaTeX for equations Tormod Tutorials and How To's 20 04-23-2008 06:24 AM
Is math evidence? Fishteacher73 Physics and Mathematics 24 05-26-2005 12:28 AM

» Advertisement
» Current Poll
Who's the sexiest man alive? Johnny Depp or Robert Pattinson?
Johnny Depp - 30.00%
3 Votes
Robert Pattinson - 0%
0 Votes
Someone else (please specify) - 40.00%
4 Votes
I'm too macho to think a guy is sexy - 30.00%
3 Votes
Total Votes: 10
You may not vote on this poll.


All times are GMT -8. The time now is 07:05 PM.

Hypography?

Hypography [n.]: A combination of "hyperlink" and "bibliography" - ie, a list of links to electronic documents. Comparable to discography and bibliography, but not cartography.

We have been online since May 2000, and aim to be the best place to find and share science-related content of all kinds.

Share the love!

Please add more science to your life. Use our RSS feeds on your blog, your portal, or your favorite feedreader!


Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2
Copyright © 2000-2009 Hypography
Part of the Hypography - Science for Everyone Network