TransWikia.com

Making an Aubrey/Maturin style knotted rope ornament in LaTeX?

TeX - LaTeX Asked by aubreyismyspiritanimal on December 28, 2020

I am looking to replicate the decorative knotted rope seen below in the title pages of the Aubrey/Maturin series (pictured below)Title page with decorative knotted rope . There are many examples of mathematical knots on TeX.SE but I can’t find any artistic, ‘nautical’ knotted ropes on this site or the LaTeX symbol list. Can this be replicated in LaTeX?

One Answer

Actually I found a freeware TrueType knots font that has some nice knots. To use this font you must compile with XeLaTeX or LuaLaTeX and have the font either installed as a system font or place the .ttf file in the same folder as your .tex file.

MWE:

documentclass{article}
usepackage{graphicx}
usepackage{fontspec}
setmainfont{EB Garamond}
newfontfamily{knot}{knots.ttf}
begin{document}
begin{center}
Huge
THE YELLOWADMIRAL

vspace{5mm}scalebox{2.0}{{knot R}} % or knot l

Large Patrick O'Brian
end{center}
end{document}

Result with {knot R}:

enter image description here

{knot l}:

enter image description here

If you want to know which letter corresponds to which knot then you could use for example http://www.asciitable.com/ to look up the numbers given in the chart on the font website (in the decimal column of the ascii table), or open the font in FontForge, see the screenshot below for two rows of the character overview window from FontForge.

enter image description here

Note that I used EB Garamond as main font because it looks a bit similar to the screenshot in the question, however this is just for illustration and you can change this to any other font that you like.

Answered by Marijn on December 28, 2020

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP