indigo40123 / NYCU-Thesis-Template

A NYCU thesis template
22 stars 7 forks source link

final mode (version for library)編譯錯誤 #1

Open singingwang opened 2 years ago

singingwang commented 2 years ago

您好,我想要使用final mode輸出時,在main.tex裡把\documentclass[]{thesis}這行註解掉,換成\documentclass[watermark,final]{thesis}後,編譯時在第29行會跳出error(也就是\maketitle這行),error內容顯示 ! Extra }, or forgotten \endgroup. 同時,在第119行也會跳出error(也就是\end{document}這行),顯示! LaTeX Error: \begin{center} on input line 29 ended by \end{document}. 想知道還要如何修改才能順利使用final mode的格式,感謝~

YTNIEN commented 2 years ago

稍微看了一下 thesis.cls,當 "final" option 有指定時, \coverpage 的 code。 發現 https://github.com/indigo40123/NYCU-Thesis-Template/blob/e7afe1be5d2ee021a6f9e372ed8987f881c8900a/thesis.cls#L581-L583 似乎少了結束 if block 的 \fi。 補一個 \fi 在 L583 後一行應該就解決了。

indigo40123 commented 2 years ago

Hi YT Nien,

感謝你的debug,我剛更新好v2.0,這次有經過圖書館認證,應該會是功能完整的版本了(汗。 我想把你的名子加入這份github專案中的致謝。如果你同意的話,再跟我說想以什麼名子/暱稱加入。

祝 平安順利

立誠

YT Nien @.***> 於 2022年2月5日 週六 下午5:57寫道:

稍微看了一下 thesis.cls,當 "final" option 有指定時, \coverpage 的 code。 發現 https://github.com/indigo40123/NYCU-Thesis-Template/blob/e7afe1be5d2ee021a6f9e372ed8987f881c8900a/thesis.cls#L581-L583 似乎少了結束 if block 的 \fi。 補一個 \fi 在 L583 後一行應該就解決了。

— Reply to this email directly, view it on GitHub https://github.com/indigo40123/NYCU-Thesis-Template/issues/1#issuecomment-1030592180, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGX36KASDOQFQ3JN32IS7RDUZTYCDANCNFSM5LFX32ZQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

YTNIEN commented 2 years ago

Hi indigo40123,

我的暱稱是 ytnien。 非常感謝你的認可,以及你對這個專案的持續維護。 希望此專案可以被更多人看到

ghost commented 2 years ago

您好,我想要使用final mode輸出時,也就是在 main.tex 裡換成 \documentclass[final]{thesis}編譯後,在 table of content 的 acknowledge 仍會顯示頁碼。想知道還要如何修改才能取消bug,感謝~

hong5ui7 commented 2 years ago

嗨你們好,真的感謝你們提供了論文模板,幫了我很多很多忙。

不過我使用LaTeX還沒那麼熟悉,用overleaf來編輯。想請教說要如何把Chapter的設定改為section。因為我是做哲學領域的,英文的哲學論文大多習慣使用Section,很少用chapter。想改成連結中文章那樣的切分方式,只需要在內文做更動。要做成這樣的分段要在哪裡編譯呢?

https://drive.google.com/file/d/1VJQM56dHDo9wRLzWe9h29txtpZT5ZO5p/view?usp=sharing

感恩!

shaoeChen commented 2 years ago

您好,我想要使用final mode輸出時,也就是在 main.tex 裡換成 \documentclass[final]{thesis}編譯後,在 table of content 的 acknowledge 仍會顯示頁碼。想知道還要如何修改才能取消bug,感謝~

thesis.cls 9xx行裡面這一段拿掉,就不會把它加進去了->\addcontentsline{toc}{chapter}{\textbf{\@acktitle}}

indigo40123 commented 1 year ago

Hi,

看起來把 thesis.cls 中的923行 @.}} 改成 @.}} 就可以不讓 acknowledge 顯示頁碼了。 試看看行不行。

感謝勘誤!

R.L.Syu @.***> 於 2022年3月25日 週五 下午4:48寫道:

您好,我想要使用final mode輸出時,也就是在 main.tex 裡換成 \documentclass[final]{thesis}編譯後,在 table of content 的 acknowledge 仍會顯示頁碼。想知道還要如何修改才能取消bug,感謝~

— Reply to this email directly, view it on GitHub https://github.com/indigo40123/NYCU-Thesis-Template/issues/1#issuecomment-1078790410, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGX36KHNCNRB3VD7C5WMBPTVBV4UTANCNFSM5LFX32ZQ . You are receiving this because you commented.Message ID: @.***>

HuanCi77 commented 1 year ago

您好 請問如何將論文封面的「初稿」這兩字給刪除 ? 以及 A Thesis Draft 的 "Draft" 要怎麼刪除 ?

謝謝!