I am trying to justify the footnotes in my Lyx doc. I tried
Code: Select all
\usepackage{scrextend}
\deffootnote[1em]{1em}{1em}{\textsuperscript{\thefootnotemark}\,}
Thank you for your help!
Code: Select all
\usepackage{scrextend}
\deffootnote[1em]{1em}{1em}{\textsuperscript{\thefootnotemark}\,}
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Code: Select all
\documentclass{article}
\usepackage{scrextend}
\deffootnote[1em]{1em}{1em}{\textsuperscript{\thefootnotemark}\,}
\usepackage{lipsum}
\begin{document}
\footnote{\lipsum[1]}\footnote{\lipsum[2]}\footnote{\lipsum[3]}\footnote{\lipsum[4]}
\end{document}
cgnieder wrote:Can you add more information? What doesn't work? What do you expect the result to look like? What document class are you using?
If I take your codeI get the following:Code: Select all
\documentclass{article} \usepackage{scrextend} \deffootnote[1em]{1em}{1em}{\textsuperscript{\thefootnotemark}\,} \usepackage{lipsum} \begin{document} \footnote{\lipsum[1]}\footnote{\lipsum[2]}\footnote{\lipsum[3]}\footnote{\lipsum[4]} \end{document}
Regards
Code: Select all
\documentclass{article}
\usepackage{scrextend}
\deffootnote[1em]{1em}{1em}{\textsuperscript{\thefootnotemark}\,}
\begin{document}
\footnote{bla bla bla}
\end{document}
Sure, find it attached.joshua_smith_158 wrote:cgnieder wrote:Can you add more information? What doesn't work? What do you expect the result to look like? What document class are you using?
If I take your codeI get the following:Code: Select all
\documentclass{article} \usepackage{scrextend} \deffootnote[1em]{1em}{1em}{\textsuperscript{\thefootnotemark}\,} \usepackage{lipsum} \begin{document} \footnote{\lipsum[1]}\footnote{\lipsum[2]}\footnote{\lipsum[3]}\footnote{\lipsum[4]} \end{document}
Regards
Hi! Thank you for your reply!
What I used was:The problem is that the text in the footnotes is not justified, the right alignment is not justifiedCode: Select all
\documentclass{article} \usepackage{scrextend} \deffootnote[1em]{1em}{1em}{\textsuperscript{\thefootnotemark}\,} \begin{document} \footnote{bla bla bla} \end{document}
document
option. This sets the whole document ragged on the right margin.Johannes_B wrote:Inside your document, you are loading package ragged2e with thedocument
option. This sets the whole document ragged on the right margin.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p