-
The `configure.ac` contains this:
```bash
if test "x$with_v4l" != "xno"; then
AC_CHECK_HEADER(libv4l1-videodev.h,
[AC_DEFINE(HAVE_LIBV4L1_VIDEODEV_H)],,)
AC_CHECK_HEADER(linux/videodev.h,
…
-
The Ubuntu indicator stack was forked into an upstream project, partially to make it more friendly to distributions that aren't Ubuntu to package them. Right now, Debian is in the progress of switchi…
-
Hi. I observed that using pandoc and pandoc-eqnos filter (--filter=pandoc-eqnos in pandoc settings) results in broken preview:
* equation numbers are displayed at the single place, one at the top o…
-
**Problem**: I am trying to run the repo code from https://github.com/ksonda/unc-dissertation-markdown-template. The 3rd README requirement is pandoc-eqnos. I followed your instructions on pandoc-eqno…
-
When I try to install python with `asdf install python 3.5.6` the build fails and outputs the following error:
```
BUILD FAILED (ManjaroLinux 21.0.7 using python-build 2.0.1-6-g5f751985)
Inspec…
-
F1000 Research only accepts, doc, docx, or rtf...
I managed to get this through for now by wrapping the pdf in a zip(which they accept)
But I can't imagine that this holds forever...
Can someone,…
-
```
Perhaps
http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=blob_plain;f=m4/ax_
check_gl.m4 is a better alternative?
diff --git a/configure.ac b/configure.ac
index 128b76b..bfd4c19 1006…
-
```
Perhaps
http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=blob_plain;f=m4/ax_
check_gl.m4 is a better alternative?
diff --git a/configure.ac b/configure.ac
index 128b76b..bfd4c19 1006…
-
```
Perhaps
http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=blob_plain;f=m4/ax_
check_gl.m4 is a better alternative?
diff --git a/configure.ac b/configure.ac
index 128b76b..bfd4c19 1006…
-
Hello, I wanted to thank you for this repository. It made a huge difference in my writing process. I made several quality-of-life changes along the way that should be ready to merge into master, I jus…