From 100620165c4ee2a48d552ff72e162e7d579fd4ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E8=B6=85=E6=99=BA?= Date: Fri, 19 Feb 2021 21:57:02 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=89=E9=A2=98=EF=BC=9A20171025=20Typeset?= =?UTF-8?q?=20your=20docs=20with=20LaTeX=20and=20TeXstudio=20on=20Fedora?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...dora classroom- LaTeX 101 for beginners.md | 73 +++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 sources/tech/20190102 Fedora classroom- LaTeX 101 for beginners.md diff --git a/sources/tech/20190102 Fedora classroom- LaTeX 101 for beginners.md b/sources/tech/20190102 Fedora classroom- LaTeX 101 for beginners.md new file mode 100644 index 0000000000..a857721d33 --- /dev/null +++ b/sources/tech/20190102 Fedora classroom- LaTeX 101 for beginners.md @@ -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, he’s 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 \ No newline at end of file