]> git.lyx.org Git - lyx.git/blobdiff - lib/doc/EmbeddedObjects.lyx
Consistent output of breakable/non-breakable dashes on all TeX engines.
[lyx.git] / lib / doc / EmbeddedObjects.lyx
index 799fce71f604d4beaaef081dedfdb5710f5d72d4..911c1290418b7cae37e7ea2b5f3bc0090288aabc 100644 (file)
 \begin_modules
 initials
 graphicboxes
+varwidth
 \end_modules
 \maintain_unincluded_children false
 \language english
@@ -338,7 +339,7 @@ The latest PDF-version of this document can be found here:
 
 
 \series bold
-http://wiki.lyx.org/LyX/Manuals#EmbeddedObjects
+https://wiki.lyx.org/LyX/Manuals#EmbeddedObjects
 \end_layout
 
 \end_inset
@@ -20684,6 +20685,36 @@ reference "sec:Parboxes"
 \end_inset
 
 ° the width of the box is the height of the cell.
+ To avoid to estimate a suitable box width one can use a minipage with a
+ variable width.
+ Such a box is inserted by loading the module 
+\family sans
+Variable-width
+\begin_inset space ~
+\end_inset
+
+Minipages
+\family default
+ in the document settings.
+ Then one can use the menu 
+\family sans
+Insert\SpecialChar menuseparator
+Custom
+\begin_inset space ~
+\end_inset
+
+Insets\SpecialChar menuseparator
+Minipage
+\begin_inset space ~
+\end_inset
+
+
+\family default
+(Var.
+\begin_inset space ~
+\end_inset
+
+Width).
  Table
 \begin_inset space ~
 \end_inset
@@ -20695,12 +20726,8 @@ reference "tab:Table-with-rotated-multi"
 
 \end_inset
 
- is an example for a rotated multiline cell where the box width was set
- to 3
-\begin_inset space \thinspace{}
-\end_inset
-
-cm.
+ is an example for a rotated multiline cell where a variable width minipage
+ is used.
 \end_layout
 
 \begin_layout Standard
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Box Frameless
-position "t"
-hor_pos "c"
-has_inner_box 1
-inner_pos "t"
-use_parbox 0
-use_makebox 0
-width "3cm"
-special "none"
-height "1in"
-height_special "totalheight"
-thickness "0.4pt"
-separation "3pt"
-shadowsize "4pt"
-framecolor "black"
-backgroundcolor "none"
+\begin_inset Flex Minipage (Var. Width)
 status open
 
 \begin_layout Plain Layout
@@ -20774,6 +20786,10 @@ rotated cell
 \end_inset
 
 with line break
+\begin_inset space ~
+\end_inset
+
+
 \end_layout
 
 \end_inset
@@ -31504,129 +31520,6 @@ Footnotes in title environments are usually not numbered with symbols and
  See for example the footnote in the titling of this document.
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace defskip
-\end_inset
-
-Footnotes in tables are not printed by \SpecialChar LaTeX
- due to technical reasons.
- However there exists another method to print them: Instead of the footnote
- the command 
-\series bold
-
-\backslash
-footnotemark{}
-\series default
- is inserted as \SpecialChar TeX
- code.
- The text of the footnote is entered as an argument of the \SpecialChar TeX
- code command
-\series bold
-
-\backslash
-footnotetext
-\series default
- after the table.
-\begin_inset Newline newline
-\end_inset
-
-This was done for the following table with the command
-\end_layout
-
-\begin_layout Standard
-
-\series bold
-
-\backslash
-footnotetext{
-\series default
-Printed table footnote.
-\series bold
-}
-\end_layout
-
-\begin_layout Standard
-\begin_inset Tabular
-<lyxtabular version="3" rows="2" columns="1">
-<features tabularvalignment="middle">
-<column alignment="center" valignment="top">
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-This an example text.
-\begin_inset Foot
-status open
-
-\begin_layout Plain Layout
-This footnote will not be printed!
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-This an example text.
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-footnotemark{}
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\end_inset
-</cell>
-</row>
-</lyxtabular>
-
-\end_inset
-
-
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-footnotetext{
-\end_layout
-
-\end_inset
-
-Printed table footnote.
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-}
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
 \begin_layout Standard
 Footnotes in multi-page tables are described in section
 \begin_inset space ~
@@ -31642,6 +31535,13 @@ reference "subsec:Footnotes-in-Multi-page"
 .
 \end_layout
 
+\begin_layout Standard
+\begin_inset VSpace defskip
+\end_inset
+
+
+\end_layout
+
 \begin_layout Standard
 Footnotes in minipage boxes are printed, but inside the box and with a different
  numbering because a minipage box is like a page inside a page.
@@ -31657,19 +31557,40 @@ reference "sec:Minipages"
 \end_inset
 
 .) To get a footnote in the minipage that is output at the bottom of the
- page like normal footnotes, also use the method of 
+ page like normal footnotes use this method: Instead of the footnote the
+ command 
 \series bold
 
 \backslash
 footnotemark{}
 \series default
- and 
+ is inserted as \SpecialChar TeX
+ code.
+ The text of the footnote is entered as an argument of the \SpecialChar TeX
+ code command
 \series bold
 
 \backslash
 footnotetext
 \series default
-.
+ after the minipage.
+\begin_inset Newline newline
+\end_inset
+
+This was done for the following minipage with the command
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+footnotetext{
+\series default
+Footnote outside the minipage.
+\series bold
+}
 \end_layout
 
 \begin_layout Standard
@@ -39642,7 +39563,7 @@ diagram This template supports chess position diagrams made with the program
 \begin_inset CommandInset href
 LatexCommand href
 name "XBoard"
-target "http://en.wikipedia.org/wiki/XBoard"
+target "https://en.wikipedia.org/wiki/XBoard"
 literal "false"
 
 \end_inset
@@ -39663,7 +39584,7 @@ diagram This template supports diagrams created with the program
 \begin_inset CommandInset href
 LatexCommand href
 name "Dia"
-target "http://en.wikipedia.org/wiki/Dia_(software)"
+target "https://en.wikipedia.org/wiki/Dia_(software)"
 literal "false"
 
 \end_inset
@@ -39816,7 +39737,7 @@ music This template is used for music notation typeset with the program
 \begin_inset CommandInset href
 LatexCommand href
 name "LilyPond"
-target "http://en.wikipedia.org/wiki/LilyPond"
+target "https://en.wikipedia.org/wiki/LilyPond"
 literal "false"
 
 \end_inset
@@ -40065,7 +39986,7 @@ tables in the format of
 \begin_inset CommandInset href
 LatexCommand href
 name "Gnumeric"
-target "http://en.wikipedia.org/wiki/Gnumeric"
+target "https://en.wikipedia.org/wiki/Gnumeric"
 literal "false"
 
 \end_inset
@@ -40076,7 +39997,7 @@ literal "false"
 \begin_inset CommandInset href
 LatexCommand href
 name "OpenDocument"
-target "http://en.wikipedia.org/wiki/OpenDocument"
+target "https://en.wikipedia.org/wiki/OpenDocument"
 literal "false"
 
 \end_inset
@@ -40085,7 +40006,7 @@ literal "false"
 \begin_inset CommandInset href
 LatexCommand href
 name "Microsoft Office XML"
-target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
+target "https://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
 literal "false"
 
 \end_inset
@@ -40094,7 +40015,7 @@ literal "false"
 \begin_inset CommandInset href
 LatexCommand href
 name "Office Open XML"
-target "http://en.wikipedia.org/wiki/Office_Open_XML"
+target "https://en.wikipedia.org/wiki/Office_Open_XML"
 literal "false"
 
 \end_inset
@@ -40163,7 +40084,7 @@ figure This template supports images created with the program
 \begin_inset CommandInset href
 LatexCommand href
 name "Xfig"
-target "http://en.wikipedia.org/wiki/Xfig"
+target "https://en.wikipedia.org/wiki/Xfig"
 literal "false"
 
 \end_inset
@@ -41827,10 +41748,10 @@ Units
 \begin_layout Plain Layout
 \align center
 \begin_inset Tabular
-<lyxtabular version="3" rows="20" columns="3">
+<lyxtabular version="3" rows="21" columns="3">
 <features tabularvalignment="middle">
 <column alignment="center" valignment="top">
-<column alignment="center" valignment="top">
+<column alignment="center" valignment="middle" width="50col%">
 <column alignment="center" valignment="top">
 <row>
 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
@@ -41867,7 +41788,7 @@ name/description
 \begin_inset Text
 
 \begin_layout Plain Layout
-mm
+bp
 \end_layout
 
 \end_inset
 \begin_inset Text
 
 \begin_layout Plain Layout
-millimeter
+big point (72
+\begin_inset space \thinspace{}
+\end_inset
+
+bp = 1
+\begin_inset space \thinspace{}
+\end_inset
+
+in)
 \end_layout
 
 \end_inset
@@ -41896,7 +41825,7 @@ millimeter
 \begin_inset Text
 
 \begin_layout Plain Layout
-cm
+cc
 \end_layout
 
 \end_inset
 \begin_inset Text
 
 \begin_layout Plain Layout
-centimeter
+cicero (1
+\begin_inset space \thinspace{}
+\end_inset
+
+cc = 12
+\begin_inset space \thinspace{}
+\end_inset
+
+dd)
 \end_layout
 
 \end_inset
@@ -41925,7 +41862,7 @@ centimeter
 \begin_inset Text
 
 \begin_layout Plain Layout
-in
+cm
 \end_layout
 
 \end_inset
@@ -41934,7 +41871,7 @@ in
 \begin_inset Text
 
 \begin_layout Plain Layout
-inch
+centimeter
 \end_layout
 
 \end_inset
@@ -41954,7 +41891,7 @@ inch
 \begin_inset Text
 
 \begin_layout Plain Layout
-pt
+dd
 \end_layout
 
 \end_inset
 \begin_inset Text
 
 \begin_layout Plain Layout
-point (72.27
+didot (1
 \begin_inset space \thinspace{}
 \end_inset
 
-pt = 1
+dd 
+\begin_inset Formula $\approx$
+\end_inset
+
+ 0.376
 \begin_inset space \thinspace{}
 \end_inset
 
-in)
+mm)
 \end_layout
 
 \end_inset
@@ -41991,7 +41932,7 @@ in)
 \begin_inset Text
 
 \begin_layout Plain Layout
-pc
+em
 \end_layout
 
 \end_inset
 \begin_inset Text
 
 \begin_layout Plain Layout
-pica (1
-\begin_inset space \thinspace{}
-\end_inset
-
-pc = 12
-\begin_inset space \thinspace{}
-\end_inset
-
-pt)
+width of letter 
+\emph on
+M
+\emph default
+ in current font
 \end_layout
 
 \end_inset
@@ -42028,7 +41965,7 @@ pt)
 \begin_inset Text
 
 \begin_layout Plain Layout
-sp
+ex
 \end_layout
 
 \end_inset
 \begin_inset Text
 
 \begin_layout Plain Layout
-scaled point (65536
-\begin_inset space \thinspace{}
-\end_inset
-
-sp = 1
-\begin_inset space \thinspace{}
-\end_inset
-
-pt)
+height of letter 
+\emph on
+x
+\emph default
+ in current font
 \end_layout
 
 \end_inset
@@ -42065,7 +41998,7 @@ pt)
 \begin_inset Text
 
 \begin_layout Plain Layout
-bp
+in
 \end_layout
 
 \end_inset
 \begin_inset Text
 
 \begin_layout Plain Layout
-big point (72
-\begin_inset space \thinspace{}
+inch
+\end_layout
+
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+-
+\end_layout
 
-bp = 1
-\begin_inset space \thinspace{}
 \end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-in)
+\begin_layout Plain Layout
+mm
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+millimeter
 \end_layout
 
 \end_inset
@@ -42102,7 +42056,7 @@ in)
 \begin_inset Text
 
 \begin_layout Plain Layout
-dd
+mu
 \end_layout
 
 \end_inset
 \begin_inset Text
 
 \begin_layout Plain Layout
-didot (1
+math unit (1
 \begin_inset space \thinspace{}
 \end_inset
 
-dd 
-\begin_inset Formula $\approx$
-\end_inset
-
- 0.376
+mu = 1/18
 \begin_inset space \thinspace{}
 \end_inset
 
-mm)
+em)
 \end_layout
 
 \end_inset
@@ -42143,7 +42093,7 @@ mm)
 \begin_inset Text
 
 \begin_layout Plain Layout
-cc
+pt
 \end_layout
 
 \end_inset
 \begin_inset Text
 
 \begin_layout Plain Layout
-cicero (1
+point (72.27
 \begin_inset space \thinspace{}
 \end_inset
 
-cc = 12
+pt = 1
 \begin_inset space \thinspace{}
 \end_inset
 
-dd)
+in)
 \end_layout
 
 \end_inset
@@ -42180,7 +42130,7 @@ dd)
 \begin_inset Text
 
 \begin_layout Plain Layout
-Scale Graphics %
+pc
 \end_layout
 
 \end_inset
@@ -42189,7 +42139,15 @@ Scale Graphics %
 \begin_inset Text
 
 \begin_layout Plain Layout
-% of original image width
+pica (1
+\begin_inset space \thinspace{}
+\end_inset
+
+pc = 12
+\begin_inset space \thinspace{}
+\end_inset
+
+pt)
 \end_layout
 
 \end_inset
@@ -42198,7 +42156,7 @@ Scale Graphics %
 \begin_inset Text
 
 \begin_layout Plain Layout
-
+-
 \end_layout
 
 \end_inset
@@ -42209,7 +42167,7 @@ Scale Graphics %
 \begin_inset Text
 
 \begin_layout Plain Layout
-Text Width %
+sp
 \end_layout
 
 \end_inset
@@ -42218,7 +42176,15 @@ Text Width %
 \begin_inset Text
 
 \begin_layout Plain Layout
-% of text width
+scaled point (65536
+\begin_inset space \thinspace{}
+\end_inset
+
+sp = 1
+\begin_inset space \thinspace{}
+\end_inset
+
+pt)
 \end_layout
 
 \end_inset
@@ -42227,9 +42193,7 @@ Text Width %
 \begin_inset Text
 
 \begin_layout Plain Layout
-
-\backslash
-textwidth
+-
 \end_layout
 
 \end_inset
@@ -42271,7 +42235,7 @@ columnwidth
 \begin_inset Text
 
 \begin_layout Plain Layout
-Page Width %
+Line Distance %
 \end_layout
 
 \end_inset
@@ -42280,7 +42244,7 @@ Page Width %
 \begin_inset Text
 
 \begin_layout Plain Layout
-% of paper width
+% of height between baselines of two subsequent text lines
 \end_layout
 
 \end_inset
@@ -42291,7 +42255,7 @@ Page Width %
 \begin_layout Plain Layout
 
 \backslash
-paperwidth
+baselineskip
 \end_layout
 
 \end_inset
@@ -42333,7 +42297,7 @@ linewidth
 \begin_inset Text
 
 \begin_layout Plain Layout
-Text Height %
+Page Height %
 \end_layout
 
 \end_inset
@@ -42342,7 +42306,7 @@ Text Height %
 \begin_inset Text
 
 \begin_layout Plain Layout
-% of text height
+% of paper height
 \end_layout
 
 \end_inset
@@ -42353,7 +42317,7 @@ Text Height %
 \begin_layout Plain Layout
 
 \backslash
-textheight
+paperheight
 \end_layout
 
 \end_inset
@@ -42364,7 +42328,7 @@ textheight
 \begin_inset Text
 
 \begin_layout Plain Layout
-Page Height %
+Page Width %
 \end_layout
 
 \end_inset
@@ -42373,7 +42337,7 @@ Page Height %
 \begin_inset Text
 
 \begin_layout Plain Layout
-% of paper height
+% of paper width
 \end_layout
 
 \end_inset
@@ -42384,7 +42348,7 @@ Page Height %
 \begin_layout Plain Layout
 
 \backslash
-paperheight
+paperwidth
 \end_layout
 
 \end_inset
@@ -42395,7 +42359,7 @@ paperheight
 \begin_inset Text
 
 \begin_layout Plain Layout
-ex
+Scale Graphics %
 \end_layout
 
 \end_inset
 \begin_inset Text
 
 \begin_layout Plain Layout
-height of letter 
-\emph on
-x
-\emph default
- in current font
+% of original image width
 \end_layout
 
 \end_inset
 \begin_inset Text
 
 \begin_layout Plain Layout
--
+
 \end_layout
 
 \end_inset
 \begin_inset Text
 
 \begin_layout Plain Layout
-em
+Text Height %
 \end_layout
 
 \end_inset
 \begin_inset Text
 
 \begin_layout Plain Layout
-width of letter 
-\emph on
-M
-\emph default
- in current font
+% of text height
 \end_layout
 
 \end_inset
 \begin_inset Text
 
 \begin_layout Plain Layout
--
+
+\backslash
+textheight
 \end_layout
 
 \end_inset
 \begin_inset Text
 
 \begin_layout Plain Layout
-mu
+Text Width %
 \end_layout
 
 \end_inset
 \begin_inset Text
 
 \begin_layout Plain Layout
-math unit (1
-\begin_inset space \thinspace{}
-\end_inset
-
-mu = 1/18
-\begin_inset space \thinspace{}
-\end_inset
-
-em)
+% of text width
 \end_layout
 
 \end_inset
@@ -42487,7 +42437,9 @@ em)
 \begin_inset Text
 
 \begin_layout Plain Layout
--
+
+\backslash
+textwidth
 \end_layout
 
 \end_inset
@@ -46699,7 +46651,7 @@ Documentation of the \SpecialChar LaTeX
 \begin_inset CommandInset href
 LatexCommand href
 name "arydshln"
-target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
+target "https://www.ctan.org/tex-archive/macros/latex/contrib//arydshln/arydshln.pdf"
 literal "false"
 
 \end_inset
@@ -46735,7 +46687,7 @@ Documentation of the \SpecialChar LaTeX
 \begin_inset CommandInset href
 LatexCommand href
 name "booktabs"
-target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
+target "https://www.ctan.org/tex-archive/macros/latex/contrib//booktabs/booktabs.pdf"
 literal "false"
 
 \end_inset
@@ -46771,7 +46723,7 @@ Documentation of the \SpecialChar LaTeX
 \begin_inset CommandInset href
 LatexCommand href
 name "caption"
-target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
+target "https://www.ctan.org/tex-archive/macros/latex/contrib/caption/caption-eng.pdf"
 literal "false"
 
 \end_inset
@@ -46807,7 +46759,7 @@ Documentation of the \SpecialChar LaTeX
 \begin_inset CommandInset href
 LatexCommand href
 name "diagbox"
-target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
+target "https://www.ctan.org/tex-archive/macros/latex/contrib//diagbox/diagbox.pdf"
 literal "false"
 
 \end_inset
@@ -46843,7 +46795,7 @@ Documentation of the \SpecialChar LaTeX
 \begin_inset CommandInset href
 LatexCommand href
 name "endfloat"
-target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
+target "https://www.ctan.org/tex-archive/macros/latex/contrib//endfloat/endfloat.pdf"
 literal "false"
 
 \end_inset
@@ -46879,7 +46831,7 @@ Documentation of the \SpecialChar LaTeX
 \begin_inset CommandInset href
 LatexCommand href
 name "footmisc"
-target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
+target "https://www.ctan.org/tex-archive/macros/latex/contrib//footmisc/footmisc.pdf"
 literal "false"
 
 \end_inset
@@ -46915,7 +46867,7 @@ Documentation of the \SpecialChar LaTeX
 \begin_inset CommandInset href
 LatexCommand href
 name "hypcap"
-target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
+target "https://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
 literal "false"
 
 \end_inset
@@ -46951,7 +46903,7 @@ Documentation of the \SpecialChar LaTeX
 \begin_inset CommandInset href
 LatexCommand href
 name "hyperref"
-target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
+target "https://www.ctan.org/tex-archive/macros/latex/contrib//hyperref/hyperref.pdf"
 literal "false"
 
 \end_inset
@@ -46987,7 +46939,7 @@ Documentation of the \SpecialChar LaTeX
 \begin_inset CommandInset href
 LatexCommand href
 name "KOMA-Script"
-target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
+target "https://www.ctan.org/tex-archive/macros/latex/contrib/koma-script/doc/scrguien.pdf"
 literal "false"
 
 \end_inset
@@ -47023,7 +46975,7 @@ Documentation of the \SpecialChar LaTeX
 \begin_inset CommandInset href
 LatexCommand href
 name "lettrine"
-target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
+target "https://www.ctan.org/tex-archive/macros/latex/contrib/lettrine/doc/lettrine.pdf"
 literal "false"
 
 \end_inset
@@ -47034,7 +46986,7 @@ literal "false"
 \begin_inset CommandInset href
 LatexCommand href
 name "example"
-target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
+target "https://www.ctan.org/tex-archive/macros/latex/contrib/lettrine/doc/demo.pdf"
 literal "false"
 
 \end_inset
@@ -47068,7 +47020,7 @@ Documentation of the \SpecialChar LaTeX
 \begin_inset CommandInset href
 LatexCommand href
 name "listings"
-target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
+target "https://www.ctan.org/tex-archive/macros/latex/contrib//listings/listings.pdf"
 literal "false"
 
 \end_inset
@@ -47104,7 +47056,7 @@ Documentation of the \SpecialChar LaTeX
 \begin_inset CommandInset href
 LatexCommand href
 name "minted"
-target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/minted/minted.pdf"
+target "https://www.ctan.org/tex-archive/macros/latex/contrib//minted/minted.pdf"
 literal "false"
 
 \end_inset
@@ -47140,7 +47092,7 @@ Documentation of the \SpecialChar LaTeX
 \begin_inset CommandInset href
 LatexCommand href
 name "marginnote"
-target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
+target "https://www.ctan.org/tex-archive/macros/latex/contrib//marginnote/marginnote.pdf"
 literal "false"
 
 \end_inset
@@ -47176,7 +47128,7 @@ Documentation of the \SpecialChar LaTeX
 \begin_inset CommandInset href
 LatexCommand href
 name "pdfpages"
-target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
+target "https://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
 literal "false"
 
 \end_inset
@@ -47212,7 +47164,7 @@ Documentation of the \SpecialChar LaTeX
 \begin_inset CommandInset href
 LatexCommand href
 name "prettyref"
-target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
+target "https://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
 literal "false"
 
 \end_inset
@@ -47284,7 +47236,7 @@ Documentation of the \SpecialChar LaTeX
 \begin_inset CommandInset href
 LatexCommand href
 name "refstyle"
-target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
+target "https://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
 literal "false"
 
 \end_inset
@@ -47320,7 +47272,7 @@ Documentation of the \SpecialChar LaTeX
 \begin_inset CommandInset href
 LatexCommand href
 name "sidecap"
-target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
+target "https://www.ctan.org/tex-archive/macros/latex/contrib//sidecap/sidecap.pdf"
 literal "false"
 
 \end_inset
@@ -47353,7 +47305,7 @@ Documentation of the option
 \begin_inset CommandInset href
 LatexCommand href
 name "Omit text in PDF"
-target "http://tug.ctan.org/tex-archive/info/svg-inkscape/InkscapePDFLaTeX.pdf"
+target "https://www.ctan.org/tex-archive/info/svg-inkscape/InkscapePDFLaTeX.pdf"
 literal "false"
 
 \end_inset