我有一个描述算法的TikiWiki页面,例如
To calculate the square root of a number $x$ in R, use sqrt($x$).在另一个TikiWiki页面中,我将算法包含在一个更大的过程中,例如
Step 4: Now calculate the square root of this number, see ((square_root_in_R|here)).但是,我想将我的其他页面中的To calculate the square root of a number $x$ in R, use sqrt($x$).行嵌入到步骤4中,这样用户就不必参考其他页面来获得算法。
有没有办法做到这一点?
发布于 2014-03-04 17:51:10
请随意使用wikiplugin,包括:
{INCLUDE(page=square_root_in_R)}{INCLUDE}https://stackoverflow.com/questions/22159974
复制相似问题