From f2aaffc04ab892487e40d4fd60d803dd344e0439 Mon Sep 17 00:00:00 2001 From: Alexander Daichendt Date: Tue, 11 Jun 2024 20:48:14 +0200 Subject: [PATCH] fix: compilation warning removed --- src/routes/blog/writingathesis/+page.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/blog/writingathesis/+page.md b/src/routes/blog/writingathesis/+page.md index 1f172c3..ae895f6 100644 --- a/src/routes/blog/writingathesis/+page.md +++ b/src/routes/blog/writingathesis/+page.md @@ -67,5 +67,5 @@ commas, it pointed out many mistakes which I would have not noticed on my own. One thing I disliked about Writefull is that it is only available for Word documents or Overleaf. I am using neither. Therefore, I had to copy and paste my tex files from my local editor to Overleaf. A bit of a hassle, but okay. Another thing I noticed is that the Latex -acronym package is not supported. Often it would suggest reordering my `\`ac{DPDK}` so that +acronym package is not supported. Often, it would suggest reordering my \ac so that it does not make sense afterward.