Merge pull request #21083 from Chao-zhi/add=newpaper

选题:20190102 Fedora classroom: LaTeX 101 for beginners
This commit is contained in:
Xingyu.Wang 2021-02-19 23:06:37 +08:00 committed by GitHub
commit ca41756669
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,73 @@
[#]: collector: (Chao-zhi)
[#]: translator: ( )
[#]: reviewer: ( )
[#]: publisher: ( )
[#]: url: ( )
[#]: subject: (Fedora classroom: LaTeX 101 for beginners)
[#]: via: (https://fedoramagazine.org/fedora-classroom-latex-101-beginners/)
[#]: author: (Ankur Sinha)
Fedora classroom: LaTeX 101 for beginners
======
![](https://fedoramagazine.org/wp-content/uploads/2017/07/fedora-classroom.jpg)
Fedora Classroom sessions continue with an introductory session on [LaTeX][4]. The general schedule for sessions is available [on the wiki][5], along with [resources and recordings from previous sessions][6].
### Topic: LaTeX 101
LaTeX is a typesetting system that the de-facto standard for scientific publishing. It is [Free software][7], and enables the generation of a multitude of high quality documents. LaTeX documents are written in plaintext and compiled to DVI/PDF. This permits the user to focus on writing the text, leaving the typesetting to LaTeX.
This LaTeX 101 session is aimed at absolute beginners. So, no prior knowledge of LaTeX is required. The session will:
* introduce LaTeX.
* walk through writing a simple LaTeX document explaining basic commands.
* demonstrate compiling the document to a PDF.
* show the inclusion of references in the document from a bibliography.
* give an example of collaborative writing using LaTeX and Git.
You will need:
* a text editor of choice.
* a LaTeX installation.
* optionally, a knowledge of Git and Github would be useful.
LaTeX and Git can be installed on Fedora using dnf:
```
sudo dnf install texlive-latex texlive-bibtex git
```
### When and where
* The session will be held on the Jitsi video-conferencing platform. Please use this URL to join the session: [https://meet.jit.si/20190110-latex-101][1]
* It will be held on [Thursday, January 10 at 1400 UTC][2] on Jitsi. (Please click the link to see the time in your time zone.)
* Update: The [classroom materials are available here][3].
### Instructor
[Ankur Sinha][8] (“FranciscoD”) is a Free Software supporter and has been with the Fedora community for the better part of a decade now. Ankur started as a font package maintainer and has since branched out to many other teams and SIGs. He uses Fedora Workstation and prefers the terminal whenever possible. Currently, hes working on his PhD in computational neuroscience in the UK. When he has time to spare, he focuses on the Fedora Join SIG, Fedora classrooms, and [NeuroFedora][9]. You can get in touch with him via his Fedora project e-mail or on one of the many Fedora IRC channels.
--------------------------------------------------------------------------------
via: https://fedoramagazine.org/fedora-classroom-latex-101-beginners/
作者:[Ankur Sinha][a]
选题:[Chao-zhi][b]
译者:[译者ID](https://github.com/译者ID)
校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
[a]: https://fedoramagazine.org/author/ankursinha/
[b]: https://github.com/Chao-zhi
[1]:https://meet.jit.si/20190110-latex-101
[2]:https://www.timeanddate.com/worldclock/fixedtime.html?iso=20190110T1400
[3]:https://github.com/sanjayankur31/20190110-LaTeX-101
[4]:https://en.wikibooks.org/wiki/LaTeX
[5]:https://fedoraproject.org/wiki/Classroom/F29
[6]:https://fedoraproject.org/wiki/Classroom#Previous_Sessions
[7]:https://www.fsf.org/blogs/community/user-liberation-watch-and-share-our-new-video/
[8]:https://fedoraproject.org/wiki/User:Ankursinha
[9]:https://fedoraproject.org/wiki/SIGs/NeuroFedora