انجمن‌های فارسی اوبونتو

کمک و پشتیبانی => برنامه‌سازی => نویسنده: mohammad kazemi در 21 دی 1394، 07:12 ب‌ظ

عنوان: فرق LATEX و TEX
ارسال شده توسط: mohammad kazemi در 21 دی 1394، 07:12 ب‌ظ
سلام به همه. من به تازگی کار با tex رو شروع کردم. حالا یه سوال دارم. فرق این دو تا دستور چیه؟ ???
pdflatex test.tex
pdftex test.tex
ممنون
عنوان: پاسخ : فرق LATEX و TEX
ارسال شده توسط: 藤沼 در 21 دی 1394، 10:19 ب‌ظ
The commands in TeX and Plain TeX are still quite basic and it isn’t easy to do complicated things with them. To help with
this, Leslie Lamport created LaTeX in the early 1980s to provide a higher level language to work in than TeX. LaTeX is a set
of commands defined in terms of the underlying TeX commands, often at many many layers of abstraction. All of the commands
you use in a LaTeX document are actually just complicated sets of TeX commands underneath, unless of course you use a TeX
command directly! Concepts like packages (\usepackage{...}), environments (\begin{environment} ... \end{environment}), and
document classes (\documentclass{...}) were all introduced by Leslie Lamport in LaTeX.

http://tex.stackexchange.com/questions/41031/whats-the-difference-between-pdftex-and-pdflatex
http://tex.stackexchange.com/questions/49/what-is-the-difference-between-tex-and-latex
عنوان: پاسخ : فرق LATEX و TEX
ارسال شده توسط: afrod در 27 دی 1394، 04:00 ب‌ظ

در TeX فرمت‌های آماده مثل عنوان صفحه و ... کمی وجود دارد. بنابراین لاتک از روی آن بوجود آمده که کارها ساده تر شود. خود لاتک مجموعه فایلها و ابزارهای مختلفیه که به جای نصب یکی یکی اونها، از توزیع های لاتک استفاده میکنیم. توزیع لاتکی که در این آموزش نصب می کنیم، Tex Live نام داره (کلیک)
 (http://web.archive.org/web/20150506222505/http://wiki.ubuntu.ir/tex)
عنوان: پاسخ : فرق LATEX و TEX
ارسال شده توسط: mohammad kazemi در 27 دی 1394، 04:37 ب‌ظ
ممنون. :)