Skip to content

nso89/using-text-to-generate-latex-hyperlinks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

using-text-to-generate-latex-hyperlinks

Using Text to Generate Latex Hyperlinks

Prerequisites

  • A complete install of Python 3.x.

Setup

  1. Under your USERPROFILE, extract using-text-to-generate-latex-hyperlinks-main.zip.

Example:

C:\Users\nso89\using-text-to-generate-latex-hyperlinks-main

Running the Script

  1. Open cmd.exe and change the directory to the using-text-to-generate-latex-hyperlinks-main folder.

Example:

C:\Users\nso89>cd using-text-to-generate-latex-hyperlinks-main
  1. Start the main.py script.

Example:

C:\Users\nso89\using-text-to-generate-latex-hyperlinks-main>python main.py
  1. It asks you for the text and link to produce a latex hyperlink.

Example:

Text: Github
Link: https://github.com/nso89
Output: \href{https://github.com/nso89}{Github}

Releases

No releases published

Packages

No packages published

Languages