• Resolved jamesvenning

    (@jamesvenning)


    Is it possible to include a link to a .png in the bibtex file, under external link, which would then be used as the image file? This would allow me to reimport an entire bibtex file without having to redo each image file link.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author winkm89

    (@winkm89)

    You can use any external link for the normal image URL field. If the URL is defined as “image_url” field in BibTeX, teachPress should directly recognize and import the URL. Example:

    
    @article{Rogers2019,
    title = {A new list of links},
    author = {Kristine Rogers and Teresa Foster and Scott Davis},
    year = {2019},
    image_url = {https://upload.wikimedia.org/wikipedia/commons/8/81/Condor%2C_D-AICK%2C_Airbus_A320-212_%2849580851871%29.jpg},
    date = {2019-11-23},
    journal = {The journal of weblinks},
    volume = {1},
    number = {1},
    pages = {1--10},
    keywords = {BI Testing},
    pubstate = {published},
    tppubtype = {article}
    }
    
    • This reply was modified 6 years ago by winkm89.
    Thread Starter jamesvenning

    (@jamesvenning)

    Perfect, Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Get image from external link’ is closed to new replies.