Search found 9 matches

by ken18
Fri Apr 16, 2021 12:37 am
Forum: Math & Science
Topic: single box multiple equations using align
Replies: 1
Views: 4913

single box multiple equations using align

Here is a minimal example. I'd like a single box around the numbered equations (i.e. last four) but I don't want the comments in the box. Is there any way to do this?

\documentclass[11pt]{article}
\usepackage{amsmath}
\begin{document}
\begin{align}
L &= k_1 (\theta_B-\sin \theta_B) && \textsl{$x ...
by ken18
Thu Apr 15, 2021 5:47 am
Forum: Math & Science
Topic: single box multiple equations using align
Replies: 1
Views: 4913

single box multiple equations using align

I use align a lot and have about a dozen equations in one begin/end align set. I'd like to put a single box around three consecutive equations of the dozen. How is that possible? I've found some solutions that come close, but they either have a single box around ALL equations or only one. I know I ...
by ken18
Sat Sep 13, 2014 7:42 pm
Forum: TeX Live and MacTeX
Topic: Proper with to install texlive in Debian
Replies: 9
Views: 12149

Proper with to install texlive in Debian

If I just use the example file provided on the website, it won't match what I've actually installed. What are the consequences/implications, if any? Also, if I do add packages later with tlmgr, what actions do I need to take?

Just for fun, I used tlmgr to list the packages I have and the list doesn ...
by ken18
Fri Sep 12, 2014 6:04 pm
Forum: TeX Live and MacTeX
Topic: Proper with to install texlive in Debian
Replies: 9
Views: 12149

Proper with to install texlive in Debian

Hi, there is a ready to use one, you just have to know where to find it ;-)
debian equivs TL list
This list includes all the packages provided by TeX Live, so it is valid when having installed scheme-full .

Actually, I did see the example, but I used a custom scheme when I installed TexLive so ...
by ken18
Fri Sep 12, 2014 7:28 am
Forum: TeX Live and MacTeX
Topic: Proper with to install texlive in Debian
Replies: 9
Views: 12149

Proper with to install texlive in Debian

Thanks, you've been very helpful. I've followed the instructions: 'Integrating vanilla TeX Live with Debian' but am stuck at the step to edit texlive-local:

At the step "edit texlive-local", edit the Maintainer field and the list of the packages provided by your local TeX Live installation as ...
by ken18
Thu Sep 11, 2014 3:10 am
Forum: TeX Live and MacTeX
Topic: Proper with to install texlive in Debian
Replies: 9
Views: 12149

Re: Proper with to install texlive in Debian

Thanks for your reply. I like the idea of a minimal texlive installation and using tlmgr to add only what you need, but I don't understand step 4 of the instructions on the TUG site about 'Integrating vanilla TeX Live with Debian':

http://www.tug.org/texlive/debian.html#vanilla

4. Tell APT about ...
by ken18
Tue Sep 09, 2014 6:07 pm
Forum: TeX Live and MacTeX
Topic: Proper with to install texlive in Debian
Replies: 9
Views: 12149

Proper with to install texlive in Debian

Is there a best/proper way to install texlive on Debian? From the research I've done, there seem to be 2 main options:

(1) Install using Debian package manager (synaptic). Result appears to be medium size (unless you choose texlive-full). TLMGR is not installed, so adding packages may not be so ...
by ken18
Wed Sep 03, 2014 9:34 pm
Forum: TeX Live and MacTeX
Topic: Minimal TeXLive install?
Replies: 3
Views: 9563

Re: Minimal TeXLive install?

Thanks for your reply. I did a lot of digging last night and discovered the trick is to use the -gui=perltk option for install-tl which presents options for what gets installed. I'd previously used the -gui=wizard option which doesn't appear to expose any choices for what is installed.

I installed ...
by ken18
Wed Sep 03, 2014 6:30 am
Forum: TeX Live and MacTeX
Topic: Minimal TeXLive install?
Replies: 3
Views: 9563

Minimal TeXLive install?

Hello,

Can someone explain how to perform a bare minimum install on Debian Linux? I only have need (at the moment) for 3-4 packages and would prefer to not install a large number of packages I never intend to use.

I've already done a complete install by downloading and unpacking install-tl-unx.tar ...