https://github.com/colinaaa/algorithm-course-notes/blob/99741ef3dc05f37c6d6f56e1fd62b0a8513d2c7c/src/Network-flows.tex#L35 与 https://github.com/colinaaa/algorithm-course-notes/blob/99741ef3dc05f37c6d6f56e1fd62b0a8513d2c7c/src/Image-segmentation.tex#L37 中均使用`fig1`, `fig2` 这样的label来标识图片,导致了build的过程中引用混乱。 计划: * 修复问题,增加图片label的作用域(如:`\label{fig:network-flow1}`) * 增加文档,规范化label名称(最好不使用1,2,3,而是使用有意义的名称) * code review时注意类似问题⚠️
algorithm-course-notes/src/Network-flows.tex
Line 35 in 99741ef
与
algorithm-course-notes/src/Image-segmentation.tex
Line 37 in 99741ef
中均使用
fig1,fig2这样的label来标识图片,导致了build的过程中引用混乱。计划:
\label{fig:network-flow1})