From owner-freebsd-questions@freebsd.org Tue Apr 16 15:30:57 2019 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6DA0915759F1 for ; Tue, 16 Apr 2019 15:30:57 +0000 (UTC) (envelope-from galtsev@kicp.uchicago.edu) Received: from kicp.uchicago.edu (kicp.uchicago.edu [128.135.20.70]) by mx1.freebsd.org (Postfix) with ESMTP id 64BF36A5B7 for ; Tue, 16 Apr 2019 15:30:56 +0000 (UTC) (envelope-from galtsev@kicp.uchicago.edu) Received: from point.uchicago.edu (point.uchicago.edu [128.135.52.6]) by kicp.uchicago.edu (Postfix) with ESMTP id 0CFD071804D for ; Tue, 16 Apr 2019 10:30:49 -0500 (CDT) Subject: Re: latex on fbsd To: freebsd-questions@freebsd.org References: <7c7b8992-053a-b22f-da45-b6cfaf3b753b@dreamchaser.org> <20190416132727.7af30132.freebsd@edvax.de> From: Valeri Galtsev Message-ID: Date: Tue, 16 Apr 2019 10:30:48 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 64BF36A5B7 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dmarc=fail reason="" header.from=uchicago.edu (policy=none) X-Spamd-Result: default: False [-0.78 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.27)[-0.265,0]; DMARC_POLICY_SOFTFAIL(0.10)[uchicago.edu : No valid SPF, No valid DKIM,none]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-0.94)[-0.940,0]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; IP_SCORE(-0.01)[country: US(-0.06)]; NEURAL_SPAM_SHORT(0.35)[0.347,0]; MX_GOOD(-0.01)[kicp.uchicago.edu]; RCVD_IN_DNSWL_NONE(0.00)[70.20.135.128.list.dnswl.org : 127.0.10.0]; R_SPF_NA(0.00)[]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:160, ipnet:128.135.0.0/16, country:US]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Apr 2019 15:30:57 -0000 On 4/16/19 9:58 AM, Gary Aitken wrote: > On 4/16/19 5:27 AM, Polytropon wrote: > >> Depending on the kind and scope of your work, using "plain >> LaTeX" with your editor of choice, and then simply running >> the command "pdflatex filename.tex", could be the easiest >> thing - less overhead, less distraction, less stuff to manually >> adjust in the GUI. (I'm saying this as a person who does >> 99 % of all paperwork in "plain LaTeX", with the special >> case where LaTeX is generated automatically from special >> tools.) > > Thanks, pdflatex is what I needed to know. Just to mention one thing: in TeX there are two mutually exclusive ways to insert pictures in the document: 1. in image (jpeg, png,...) or pdf format. 2. in eps format. In case 1. to typeset the document you use pdflatex command. Alternative: EPS (Encapsulated PostScript) format is pretty much the same as postscript format, only it lacks finalizing page commands that will be added when the whole thing together with other content is put on particular page. To typeset document in this case you use latex command which produces .dvi file which you can view, or can convert to postscript file with dvips command, or to pdf using dvipdf command (which comes with ghostscript package). Incidentally, TeX was created as programming language to program typesetting machines. Do people remember such things as typesetting machines? Postscript, BTW, was created as programming language to "draw" whatever is necessary on the printed page and is my life saver in case of postscript capable printers. Thanks, Adobe, I have a bunch of grudges about your recent licensing schemes, but I appreciate great thing Adobe created: postscript language. Valeri > >> On the other hand, starting LaTeX with a WYSIWYG environment >> is nothing bad, as long as you don't look into the horror markup >> it often tends to generate... ;-) > > Thanks for the heads-up; will check that. > For what I'm doing I should only be adding / modifying text, so no > additional markup.  If the tool doesn't transform existing stuff it > might work. > > Thanks, > Gary > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" -- ++++++++++++++++++++++++++++++++++++++++ Valeri Galtsev Sr System Administrator Department of Astronomy and Astrophysics Kavli Institute for Cosmological Physics University of Chicago Phone: 773-702-4247 ++++++++++++++++++++++++++++++++++++++++