|
1 | 1 | --- |
2 | 2 | layout: "lesson" |
3 | 3 | lang: "el" |
4 | | -title: "Accessing documentation and getting help" |
5 | | -description: "This lesson shows the main sources of documentation for LaTeX-related software and packages, and how to seek help when you are in trouble." |
6 | | -toc-anchor-text: "Help & documentation" |
7 | | -toc-description: "Accessing help and documentation." |
| 4 | +title: "Τεκμηρίωση και βοήθεια" |
| 5 | +description: "Αυτό το μάθημα παρουσιάζει τις κύριες πηγές τεκμηρίωσης για το λογισμικό και τα πακέτα που σχετίζονται με το LaTeX, καθώς και πώς να ζητήσετε βοήθεια όταν αντιμετωπίζετε προβλήματα." |
| 6 | +toc-anchor-text: "Βοήθεια & τεκμηρίωση" |
| 7 | +toc-description: "Πρόσβαση σε βοήθεια και τεκμηρίωση." |
8 | 8 | --- |
9 | 9 |
|
10 | | -# Documentation and getting help |
| 10 | +# Τεκμηρίωση και βοήθεια |
11 | 11 |
|
12 | 12 | <span |
13 | | - class="summary">This lesson shows the main sources of documentation for LaTeX-related software and packages, and how to seek help when you are in trouble.</span> |
| 13 | + class="summary">Αυτό το μάθημα παρουσιάζει τις κύριες πηγές τεκμηρίωσης για το λογισμικό και τα πακέτα που σχετίζονται με το LaTeX, καθώς και πώς να ζητήσετε βοήθεια όταν αντιμετωπίζετε προβλήματα.</span> |
14 | 14 |
|
15 | | -There are several ways to access the documentation of a package or class. |
| 15 | +Υπάρχουν διάφοροι τρόποι πρόσβασης στην τεκμηρίωση ενός πακέτου ή μίας κλάσης (τύπου εγγράφου). |
16 | 16 |
|
17 | 17 | ## `texdoc` |
18 | 18 |
|
19 | | -If you've installed a TeX distribution (_e.g._, TeX Live or MiKTeX) and included |
20 | | -the documentation when you installed it you can access the locally saved |
21 | | -documentation using the `texdoc` command line tool. Using: |
| 19 | +Αν έχετε εγκαταστήσει μία διανομή TeX (π.χ. TeX Live ή MiKTeX) και έχετε συμπεριλάβει |
| 20 | +την τεκμηρίωση κατά την εγκατάσταση, μπορείτε να έχετε πρόσβαση στην τοπικά αποθηκευμένη |
| 21 | +τεκμηρίωση χρησιμοποιώντας το εργαλείο γραμμής εντολών `texdoc`. Τρέχοντας: |
22 | 22 |
|
23 | 23 | `texdoc` < _pkg_ > |
24 | 24 |
|
25 | | -will open the documentation of package `<pkg>`. The utility will search the |
26 | | -available documentation and open what it thinks is the closest match to your |
27 | | -search term. You can list and choose from among all the viable results it finds |
28 | | -using: |
| 25 | +θα ανοίξει η τεκμηρίωση του πακέτου `<pkg>`. Το εργαλείο θα αναζητήσει στη |
| 26 | +διαθέσιμη τεκμηρίωση και θα ανοίξει αυτό που θεωρεί ότι αντιστοιχεί καλύτερα στον |
| 27 | +όρο της αναζήτησής σας. Μπορείτε να δείτε όλα τα σχετικά αποτελέσματα που εντοπίζει και να επιλέξετε αυτό που θέλετε |
| 28 | +χρησιμοποιώντας: |
29 | 29 |
|
30 | 30 | `texdoc -l` < _pkg_ > |
31 | 31 |
|
32 | 32 | ## texdoc.org |
33 | 33 |
|
34 | | -This is a [website](https://texdoc.org/) which works similarly to the `texdoc` utility. You can search |
35 | | -for documentation they have available just like you would do with `texdoc -l` |
36 | | -and then choose from among the results. |
| 34 | +Πρόκειται για έναν [ιστότοπο](https://texdoc.org/) που λειτουργεί παρόμοια με το εργαλείο `texdoc`. Μπορείτε να αναζητήσετε |
| 35 | +στην τεκμηρίωση που έχει διαθέσιμη, όπως θα κάνατε με το `texdoc -l` |
| 36 | +και στη συνέχεια να επιλέξετε από τα αποτελέσματα. |
37 | 37 |
|
38 | 38 | ## CTAN |
39 | 39 |
|
40 | | -[CTAN](https://www.ctan.org) is the Comprehensive TeX Archive Network. Most LaTeX packages are published |
41 | | -there. You can search the site for a package to access its |
42 | | -documentation. Usually the packages are saved in `ctan.org/pkg/<pkg-name>` |
43 | | -and you can access the README and documentation of the packages stored on CTAN |
44 | | -there. |
| 40 | +Το [CTAN](https://www.ctan.org) είναι το Comprehensive TeX Archive Network. Τα περισσότερα πακέτα LaTeX δημοσιεύονται εκεί. Μπορείτε να χρησιμοποιήσετε το εργαλείο αναζήτησης του ιστότοπου για να βρείτε ένα πακέτο και να προσπελάσετε την τεκμηρίωσή του. Συνήθως, τα πακέτα αποθηκεύονται στο `ctan.org/pkg/<pkg-name>` και μπορείτε εκεί να δείτε το αρχείο README και την τεκμηρίωση των πακέτων που αποθηκεύονται στο CTAN. |
45 | 41 |
|
46 | | -## Books on LaTeX |
| 42 | +## Βιβλία για το LaTeX |
47 | 43 |
|
48 | | -There are several books available that can help you learn more about LaTeX. |
49 | | -As a beginner, you will gain a lot from a structured beginners guide, as |
50 | | -those can give a lot more detail than we've covered here. You might also |
51 | | -want access to a reference with more detail and recommendations. |
| 44 | +Υπάρχουν αρκετά βιβλία που μπορούν να σας βοηθήσουν να μάθετε περισσότερα για το LaTeX. Ως αρχάριος, θα κερδίσετε πολλά από έναν δομημένο οδηγό για αρχάριους, καθώς |
| 45 | +μπορεί να παρέχει πολύ περισσότερες λεπτομέρειες από όσα έχουμε καλύψει εδώ. Μπορεί επίσης να σας ενδιαφέρει ένα βιβλίο αναφοράς με περισσότερες λεπτομέρειες και συστάσεις. |
52 | 46 |
|
53 | | -The LaTeX team have [a list of books](https://www.latex-project.org/help/books/) |
54 | | -largely written by members. The most notable are [Lamport's official |
55 | | -guide](https://www.informit.com/store/latex-a-document-preparation-system-9780201529838) |
56 | | -and the comprehensive |
| 47 | +Η ομάδα του LaTeX έχει [μια λίστα βιβλίων](https://www.latex-project.org/help/books/) |
| 48 | +που έχουν γραφεί κυρίως από μέλη της. Τα πιο αξιοσημείωτα είναι [το επίσημο βιβλίο του Lamport](https://www.informit.com/store/latex-a-document-preparation-system-9780201529838) |
| 49 | +και το εκτενές |
57 | 50 | [LaTeX Companion 3rd edition](https://www.informit.com/store/latex-companion-parts-i-ii-3rd-edition-9780138166489). |
58 | 51 |
|
59 | | -Other books aimed at learning LaTeX include |
| 52 | +Άλλα βιβλία που στοχεύουν στη μάθηση του LaTeX είναι τα εξής: |
60 | 53 |
|
61 | | -- [_Guide to |
62 | | - LaTeX_](https://www.informit.com/store/guide-to-latex-9780132651714) by Helmut |
63 | | - Kopka and Patrick Daly: available as an e-book |
64 | | -- [_LaTeX for Complete Novices_](https://www.dickimaw-books.com/latex/novices/) by |
65 | | - Nicola Talbot: available as a free e-book or low-cost printed edition |
| 54 | +- [_Guide to LaTeX_](https://www.informit.com/store/guide-to-latex-9780132651714) των Helmut |
| 55 | + Kopka και Patrick Daly: διαθέσιμο ως e-book |
| 56 | +- [_LaTeX for Complete Novices_](https://www.dickimaw-books.com/latex/novices/) της |
| 57 | + Nicola Talbot: διαθέσιμο ως δωρεάν e-book ή σε οικονομική εκτύπωση |
66 | 58 | - [_Using LaTeX to write a PhD |
67 | | - thesis_](https://www.dickimaw-books.com/latex/thesis/) by |
68 | | - Nicola Talbot: available as a free e-book or low-cost printed edition |
| 59 | + thesis_](https://www.dickimaw-books.com/latex/thesis/) της |
| 60 | + Nicola Talbot: διαθέσιμο ως δωρεάν e-book ή σε οικονομική εκτύπωση |
69 | 61 | - [_LaTeX Beginner's Guide_](https://www.packtpub.com/gb/hardware-and-creative/latex-beginners-guide) |
70 | | - by Stefan Kottwitz: available as an e-book and in print |
71 | | -- [_LaTeX and Friends_](https://www.springer.com/gp/book/9783642238154) by |
72 | | - Marc van Dongen: available as an e-book and in print |
| 62 | + του Stefan Kottwitz: διαθέσιμο ως e-book και σε έντυπη μορφή |
| 63 | +- [_LaTeX and Friends_](https://www.springer.com/gp/book/9783642238154) του |
| 64 | + Marc van Dongen: διαθέσιμο ως e-book και σε έντυπη μορφή |
73 | 65 |
|
74 | | -## Getting help |
| 66 | +## Λήψη βοήθειας |
75 | 67 |
|
76 | | -There are various online forums for asking LaTeX questions; perhaps the most |
77 | | -popular today is [TeX - LaTeX StackExchange](https://tex.stackexchange.com). |
78 | | -Whenever you ask a question, it's best to first get your example clear: what is |
79 | | -normally known as a 'minimal working example' (MWE). This doesn't mean the code |
80 | | -works (as you wouldn't be asking otherwise!), but rather it means you've done |
81 | | -your best to make it clear, self-contained and minimal. The latter means |
82 | | -having only enough content to show the issue. |
| 68 | +Υπάρχουν διάφορα διαδικτυακά φόρουμ για να κάνετε ερωτήσεις σχετικά με το LaTeX. Ίσως το πιο δημοφιλές σήμερα είναι το [TeX - LaTeX StackExchange](https://tex.stackexchange.com). Όταν κάνετε μια ερώτηση, είναι καλύτερο να έχετε προετοιμάσει ένα σαφές παράδειγμα: αυτό που είναι γνωστό ως «ελάχιστο λειτουργικό παράδειγμα» (minimal working example, MWE). Αυτό δεν σημαίνει ότι ο κώδικας λειτουργεί (αλλιώς δεν θα ρωτούσατε!), αλλά μάλλον σημαίνει ότι έχετε κάνει το καλύτερο δυνατό ώστε το παράδειγμα να είναι σαφές, αυτοτελές και ελάχιστο. Το τελευταίο σημαίνει ότι έχετε μόνο όσο περιεχόμενο χρειάζεται για να δείξετε το πρόβλημα. |
83 | 69 |
|
84 | | -### How to provide a minimal working example (MWE) |
| 70 | +### Πώς να δημιουργήσετε ένα ελάχιστο λειτουργικό παράδειγμα (MWE) |
85 | 71 |
|
86 | | -How do you construct a MWE? Normally easiest is to start from |
| 72 | +Πώς κατασκευάζετε ένα MWE; Συνήθως το πιο εύκολο είναι να ξεκινήσετε από |
87 | 73 |
|
88 | 74 | ```latex |
89 | 75 | \documentclass{article} |
|
93 | 79 | \end{document} |
94 | 80 | ``` |
95 | 81 |
|
96 | | -and add lines one at a time until you show the issue. You can try to |
97 | | -'cut down' your real file, but that can be a long process. |
| 82 | +και να προσθέσετε γραμμές μία προς μία μέχρι να φαίνεται το πρόβλημα. Μπορείτε να προσπαθήσετε να περικόψετε το πραγματικό αρχείο σας, αλλά αυτό ίσως να είναι πιο δύσκολο. |
98 | 83 |
|
99 | 84 | <p |
100 | | - class="hint">If you need more text to show page breaking and other effects, then packages such as <code>lipsum</code> may be used to generate nonsense paragaraphs of text while keeping your test file small.</p> |
| 85 | + class="hint">Αν χρειάζεστε περισσότερο κείμενο ώστε να δείξετε αλλαγές σελίδας και άλλα ζητήματα, τότε πακέτα όπως το <code>lipsum</code> μπορούν να χρησιμοποιηθούν για να παράξουν ασυνάρτητες παραγράφους κειμένου, διατηρώντας ταυτόχρονα το παράδειγμά σας σύντομο.</p> |
101 | 86 |
|
102 | 87 |
|
103 | | -### Log file |
| 88 | +### Αρχείο καταγραφής |
104 | 89 |
|
105 | | -One thing you will want available is your log file; this is created by LaTeX |
106 | | -every time you run it, and has the same name as your input but ending `.log`. |
| 90 | +Κάτι που είναι καλό να έχετε διαθέσιμο είναι το αρχείο καταγραφής σας. Αυτό δημιουργείται από το LaTeX κάθε φορά που το εκτελείτε και έχει το ίδιο όνομα με το κύριο αρχείο σας, αλλά κατάληξη `.log`. |
107 | 91 |
|
108 | 92 | <p |
109 | | - class="hint">Depending on your desktop interface, you might need to 'show extensions' to work out which file it is.</p> |
| 93 | + class="hint">Ανάλογα με το περιβάλλον του λειτουργικού συστήματός σας, ίσως χρειαστεί να «εμφανίσετε τις επεκτάσεις» των αρχείων για να καταλάβετε ποιο αρχείο είναι.</p> |
110 | 94 |
|
111 | | -In the log file, you can always see the full error messages. LaTeX's error messages try to be helpful, but they are not the same as messages in word processors. |
| 95 | +Στο αρχείο καταγραφής μπορείτε πάντα να δείτε τα πλήρη μηνύματα σφάλματος. Τα μηνύματα σφάλματος του LaTeX προσπαθούν να είναι χρήσιμα, αλλά δεν είναι τα ίδια με τα μηνύματα σε επεξεργαστές κειμένου. |
112 | 96 |
|
113 | | -<p |
114 | | - class="hint">Some editors also make it hard to see the 'full' text of an error, which can hide key details.</p> |
| 97 | +<p |
| 98 | + class="hint">Ορισμένοι επεξεργαστές LaTeX καθιστούν επίσης δύσκολη την προβολή του πλήρους κειμένου ενός σφάλματος, γεγονός που μπορεί να αποκρύψει σημαντικές λεπτομέρειες.</p> |
115 | 99 |
|
116 | | -If you have a problem, expert LaTeX users will often ask for a copy of your log file. |
| 100 | +Αν έχετε πρόβλημα, οι έμπειροι χρήστες του LaTeX θα ζητήσουν συχνά ένα αντίγραφο του αρχείου καταγραφής σας. |
117 | 101 |
|
118 | | -### Going further |
| 102 | +### Προχωρώντας περισσότερο |
119 | 103 |
|
120 | | -Finally we offer a [gallery of small examples](./extra-01) showing a range of different subject areas not covered in this introduction, and different LaTeX packages in those areas. |
| 104 | +Τέλος, προσφέρουμε μία [σειρά μικρών παραδειγμάτων](./extra-01) που παρουσιάζουν μία ποικιλία από διαφορετικούς τομείς που δεν καλύπτονται σε αυτή την εισαγωγή, και διάφορα πακέτα LaTeX σε αυτούς τους τομείς. |
0 commit comments