Office之Word:WPS软件中Word使用技巧之论文中如何自动生成参考文献(图文教程)
目录
如何自动生成参考文献
1、先对尾注格式进行设置
选择整篇文档的意思是把所有的尾注都放到文档的最后边。
2、点击插入后,在整篇文档的最后,会自动对应生成该文献的编号
此时,相当于前边和末尾的参考文献一一对应起来了,而且增加和修改参考文献编号,后边的的文献会自动对应改变。
当前边的标号不存在的时候,则对应后边的参考文献会自动被删除,并且编号会自动重新排列。
default_pre .= 'list_404.htm'; break; default: $pre .= $default_pre .= theme_mode_pre(); break; } if ($config['theme']) { $conffile = APP_PATH . 'view/template/' . $config['theme'] . '/conf.json'; $json = is_file($conffile) ? xn_json_decode(file_get_contents($conffile)) : array(); } !empty($json['installed']) and $path_file = APP_PATH . 'view/template/' . $config['theme'] . '/htm/' . ($id ? $id . '_' : '') . $pre; (empty($path_file) || !is_file($path_file)) and $path_file = APP_PATH . 'view/template/' . $config['theme'] . '/htm/' . $pre; if (!empty($config['theme_child']) && is_array($config['theme_child'])) { foreach ($config['theme_child'] as $theme) { if (empty($theme) || is_array($theme)) continue; $path_file = APP_PATH . 'view/template/' . $theme . '/htm/' . ($id ? $id . '_' : '') . $pre; !is_file($path_file) and $path_file = APP_PATH . 'view/template/' . $theme . '/htm/' . $pre; } } !is_file($path_file) and $path_file = APP_PATH . ($dir ? 'plugin/' . $dir . '/view/htm/' : 'view/htm/') . $default_pre; return $path_file; } function theme_mode_pre($type = 0) { global $config; $mode = $config['setting']['website_mode']; $pre = ''; if (1 == $mode) { $pre .= 2 == $type ? 'portal_category.htm' : 'portal.htm'; } elseif (2 == $mode) { $pre .= 2 == $type ? 'flat_category.htm' : 'flat.htm'; } else { $pre .= 2 == $type ? 'index_category.htm' : 'index.htm'; } return $pre; } ?>
Office之Word:WPS软件中Word使用技巧之论文中如何自动生成参考文献(图文教程)
目录
选择整篇文档的意思是把所有的尾注都放到文档的最后边。
此时,相当于前边和末尾的参考文献一一对应起来了,而且增加和修改参考文献编号,后边的的文献会自动对应改变。
当前边的标号不存在的时候,则对应后边的参考文献会自动被删除,并且编号会自动重新排列。
发布评论