Compare commits

...

3 Commits

Author SHA1 Message Date
Jean-Sébastien 2a228b508d Merge branch 'master' of https://jscaux.org/git/jscaux/pqed_html 2022-02-08 07:16:09 +01:00
Jean-Sébastien d5a77df810 Update readme 2022-02-08 07:15:10 +01:00
Jean-Sébastien 96e1ea41e6 Update 2022-02-08 07:07 2022-02-08 07:14:40 +01:00
3 changed files with 20 additions and 2 deletions

13
build/fig/cs_sph.asy Normal file
View File

@ -0,0 +1,13 @@
settings.outformat="png";
settings.render=16;
import three;
size(5cm);
draw(O -- 1.2X, arrow=Arrow3(emissive(black)));
draw(O -- 1.2Y, arrow=Arrow3(emissive(black)));
draw(O -- 1.2Z, arrow=Arrow3(emissive(black)));
draw(arc(c=O, X, X + 2Y));
draw(arc(c=O, Z, 0.5*X + Y + 0.8*Z));

BIN
build/fig/cs_sph.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

View File

@ -4,8 +4,7 @@
* Pre-Quantum Electrodynamics lecture notes (html export)
In this repo, you will find
`J.-S. Caux <https://jscaux.org>`_'s
`Pre-Quantum Electrodynamics <https://jscaux.org/ln/pqed>`_
[[https://jscaux.org][J.-S. Caux]]'s [[https://jscaux.org/ln/pqed][Pre-Quantum Electrodynamics]]
online lecture notes (exported to html).
** Pulling the notes to your local machine
@ -34,6 +33,12 @@ Pretty easy: just open the =index.org= page (or any other
=.html= page in the repo) in your browser.
** Providing feedback
You can either [[mailto:prof@jscaux.org][email me]] or [[https://jscaux.org/git/jscaux/pqed_html/issues][create an issue in this repo]] .
Your feedback is most welcome.
** Learning git
`git <https://git-scm.com/>`_ is one of those applications which