asciidoctor / asciidoctor-latex

:triangular_ruler: Add LaTeX features to AsciiDoc & convert AsciiDoc to LaTeX
http://asciidoctor.org
Other
111 stars 26 forks source link

Issue with labels in Asciidioc to LaTeX #89

Open christian-wolf-eks opened 8 months ago

christian-wolf-eks commented 8 months ago

Hello,

I am running into an issue with asciidoc to convert the following file to LaTeX:

[[table-overview-clocks]]
[cols="9,9"]
|====
|Col A
|Col B

|Foo
|[[ln,link-name]]Bar
|====

<<link-name,the actual link name>>

If you drop the explicit link name in the link and replace it by [[ln]]Bar, the compiler is no longer able to export the data correctly.

Also, the link in <<link-name,the actual link>> is not producing anything useful in the LaTeX file.

Do I miss some point here or is this a bug? How can I help to solve this issue?

mojavelinux commented 8 months ago

Please note that this project (asciidoctor-latex) is not currently being maintained and is thus looking for a new maintainer.

You are welcome to ask your question in the community chat at https://chat.asciidoctor.org. However, the best outcome you can hope for in this case is a workaround since the code is not likely going to be updated until a new maintainer is found.

christian-wolf-eks commented 8 months ago

@mojavelinux, your comment is only related to the -latex variant or also for the main asciidoctor?

mojavelinux commented 8 months ago

I'm referring to this extension specifically.