Skip to content

Commit

Permalink
update link style for files referenced
Browse files Browse the repository at this point in the history
  • Loading branch information
aridyckovsky committed May 5, 2024
1 parent 053dd3c commit 7ad884d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ TODO.

### Settings for VS Code

The [.vscode](.vscode/) folder includes the recommended [extensions.json](.vscode/extensions.json) and [settings.json](.vscode/settings.json). Changes made here should be done sparingly, e.g., when required for dependency updates.
The [`.vscode`](.vscode/) folder includes the recommended [`extensions.json`](.vscode/extensions.json) and [`settings.json`](.vscode/settings.json). Changes made here should be done sparingly, e.g., when required for dependency updates.

### Using `textindent` with LaTeX Workshop on MacOS

Expand All @@ -31,11 +31,11 @@ This will require `sudo` access, likely via password. Then, follow the prompts,

## Usage

The CV is updated in the [cv](cv/) directory, which includes:
The CV is updated in the [`cv/`](cv/) directory, which includes:

- [bib](cv/bib), the folder containing `*.bib` files for formal references, like journal articles, conferences, and books
- [cv.cls](cv/cv.cls), the file defining the CV's style and structure of sections/components
- [cv.tex](cv/cv.tex), the file defining the CV content, using styles, variables, and environments exposed by `cv.cls`
- [`bib/`](cv/bib), the folder containing `*.bib` files for formal references, like journal articles, conferences, and books
- [`cv.cls`](cv/cv.cls), the file defining the CV's style and structure of sections/components
- [`cv.tex`](cv/cv.tex), the file defining the CV content, using styles, variables, and environments exposed by `cv.cls`

## Development

Expand Down

0 comments on commit 7ad884d

Please sign in to comment.