{"id":14577922,"url":"https://github.com/klb2/review-response-template","last_synced_at":"2025-09-05T20:04:31.703Z","repository":{"id":155617161,"uuid":"412052353","full_name":"klb2/review-response-template","owner":"klb2","description":"LaTeX template for the response to reviewer comments (scientific journal publications)","archived":false,"fork":false,"pushed_at":"2024-06-25T16:45:03.000Z","size":1363,"stargazers_count":34,"open_issues_count":0,"forks_count":15,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-06-25T18:37:17.242Z","etag":null,"topics":["academic-paper","academic-publishing","journal-publications","latex","latex-template","overleaf-template","publishing","rebuttal-letter","research-paper","review-response","scientific-publications"],"latest_commit_sha":null,"homepage":"https://www.overleaf.com/latex/templates/review-response-template/tmbvmjstxwrd","language":"TeX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/klb2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-09-30T12:17:58.000Z","updated_at":"2024-06-25T16:45:06.000Z","dependencies_parsed_at":"2024-01-31T01:50:02.142Z","dependency_job_id":"a12acc6f-0b7c-431c-b22e-9026d6a0cf72","html_url":"https://github.com/klb2/review-response-template","commit_stats":null,"previous_names":[],"tags_count":1,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klb2%2Freview-response-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klb2%2Freview-response-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klb2%2Freview-response-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klb2%2Freview-response-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/klb2","download_url":"https://codeload.github.com/klb2/review-response-template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":218022250,"owners_count":16266473,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["academic-paper","academic-publishing","journal-publications","latex","latex-template","overleaf-template","publishing","rebuttal-letter","research-paper","review-response","scientific-publications"],"created_at":"2024-09-07T17:01:22.896Z","updated_at":"2025-09-04T13:31:22.058Z","avatar_url":"https://github.com/klb2.png","language":"TeX","funding_links":[],"categories":["Popular \u0026 New LaTeX Templates"],"sub_categories":["Others"],"readme":"# LaTeX Template for Review Responses\n\n[![Overleaf Template](https://img.shields.io/static/v1?label=Overleaf\u0026logo=overleaf\u0026message=Template\u0026color=47A141)](https://www.overleaf.com/latex/templates/review-response-template/tmbvmjstxwrd)\n\nThis repository provides a simple LaTeX template for writing responses to\nreviewers, which is typically needed when submitting an article to a scientific\njournal.\n\n_This template is also available on\n[Overleaf](https://www.overleaf.com/latex/templates/review-response-template/tmbvmjstxwrd)._\n\n# Usage\n\nIn order to use the `reviewresponse.cls` class in your document, simply include\nthe following line at the top of your LaTeX document\n\n```latex\n\\documentclass{reviewresponse}\n```\n\nOn GitHub, you can simply click on [\"Use this template\"](https://github.com/new?template_name=review-response-template\u0026template_owner=klb2).\n\n\n## Commands\nThe following commands are provided by the package.  \nIf you are using [TeXstudio](https://www.texstudio.org/), there exists an\nautocomplete file (`.cwl`) for the `reviewresponse.cls` package, which can be\nfound [here](https://gist.github.com/klb2/29f6fffeac8cc79e3b3f79e980a6b9e3).\n\n### Document Metadata\nYou can use the following commands to specify the metadata of the submitted\ndocument.\nPlace these commands before `\\begin{document}`.\n\n```latex\n\\title{Title of the Manuscript}\n\\author{Author One\\affil{1}, Author Two\\affil{1,*} and Author Three\\affil{2}}\n\\affiliation{\n    \\affil{1} Affiliation 1\\\\\n    \\affil{2} Affiliation 2\n}\n\\journal{Name of the Journal}\n\\manuscript{ID-of-the-Manuscript}\n\\editorname{Name of the Editor}\n```\n\n\n### Editor and Reviewers\n\n```latex\n\\editor\n\\reviewer\n```\n\nThese commands start a new editor and reviewer.\nThe typical usage is\n\n```latex\n\\begin{document}\n...\n\\editor\nResponse to the editor\n\n\\reviewer\nResponse to the first reviewer\n\n\\reviewer\nResponse to the second reviewer\n```\n\n\n\n### Comments and Responses\n\n```latex\n\\begin{generalcomment}\n...\n\\end{generalcomment}\n```\n\nThe `generalcomment` environment is meant for general comments given by the\neditor and reviewers.\n\n\n\n```latex\n\\begin{revcomment}\n...\n\\end{revcomment}\n```\n\nThe `revcomment` environment is meant for the individual comments made by the\nreviewers.\nThey are automatically numbered.\n\nIt also accepts optional arguments, which are directly passed to the underlying\n`tcolorbox` environment.\nThis is useful, if you want to add some arguments in specific situations, e.g.,\nthe `breakable` keyword for very long comments.\n\n\n```latex\n\\begin{revresponse}[Optional Parameter]\n...\n\\end{revresponse}\n```\n\nThe `revresponse` environment is meant for responses to the individual comments\nof the reviewers and editor.\nThe optional parameter changes the text on the first line.\nBy default, this text is \"Thank you for the comment.\".\n\nThe `concludingresponse` environment is meant for the final response to the editor or reviewer.\nThe optional parameter changes the text in the header of the `tcolorbox` environment.\nBy default, this text is \"Concluding Response\"; the value of the optional parameter is added to this text.\n\n```latex\n\\begin{concludingresponse}[to the Editor]\n...\n\\end{concludingresponse}\n```\n\n\n### Changes\n\n```latex\n\\begin{changes}\n...\n\\end{changes}\n```\n\nThe `changes` environment is meant for indicating changes that you made to your\nmanuscript.\nIt sets the content in a box in order to highlight it for the reviewers.\n\n\n### Bibliography\nThe `reviewresponse` package supports the use of `biblatex` for references.\nSimply include `biblatex` and use the `\\cite` command in your response.\n\nIf you want to print specific references, e.g., at the end of the response to\none particular comment, you can use the `\\printpartbibliography` command.\n\n```latex\n\\printpartbibliography{bibkey1,bibkey2,...}\n```\n\n\n\n### Customization\nYou can customize the appearance of all the boxes in the `reviewresponse.sty`\nfile.\n\nIf you only want to change the colors of the boxes, you need to redefine the\nfollowing colors.\nThe shown values are the defaults.\n\n```latex\n\\definecolor{colorcommentfg}{RGB}{0,63,87}  % color of the title in the comment box\n\\definecolor{colorcommentbg}{HTML}{e0f0f6} % color of the background of the comment box\n\\definecolor{colorcommentframe}{RGB}{0,112,155} % color of the frame of the comment box\n\n\\colorlet{colorchangebg}{black!2} % color of the background of the changes box\n\\colorlet{colorchangeframe}{black!20} % color of the frame of the changes box\n\n\\colorlet{colorconcludingresponsefg}{black!80} % color of the title in the concluding response box\n\\colorlet{colorconcludingresponsebg}{black!2} % color of the background of the concluding response box\n\\colorlet{colorconcludingresponseframe}{black!20} % color of the frame of the concluding response box\n```\n\n\n# Contribute\nThank you for considering contributing to this project.\nYou should be able to find all the information you need at\n[`CONTRIBUTING.md`](CONTRIBUTING.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklb2%2Freview-response-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fklb2%2Freview-response-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklb2%2Freview-response-template/lists"}