Math & Science ⇒ Paradigm of LaTeX usage on Physics Notes
Paradigm of LaTeX usage on Physics Notes
Here i give a paradigm of usage of XeLaTeX and tikz to create some beautifull and usefull notes on physics.
The pdf is here:
https://docs.google.com/viewer?a=v&pid= ... jJiMzIzNWI
and what you need to know of LaTeX is here:
https://sites.google.com/site/concentra ... ects=0&d=1
\XeLaTeX
: XeTeX 3.1415926-2.2-0.9995.2 (TeX Live 2009/Debian)Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Paradigm of LaTeX usage on Physics Notes
I think knowledge should be free and available for everybody.
Concerning your LaTeX-code: Judging from your code, I guess you started TeX a while back. Why do i state that? Your code is from a recent point of view in most cases horribly ugly and obsolete. The font switch for bold face
\bf
has been replaced by \bfseries
twenty years ago. Using package parskip (which is a good idea) and in the next instance messing it up again.
If you want, we can polish up the code. So a physics enthusiast can get a TeX enthusiast as soon as he sees the code

Paradigm of LaTeX usage on Physics Notes
Thank you... this is excactly my opinion too... My job is a physicist,Johannes_B wrote:Hi, thanks for sharing your physics knowledge.
I think knowledge should be free and available for everybody.
and i should like to sell knowledge but i prefer to share it.
Johannes_B wrote:Concerning your LaTeX-code: Judging from your code, I guess you started TeX a while back. Why do i state that? Your code is from a recent point of view in most cases horribly ugly and obsolete. The font switch for bold face\bf
has been replaced by\bfseries
twenty years ago.
I tried to make some more beautifull my code before uploading it...
But I suppose i failed.
i didn't know about bfsries but i don't think that this is a big problem... I m going to fix it... I don't know how to make my code more beautifull... but i will check here in the forum... I think i can find something.
In this notes i don't realy need parskip package... There are no paragraphs... I just copied the commands from other notes that needed thatJohannes_B wrote:Using package parskip (which is a good idea) and in the next instance messing it up again.
I will do my best... but it will take some time... I just posted because many physicists need some basic knowledge of latex and tikz to make their life easier. Of course my code is not the best paradigm... it just worksJohannes_B wrote:If you want, we can polish up the code. So a physics enthusiast can get a TeX enthusiast as soon as he sees the code

\XeLaTeX
: XeTeX 3.1415926-2.2-0.9995.2 (TeX Live 2009/Debian)