2017-12-13 11 views

答えて

0

リストにソースを作成するには、このコードを試してみてください。

documentclass{article} 

% remove the numbers of the sources 
\makeatletter 
\renewcommand\@biblabel[1]{} 
\makeatother 

\begin{document} 

    % output the list 
    \begin{thebibliography}{} 
     \bibitem{litlink1} author#1. "title #1" 
     \bibitem{litlink2} author#2. "title #2" 
     \bibitem{other-link-name} author#3. "title #3" 
    \end{thebibliography} 

\end{document} 
+0

はありがとうございました! –

関連する問題