Skip to content

A project of which target is to reedit the English version of Course of Theoretical Physics Volume 3: Quantum Mehchanics (non-relativistic theory) by L. D. Landau.

Notifications You must be signed in to change notification settings

Arendelle-ftl/Landau_3_reedited

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

Landau_3_reedited

A project of which target is to reedit the English version of Course of Theoretical Physics Volume 3: Quantum Mehchanics (non-relativistic theory) by L. D. Landau.

Introduction

This project is originated from the problem I have faced while I was reading the English version of Landau's quantum mechanics that the typesetting was so terrible that I could hardly bear it. Nevertheless, I found by chance the Russian version of this book of which typesetting is good. Consequently, I have come up with the idea that is reediting the English version in accordance with the typesetting of the Russian version. Luckily, I have obtained the txt file of the English version which would make the reeditting work much more easier. The steps and Remarks of this work is displayed below.

Steps

  1. Fork this repository
  2. Select a chapter you want to reedit
  3. Copy the text associated with this chapter from the txt file
  4. Create a new tex file in src folder
  5. Paste the text in this tex file and then reedit all the footnotes, figures and equations in accordance with the Russian version
  6. Add the tex file of the chapter you have completely reedited to the mainmatter of main.tex
  7. Send me a pull request

Remarks

Elementary rules of reediting

  1. All of the footnotes, figures and equations should be accordance with those of Russian version
  2. Based on 1. we need make a few improvements:
  • Use mathrm font of differential operator d, imaginary unit i and the base of natural logarithm e
  • Use \varepsilon, \varphi, \uppi, \widehat, \widetilde, \overline instead of \epsilon, \phi, \pi, \hat, \tilde, \bar
  • Some renewcommands about these rules have been set in landaubook.cls
\renewcommand{\phi}{\varphi}
\renewcommand{\hat}{\widehat}
\renewcommand{\tilde}{\widetilde}
\renewcommand{\bar}{\overline}
\renewcommand{\i}{\mathrm{i}}
\renewcommand{\d}{\mathrm{d}}
\newcommand{\p}{\partial}
\newcommand{\h}{\hbar}
\newcommand{\e}{\mathrm{e}}
\renewcommand{\pi}{\uppi}
\renewcommand\thefigure{\arabic{figure}}
\renewcommand{\epsilon}{\varepsilon}

The chapters left to myself to reedit

For some reasons, apart from the first three chapters I have completed the reediting, chapter IV ANGULAR MOMENTUM, chapter VI PERTURBATION THEORY, chapter VIII SPIN, chapter IX IDENTITY OF PARTICLES and MATHEMATICAL APPENDICES are left to myself, you could select any other chapters to reedit.

About

A project of which target is to reedit the English version of Course of Theoretical Physics Volume 3: Quantum Mehchanics (non-relativistic theory) by L. D. Landau.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages