BibTeX를 사용하여 웹 페이지를 인용하려면 어떻게 해야 하나요?

bibtex를 사용하여 여러 웹 페이지를 인용하려고 하는데 이를 위한 @<템플릿 이름은 여기에 형식의 특정 템플릿이 있는지 궁금합니다. 다음 웹 사이트를 예로 들어 주시면 감사하겠습니다.

http://web.archive.org/web/20080207010024/http://www.808multimedia.com/winnt/kernel.htm

질문에 대한 의견 (3)
해결책

BibTeX에서 이 작업을 수행하는 간단한 방법은 @misc 항목을 사용하는 것입니다:

@misc{WinNT,
  title = {{MS Windows NT} Kernel Description},
  howpublished = {\url{http://web.archive.org/web/20080207010024/http://www.808multimedia.com/winnt/kernel.htm}},
  note = {Accessed: 2010-09-30}
}

아는 사람이 있다면 저자도 포함해야 합니다. 그리고 hyperref 또는 url과 같은 패키지를 로드하는 것을 잊지 마세요.


BibLaTeX](https://tex.stackexchange.com/questions/5091/what-to-do-to-switch-to-biblatex)를 사용하는 경우 @online 입력 유형이 있습니다:

@online{WinNT,
  author = {MultiMedia LLC},
  title = {{MS Windows NT} Kernel Description},
  year = 1999,
  url = {http://web.archive.org/web/20080207010024/http://www.808multimedia.com/winnt/kernel.htm},
  urldate = {2010-09-30}
}
해설 (11)

저는 항상 Wikipedia에서 제안하는 기본값을 사용합니다(하단의 참조). 을 클릭하면 사용할 수 있습니다.

해설 (7)

자브레프 참조입니다 관리자 을 사용하려면 electronic&quot 제안됩니다 "; 유형:. 그래서 do it like this:

@electronic{Rub1,
 author = {Rubino, Daniel},
 editor = {{Windows Phone Central}},
 title = {IE9 for Windows Phone 7: Adobe Flash, demos and development},
 url = {http://www.wpcentral.com/ie9-windows-phone-7-adobe-flash-demos-and-development-videos},
 urldate = {14.01.2013},
 originalyear = {18.02.2011}
}

시타비 의 수출이 비브테스 www&quot &quot 유형을 als 있습니다;;). 편집기에는 따라, electronic&quot &quot 시켜버리므로 정의해야 합니다. 그리고,, 그래서 &quot &quot www&quot misc&quot. 아마도 가장 안전한 것으로 보인다.

그런데 \bibliographystyle} {알파딘 콩지름에 '와' do it like this:

@misc{Rub1,
 author = {Rubino, Daniel},
 editor = {{Windows Phone Central}},
 title = {IE9 for Windows Phone 7: Adobe Flash, demos and development},
 url = {http://www.wpcentral.com/ie9-windows-phone-7-adobe-flash-demos-and-development-videos},
 lastchecked = {14.01.2013},
 originalyear = {18.02.2011}
}
해설 (3)

I found a very good 대한 자습서는 http://www.polymtl.ca/biblio/utiliser/guide_bibtex.pdf (프랑스어: 링크 이제 죽은입니다, http://ipw2100.sourceforge. 이 [웨이백 머신] [1])

이와 함께 '' 내가 수정한 파일을 리에레스터브스트 통합하십시오 무시됨 주기표시 'uirl' 와 '우를다테' 모든 유형의 항목 (별 말) '이 보고서의 조사 결과).

파일이 renamed ('mystyle 로') 같은 로컬 파일 폴더 '' 세실비브 붙이십시오 있다. 함께 불렀으매

\bibliographystyle{mystyle}
\bibliography{ref}

(1) 추가 새로운 항목:

ENTRY
  { address
...
    url
    urldate
  }
  {}
  { label }

(2) 이 기능을 추가

FUNCTION {format.url}
{ url empty$
    { "" }
    {   
        ". \emph{Disponible}~\url{" * url * "}" *
        urldate empty$
         { "there is url but no urldate in " cite$ * warning$ }
         { 
            "~(\emph{consult\'e le} " * urldate * ")" *
         }
         if$
    }
  if$
}

(3) 모든 종류의 호출하십시오 기능이 '포르마지우를 &quot "; 출력입니다 '! @Incollection '예':

FUNCTION {incollection}
{ output.bibitem
  format.authors "author" output.check
  format.title "title" output.check
  blank.sep
  crossref missing$
    { format.in.ed.booktitle "booktitle" output.check
      format.bvolume output
      format.number.series output
      format.chapter.pages output
      format.addr.pub "publisher" output.check
      format.edition output
      format.date "year" output.check
    }
    { format.incoll.inproc.crossref output.nonnull
      format.chapter.pages output
    }      
  if$
  format.url "" output 
  new.block
  note output
  fin.entry
}

발달장애인지원법은 도움이 될 수 있습니다

[1]: //www.polymtl.ca:80/biblio/utiliser/guide_bibtex.pdf https://web.archive.org/web/20150213061709/http

해설 (3)

웹페이지를 직접 인용할 수는 없는 것 같지만 범용 @misc 필드를 사용하는 해결 방법이 있는 것 같습니다.

http://www.tex.ac.uk/cgi-bin/texfaq2html?label=citeURL

해설 (0)

분판할 경우 자신의 '영국 서머 타임' 이 기능을 사용하여 웹 참조입니다 내가 원하는 대로 파일이므로 병합합니다.

FUNCTION {internet}
{ output.bibitem
  format.titleclass output
  format.authors " " * "author" output.check
  title empty$
    {""}
    { title "t" change.case$ * ".\,\ " *}
  if$
  format.address output
  publisher empty$
    {
      institution empty$
        { }
        { institution "; " * output}
      if$
    }
    { publisher "; " * output}
  if$
  year empty$
    { " [date unknown; " }
    { year
      month empty$
        { " [\ignorespaces " * }
        { "~" * month * " [\ignorespaces " *}
      if$
    }
  if$
  revised empty$
    { "" * }
    { "revised~" * revised * "; " *}
    if$
  accessed empty$
    { "" * }
    { "accessed~"  * accessed * "]. " *}
    if$
  website *
  doi empty$
    {}
    { add.period$ " " * doi * }
  if$
  output
  add.period$
  format.referenceclass output
  fin.entry.noperiod
}

이와 함께 같은 엔트리입니다 턱받이 파일

@INTERNET{www11b,
    AUTHOR    = "Schultheis, J. D.",
    TITLE     = "Fun with Reference Citations",
    ADDRESS   = "Baltimore (MD)",
    PUBLISHER = "Random House",
    YEAR      = "2013", 
    MONTH     = sep # " 10",
    ACCESSED  = "2014 " # sep # " 26",
    WEBSITE   =
             "http://en.wikipedia.org/wiki/Trajectory\_of\_a\_projectile",
    DOI       = "\url{doi:10.10.1038/nphys1170}"     }

@INTERNET{www11a,
    TITLE    = "Flight Equations with Drag",
    WEBSITE  = "http://www.grc.nasa.gov/WWW/k-12/airplane/flteqs.html",
    ACCESSED = "2011 " # oct     }

@INTERNET{www11c,
    AUTHOR   = "Grissom, Gus",
    INSTITUTION = "Glenn Research Center, National Aeronautics
                   and Space Administration",
    TITLE    = "Flight Equations with Drag",
    ADDRESS  = "Cleveland (OH)",
    YEAR     = "1999",
    MONTH    = dec # "12",
    REVISED  = "2014 " # jun # " 12",
    ACCESSED = "2014 " # oct # " 7",
    WEBSITE  = "http://www.grc.nasa.gov/WWW/k-12/airplane/flteqs.html"}

@INTERNET{manktelow2010history,
    TITLE     = "History of taxonomy",
    AUTHOR    = "Manktelow, Mariette",
    WEBSITE   = "\url{http://www.atbi.eu/summerschool/files/%
                summerschool/Manktelow\_Syllabus.pdf}",
    ACCESSED  = "2014 Aug~26",
    ADDRESS   = "Uppsala (Sweden)",
    PUBLISHER = "Uppsala University Dept. of Systematic Biology",
    YEAR      = "2010"     }

@INTERNET{smith2014metcalf,
    TITLE    = "Assault on california power station raises alarm on
                potential for terrorism",
    AUTHOR   = "Rebecca Smith",
    WEBSITE  = "\url{http://online.wsj.com/news/articles/%
                SB10001424052702304851104579359141941621778}",
    ACCESSED = "2014 Aug 26",
    PUBLISHER= "The Wall Street Journal",
    MONTH    = feb,
    YEAR     = {2014}     }

내가 afaq afnor 결과:.

! [입력하십시오. 이미지 여기에 설명을] [1]

해설 (0)