當前位置:首頁 » 操作系統 » latex演算法if

latex演算法if

發布時間: 2025-01-08 08:04:32

1. LaTeX 演算法太長,怎麼才能實現跨頁顯示

documentclass{article}
usepackage{algorithm}
usepackage{algpseudocode}
egin{document}
egin{algorithm}
caption{Part1}
egin{algorithmic}[1]
Procere{BellmanKalaba}{$G$,$u$,$l$,$p$}
ForAll{$vinV(G)$}
State$l(v)leftarrowinfty$
EndFor
State$l(u)leftarrow0$
Repeat
For{$ileftarrow1,n$}
State$minleftarrowl(v_i)$
For{$jleftarrow1,n$}
If{$min>e(v_i,v_j)+l(v_j)$}
State$minleftarrowe(v_i,v_j)+l(v_j)$
State!
algstore{bkbreak}
end{algorithmic}
end{algorithm}
dots
egin{algorithm}[h]
caption{Part2}
egin{algorithmic}[1]
algrestore{bkbreak}
State$p(i)leftarrowv_j$
EndIf
EndFor
State$l』(i)leftarrowmin$
EndFor
State$changedleftarrowl ot=l』$
State$lleftarrowl』$
Until{$ egchanged$}
EndProcere
end{algorithmic}
end{algorithm}
end{document}

今天需要這個東西查了下怎麼設置,效果如圖

熱點內容
安卓授權管理怎麼設置在哪裡設置 發布:2025-01-09 03:24:35 瀏覽:659
玩rust要什麼配置的電腦 發布:2025-01-09 03:18:03 瀏覽:779
肥胖的腳本 發布:2025-01-09 03:11:26 瀏覽:467
沙箱腳本 發布:2025-01-09 02:53:15 瀏覽:463
資料庫第二範式 發布:2025-01-09 02:44:39 瀏覽:257
linuxtelnet開啟 發布:2025-01-09 02:43:27 瀏覽:581
python中平方 發布:2025-01-09 02:43:18 瀏覽:533
ftp安裝有版本要求嗎 發布:2025-01-09 02:42:25 瀏覽:914
騰訊視頻的存儲位置 發布:2025-01-09 02:40:41 瀏覽:86
yum升級php 發布:2025-01-09 02:39:00 瀏覽:933