H.-H. PENG
H.-H. PENG
@romainl I modified the points you mentioned and accept the advice from @JoyceBabu to add the hyperlink of logo images in `README.me`.
@JoyceBabu I'm sure know that we can embed the image in the Markdown file by using the relative path. It's considered bad practice to upload the binaries file (eg. `*.png`,...
@peter850421 - 學校似乎沒有規定浮水印一定要用灰階,考慮到有些人希望彩色列印所以我這裡浮水印檔案還是放彩色的 - 學校圖書館提供的浮水印檔案的解析度太差,這裡我用的是向量格式的 `.svg` 和 `.pdf` 可以放大不失真 不過倒是提醒我,下一個版本應該會添加讓使用者決定使用灰階還是彩色的校徽
> > @peter850421 > > > > * 學校似乎沒有規定浮水印一定要用灰階,考慮到有些人希望彩色列印所以我這裡浮水印檔案還是放彩色的 > > * 學校圖書館提供的浮水印檔案的解析度太差,這裡我用的是向量格式的 `.svg` 和 `.pdf` 可以放大不失真 > > > > 不過倒是提醒我,下一個版本應該會添加讓使用者決定使用灰階還是彩色的校徽 > > 我也喜歡彩色校徽,但是今年繳交論文時圖書館要求我改成學校提供的灰階 `watermark.pdf` > 另外doi也是要求改成黑色 (我用了灰色過關) @willy1222...
You should know that Simiki is a static page generator. All the HTML files are generated from the markdown file. Therefore, the crux of the matter is that you should...
PR https://github.com/hackmdio/codimd/pull/1750 is dealing with this issue.
Hi @holmescn, I remember [@jserv mentioning that he would like to stick to the LaTeX scripts at present](https://github.com/sysprog21/lkmpg/issues/25#issuecomment-890374742). Based on that principle, **the LaTeX scripts should not be replaced** even...
@holmescn Almost the custom macros like `\sample` and `\src` are not convertable with pandoc. Just take a break and wait for the chapter splitting issue #26 to be done.
I've split the files following the structure above and connect it with Overleaf [here](https://www.overleaf.com/read/ckxnwfcprbwk) (only connected to my forked repo). If @jserv has no problem with it then I'll commit...
Sure that we can keep the source files in `*.tex` format but find out another solution for HTML/EPUB generating. It's not really convenient to [use `TeX4ht` with custom HTML template](https://tex.stackexchange.com/questions/561450/how-to-use-my-own-html-template-with-make4ht)...