Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add latexmain file and fix errors #4

Merged
merged 9 commits into from Dec 14, 2015
Merged

Add latexmain file and fix errors #4

merged 9 commits into from Dec 14, 2015

Conversation

LorenzBischof
Copy link
Contributor

Updated and fixed a few thing:

  • The latexmain file tells the editor which file to compile. (main.tex)
  • Added a debugging section in the readme
  • Fixed the overfull/underfull hbox warnings
  • Readded main.pdf
  • Reduce footer height
  • Use include instead of input. Support \includeonly for faster compiles

I changed up the journal tables a bit. Hope that's ok.

@LorenzBischof LorenzBischof changed the title Add latexmain file Add latexmain file and fix error Dec 14, 2015
@LorenzBischof LorenzBischof changed the title Add latexmain file and fix error Add latexmain file and fix errors Dec 14, 2015
@@ -31,7 +31,7 @@
% CAPTIONS
\usepackage{caption} % Ermöglicht einen schönen Header beim Code
\DeclareCaptionFont{white}{\color{white}}
\DeclareCaptionFormat{listing}{\colorbox{gray}{\parbox{\textwidth}{#1#2#3}}}
\DeclareCaptionFormat{listing}{\colorbox{gray}{\parbox{\textwidth-6pt}{#1#2#3}}}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a temporary fix so it doesn't show the warning.

acteru added a commit that referenced this pull request Dec 14, 2015
Add latexmain file and fix errors
@acteru acteru merged commit 5a26ef4 into acteru:master Dec 14, 2015
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.

None yet

2 participants