![]() |
#1
|
|||
|
|||
![]() Hellow, I have created a bibliography on Word 2007, now I must make it in Latex ![]() Thank you. |
#2
|
||||
|
||||
![]()
Word cannot save to the Latex or BibTex formats. The following macro will export the bibliography data from Word in it's native xml format. You could then use another macro to convert that to the bip format, but I don't have enough details on that format to do the job.
Code:
Sub SourcesExport() Dim oSrc As Source, StrSrc As String With ActiveDocument .Range.Text = vbNullString For Each oSrc In Application.Bibliography.Sources StrSrc = StrSrc & vbCr & oSrc.XML Next .Range.InsertAfter StrSrc .Paragraphs.First.Range.Delete End With End Sub Quote:
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
![]() |
Tags |
bibliography, word 2007 |
Thread Tools | |
Display Modes | |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Bibliography formating problem | 3nduranc3 | Word | 1 | 11-06-2014 02:03 PM |
![]() |
btdaniel | Word | 1 | 02-05-2014 12:58 PM |
Problem with bibliography showing | oyshan | Word | 4 | 12-15-2012 09:51 PM |
![]() |
grantgibson45 | Word | 13 | 07-16-2012 04:21 AM |
![]() |
shmoib | Word | 1 | 07-03-2011 02:32 AM |