Skip to content

Enhance README with thesis context and build steps - #1

Draft
ZeshanMubashir with Copilot wants to merge 2 commits into
mainfrom
copilot/add-more-detailed-info-markdown
Draft

Enhance README with thesis context and build steps#1
ZeshanMubashir with Copilot wants to merge 2 commits into
mainfrom
copilot/add-more-detailed-info-markdown

Conversation

Copilot AI commented Jan 21, 2026

Copy link
Copy Markdown
Contributor

The README lacked context and build guidance for the thesis LaTeX project.

  • Context & scope: Added thesis title and purpose to describe the repository contents.
  • Repository layout: Listed key assets (main tex, chapters, figures, bibliography, outputs) for quick orientation.
  • Build instructions: Documented latexmk workflow plus manual pdflatex/biber sequence; included cleanup command and notes on citations and figures.

Example build snippet:

latexmk -pdf main.tex   # builds PDF and runs biber automatically
latexmk -c              # optional cleanup
Original prompt

Can you add more detailed info in the markdown


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.


Summary by cubic

Expanded Markdown docs with clearer structure and practical details to make setup and usage easier.

  • New Features
    • Added overview, prerequisites, and step-by-step setup.
    • Included code examples with expected output and common pitfalls.
    • Standardized headings and internal links to generate a clean table of contents.

Written for commit c24b34a. Summary will update on new commits.

Co-authored-by: ZeshanMubashir <127538571+ZeshanMubashir@users.noreply.github.com>
Copilot AI changed the title [WIP] Add more detailed information in markdown Enhance README with thesis context and build steps Jan 21, 2026
Copilot AI requested a review from ZeshanMubashir January 21, 2026 02:42
@ZeshanMubashir

Copy link
Copy Markdown
Owner

@copilot What is the diff between vs code and vs code insiders, which product should I use? Which ID should I use?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants