Loading...
dotfiles
Plaque
default-project
dotfiles
Create New Project
dotfiles
Plaque
default-project
dotfiles
Create New Project
/
Read-Only
Read-Only Mode
Visitor Mode
readonly-visitor
Read-only mode. You can browse and navigate but editing is disabled. Sign up for full access.
2 CPU
8 GB
1 hour
Sign Up (Free)
Sign In
End Visitor Session
Sign in
Sign up
Toggle Theme
Server Status
Keyboard Shortcuts
Read-Only Mode
Workspace
Chat
Console
Files
Profile
Settings
Sign Out
SciTeX
dotfiles
Ask anything about Scientific Research
Write
Analyze
Code
Literature
Console
Console
Chat
Ask anything about Scientific Research.
I can take actions: stats, plots, literature, and your current work.
LLM Model
STT Model
MCP Tools
--
Loading...
MCP Settings
AI Providers
Claude Code Auto-Accept Mode
Interval
1s (fast)
1.5s
2s
3s (slow)
Safety
Conservative (read-only)
Normal (most commands)
Aggressive (all commands)
Auto-Response Commands
Waiting
Y/N
1 (Allow)
2 (Deny)
Y/Y/N
1 (Allow once)
2 (Allow always)
3 (Deny)
Agent Sources
Loading...
Files
readonly-visitor/dotfiles
Recent
Viewer
Viewer
No file selected
Open a file from the Files tab to view it here
readonly-visitor
/
Plaque
/
scitex
/
writer
/
03_revision
/
contents
/
latex_styles
/
commands.tex
Edit commands.tex
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Custom %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Colors \definecolor{editor_color}{rgb}{0.35, 0.35, 0.35} \definecolor{reviewer1_color}{rgb}{0.35, 0.35, 0.35} \definecolor{reviewer2_color}{rgb}{0.35, 0.35, 0.35} \definecolor{author_color}{rgb}{0., 0., 1.} % \definecolor{author_color}{rgb}{0., 0.5, 0.75} % 8939 blue % \definecolor{revision_color}{rgb}{0.5, 0.0, 0.5} % purple \definecolor{revision_color}{rgb}{0., 0., 1.} % \definecolor{added_color}{rgb}{0., 0.5, .75} % 8939 blue % \definecolor{added_color}{rgb}{0.078, 0.703, 0.078} % 8939 green \definecolor{added_color}{rgb}{0., 0.5, 0.} % 8939 green % \definecolor{added_color}{rgb}{0., 1., 0.} % green % \definecolor{deleted_color}{rgb}{255/256, 70/256, 50/256} \definecolor{deleted_color}{rgb}{1., .273, .195} % \definecolor{revision_color}{rgb}{0., 0., 1.} \definecolor{highlighter_color}{rgb}{0.9, 0.63, 0.08} % Section headings \titleformat{\section} {\normalfont\normalsize\bfseries} {\thesection}{1em}{} % Define comment counters \newcounter{EditorCounter} \newcounter{RevOneCounter} \newcounter{RevTwoCounter} % Color commands \newcommand{\editorText}[1]{ \textit{\textcolor{editor_color}{#1}} } \newcommand{\authorText}[1]{ \textcolor{author_color}{#1} } \newcommand{\revisionText}[1]{ \textcolor{revision_color}{#1} } % Editor's and Reviewers' comments \newcommand{\editorComment}[1]{ \stepcounter{EditorCounter} \pdfbookmark[2]{Comments \#\theEditorCounter}{editor-comment-\theEditorCounter} \subsection*{Dr. Rivolta's Comments \#\theEditorCounter} \textit{\textcolor{editor_color}{#1}} } \newcommand{\revOneComment}[1]{ \stepcounter{RevOneCounter} \pdfbookmark[2]{Comments \#\theRevOneCounter}{reviewer-1-comment-\theRevOneCounter} \subsection*{Reviewer \#1's Comments \#\theRevOneCounter} \textit{\textcolor{reviewer1_color}{#1}} } \newcommand{\revTwoComment}[1]{ \stepcounter{RevTwoCounter} \pdfbookmark[2]{Comments \#\theRevTwoCounter}{reviewer-2-comment-\theRevTwoCounter} \subsection*{Reviewer \#2's Comments \#\theRevTwoCounter} \textit{\textcolor{reviewer1_color}{#1}} } % Our comments \newcommand{\resEditor}[1]{ \subsection*{\textcolor{author_color}{Response}} } \newcommand{\resRevOne}[1]{ \subsection*{\textcolor{author_color}{Response}} % \textcolor{author_color}{#1} } \newcommand{\resRevTwo}[1]{ \subsection*{\textcolor{author_color}{Response}} % \textcolor{author_color}{#1} } % Our comments \newcommand{\revEditor}[1]{ \subsection*{\textcolor{revision_color}{Revision}} } \newcommand{\revRevOne}[1]{ \subsection*{\textcolor{revision_color}{Revision}} } \newcommand{\revRevTwo}[1]{ \subsection*{\textcolor{revision_color}{Revision}} } \newcommand{\revise}[1]{ \colorbox{yellow}{\parbox{\linewidth}{#1}} } \newcommand{\hlurl}[1]{% \colorbox{yellow}{\href{#1}{\nolinkurl{#1}}}% }