-
Hello,
Thank you for producing this script to convert xtf as it is one of the most universal side scan sonar file types. I was wondering if your script can be adapted to convert XTF to the SON files …
-
# Version
reledmac 2023/07/21 v2.39.5
# TeX Engine
I made tests with XeLateX and pdfLaTeX.
XeLateX produces the pdf, pdfLaTeX not.
# Regression
The issue is surely related with v. …
-
I found some minor issues on a raw sonar dataset (Old Simrad format: MBF_EMOLDRAW).
test file available at:
* https://nextcloud.epinux.com/index.php/s/P492fH5tWCFS4tH
The issue is that not …
-
There is a conflict between the `memoir` class and `hyperref` package when a `subbottom` is referenced.
When more than one figure is created with several subfigures, a reference to any `subottom` wil…
-
References to subfigures have an offset of one.
E.g., having tm1, tm2, tm3, tm4 and referenceing to them results in (), (a), (b), (c) instead of (a), (b), (c), (d).
-
Компиляторы скоро основательно обновят (под TeXLive 2020, похоже), но уже сейчас есть возможность потестировать на совместимость и отправить issue кому-нибудь: https://www.latex-project.org/news/2019/…
-
После ухода от использования пакета caption ( https://github.com/AndreyAkinshin/Russian-Phd-LaTeX-Dissertation-Template/commit/d6d04eb974ca7912286000df2efcb412a6f4e559 ) [обнаружилось](https://gitter…
-
> I'm unable to make hyperref links jump "to the picture", rather than "to the caption".
Thorough description here
https://tex.stackexchange.com/questions/440399/hyperref-not-jumping-to-the-approp…
-
in xtf_ctypes.py
in the for loop from line 562 to 591, all instances of file_header.sonar_info[i] should instead be file_header.sonar_info[i-1]
the index is off by 1
-
Due to the ordering of data channels, when I ran this code it broke reading my XTF file. I am only trying to access the port and starboard sonar data so changing line 228 in xtf_ctypes from
chan_in…