\hspace{0pt plus 1filll}
works like a charm. Thanks.Search found 11 matches
- Fri Aug 13, 2021 7:57 pm
- Forum: Page Layout
- Topic: footnote isn't displayed when it's inside shadequote (block quote)
- Replies: 4
- Views: 7827
footnote isn't displayed when it's inside shadequote (block quote)
That works. Particularly,
- Fri Aug 13, 2021 7:01 pm
- Forum: Page Layout
- Topic: footnote isn't displayed when it's inside shadequote (block quote)
- Replies: 4
- Views: 7827
footnote isn't displayed when it's inside shadequote (block quote)
I'm trying to right-align the text at the bottom so that it looks like this:
https://i.imgur.com/Qdk1G1m.png
To do that I've used the ragged2e package and used the \begin{FlushRight} tags like so:
\documentclass[12pt]{article}
\usepackage[T1]{fontenc}
\usepackage{libertine}
\usepackage ...
https://i.imgur.com/Qdk1G1m.png
To do that I've used the ragged2e package and used the \begin{FlushRight} tags like so:
\documentclass[12pt]{article}
\usepackage[T1]{fontenc}
\usepackage{libertine}
\usepackage ...
- Fri Aug 06, 2021 2:29 pm
- Forum: TeX Live and MacTeX
- Topic: Installing a Latex package offline on macOS with Tex Live 2016 basic
- Replies: 6
- Views: 84535
Installing a Latex package offline on macOS with Tex Live 2016 basic
I would recommend to install an up-to-date TeX Live either from DVD or ISO .
BTW: For Mac users usually MacTeX is recommended. But I'm not a Mac user.
I've downloaded the Tex Live 2020 from TeX Live 2020 .iso now available via torrent (texlive2020-20200406.iso) and installed it. It's got ...
BTW: For Mac users usually MacTeX is recommended. But I'm not a Mac user.
I've downloaded the Tex Live 2020 from TeX Live 2020 .iso now available via torrent (texlive2020-20200406.iso) and installed it. It's got ...
- Thu Aug 05, 2021 1:11 pm
- Forum: TeX Live and MacTeX
- Topic: Installing a Latex package offline on macOS with Tex Live 2016 basic
- Replies: 6
- Views: 84535
Installing a Latex package offline on macOS with Tex Live 2016 basic
The current version of lipsum depends on a newer version of l3kernel than available in TeX Live 2016.
Is there a way to download the 2016 version of the lipsum package? I've tried downloading its version from 29.Dec.2016 from the archive.org but it's not archived. Is there a facility or a site ...
Is there a way to download the 2016 version of the lipsum package? I've tried downloading its version from 29.Dec.2016 from the archive.org but it's not archived. Is there a facility or a site ...
- Wed Aug 04, 2021 9:04 pm
- Forum: TeX Live and MacTeX
- Topic: Installing a Latex package offline on macOS with Tex Live 2016 basic
- Replies: 6
- Views: 84535
Installing a Latex package offline on macOS with Tex Live 2016 basic
See section "2 Installation" in the README.txt of the downloaded lipsum folder.
BTW: I would recommend to install an up-to-date TeX Live either from DVD or ISO .
TeX Live 2016 is very, very old. You should not expect any support for it anymore.
BTW: For Mac users usually MacTeX is recommended ...
BTW: I would recommend to install an up-to-date TeX Live either from DVD or ISO .
TeX Live 2016 is very, very old. You should not expect any support for it anymore.
BTW: For Mac users usually MacTeX is recommended ...
- Wed Aug 04, 2021 6:38 pm
- Forum: TeX Live and MacTeX
- Topic: Installing a Latex package offline on macOS with Tex Live 2016 basic
- Replies: 6
- Views: 84535
Installing a Latex package offline on macOS with Tex Live 2016 basic
I have installed Tex Live 2016 basic into /usr/local/texlive on macOS and added /usr/local/texlive/bin/x86_64-darwin into PATH and so I can use xelatex without any problems.
The basic Latex packages are under the /usr/local/texlive/texmf-dist/tex/latex The contents are:
ae
amscls
amsfonts ...
The basic Latex packages are under the /usr/local/texlive/texmf-dist/tex/latex The contents are:
ae
amscls
amsfonts ...
- Sun Jun 06, 2021 7:00 pm
- Forum: Math & Science
- Topic: Rightarrow gives Missing $ inserted error
- Replies: 2
- Views: 9594
Rightarrow gives Missing $ inserted error
Ops! Yep! Just couldn't imagine that those extra $'s were causing the error. Thanks.Ijon Tichy wrote:Just stay in math mode for the whole formula
- Sun Jun 06, 2021 6:00 pm
- Forum: Math & Science
- Topic: Rightarrow gives Missing $ inserted error
- Replies: 2
- Views: 9594
Rightarrow gives Missing $ inserted error
On this very basic math formula:
\documentclass[a5paper,12pt]{article}
\usepackage{amsmath}
\begin{document}
if $n = 0$ then $a_n = 0$; if $n \geq 1$ then $a_n = 1$
\end{document}
I'd like to replace the if and then words with one \Rightarrow so that it will look better
but when I do it ...
\documentclass[a5paper,12pt]{article}
\usepackage{amsmath}
\begin{document}
if $n = 0$ then $a_n = 0$; if $n \geq 1$ then $a_n = 1$
\end{document}
I'd like to replace the if and then words with one \Rightarrow so that it will look better
but when I do it ...
- Mon May 31, 2021 11:09 pm
- Forum: Page Layout
- Topic: footnote isn't displayed when it's inside shadequote (block quote)
- Replies: 4
- Views: 7827
footnote isn't displayed when it's inside shadequote (block quote)
I'm trying to put an aphorism (a saying with a name underneath) inside a box, i.e. to make it more visible, using the code below, which I've found on the Internet. The aphorism is put inside a shadequote and it works quite fine. Now I'd like to add a footnote to it, to be able to show the aphorism's ...
- Fri May 21, 2021 2:53 pm
- Forum: Fonts & Character Sets
- Topic: Setting Arial in fontspec has no effect on the resulting PDF compiled by xelatex
- Replies: 2
- Views: 12631
Setting Arial in fontspec has no effect on the resulting PDF compiled by xelatex
As long as you load other font package like lmodern setting of the main font with \setmainfont before loading the font package doesn't work, because loading of the font package will also change the main font. BTW: You should not load legacy font package like lmodern if you work with XeLaTeX or ...